Kinda outside my price range. And there’s probably no used devices yet.
Kinda outside my price range. And there’s probably no used devices yet.
I think vim (and other text editors with vim bindings). I’ve gotten so accustomed to the vim way of doing things that I can’t go back
My mother uses some software that runs in the browser for her shop. It can print out receipts and scan items. To do these things it has a small “sattelite” application that runs on the system and interacts with the printer and scanner. This software only runs on Windows and Linux doesn’t have drivers for the scanner.
When I switched her over to Linux and found this out in the process I wanted to stop, give up and install windows.
But then I had a stupid idea. I could run the sattelite program in a Windows VM and pass through the USB devices for receipt printer and scanner. The webapp uses requests to localhost:9998 to communicate with the sattelite so I set up a apache server that proxies these requests into the VM. I also prevented the VM from acessing the Interner so Windows doesn’t update and screw everything up.
And it works. It has been in use for a week now and I’ve heard no complaints. I’m just praying to god it doesn’t break
I am now all-in on bcachefs. I don’t like btrfs, cause you still sometimes read about people loosing their data. I know that might happen with bcachefs too since it’s early days still but fuck it. I like the risk.
Filesystem level compression and encryption are so nice to have.
I guess that’s right
Because it would be really easy to extract a lot of data out of that database, which is what Microsoft Recall is being criticized for
Yeah it’s alright. I’ve been using Tumbleweed on my Desktop PC for the last few months and I gotta say it’s mid. They do hard drive unlocking in Grub instead of in the initfs which means that only LUKS 1 and with that only the not-so-secure PDKDF is supported, instead of argon2id which is the modern KDF you want to use. This is a small and annoying oversight in the distros security which is why I will not be using it in the future
Hmm lemmy has a really similar music taste to me. I haven’t heard much of Ott yet but I’m a big fan of Shpongle and Younger Brother
Huh? Didn’t expect to see Shpongle in my Feed today, but I’m happy that I did. Shpongle is great. I encourage everyone to take a listen
Depends on if you want to work with existing code. LLMs tend to be good at generating small code snippets but not good at understanding / finding errors in existing code
trait Person {
fn get_father(&self) -> Option<Person>;
}
struct You;
impl Person for You {
fn get_father(&self) -> Option<Person> {
None
}
}
I disagree. Have you ever updated your Android or Iphone to a newer version of the OS? Did it seem complex there? I’d say no and on Linux Desktop it’s not different.
I’m hoping for COSMIC to come out. It looks so promising and the fact that they implemented the panels using wlr-layer-shell is so great. I think more desktop environments should do this for interoperability
This is a problem. Computers got faster over time and one would assume apps would also open faster. But no, developers that don’t care about their application’s performance (or companies, most of the time it’s not the developer’s fault) cause us to wait longer. Microsoft recently tweeted that they managed to get Microsoft Teams startup time down to 9 seconds from 18. I mean what the fuck.
I know. I also use VSCode. However I just hate how much ram it uses. I had a Laptop with 4Gb of ram and I could not open VsCode on that thing when I had literally anything else open because the system would freeze.
Just because VsCode uses Electron doesn’t mean that Electron is not bad
There’s no such thing as a efficient electron app. First electron apps have 80MB of overhead since electron needs to bundle a whole ass browser. Also in runtime this requires 120MB of ram.
If you really want to use webviews to make an app use Tauri.
Yes but it’s not primarily a video editing app. Also Blender is kinda hard to learn and doing so just for video editing would be overkill
Hell no. Don’t stick your dick in crazy
Nah. I already did that once and the mrchromebox.tech site even says not to buy a chromebook for Linux. It’s honestly not that great of an experience