

Since 6.12 the Preempt rt patcheshave become canon.
As for older kernels, there’s a thread Here but idk what the current situation is


Since 6.12 the Preempt rt patcheshave become canon.
As for older kernels, there’s a thread Here but idk what the current situation is


Lol I never knew Microsoft considers uac a convince feature not a security boundary

Lol they think PhD == smart?
Discretionary access control let’s you specify read write and execute permission flags for three different classes of user: the user that owns the file, members of the group that owns the file, and other users. These three classes are often abbreviated with u g and o for user, group, and other. The permissions are abbreviated with r w and x for read write and execute. By calling chmod with o-x you are “subtracting” the x permissions for o users.
The file may still be executable by the files owner or users in the group that owns the file. To check, run ls -l and look at the part that shows rwxrwxrwx (any of which may be replaced with a -). This shows the permission flags in order for the owner, the group, and other users. If the flag is set you will see the letter abbreviation, if it is not set you will see -, so you would want the file to have permissions like r-xr–r-- and be owned by root, so only root can execute the file.
You can change the owner with chown root /path/to/file
If you want to get more crazy with permissions look up Linux ACLs or the setfacl and getfacl commands


Lol build something with serde and you’ll be hooked for life


Pretend it’s 1995 before I had Internet access
Are you only asking about the worthiness as a job skill or also for personal satisfaction?


What level of involvement are you looking for in setting up the host os?
I’m a NixOS fan because once you painstakingly get the configuration file set up you basically never need to do it again. If you don’t need anything outside of nixpkgs it’s easy, otherwise it’s terrible. Docker is available in nixpkgs.
On connectbot for Android I really appreciate the feature that saves port forwarding settings for each connection. If you can add that and the option to start forwarding on connect that would be great.
Also it would be nice to be able to specify a custom command to run instead of the user’s shell.
Looks great! Nice work
Yeesss come to the dark side
It’s terribad, the only glimmer of hope is web assembly and the related apis, but ultimately it’s just adding another layer to the onion that will eventually have sensitive data and important interfaces to protect and require yet another layer on top.
Also it’s a sneaky way of exploiting foss without contributing back.
🤣 wtf did I just read
Is this why C++ will never die?


As a life360 user, I really don’t know how any reasonable person in the last 10 years could sign up and not know they’re selling location data. It’s a free service primarily designed to track your location. I didn’t read the terms, I just assumed it to be true.


I can confirm focusrite scarlet interfaces work fine, and the uv1 should be fine as well but I don’t have one. You may need to get familiar with the Linux audio landscape. VSTs mostly work these days, although I only use foss VSTs so maybe commercial ones have their own caveats.
For pro audio you should be using JACK to connect your sound devices. These days if you run a system that uses pipewire, pipewire can pretend to be a JACK server just fine. I like to use QJackCtl to set up Jack environments, although its not necessary because many DAWs are capable of setting up in the application.
For a DAW I used to love Ardour, now I still like it but am sad that it has been crashing often for me. I don’t use any of them but there are some well liked Linux daws like reaper.
You may have trouble with recording without a preemptable (aka real-time) kernel. Afaict this only matters on lower end computers or when you have a lot of live plugins running, but using a kernel with this feature just means that more kernel code can be interrupted to handle things like fresh audio data arriving over USB.
Mostly, you’ll need some time to get everything working how you want. I agree with the recommendation to use a separate disk in your existing computer for Linux, or get a whole separate computer. The nice thing about using a separate disk is you can know for sure your windows setup is available if needed. For me I slowly left windows behind, only realizing later that it has been a year or more since I last fired it up.
Linux vtty forever! Can’t cat data into the framebuffer when your desktop is getting in the way!!
Jk I use gnome terminal for everything, or whatever default is available. It’s quite amazing that most of them handle all but the most niche terminal features these days.
When I need to install a terminal emulator for some reason I always go for urxvt… but it is pretty terrible (it’s a great vt but mouse interaction is clunky and graphics are old school) compared to pretty much everything else.
Just pop open a QOpenGLWidget and say goodbye to QML and your sanity forever!


Ya I agree with this


Also notepad++ on wine on Linux … Not my favorite but it’s there
I feel mislead, none of the apps actually run on Linux.