Simple is hard. Simple is expensive. Simple is taming the complexity. You can't provide "simple" without convoluted mental gymnastics that take the complexity down to pieces.
My concern for the AI era, or at least this phase of it, is that a generation is being taught that "close enough" is just fine.
Take @AnthropicAI for example. Text wrapping in Claude Code has been broken for weeks. Superfluous spaces appear on the left edge. One engineer to another: you know its an out by one error.
I refused to believe that nobody has noticed this. The shtick they are selling is that AI can fix this kind of thing. Either they tried to prompt a fix, and Claude ain't good enough to fix an out-by-one error. Or they haven't attempted it because it is "close enough".
It can't be the case that AI is only good enough if we lower our standards. It can't.
I'm well aware I have both feet firmly planted in my "grumpy old man" phase of life...
Me encantan este porque es una dosis de realidad sobre que ni ellos saben lo que estan lanzando cuando aparece un nuevo modelo. Tienen que correr benchmarks/tests y rezar porque no se les haya colado un modelo al que le encanta hacer mencion a los goblins https://t.co/tLMdlDL26M
Me hubiera encantado estar en la reunion de Microsoft donde dijeron: vamos a renombrar Outlook a Outlook (classic) y lanzar una app nueva llamada Outlook. Hacen lo mismo pero de manera diferente. Seguramente no sea confuso para los usuarios.
"¿Qué debería estudiar mi hijo?" Es la pregunta que escucho cada vez más frecuentemente.
Y la mayoría de las respuestas que circulan están completamente equivocadas.
Abro hilo. 🧵
jkkkk yo pensaba que el ecosistema web era el panel de un programa de chimentos pero somos unas carmelitas descalzas al lado de las cosas que pasan en el ecosistema gordos vim, ahí no se andan con “me dijo que le dije”, te archivo el repo y arreglate papito
Apple M5 (TSMC 3nm) vs Intel Ultra 7 355 (Intel 1.8nm)
The gap is out of control. it's embarrassing to even call it same year product,
Don't forget we're comparing
[Fanless 15W System vs Dual Fan 29W System]
Go developers know the pain:
if err != nil
if err != nil
if err != nil
Dingo is trying something interesting.
A meta-language that compiles to clean Go but adds things like:
• Result types
• Pattern matching
• Error propagation with `?`
Write modern syntax → get pure Go.