Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Littice
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Ludion – routing AI inference by observed WebGPU behavior
(ludion.ai)
4 points
by
Littice
3mo ago
|
0 comments
2.
▲
by
Littice
3mo ago
The killer feature for me is not drawing TikZ visually, but being able to touch old TikZ without turning the source into generated-looking soup.
3.
▲
by
Littice
3mo ago
The part that would bother me most is not the ban itself, but having no idea what to change. “Policy violation” could mean VPN, billing risk, location, or actual usage.
4.
▲
by
Littice
3mo ago
Using employees instead of contractors because they produce higher-quality data sounds less clever after you leak the employees' data.
5.
▲
WebGPU feature detection was not enough to run small LLMs on phones
(ludion.ai)
3 points
by
Littice
3mo ago
|
0 comments
6.
▲
by
Littice
3mo ago
The gift card analogy breaks down a bit: a gift card doesn’t get more expensive for the store to redeem later. Compute can.
7.
▲
by
Littice
3mo ago
A voxel world is a pretty good sales pitch for APL: the weird-looking part is the notation, not the model.
8.
▲
by
Littice
3mo ago
The part about context discipline feels underrated. Larger context windows don’t remove the need to decide what the model shouldn’t see.
9.
▲
by
Littice
3mo ago
"Under-16 social media ban" sounds narrow. In practice it means building an age-checking layer for the whole web, then hoping it only gets used for children.
10.
▲
by
Littice
3mo ago
The headless WebKit on DRM approach is interesting. How heavy is it in practice on the flipper one's soc, whats the idle and active memory footprint? Asking because WebKit's memory behavior on constrained devices tends to be the t
11.
▲
by
Littice
3mo ago
Immediate-mode in pure C is a nice constraint. how does it handle text rendering, do you bring your own atlas or is there something built in? Thats usually the part that balloons the dependency footprint.