wildoats
No user record in our sample, but wildoats has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but wildoats has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It's far easier to write an app safe from memory corruption in Java than C. Java is as safe as Rust. It's just 1/2 the speed and uses 2-3X the ram. It was the best C alternative for DB until a couple years ago.
But you don't usually need to scale it. We run 1 million+ LoC Java monoliths on machines with 2GB.
Java already does this AFAIK. If you use a GC that supports class unloading (all the new ones do). Unused classes can be unloaded from RAM and it's like they don't exist. The executable is still huge but lower memory…
Java isn't the worst choice. It's mostly safe, reasonable to work with, and quite fast. RAM isn't a bottleneck on most servers these days. Even the cheapest EC2 tends to have 2GB which will run nearly any Java app fine.…
Space is like international waters and I predict similar hijinks in coming years unfortunately. Satellites harassing with close passes, blocking antennas, maybe even poking each other. "Damn ye Russian satellites!" The…
This is a bit hyperbolic. Wide scale COVID vaccination is needed for a functioning society. It's clear that waves of death won't stop without it. Especially now with Omicron, the fourth wave. In the US, average life…