Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kennethallen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kennethallen
6d ago
Separately from the content of this paper, the LLM prose is unbearable! These are not proper headers: "The Answer Neither Community Finished Alone", "The Peace Nobody Heard", "The Larger Disappearance". These a
2.
▲
by
kennethallen
2mo ago
Australia support, please! AUD15 limit?
3.
▲
by
kennethallen
3mo ago
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 other Par
4.
▲
by
kennethallen
3mo ago
Looks like Blue Prince interiors. :D
5.
▲
by
kennethallen
3mo ago
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 that it&
6.
▲
by
kennethallen
5mo ago
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
7.
▲
by
kennethallen
6mo ago
> 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 formats. Critiqu
8.
▲
by
kennethallen
7mo ago
What does this offer over feeding `-v` output into an LLM?
9.
▲
by
kennethallen
7mo ago
Extremely. Repo is littered with one-off Python scripts, among many other indicators.
10.
▲
by
kennethallen
7mo ago
And in every training corpus many times over.
11.
▲
by
kennethallen
7mo ago
Yeah, instantly switched to reader mode.
12.
▲
by
kennethallen
8mo ago
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.
13.
▲
by
kennethallen
8mo ago
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
14.
▲
by
kennethallen
9mo ago
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 in me
15.
▲
by
kennethallen
9mo ago
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, but it seems
16.
▲
by
kennethallen
9mo ago
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, the page cache is mappe
17.
▲
by
kennethallen
9mo ago
It's 2025 and you're telling people to `pip install` into system packages instead of running via `uvx`.
18.
▲
by
kennethallen
10mo ago
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?
19.
▲
by
kennethallen
10mo ago
The use case for these boxes is a local NVIDIA development platform before you do your actual training run on your A100 cluster.
20.
▲
by
kennethallen
10mo ago
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).
21.
▲
by
kennethallen
10mo ago
Author on Twitter a few years ago: https://x.com/tqbf/status/851466178535055362
22.
▲
by
kennethallen
11mo ago
Oh, joy
23.
▲
by
kennethallen
1y ago
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 more. Secon
24.
▲
by
kennethallen
1y ago
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.)
25.
▲
by
kennethallen
1y ago
I walk away from every article on or attempt to use Nix more mystified
26.
▲
by
kennethallen
1y ago
Do I get a superuser? Can I install any extensions I want?
27.
▲
by
kennethallen
2y ago
I'm going to take all of my toys and go home until everyone promises to stop being mean to me.
28.
▲
by
kennethallen
2y ago
Was this LLM-written?
29.
▲
by
kennethallen
2y ago
Yes. The author is a Zig Foundation guy, the reference implementation is in Zig, and the syntax borrows from Zig.
30.
▲
by
kennethallen
2y ago
This seems very interesting, but the resource-hour pricing is a total nonstarter. You're incentivizing me to use as little of your product as possible. You want me to pay for every bucket file, every role assignment, every verification
More ›