HN user

antod

2,019 karma
Posts0
Comments1,034
View on HN
No posts found.

The US (and most rich countries) have way too much domestic dairy farm capacity. As a result, there is lots of govt subsidies paid to dairy farmers.

I think you might have cause and effect switched around.

My Lenovo Thunderbolt 3 docks wakes up reliably, the problem is that it keeps randomly nodding off for a second or so causing the monitor to lose signal and have to sleep/wake itself.

That wasn't anywhere near your point. Your point was that "the left" would praise Boko Haram. You backed it up with a link to a story that was neither about Boko Haram, was about behavior "the left" opposes, nor had any praise from anybody.

The only way your point could work is by redefining "the left" as Muslim fundamentalists, which is frankly bonkers.

Unless by "the left" you mean some solitary idiot (or troll) on tiktok who just went to college.

In the west Boko Haram's goal seem closer to groups on the right than anyone on "the left". eg suppressing women's rights, more religion in school/govt, homosexuality etc

If the terrorists were very smart, they'd realize that their religion is stupid, that their leaders were mostly corrupt (or themselves stupid), and they'd also probably find something more productive to do with their time.

In my head I was running through a whole lot groups to replace "terrorists" with in that sentence...

TypeScript 7 14 days ago

It isn't wrong exactly. JS is famous for generally just trying to do something semi random instead of giving you a typing error.

That's the difference between "having a typing error" and "having an error due to typing".

well kinda

Also, the quote didn't really apply in the 80s. Getting a game running on a C64, Spectrum, Amiga, ST or Apple II didn't involve understanding the computer.

That autoexec crap was unique to DOS PCs. DOS was a uniquely crappy experience in a lot of different ways.

I also had one of their intro books before having a computer available. But it had a paper based simulator of the program counter and variables so you could run through without a computer (I was saving up for one though, but that took years).

Same with me. As a 12yr old I failed learning Z80 on my spectrum with the one book I could find. I had a bunch of other Usborne BASIC books, but their machine code book(s) would've been the link I needed to bridge the gap to where I could understand other material.

Deno 2.8 2 months ago

Python containing type hints doesn't get transpiled the way typescript does. The transpiling rewrites the TS to varying degrees depending on the target and the extra TS features being used.

Python "just" (that word is doing a lot of work) updated the interpreter to ignore the type hints. It still runs the same way as code without hints.

There's a bit more going on with TS that you couldn't just have the runtime ignore the types.

Grok 4.3 3 months ago

Just personally I tend to regard retort as short and reactive while rebuttal as a longer and more considered disagreement. A retort could be defensive and wrong or it could be sharp and insightful - it doesn't imply one or the other. A rebuttal is mostly an attempt to correct something while a retort doesn't need to be a correction (although it could).

Even something like "piss off!" could be a retort, but usually never a rebuttal :)

I agree. I taught myself CSS1 by reading the spec (it was limited, small and simple). CSS2 was a lot bigger and way more complex but Eric Meyer's Salmon book helped a lot.

One problem (20yrs ago at least) was that for a long time the specs weren't supported very well by common browsers. So everyone just prodded at hacks using trial and error instead of learning it. That approach never really went away even after support improved.

The revolutionary guard probably view it as a win for them. No more clerics or civil bureaucracy to argue with now they are fully in charge. They don't need their navy or airforce to assert even more control over the civilian population. Bombing them further will probably be about as successful as it was with the North Vietnamese (another chain of tactical successes while failing strategically).

There was regime change, just not in the direction anyone else wanted.

git's replacement won't be there because it was better at being what git is (too entrenched), but because git became redundant as the world changed around it. As agentic development takes over and people stop caring about source code, all the tooling (including languages themselves) and approaches to assist humans will be ripe for replacing with those for machines.