Sorry, this kind of LLMglish is illegible. That rounding has teeth. Here is the answer, and it’s the most useful idea in this whole post. That last clause is the whole game. The constantly referring back or forward to…
Looks like Blue Prince interiors. :D
I read this post and your post introducing zeroserve. One of the main parts of the original pitch was "no separate config file and scripts". Now you're adding a config file separate from the scripts. Is the pitch now…
These games all released with Denuvo on Steam and DRM-free on GOG. (Some of them have subsequently removed Denuvo on Steam.) Mad Max Middle-earth: Shadow of War Deus Ex: Mankind Divided Yakuza: Like a Dragon
> This isn’t parser-style backtracking How is this different from backtracking? You're doing a depth-first search over possible interpretations. The grammar is just expressed in the type system instead of usual spec…
What does this offer over feeding `-v` output into an LLM?
Extremely. Repo is littered with one-off Python scripts, among many other indicators.
And in every training corpus many times over.
Yeah, instantly switched to reader mode.
The fundamental reason JSON won over XML is that JSON maps exactly to universal data structures (lists and string-keyed maps) and XML does not.
There are many different supersampling patterns you can use: https://en.wikipedia.org/wiki/Supersampling#Supersampling_pa... A grid can have unwanted aliasing effects. It all depends on the kinds of images you're…
mmap is better when: * You want your program to crash on any I/O error because you wouldn't handle them anyway * You value the programming convenience of being able to treat a file on disk as if the entire thing exists…
If you fail to load an mmapped page because of an I/O error, Unix-like OSes interrupt your program with SIGBUS/SIGSEGV. It might be technically possible to write a program that would handle those signals and recover,…
Two big advantages: You avoid an unnecessary copy. Normal read system call gets the data from disk hardware into the kernel page cache and then copies it into the buffer you provide in your process memory. With mmap,…
It's 2025 and you're telling people to `pip install` into system packages instead of running via `uvx`.
I don't understand the use case here. Is this supposed to be for enterprise to control access to internal applications via network access policies?
The use case for these boxes is a local NVIDIA development platform before you do your actual training run on your A100 cluster.
Running LLMs will be slow and training them is basically out of the question. You can get a Framework Desktop with similar bandwidth for less than a third of the price of this thing (though that isn't NVIDIA).
Author on Twitter a few years ago: https://x.com/tqbf/status/851466178535055362
Oh, joy
I have a few questions after reading the README. First, if it uses PRNG with a fixed-size state, it isn't accurate to say it never repeats, correct? It will be periodic eventually, even if that takes 2^256 operations or…
They cannot just relicense the work of all of their public contributors without them agreeing in writing. This is completely illegitimate. (They don't seem to require signing any contributor agreement.)
I walk away from every article on or attempt to use Nix more mystified
Do I get a superuser? Can I install any extensions I want?
I'm going to take all of my toys and go home until everyone promises to stop being mean to me.
Sorry, this kind of LLMglish is illegible. That rounding has teeth. Here is the answer, and it’s the most useful idea in this whole post. That last clause is the whole game. The constantly referring back or forward to…
Looks like Blue Prince interiors. :D
I read this post and your post introducing zeroserve. One of the main parts of the original pitch was "no separate config file and scripts". Now you're adding a config file separate from the scripts. Is the pitch now…
These games all released with Denuvo on Steam and DRM-free on GOG. (Some of them have subsequently removed Denuvo on Steam.) Mad Max Middle-earth: Shadow of War Deus Ex: Mankind Divided Yakuza: Like a Dragon
> This isn’t parser-style backtracking How is this different from backtracking? You're doing a depth-first search over possible interpretations. The grammar is just expressed in the type system instead of usual spec…
What does this offer over feeding `-v` output into an LLM?
Extremely. Repo is littered with one-off Python scripts, among many other indicators.
And in every training corpus many times over.
Yeah, instantly switched to reader mode.
The fundamental reason JSON won over XML is that JSON maps exactly to universal data structures (lists and string-keyed maps) and XML does not.
There are many different supersampling patterns you can use: https://en.wikipedia.org/wiki/Supersampling#Supersampling_pa... A grid can have unwanted aliasing effects. It all depends on the kinds of images you're…
mmap is better when: * You want your program to crash on any I/O error because you wouldn't handle them anyway * You value the programming convenience of being able to treat a file on disk as if the entire thing exists…
If you fail to load an mmapped page because of an I/O error, Unix-like OSes interrupt your program with SIGBUS/SIGSEGV. It might be technically possible to write a program that would handle those signals and recover,…
Two big advantages: You avoid an unnecessary copy. Normal read system call gets the data from disk hardware into the kernel page cache and then copies it into the buffer you provide in your process memory. With mmap,…
It's 2025 and you're telling people to `pip install` into system packages instead of running via `uvx`.
I don't understand the use case here. Is this supposed to be for enterprise to control access to internal applications via network access policies?
The use case for these boxes is a local NVIDIA development platform before you do your actual training run on your A100 cluster.
Running LLMs will be slow and training them is basically out of the question. You can get a Framework Desktop with similar bandwidth for less than a third of the price of this thing (though that isn't NVIDIA).
Author on Twitter a few years ago: https://x.com/tqbf/status/851466178535055362
Oh, joy
I have a few questions after reading the README. First, if it uses PRNG with a fixed-size state, it isn't accurate to say it never repeats, correct? It will be periodic eventually, even if that takes 2^256 operations or…
They cannot just relicense the work of all of their public contributors without them agreeing in writing. This is completely illegitimate. (They don't seem to require signing any contributor agreement.)
I walk away from every article on or attempt to use Nix more mystified
Do I get a superuser? Can I install any extensions I want?
I'm going to take all of my toys and go home until everyone promises to stop being mean to me.