Vincent Lee

Results 164 comments of Vincent Lee

If you manually go to the phyto-soil page in the book, does it crash?

on linux, you can remove network access using `unshare(1)`: `unshare -r -n java -jar ...`

you can also do some bind mount trickery to only expose a readonly view of the filesystem then scan that, but I don't know off the top of my head...

did a quick skim and lgtm, if you want to tweak further feel free to send more pr's. thanks for the hard work

You could calculate these kinds of things on server start and/or login, that's what ProjectE does for its EMC values and complaints have been relatively little

Bump on this :) Wanted to set up a local dev environment for SourceHut and this was a perplexing issue until I found this issue.

Sounds a lot like some mod is accessing the internet on the main thread (which is very dumb) and then repeatedly 404's until it times out If you could somehow...

why is it iterating through everything instead of caching >.>

Querying LLMs in private may be useful, but posting their response in public forums is completely useless, as it's not contributing anything new to the discussion: anyone reading the thread...