Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RO
Posts
0
Comments
198
Joined
2 yr. ago

  • I still use a virtually antique ultimaker 2, it does most things a modern printer does, just a bit slower.

    If you get an open source printer[0] like voron, jubilee, or ender 3 then they can always be upgraded if/when new stuff comes out anyway.

    [0] the prusa i3 mk3 is open source, but I think the i3 Mk4 is closed source unfortunately.

  • If you converted the source code of the tiktok app into a book, and said having that book as a PDF on those devices was prohibited, it would be a violation of freedom of speech, no?

    So why should it being a PDF or not matter? Bernstein v. US held that software code is protected under the 1st amendment. https://www.eff.org/cases/bernstein-v-us-dept-justice

  • For a long time I hated ternaries, partially due to my experience with them in PHP (Who thought left-associative ternaries was a good idea? seriously?).

    OpenSCAD made me love them again. It's purely functional so you're encouraged to use nested ternaries.