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/)S
Posts
0
Comments
21
Joined
3 yr. ago

  • Not how I understand it, but I'm not a lawyer. The user that uses the script to generate the code can copyright the output and oop can copyright their script (and the output they themself generate). If it worked like you said, it would be trivial to write a script that generates all possible code by enumerating possible programs, then because the script will eventually generate your code, it's already copyrighted. This appear absurd to me.

    Relevant: https://www.vice.com/en/article/musicians-algorithmically-generate-every-possible-melody-release-them-to-public-domain/

    If the script copies chunks of code under the copyright of the original script writer, I typically see for those parts that the original owner keeps copyright of those chunks and usually license it in some way to the user. But the code from the user input part is still copyrightable by the user. And that's that last part that is most interesting for the copyright of AI works. I'm curious how the law will settle on that.

    I'm open to counterarguments.

  • Maybe with Xpra you could do something like that

  • Corner color for iff, memory for if

    Colors in pairs, all yellow are the same and all red are opposite, and so on (all blues the same blue-all orange opposite, etc.)

    I only add the color if it encodes completely one or more rule so I can dim them.

  • At some point, uppercase letters were written without accent in French. I'm unsure where this comes from, but I heard this was due to the limitations of printing presses, and then typewriters kept the convention.

    In any case, the style is quite out of fashion today, but I know people who still write (handwriting and typing) without using accented uppercase letters.

  • Maybe look into PipeWire, Reaper in jack mode works fine connected to PipeWire for me, without any of the problems you mentioned.

    It is quite possible that your desktop audio already uses PipeWire depending on your distribution, you would need to look at latency settings if you want live playback.

  • CLOG is very enjoyable to work with. I only have nice things to tell about developer experience and quality of documentation.

  • Next, they are going to ban importation of crowbars, because these tools can theoretically be used to pry open some car doors.

  • I am not a lawyer this is not legal advice.

    Search for copyright assignment agreements, there are a few good template documents. I’d request a signed document instead of simply stating it in the PR. In all cases I would recommend verifying the document and process by a lawyer before you start using it.

    Also, I would consider not requiring copyright assignment if at all possible for the project in question.

  • A lot of fun so far ! Thanks for making this

  • If I understand your reply correctly (the output of free would be clearer), having 80% of RAM used as cache would indicate that it is used for caching files such as map and chunk data. This is normal in Linux, and the game would lag more without this feature. The link I shared explains it better than I can.

    If you feel this is still not the case, you can share info such as free output, list of open files, etc, while the issue occurs.

  • There might be an actual issue in your case, but this feels to me like https://www.linuxatemyram.com/

    I’m expecting mapping will write a lot of map data to files in your world folder which might explain the apparent high ram usage. Try looking at disk usage while the issue occur maybe ?

  • Open source Not […] allow […] commercial applications

    For some definitions of open source, this is contradictory (FOSS). Some non FOSS licenses do limit commercial use while making the source available, this could be a possibility for you.

    But, I’d instead recommend that you check if a copyleft license such as the GPL provide enough protections for your use case.

  • I don't have the information regarding xmodmap, but here are two other options which I am using if you are interested.

    • With the compose key set, you can hit / = to get ≠. Or you can set custom sequences in .XCompose, but I don't believe you can get the exact combination you suggested.
    • Use a virtual keyboard manager such as KMonad
  • On verra bien. Je me garde le doit d’être surpris

  • Comme on dit extraordinary claims require extraordinary evidence. Pis mettons que extraordinary evidence c’est pas ce qu’on a vu jusqu’à maintenant.

  • First, thanks for working on Pharo, what an amazing environment.

    I am not a lawyer so you should double check.

    For GPL, indeed the image as a whole would be GPL. If the personal project is more of an “executable”, it might be what you are looking for, any further image modification would have to be released under the GPL as well.

    If the project is more of a “library”, you might or might not prefer the LGPL. In this case I feel like https://www.gnu.org/licenses/lgpl-java.en.html would apply similarly to Java. As long as you can load the image and change the original library code, other code is not restricted on the license.