

Turns out “checks and balances” mean absolutely nothing when they’re all complicit


Turns out “checks and balances” mean absolutely nothing when they’re all complicit


I would argue that MAGA embodies pretty much every one of these indicators


Just yesterday, I had a studymate try to open an xlsx file on their phone - they had the Microsoft 365 app installed that would do this, but a recent update to that app just decided to change it to a Copilot only app.
That’s hilarious. I had the 365 app installed on my phone, because the company I work for uses Microsoft everything and I had to install that POS in the sandbox so I could open up any word or excel docs that were sent to me. Well I just opened it up, and sure enough, it’s now just a chat bot, all other functionality is gone.
This reeks of those scam companies on Amazon that sell one product under a listing for a while to get the ratings up, then swap to a completely different product while keeping the listing the same, in order to fool people into buying the new product with its high star rating and good reviews. I guarantee that’s why MS decided to go this route, to fool people into installing it because of its userbase and star rating, and to cook their books on adoption numbers.


One can hope at least


On iOS, it uses your linked credit card to verify you’re over 18, and then passes a “this user is over 18” flag to any app or website that needs it. It’s arguably the least intrusive or insecure way to handle this push from the EU.


Pretty much any anonymization system like this is designed to protect your real identity and address from bad actors, not to hide you from the police. Protecting your anonymity against the government itself requires an entirely different approach, NONE of the publicly available email aliasing systems are designed for that.


The battery technology is solid, LiFePO4 cells should be good for 10-15 years if they’re not abused, but my experience with these things is that the electronics are cheap and will fail long before the battery does.
Agreed.
If you can do your work on a 13" laptop with no mouse or external monitor without your productivity dropping off a cliff, you were never productive to begin with.


One would think so, but apparently not


And his moronic supporters think this is a good thing, because it’s “saving them money”
I’ll take “fail to pass anything progressive” over “actively try to destroy the country with every bill” any day.


Decades ago I ran an “rm -fr *” as root, I thought that I was ~/bin, but I was in /bin. That was a fun lesson.


But who writes bash scripts to do math?
A full script? Nobody. But you can just run it interactively on the command line, which a lot of AI clients have access to. bc works great for basic math in the shell.


Interestingly, AI is actually pretty good at making graphs, the trick is you don’t ask it to actually make the graph itself. Instead you have to ask it to write a python script to create a graph using matplotlib from whatever source file contains the data, then run that script. Same with math. Don’t ask it to do math directly, instead ask it to write a bash or python script to do some math, then run that. Still not perfect, but your success rate increases by about 1000%


While true, it still means you’re locked into only being able to log in from a browser that has the password manager extension installed and logged in. Sometimes I want to log in from another machine, or another OS, or another browser, or even an incognito window that doesn’t have access to my extensions.


Who cares if it’s exposed to the internet?
Encrypting your local traffic is still valuable to protect your systems from any bad actors on your local network (neighbor kid cracks your wifi password, some device on your network decides to start snooping on your local traffic, etc)
Many services require HTTPS with a valid cert to function correctly, eg: Bitwarden. Having a real cert for a real domain is much simpler and easier to maintain than setting up your own CA


Why are you having to update your DNS records when you add a new service? Just set up a wildcard A record to send *.myserver.com to the reverse proxy and you never have to touch it again. If your DNS doesn’t let you set wildcard A records, then switch to a better DNS.


40s
Reddit’s API BS was part of it, but the bigger issue is the increasing number of suspensions and bans for completely innocent stuff, just because it pisses off Nazis. Recently I got a 3 day account ban because I said that ICE is racist. Before that I got my post deleted and an official warning because I said something about the Trump admin firing missiles at fishing boats being a bad thing (I don’t remember what I said exactly, and they deleted the post so I can’t check).


I didn’t use to, but I do now. Debian on everything (except the Proxmox servers, but Proxmox is basically Debian too)
In general, you take the model size in billions of parameters (eg: 397B), divide it by 2 and add a bit for overhead, and that’s how much RAM/VRAM it takes to run it at a “normal” quantization level. For Qwen3.5-397B, that’s about 220 GB. Ideally that would be all VRAM for speed, but you can offload some or all of that to normal RAM on the CPU, you’ll just take a speed hit.
So for something like Qwen3.5-397B, it takes a pretty serious system, especially if you’re trying to do it all in VRAM.