Zangoose is a Pokemon, there’s probably hundreds of sites with it
You have found neither my site nor a site talking about me
Zangoose is a Pokemon, there’s probably hundreds of sites with it
You have found neither my site nor a site talking about me
Hey did you know that any JSON file is also a valid YAML file? I bet you’ll love YAML a lot more now that you have this information
I don’t have any GitHub.io sites but I appreciate the joke :)
How did you find one of my GitHub repos?
I haven’t checked back on it since I stopped using reddit (and I no longer use a surface pro) but there was a pretty active surface Linux community there as well with some good resources. For a lot of models you’ll need a USB keyboard/mouse to actually install the distro but once you can load the custom surface linux kernel things worked pretty well for me.
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
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?
One step at a time 😭
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.
Cable isn’t the same as OTA but from a viewer standpoint they’re both live TV. Live TV in the US is basically unwatchable unless you really like sports or 24/7 news commentary (even then live news is usually also available through phone apps) and don’t mind being interrupted by ads every 2 minutes.
Anything else is better watched with torrents/piracy streaming sites. They don’t stop the show to serve some random combination of medicine, home insurance, and car ads.
Chat is he being serious?
Edit: Chat, look at his comment history, he was being serious
Suyu is technically still being developed but whether or not anything comes out of that is a completely different story. The few devs left are unfamiliar with the code (all the yuzu contributers left out of legal fear) and have super ambitious goals (they want to do a rewrite because the original code was allegedly based off of a leaked Nintendo SDK) so it’s unlikely it’s going to get anywhere.
I’m hoping Ryujinx forks that pop up after this have more success. I am glad that Citra survived the Yuzu crossfire though, Lime3DS seems to be doing well.
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.
The problem is that it won’t stop people from using Google. Most people probably wouldn’t even notice aside from having to spend more time searching for local things, which incidentally will give Google more ad money.
The average person probably doesn’t know that search engines other than Google or Bing (or maybe Yahoo if they’re old enough) even exist. As much as it worries me that most of Firefox’s revenue comes from having Google as the default search engine, regulating that practice might actually give other search engines a chance to be seen.