HackerTrans
TopNewTrendsCommentsPastAskShowJobs

squeegmeister

no profile record

comments

squeegmeister
·il y a 10 jours·discuss
I.e, network effects are hard to overcome
squeegmeister
·il y a 10 jours·discuss
I think about this game often
squeegmeister
·il y a 12 jours·discuss
Wouldn't it be more malicious for them not to mention this at all?
squeegmeister
·le mois dernier·discuss
It’s like saying you can’t make a unique sentence unless you first make unique words
squeegmeister
·le mois dernier·discuss
Manufacturing Consent continues being relevant
squeegmeister
·il y a 2 mois·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
·il y a 2 mois·discuss
Even the inventor of Bitcoin can’t hide

https://www.nytimes.com/2026/04/08/business/bitcoin-satoshi-...
squeegmeister
·il y a 2 mois·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
·il y a 3 mois·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
·il y a 3 mois·discuss
Leave today
squeegmeister
·il y a 3 mois·discuss
Anthropic has a QA process? I run into bugs on the regular, even on the "stable" release channel
squeegmeister
·il y a 3 mois·discuss
Aren’t old buildings usually draftier? So less CO2
squeegmeister
·il y a 4 mois·discuss
You are correct
squeegmeister
·il y a 4 mois·discuss
Hypotheticals fear him
squeegmeister
·il y a 4 mois·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
·il y a 4 mois·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
·il y a 4 mois·discuss
I’ve always thought RSS seemed cool. Hope it has a renaissance with people leaving social media
squeegmeister
·il y a 4 mois·discuss
Isn’t code in Haskell pure by default and you have to use special keywords to have code with side effects?
squeegmeister
·il y a 4 mois·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
·il y a 4 mois·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