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/)HE
Posts
0
Comments
154
Joined
2 yr. ago

  • Didn't he prefer theatrical acting & live audience and thus played his TV role like a theater actor would? I vaguely remember reading about it.

    Those tend to traditionally exaggerate gesture, mimic and tone so the last row still gets everything even when they're further away.

  • I find too verbose comments less annoying than no comments.

    Try to describe the bigger picture. Good comments allow understanding the current portion of the code without reading other code.

    Also add comments later if you find yourself having to read other code to understand the code you're currently looking at.

    Comments are also a good place to write out abrevations/acronyms.

    Never optimize for sourcecode size.

  • screw syncterm, what's a good & secure BBS software for linux? with doors and mails and nice menu navigation, zmodem and everything...?

    I remember amiexpress and prometheus from amiga times, they were a breeze to setup, configure & maintain.

  • What are you trying to prevent? You can't release anything (opensource or not) without risking someone stealing the idea without patenting.

    No FOSS license will prevent that (quite the opposite, it encourages copying/modifications). Those licenses just prevent someone using your code commercially without releasing the source code again.

  • not sure why you think that. if it's indistinguishable, it's still prior art. If it's something better or different than your code, it's a new thing.

    Patents protect technical principles, not actual sourcecode.

  • no, the patent office would find your publication, deem it Prior Art and not grant the patent. If it would miss it (some don't research very well), anyone can notify them to void the patent afterwards anytime.

    IANAL, there are lawyers specialized on patents who'll reassure you for free/cheap (relatively, they are friggin expensive). It also depends on legislature. Countries that break/never agreed to the PCT will do what they please.

  • You could do some automated/scripted installation VM-image builder thingy and release that. Would probably also save some manual work for you. (bash script fetching install image & run qemu, autounattend.xml, etc. all nicely released on github.) And it'd be auditable.

  • What's surprising? You can basically poke a hole in any living thing and goo will drip out if the hole is large enough.

    OP pointed out the fascinating specialty of complete transformation with an intermediate liquid state.

  • check carefully what you signed. If you didn't sign anything saying otherwise, there's nothing to prevent you from doing it.

    If there's something, you could still work around it (e.g. remove company secrets).

    If the resulting product is provable better, then it's objectively not the same thing you did for your boss.

    After checking all of this, your local FSF might give you free legal advice to get going (keep all notes/correspondence secure for later if anything comes up. It proves you tried to act responsibly).