fjasdfwa | 8 months ago | on: What would a Kubernetes 2.0 look like
fjasdfwa's comments
fjasdfwa | 9 months ago | on: What We Lost with PHP and jQuery
We didn't lose PHP, it's just no longer in the spotlight.
In fact I applied to a Laravel role very recently but they didn't like that most of my recent experience were with Go and Rust and not PHP.
If you want a PHP comeback, hire that Rust engineer that wants to use Laravel!
fjasdfwa | 9 months ago | on: Java Virtual Threads Ate My Memory: A Web Crawler's Tale of Speed vs. Memory
From what I see, It's a developer trade off.
If you want to save on memory then you need to drop down to callbacks, promise chains, or async-await sugar that is a compiler transform to a state machine.
But if you do that, then you will write a blog complaining about the boilerplate!
I think Zig had an ability to kind of give you the best of both worlds. A zig expert would need to correct me on this.
fjasdfwa | 9 months ago | on: Making C and Python Talk to Each Other
I really hope we are at the end game with poetry or uv. I can't take it anymore.
fjasdfwa | 9 months ago | on: Airlines are charging solo passengers higher fares than groups
I personally use TypeScript since it has unions and structural typing with native JSON support but really anything can work.