HackerTrans
热门最新趋势评论往期问答秀出招聘

tleb_

no profile record

提交

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

hisham.hm
1 分·作者 tleb_·6年前·0 评论

评论

tleb_
·8个月前·讨论
Do you have references to objections? I couldn't find any on the lkml threads.
tleb_
·8个月前·讨论
-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_
·10个月前·讨论
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_
·3年前·讨论
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_
·5年前·讨论
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.