You’re not wrong but it’s not like it’s unprecedented. North Korea already does this with Red Star OS. It’s just Linux with a bunch of spyware and government tracking/surveillance on top (edit: it’s also definitely not open source)
You’re not wrong but it’s not like it’s unprecedented. North Korea already does this with Red Star OS. It’s just Linux with a bunch of spyware and government tracking/surveillance on top (edit: it’s also definitely not open source)
It won’t be open source. Who’s gonna sue Russia for license violation?
Smh, it’s spelt vim
by the way
This will be an amazing phone wallpaper
There are actually relatively easy (easy compared to building a nuclear reactor) ways to deal with the waste that involve mixing it with concrete and glass so it can be safely stored in a way that won’t impact the surrounding environment. Kyle Hill has a great video about this on YouTube: https://youtu.be/4aUODXeAM-k
It is quite literally a foreign concept to anyone who only speaks English. That’s how foreign languages work.
How is the word pronounced though?
Checking in with my regularly scheduled F-Droid superiority post. Free, feature-rich, and no ads/trackers.
In all seriousness though, there are a lot of great FOSS apps on the stock repos and the IzzyOnDroid repos. Auxio (mp3 player) and Breezy Weather are probably my favorites at the moment.
Fair enough, I also looked through the code though and it looks like everything is done locally
It also isn’t actually in the code? That url isn’t the actual name of the app (parallax vs pallax) and from what I can tell looking through the code, that line doesn’t actually exist anywhere in it.
Edit: also the URL doesn’t exist anywhere in the code
I think the answer is that it’s not actually there. The typo in the app name is another giveaway (parallax vs the app name, pallax)
Edit: also,
Even if they were rate limiting they’re still just using the bot to train an AI. If it’s from a company there’s a 99% chance the bot is bad. I’m leaving 1% for whatever the Internet Archive (are they even a company tho?) is doing.
No, I’ve never touched my .config file for KDE directly (I have made settings changes, but none that would cause it to clear hotkeys), I just can’t set hotkeys without them clearing on reboot/session end. Apparently it’s a known problem: https://bugs.kde.org/show_bug.cgi?id=484682
That report mentions 6.0.3 I’ve had this issue since I installed NixOS with plasma 5 last year and remember finding forum posts about it as well. It hasn’t been too much of a deal for me because the only thing I was using it for was remapping the Konsole shortcut to launch Kitty instead.
Edit: also that issue I linked looks like it’s resolved in 6.0.5 but I’m in 6.0.5 right now and I just tried to set a keybind and it’s still clearing on reboot.
Have you had issues setting hotkeys in KDE? I’m using NixOS on my laptop and for some reason the shortcuts I add all reset on logouts/shutdowns
Didn’t it get revealed that anyone who used a certain Linux forum got automatically added to an FBI surveillance list? Everyone here is definitely already on a list lol
Edit: it was the NSA, not the FBI: https://arstechnica.com/information-technology/2014/07/the-nsa-thinks-linux-journal-is-an-extremist-forum/
Edit 2: for clarity, that article is from 2014 so it isn’t exactly recent but if they were doing it in 2014 they probably still do something similar now.
There are a few libraries we’re using that stopped being developed after Angular ~9-10 and one we use extensively with breaking changes between 10-12. Updating to 8 wasn’t too bad but for some reason Angular’s update tool didn’t actually do anything so I had to update the package.json manually and fix stuff by hand (luckily the only change was fixed with a bulk find/replace)
To me at least angular makes a bit more sense than React’s way of doing things does. React tries to be functional with its components and yet it seems like they end up basically trying to mimic classes with useState and useEffect. To me Angular’s class-based approach makes a bit more sense (though I am primarily interested in backend development more than frontend so that could be why)
It does kind of fall into a lot of the traps of Object-Oriented programming though so I can see why a lot of people don’t like it
Don’t come at me like that 😭
You know neovim can use the exact same LSPs (Language Server Protocol) for intellisense as VS Code right? There’s intellisense, git integration, code-aware navigation, etc. Neovim can be everything VS code is (they’re both just text editors with plugins), except Neovim can be configured down to each navigation key so it’s possible to be way more efficient in Neovim. It’s also faster and more memory edficient efficient because it isn’t a text editor built on top of a whole browser engine like VS Code is.
I use a Neovim setup at home (I haven’t figured out how to use debugger plugins with Neovim and the backend I work on is big enough that print debugging endpoints would drive me insane) and I can assure you I have never given variable names one letter unless I’m dealing with coordinates (x, y, z) or loops (i, j) and usually in the latter scenario I’ll rename the variable to something that makes more sense. Also, we don’t do it to seem hardcore, it’s because there are actual developer efficiency benefits to it like the ones I listed above.
By your own logic you “can’t be bothered” to learn how to edit a single config file on a text editor that has existed in some form for almost 50 years (vi). Stop making strawman arguments.
My bad, that’s on me, it looks like the C++ libraries I found use either templates or boost’s reflection. There might be a way to do it with macros/metaprogramming but I’m not good enough at C/C++ to know.
I’m learning rust and C at the same time and was mixing up rust’s features with C’s. Rust’s answer to reflection is largely compile-time macros/attributes and I mistakenly assumed C’s attributes worked similarly since they have the same name.
Is that… a countdown to the next holiday?