

The only thing you need a Microsoft account for is to play Minecraft. And use other Microsoft products and services that Microsoft keeps pushing their terrible account system on.
The only thing you need a Microsoft account for is to play Minecraft. And use other Microsoft products and services that Microsoft keeps pushing their terrible account system on.
We should make dazzle makeup standard when going outside. It’s the perfect fashion trend for today.
Do they have any evidence that F-droid serves more malware than Play Store?
I recently looked into this on another forum where someone shared some articles supposedly proving bias. One article was itself highly biased to the right, so not particularly credible.
The other article, from an organization that ranked the bias of news sources, was very neutral and objective, took accusations of bias seriously, went into detail, and removed the “unbiased” classification from Wikipedia, but didn’t conclude any provable bias, leaving it unranked. The best example of bias they had was the fact that articles on socialism and communism didn’t list Soviet atrocities, but those atrocities have their own pages and are also mentioned on pages of the countries involved, so that was not a great example.
All these accusations are just the result of a massive right-wing campaign against facts and reality-based reporting. Everything that doesn’t follow their propaganda is biased, according to them.
I shudder to think what will happen when I’m driving on a 120 kph highway and the camera on my windscreen sees a 30 sign on a dirt road next to the highway.
I don’t understand how they want to use cars to enforce this electronically. My car tries to tell me the speed limit, and it’s often wrong. I think you need to have a signal built into the road to tell cars the speed limit, and that sounds expensive and impractical.
But designing roads so lower speed feels reasonable is very effective. You can make the road narrower, curvier and bumpier is various ways, but you can also make it appear or feel narrower, curvier and bumpier without actual making it so.
This does sound very interesting. I should have said the debuggers I’m familiar with don’t do it. Or if they do, I have no idea how.
Certainly setting breakpoints on certain conditions instead of just a line, would help a lot. Being able to step backwards through the execution even more so.
I can also see the variables change by logging them.
Debuggers are great if you want to see in detail what’s going on in a specific loop or something, but across a big application with a framework that handles lots of things in unreadable code, multiple components modifying your state, async code, etc.; debuggers are a terrible way to track what’s going on.
And often when I’ve found where it goes wrong, I want to check what was happening in a previous bit of code, a previous iteration or call. Debuggers don’t go back; you have to restart and run through the whole thing, again finding exactly where it went wrong, but now just a bit before that, which is often impossible.
With logging, you just log everything, print a big warning where the thing has gone wrong, and scroll back a bit.
Debuggers are a fantastic bit of technology, but in practice, simple logging has helped me far more often. That said, there are issues where debuggers do beat logging, but they’re a small minority in my experience. Still useful to know both tools.
Nothing wrong with console.log.
What it needs most of all, is a fairly complete intuitive model of how the world works. LLMs only have book knowledge. They have no body, perception or experience. I think that’s incredibly limiting.
We need to get the right to privacy and control over our own devices enshrined as fundamental rights, like so many other rights the EU protects.
Yeah, super annoying. In Linux you can rename or move it and the app using it doesn’t care.
Although having the option of listing the app using a file so I can kill the app would also be really nice to have. I’m sure Linux has something for that too, but I don’t know what it is.
The main thing that AI has shown, is how much bullshit we subconsciously filter through every day without much effort. (Although clearly some people struggle a lot more with distinguishing between bullshit and fact, considering how much politicized nonsense has taken hold.)
No MUDs? That’s what I used telnet for.
Unacceptable. I want to be able to telnet.
Landlines, you mean? I sometimes forget they still exist.
It’s much to early to talk about a coup. But when Trump really wants the US military to act against US citizens, I don’t think that’s an order the military can possibly obey. I think that will be coup time.
I can’t believe we’re seriously talking about this.
You can. It is in fact possible to play Minecraft without any code from Microsoft, as there are alternative implementations for both the frontend and the server. You can’t play on regular servers that way, though.