HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zefiroj

no profile record

comments

Zefiroj
·10개월 전·discuss
Check out the lru_gen_min_ttl from MGLRU.
Zefiroj
·12개월 전·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
·작년·discuss
in a sense, RCU is garbage collection.
Zefiroj
·작년·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
·작년·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.
Zefiroj
·작년·discuss
There's a good balance between preventing accidents and reducing friction.

One person having "god-mode" access isn't usually that terrible.