I see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
I see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
I don’t understand what you mean. I just skip the ads with my skip 30 seconds button.
If you’re doing it over an app, without the chance for the person you’re dumping to respond, I see no risk of things turning nasty
They did this in California and Oregon, then the schools went to shit.
Also, property taxes are a good way to encourage density, which is necessary to fight climate change
In the US you sometimes hear that phones in class are necessary to see if your kids are OK in a school shooting scenario.
I think this isn’t a good argument, since school shootings are rare, and it’s unclear if each student having a phone would do more harm than good in that kind of situation.
I don’t see the connection between neurodivergence and phones
Short haul flights should probably be high speed train rides anyway
I guess I didn’t notice when I opted in, and couldn’t find a way to opt out when I realized it was broken
If I want to have security, I would use a different communication protocol. I find it unacceptable for an SMS app to change quietly change to a different protocol, particularly if it causes messages to fail to send.
I found Google messages to be unreliable: refusing to send a SMS if the Internet connection is bad. The signal that the message failed to send is a single hollow checkmark.
I switched to fossify messages, which just sends SMSs or MMSs and doesn’t create its own flawed messaging protocol
How would virtual environment software, like conda, work without $PATH?
The goal of the zig language is to allow people to write optimal software in a simple and explicit language.
It’s advantage over c is that they improved some features to make things easier to read and write. For example, arrays have a length and don’t decay to pointers, defer, no preprocessor macros, no makefile, first class testing support, first class error handling, type inference, large standard library. I have found zig far easier to learn than c, (dispite the fact that zig is still evolving and there are less learning resources than c)
It’s advantage over rust is that it’s simpler. Ive never played around with rust, but people have said that the language is more complex than zig. Here’s an article the zig people wrote about this: https://ziglang.org/learn/why_zig_rust_d_cpp/
Linux is often used to refer to a family of operating systems including Ubuntu, Debian, fedora, red hat, ect., which all use the Linux kernel.
However, GNU/Linux may be a better name for this family of operating systems, since they all use GNU components and (to varying extents) embrace the philosophy of the free software foundation.
Android uses the Linux kernel, but not GNU components, and do not embrace the philosophy of the Free software foundation.
Stalman, the man who founded GNU and the free software foundation published his thoughts on this:
https://www.gnu.org/philosophy/android-and-users-freedom.en.html
it still doesn’t work with a whole load of software even with Wine.
I don’t think being able to run programs designed and compiled for windows is a requirement to be considered a usable os. For example, you can not run safari on windows. Does this mean windows doesn’t count as a usable os?
I think the definition of useable should be that software exists that can do the kind of things you want to do on your computer. In that sense, Linux is perfecty useable on the desktop, at least for people who have similar computing requirements to me.
I prefer Micromamba since it’s faster at solving environments.