

I assume he doesn’t wipe for the same reasons.


I assume he doesn’t wipe for the same reasons.


“You don’t have to worry personally because I’m sending u somewhere beyond extradition,” wrote back the responder believed to be Bannon less than two minutes later.
Epstein died about 7 months later. It takes on a sinister tone in retrospect, but given the amount of time between the two events, I wouldn’t jump to conclusions.


Software development has the advantage of happening in an environment where the cost of failure is relatively low. A bad change might be caught by the test suite before it ever sees production. If it does get to production, there might be consequences, but not the kind that typically kills people.
In fact, I think software engineering in general should lean into this idea on most things. Don’t try to ignore failure, but catch failure as fast as possible. Things like medical devices and aeronautic software should continue using formal verification methods, but the rest of us should iterate fast.
Iterating fast doesn’t work for other things. I’m a programmer by trade, but I have enough electrical knowledge that I once took up a contract for designing a PCB. I tried to do the “one thing at a time” approach, and it just doesn’t work very well there. Non-trivial PCBs will have errors in them the first few times you try them, and you’ll need to go back for a redesign. In software, that potentially takes minutes or even seconds. But in PCBs, you have to order out to a company to make them and wait at least a week for them to turn it around. Even if you have equipment to do it yourself, it still takes hours. You just have to batch up your changes. (Electrical simulators can potentially help with this, though.)
In government, the effects of policy could take years or even decades to work out. Single change at a time would be a stranglehold on the ability to fix problems.


It does in an indirect way due to having more parties.
Let’s say you have $1M to try to buy off some politicians with campaign funds. If there are only two viable candidates, you give $500k to both. Now you’ve bought both parties and can win no matter the outcome.
If there are three or four or five parties, though, you have to guess who is going to win. You can’t split it up that many times and still have much influence on the politicians in question. Your funds can be easily swamped out by grassroots groups. Your guess based on polling can also end up being dead wrong when some party makes a sudden surge in the final weeks.
That said, it’d still be better if we ditched Citizens United and publicly funded elections.


Our long nightmare of commodity hardware and open ecosystems is finally coming to an end!


. . . the fundamental ideas about rates of change seem like they’re something that everyone human deserves to be exposed to.
People understand the idea of instantaneous speed intuitively. The trouble is giving it a rigorous mathematical foundation, and that’s what calculus does. Take away the rigor, and you can teach the basic ideas to anyone with some exposure to algebra. 6th grade, maybe earlier. It’s not particularly remarkable or even that useful for most people.
When you go into a college major that requires calculus, they tend to make you take it all over again no matter if you took it in high school or not.
Probability and statistics are far more important. We run into them constantly in daily life, and most people do not have a firm grounding in them.


Is that anything unique to Hitler?


You mean the AI slop that is the entire post?


Is there any value to analyzing his DNA? The idea that evil is genetic is itself feeding into some Nazi ideas about eugenics that are deeply wrong.

It’s not a bribe if you do paperwork.
(Joking, but not really. It’s impressive how much shit you can get away with if you file the paperwork.)


My worry now is that the American working class hasn’t learned how powerful it could be, and liberal capitalism will reassert itself with slightly more social safety net. At the very least, we should end up with European style social democracy, and even that seems like a low bar.


Rats know which way to run on a sinking ship.


But not the same standard C lib. That’s probably the most important thing outside of kernelspace.


It’s not so much character length from any specific encodings. It’s all the details that go into supporting it. Can’t assume text is read left to right. Can’t assume case insensitivity works the same way as your language. Can’t assume the shape of the glyph won’t be affected by the glyph next to it. Can’t assume the shape of a glyph won’t be affected by a glyph five down.
Pile up millions of these little assumptions you can no longer make in order to support every written language ever. It gets complicated.


Sorta modern.
There’s been two big jumps in fundamental RAM usage during my time using Linux. The first was the move from libc to glibc. That tended to force at least 8MB as I recall. The second was adding Unicode support. That blew things up into the gigabyte hundreds of megabyte range.
Edit: basing a lot of this on memory. Gigabyte range would be difficult for an OG Raspberry Pi, but I think it was closer to 128MB. That seems more reasonable with the difficulty of implementing every written language.
We can’t exactly throw out Unicode support, at least not outside of specific use cases. Hypothetically, you might be able to make architectural changes to Unicode that would take less RAM, but it would likely require renegotiating all the cross-cultural deals that went into Unicode the first time. Nobody wants to go through that again.


I don’t think that’s true. The only two examples of a woman trying to run for President have been against the same cult leader. He didn’t even get the popular vote the first time (which a lot of people seem to conveniently forget), and he barely won it in the second example.
The vast majority of America would be generically fine with a woman as President, even if they don’t vote for her. The only thing lacking is a cult-like draw, and that’s not something you should aspire to.


Let’s just take the W on this one, ok?


Waiting to be Gerald Ford.


Morally, yes. Legally, it’s going back to the companies, and they’ll pocket the money and walk away.
You could use that same argument for any other type of math. Boolean logic. Linear algebra. Hyperbolic geometry. You have to pick something for high school, and you should pick what’s most likely to be useful to anybody.