Avatar

skami

skami@sh.itjust.works
Joined
0 posts • 10 comments
Direct message

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.

permalink
report
reply

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

permalink
report
reply

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.

permalink
report
reply

A lot of fun so far ! Thanks for making this

permalink
report
reply

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.

permalink
report
reply

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
permalink
report
reply

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.

permalink
report
reply

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.

permalink
report
reply