Viewing profile — Aeolos
Aeolos
HN member- Joined
- Tue, Dec 15, 2015, 3:12 AM UTC
- HN karma
- 1,039
- Public activity
- 345 items
- HN profile
- View on Hacker News ↗
About Aeolos
No profile information was provided.
Recent public activity
-
comment
Comment #49232347
You do you, but thankfully the rest of the industry disagrees with you.
-
comment
Comment #49232334
And trending down. IE6 was 97%, how did that work out?
-
comment
Comment #49229881
Trump was elected by the electors, not by the people. Not entirely dissimilar from how VDL was elected.
-
comment
Comment #49194769
Breaking an illegal monopoly takes decades but, as it happened with Internet Explorer 6, it's finally happening for Windows.
-
comment
Comment #49145382
However "world models" have been a thing for the entire history of computers. They have changed names over time: "rules engines", "expert systems", "semantic web", and so on and so…
-
comment
Comment #49145319
If BEM is regular CSS, why would I use BEM instead of the actual thing? It's a layer of indirection for no reason if it's the same. You use Tailwind in the same way you use BEM: be…
-
comment
Comment #49144539
Replace paper clips with data centers and we are already there…
-
comment
Comment #49144519
If that is so, why are people getting up in arms about tailwind?
-
comment
Comment #49143209
The poster I responded to, specifically asked for how to implement this in tailwind, with a worry about "do you really style each component separately for dark mode? Repeating the …
-
comment
Comment #49142846
That’s exactly how I’m doing this using tailwind and daisyui though, so I’m not sure what point you are trying to make? My global tailwind.css defines two sets of css vars for the …
-
comment
Comment #49142802
You just make a design system in your tailwind.css, following the documentation. You can optionally use something like daisyui if you do not have designer skills or the time. That …
-
comment
Comment #49142079
All the evidence is against you here, sorry. Just read the google or microsoft security blogs, linux kernel mailing list, or any of the published security research about bug densit…
-
comment
Comment #49139682
It is obvious that you are just trolling, but for other readers: our production app went from 50-100 unexplained sentry errors in typescript to 0 sentry errors in rust. The languag…
-
comment
Comment #49138491
Fat services, thin routes. Try moving your business logic to a library and consume it from both your UI and API routes. That minimizes duplication and decouples your public API res…
-
comment
Comment #49135318
Having used both in anger, I find d* has a lot of very real advantages over react if you care about performance and application stability. It's simple enough that you don't need tr…
-
comment
Comment #49135277
You either buy a datastar license to get their debug tools, or you spend a couple of hours to build your own. I'm sure you can find something on GitHub too. One of the cool things …
-
comment
Comment #49133087
Our UI is highly interactive: think 3d visualizations with toggle-able overlays, various display settings, searchable lists, drawing tools etc. We made a lot of progress with htmx,…
-
comment
Comment #49131724
I highly recommend everyone to give htmx or datastar a try, especially if your main experience is react or nextjs. We recently rewrote a half-million LOC codebase from react to dat…
-
comment
Comment #49128678
The Rust type system helps you catch logic errors at compile time. Same with Haskell or Ocaml.
-
comment
Comment #49057227
Many people have tried before, but the bitter lesson has come for them all.
-
comment
Comment #49046838
There used to be a time when you had to write in assembly and count bytes to fit your code into the vanishingly small ROM you had available. Nowadays, you can just write in python …
-
comment
Comment #49045910
I don't know, the CEO of Anthropic has openly said that each model by itself is profitable, they just reinvest everything into training more and more expensive models.
-
comment
Comment #49045881
Reminds of a some programmers and researchers I know...
-
comment
Comment #49045873
What if they spent 15 minutes doing that? Would you care then? Scale matters a _lot_.
-
comment
Comment #49045816
It's mimicking humans only in as far as it is still using tools & programming languages developed by humans, for humans. This is temporary. There is a future where AI builds tools …