HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zefiroj

no profile record

comments

Zefiroj
·10 mesi fa·discuss
Check out the lru_gen_min_ttl from MGLRU.
Zefiroj
·12 mesi fa·discuss
> But if you do that, things like the USPS donkey train [0] would be stripped, the US military would / should be reduced to a fraction of its current size or down to nothing, etc.

and that is a problem because? These are funded by tax dollars collected. It's impossible for people to stop paying for them whether they make sense or not.
Zefiroj
·anno scorso·discuss
in a sense, RCU is garbage collection.
Zefiroj
·anno scorso·discuss
I wonder how well the caching works. The FAQ says 30 days, so you might be getting a pretty stale result. That combined with Google's "fun fact: 15% of all Google searches have never been searched before", makes me wonder how identifying these queries can be.
Zefiroj
·anno scorso·discuss
The rust language is not well-specified, and if you take rust as the language specified by the compiler, then it has many soundness bugs. So even if you stay within "safe rust", you can segfault.

The "memory safety" of rust is oversold since "safety" is not formally proven for the rust language. While anecdotally memory-related bugs seem less likely, rust without unsafe is not absolutely safe.