• 0 Posts
  • 7 Comments
Joined 8 months ago
cake
Cake day: July 1st, 2025

help-circle
  • It might be nice to use in some very specific cases (e.g. addition-operation is a binary-operation AST node which is an AST node).

    In most of the cases it just creates noise though, and you can usually do something different anyway to implement the same feature. For example in rust, just use enums and list all the possible cases and it’s even nicer to use than inheritance.





  • The problem with the “it’ll go away at some point” is that the “at some point” might be much longer than what a few years.

    This period feels to me like some “calm before the storm” or a “slow motion car crash”. We have AI possibly disrupting a lot of the service economy, while automation is slowly eating away the manual workers jobs, possibly resulting in mass unemployment. People are really fed up with politics and electing more and more nationalistic/extremist politicians because they don’t feel represented. The economical crysis and this dissatisfaction is an environment very similar to when hitler got elected. Last time we had millions of people dying and europe being destroyed, what will it take today to remove a dictatorship in the biggest military spender of the world? Who is going to save the US if it slides into dictatorship?


  • For splitting the app in the taskbar I found it useful to “install” the PWA (you got to find the hidden option in chrome for that…), if it’s supported by the website… It still uses the same cookies and addons, but at least it doesn’t easily get merged with the main browser window and behaves like a proper desktop application. I mainly use firefox though and it doesn’t support PWAs (easily, at least). It’s a shame it’s not more common, because it’s a much better way to run software than the many electron apps, each having their own chromium installation (no download, no long installation process, full sandboxing, and you can have addons & adblockers affect the pwa!)