It’s probably the government-subsidized corn syrup but wheat works too
It’s probably the government-subsidized corn syrup but wheat works too
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
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
Aaand thats enough internet for the month
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.
What does this have to do with translation? I love bashing the US as much as the next guy (after all, so does everyone else in the US when they aren’t being hypernationalist 🙃) but we’re talking about subtitle translation, not conspiracy theorists. From a population perspective, there are more people watching who speak American English. If localization only has the resources to target one dialect, that’s probably the one they’ll go for. Fan-subs are another story (and are usually better anyway)
Me when I have to code something in JavaScript
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.
Gold Silver and Crystal also! Pokemon OSTs in general are pretty good.
I was actually listening to the Gold/Silver surf theme when I clicked into this thread, it’s pretty relaxing.