HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tleb_

no profile record

Submissions

Userland: Creating an integrated dataflow environment for end-user applications

hisham.hm
1 points·by tleb_·hace 6 años·0 comments

comments

tleb_
·hace 8 meses·discuss
Do you have references to objections? I couldn't find any on the lkml threads.
tleb_
·hace 8 meses·discuss
-fplan9-extensions adds even more, it is not an alias: https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Unnamed-Fields...

One of the link of past discussions was from Apr 2018 and discusses it. At that time GCC -fplan9-extensions support was too recent (gcc-4.6) to be considered. https://lore.kernel.org/lkml/20180419152817.GD25406@bombadil...

Now the reasoning isn't present in the patch but it probably is because they want step increments and -fms-extensions is a small-ish first step. Maybe -fplan9-extensions could make sense later, in a few years.
tleb_
·hace 10 meses·discuss
The Linux Foundation (LF) is sort of this. A non-profit aimed at corporate members to sponsor work on many open-source projects (~900).
tleb_
·hace 3 años·discuss
Cool stuff. I've got the same hobby / part-time job (mostly on GrandMA consoles). I have done two-three experiments on custom software to emit DMX which I used for something like four events. For the physical interface I'm relying on MIDI controllers; I first want a software stack I can trust before going into hardware design.

Would love to discuss the topic some more! I don't often meet people with that same interest in lighting that want to build their own tools.
tleb_
·hace 5 años·discuss
The question is then: is this isolation even useful? There are a lot of attacks that still exist when a program runs in userspace and that are not inherent to GUI programs. Example: creating an executable named sudo somewhere in a directory that is in your ~ and PATH.