Skip Navigation
Question about JACK audio interface.
  • 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.

  • How do I make contributors to my project transfer copyright to me?
  • 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.

  • Question regarding license choice for my program
  • 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.

  • How to set a combination of keys in xmodmap?
  • 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
  • Which GPL-like licence for object oriented?
  • 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.

  • What are your thoughts on Visual Programming languages?
  • There are other ways to structure and edit programs than just a bunch of source files that we manually edit through a text editor. For instance image files as in Smalltalk. I don't see any reason why a visual representation couldn't succeed in this regard. The issue, imo, is that text is really nice to work with, and it would require a very nice visual editing experience to beat the text based tools we have today.

  • 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/)SK
    skami @sh.itjust.works
    Posts 0
    Comments 10