

I guess each country might have its own laws about this. Many countries have agreements (I forgot the term for this) where they would send each other’s wanted criminals back so they can be tried where they committed the crime.
I guess each country might have its own laws about this. Many countries have agreements (I forgot the term for this) where they would send each other’s wanted criminals back so they can be tried where they committed the crime.
Just yesterday I joined a Discord server and one of the rules is:
II. There Will Be No Tolerance For Intolerance
SKG enforces a zero-tolerance policy towards hate speech or discriminatory behavior based on race, ethnicity, gender, sexual orientation, religion, disability, or any other protected characteristic. Any use of slurs or language intended to demean or dehumanize an individual or group is prohibited. Violation of this rule may result in immediate removal from the server.
I thought “no tolerance for intolerance” is kinda funny, especially when phrased that way, but obviously I think the policy is good. Just an amusing little oxymoron.
Sorry for going 100% off topic but since it came up, please everyone in the European Union go and sign the Stop Killing Games initiative: https://www.stopkillinggames.com/ the deadline is coming up and the goal is to reach at least 1,500,000 signatures! It’s looking like it’s doable, every signature counts!
I think SQLite is a great middle ground. It saves the database as a single .db file, and can do everything an SQL database can do. Querying for data is a lot more flexible and a lot faster. The tools for manipulating the data in any way you want are very good and very robust.
However, I’m not sure how it would affect file size. It might be smaller because JSON/YAML wastes a lot of characters on redundant information (field names) and storing numbers as text, which the database would store as binary data in a defined structure. On the other hand, extra space is used to make common SQL operations happen much faster using fancy data structures. I don’t know which effect is greater so file size could be bigger or smaller.
That’s true for a lot of people, but I truly believe a very significant number of people are being exposed to Linux this way and will stick with it long-term. It will be a while until we see that reflected in the desktop and laptop statistics.
I haven’t used SteamOS (or even seen many videos of it), but from what I’ve heard it’s not shy about being a desktop operating system. Even the Steam Deck, which is marketed as a console like you said, lets you use it in desktop mode and run any Linux software without having to jump through any hoops. This isn’t like Android which is technically Linux deep under the hood but effectively completely detached from the Linux ecosystem. SteamOS is part of the Linux desktop ecosystem, and it’s proud of it.
To add to what others have said, I think Steam OS is making huge waves and that’s a really strong force.
Linux Mint is exactly as easy to use as Windows, if not easier. In Windows you also needed to google every day basic functions, but I guess for you personally that was so long ago that you don’t remember. On Windows you also need to use the terminal for some things, like removing some of their bloatware (xbox bullshit, for example).
There are some specific points I kind of agree with you about, but I don’t agree with your general sentiment. Linux is easier to use than ever.
whatever Android has a healthy update life guarantee and easily unlockable bootloader.
The Fairphone is really looking sweet. I’m fairly sure my next phone will be a fairphone if it’s at all feasible for me, but I expect my current phone to last at least a few more years.
You’re right (and upvoted accordingly), but if said evil company is as much of a clusterfuck as OP said, I wouldn’t bet on them having competent security measures in place.
To which I reiterate: outside of USA that word isn’t the same. It’s just another curseword among many.
Regarding “No Stupid Questions”, I submit for your consideration the following: https://www.youtube.com/watch?v=VyiNW33MpAo
stupid questions not allowed
Yeah that wasn’t a great moment, but if you look at the context for that you’ll see that it wasn’t even talking about a black person. It was just an expletive, like saying “motherfucker” or “son of a bitch” etc.
Keep in mind that outside of USA the N word is not nearly as charged politically and racially as it is within the USA. And PDP is Swedish IIRC, not American.
Edit: my point is that his usage of that word - which AFAIK only happened once - is not indicative of his character. It’s just indicative that he was really angry at that moment and human brains for some reason use expletives in those cases.
Has nothing new has come up since 2017-2018?
I’ve skimmed the introduction, and it only seems to cite the same Fiverr incident from 2017. I think it only uses PDP to illustrate some point and attract readers, but I’d have to read the whole thing to be sure.
That’s not a claim to make without some evidence. There is a thing he did a long time ago on fiverr, and from my POV that does not reflect on his views at all. I can explain my reasoning if you want. Other than that incident, is there any other reason to suspect he’s a Nazi?
I have asked a few times why PDP deserves all the hate. The best answer I got is “look it up yourself”. I did, and the only things I found were many years old, and in each instance (of which there aren’t that many) he apologized publicly and acknowledged that things got out of hand. To me, his apologies seem sincere and genuine - none of that “I’m sorry I got caught” bullshit that actual scumbags are known for.
I don’t watch PewDiePie but he’s alright best I can tell. If I’ve missed something, please let me know what that is, and be specific because I genuinely can’t find it.
Pretty much lol, well put!
From my understanding, Iran doesn’t have nuclear weapons yet. What they destroyed is essentially a factory that creates one of the key ingredients required for making nuclear weapons. It’s not a weapon yet, and it’s not explosive yet. Iran’s still a ways away from making that.
I super highly recommend William Spaniel on YouTube. He hasn’t covered this bombing yet (I’m sure he will within a few hours tomorrow), but a few days ago he did briefly go over the process of making nuclear bombs, you should check it out: https://youtu.be/XA1CQp_oJ90?t=480
Either way it’s an amazing channel for understanding world affairs, I really can’t recommend it enough. Go watch any of his recent videos, they’re short and well worth it.
There’s a line somewhere between “computers that teach you not to do that” and computers that prevent dire consequences when you make a human mistake. The “just don’t do that” policy is never enough. If there are no safeguards, at one point the mistake will be made.
Even by highly trained astronauts: https://wehackthemoon.com/people/margaret-hamilton-her-daughters-simulation
Double edged sword. Applications asking if you want to save your stuff aren’t designed to annoy you, they’re designed to save you from the headache of losing your work.
But I can see why you’d want the power button to be a “stronger signal” than clicking Shut Down in some menu.
True (in most contexts, probably including this one), but I think that only makes the case for SQLite stronger. What people do still care about is a good flexible, usable and reliable interface. I’m not sure how to get that with YAML.