HackerTrans
TopNewTrendsCommentsPastAskShowJobs

squeegmeister

no profile record

comments

squeegmeister
·10 dni temu·discuss
I.e, network effects are hard to overcome
squeegmeister
·10 dni temu·discuss
I think about this game often
squeegmeister
·12 dni temu·discuss
Wouldn't it be more malicious for them not to mention this at all?
squeegmeister
·w zeszłym miesiącu·discuss
It’s like saying you can’t make a unique sentence unless you first make unique words
squeegmeister
·w zeszłym miesiącu·discuss
Manufacturing Consent continues being relevant
squeegmeister
·2 miesiące temu·discuss
The article also treats the word "good" as load-bearing in a way that should have you questioning their analysis:

"I’ve called November 2025 the November inflection point because that was when GPT-5.1 and Opus 4.5, combined with their respective coding agent harnesses, got good—good enough that we’ve spent the last six months adapting to agent systems that can reliably get useful work done."
squeegmeister
·2 miesiące temu·discuss
Even the inventor of Bitcoin can’t hide

https://www.nytimes.com/2026/04/08/business/bitcoin-satoshi-...
squeegmeister
·2 miesiące temu·discuss
I recently added E2E tests in my game too. One of the benefits is that I can have my agent verify its own work by asking it write a test and look at screenshots. Which means I can say “I’m going to bed, implement this and verify it with e2e tests” and it gets further along than it used to
squeegmeister
·3 miesiące temu·discuss
I wish they would too. I’d respect them more for the transparency. I think everyone’s enshitiffication sensors have rightly been dialed up over the years. So without explanations for the regressions it just feels like another example
squeegmeister
·3 miesiące temu·discuss
Leave today
squeegmeister
·3 miesiące temu·discuss
Anthropic has a QA process? I run into bugs on the regular, even on the "stable" release channel
squeegmeister
·3 miesiące temu·discuss
Aren’t old buildings usually draftier? So less CO2
squeegmeister
·4 miesiące temu·discuss
You are correct
squeegmeister
·4 miesiące temu·discuss
Hypotheticals fear him
squeegmeister
·4 miesiące temu·discuss
House plants make too minor a difference to be worthwhile.

Opening windows is better but if you want a more energy efficient solution you should invest in a HRV/ERV
squeegmeister
·4 miesiące temu·discuss
“We live in the age of computers,” Eaton said. “It must be possible for Customs Service to program its computers so it doesn’t need a manual review.”

lol
squeegmeister
·4 miesiące temu·discuss
I’ve always thought RSS seemed cool. Hope it has a renaissance with people leaving social media
squeegmeister
·4 miesiące temu·discuss
Isn’t code in Haskell pure by default and you have to use special keywords to have code with side effects?
squeegmeister
·4 miesiące temu·discuss
This is great, but aug 2025 is almost a lifetime ago with how fast these models are improving. Opus 4.5 came out November 2025 fwiw
squeegmeister
·4 miesiące temu·discuss
Have also wondered how Haskell would be. From my limited understanding it’s one of the few languages whose compiler enforces functional purity. I’ve always liked that idea in theory but never tried the language