Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
caspar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
caspar
1mo ago
You can "solve" this by throwing your PDF statements at llms and having them extract the transactions. Has privacy implications if you use hosted llms of course. As for self hosted accounting/budgeting software, IMO Beancount
2.
▲
by
caspar
2mo ago
This is partially a "how much does the model follow instructions" thing. I use Pi with a vibed LSP extension and Claude (4.6 or thereabouts) almost never followed instructions to use LSP renaming tools - despite it being strongly
3.
▲
by
caspar
2mo ago
Try vidir from moreutils (or its improved version, https://github.com/bulletmark/edir ). It opens the list of filenames in a given directory (or set of files passed on cmdline) in an editor of your choice, and then you
4.
▲
by
caspar
3mo ago
There was/is a patch available that lifted the unit limit significantly. I played with it constantly. Even played a match at a lan party with friends last year.
5.
▲
by
caspar
4mo ago
Well language detection isn't all that hard in the scheme of things (especially now), but maybe having only training on English makes models less effective programmers. It would be interesting to see that as an experiment.
6.
▲
by
caspar
4mo ago
An internet comment communicating the death of communication on the internet - how wonderfully paradoxical! (or if you tasked an AI to write that: how appropriate!)
7.
▲
by
caspar
5mo ago
This is also what I've done for my multiplayer falling sand game: it's very much not vibe coded (too performance-sensitive), but coding agents can launch the game on my steamdeck and run benchmarks, take captures & verify rend
8.
▲
by
caspar
5mo ago
2x2 pixel font is probably impossible[1], but with a few more pixels of width someone made a surprisingly readable 2-pixel-high font: https://www.reddit.com/r/PixelArt/comments/1myh81x/2px_high_... Relea
9.
▲
by
caspar
5mo ago
Not the OP but here is a good example: https://mariozechner.at/posts/2025-11-30-pi-coding-agent/ Initially I read it because just it was interesting but it has ended up being the harness I have stuck with - pi is
10.
▲
by
caspar
6mo ago
Really? I've been a fulltime Linux user for years but there are tons of excellent Windows-only apps. Here are some that I miss: Directory Opus, ShareX, Wiztree, Everything, AltDrag, AutoHotkey, Paint.NET, irfanview, SumatraPDF. I'
11.
▲
by
caspar
6mo ago
> I've been struggling to sell it ... they will value a one-shotted pretty UI over all these other aspects. I do not think that it's your competitors' pretty one-shotted UIs that are losing you your leads. FWIW your websit
12.
▲
by
caspar
6mo ago
Noita uses herringbone wang tiles where each wang tile pixel is 16x16 simulated in-game CA pixels, with tiles selected from a per-biome pool and the ability for biome-specific scripts to override certain areas too. As part of expanding each
13.
▲
by
caspar
7mo ago
for anyone reading this later, claude code's sandbox code is at https://github.com/anthropic-experimental/sandbox-runtime/
14.
▲
by
caspar
7mo ago
I haven't used opencode but pi agent runs rings around claude code. Never eats tons of CPU on big outputs, no flickering, open source, tree-based context instead of claude's linear context, easy to toggle collapsing/expanding
15.
▲
by
caspar
7mo ago
Well, sometimes your compiler will work out how to more efficiently compile a thing (e.g. vectorize a loop), and other times you'll rework some code to an equivalent formulation and suddenly it won't get vectorized because you
16.
▲
by
caspar
8mo ago
Not strictly true afaik? If you own the copyright to the entire codebase you can relicense at will to a different license. (that's what CLAs enable among other things) Not sure whether you'd still be entitled to the source code un
17.
▲
by
caspar
8mo ago
Presumably others will write the prompts (or equivalent directing mechanism) that will steer the generation, such that you can act out whatever fantasies interest you.
18.
▲
by
caspar
8mo ago
Likely a separate issue, but I also have massive slowdowns whenever the agent manages to read a particularly long line from a grep or similar (as in, multiple seconds before characters I type actually appear, and sometimes it's difficu
19.
▲
by
caspar
8mo ago
FYI the sandbox feature is not fully baked and does not seem to be high priority. For example, for the last 3 weeks using the sandbox on Linux will almost-always litter your repo root with a bunch of write-protected trash files[0] - there a
20.
▲
by
caspar
8mo ago
I think state of the art LLMs would pass the Turing test for 95% people if those people could (text) chat to them in a time before LLM chatbots became widespread. That is, the main thing that makes it possible to tell LLM bots apart from hu
21.
▲
by
caspar
9mo ago
+1 for Maestral, have been using it for about a year on my Linux install and it works seamlessly.
22.
▲
by
caspar
9mo ago
Unity is Unreal Engine's biggest competitor by far. Godot competes with Unity (mostly for 2D games) but is at least a decade off being any threat to Unreal. So yes, funding Godot is A Nice Thing To Do but it also conveniently puts a bi
23.
▲
by
caspar
9mo ago
I can vouch for this "study plan". 4 years ago I tackled exactly those courses (raytracer[0] first, then CPU rasterizer[1]) to learn the basics. And then, yes, I picked up a lib that's a thin wrapper around OpenGL (macroquad)
24.
▲
by
caspar
9mo ago
Certainly if you take it in combination with his earlier "Intel is listening" blog post: https://www.brendangregg.com/blog/2025-11-22/intel-is-listen...
25.
▲
by
caspar
10mo ago
A multiplayer falling sand game - kinda like Noita, but faster paced and online & couch co-op - which happens to run on both desktop and in the browser (including online multiplayer, powered by webrtc data channels). I have a lot of dev
26.
▲
by
caspar
11mo ago
Been using syncthing with keepass(X/XC) for probably half a decade now and it works great, especially since KeepassXC has a great built-in merge feature for the rare cases that you get conflicts from modifying your vault on different c
27.
▲
by
caspar
11mo ago
> Dithering means fading away the banding that occurs when the palette (or the apparent palette achieved via halftone) isn't large enough to avoid banding on its own. Here[0] is a good summary of dithering/noise to reduce color
28.
▲
by
caspar
1y ago
Another major caveat is that JJ doesn't work with Git LFS yet - though some progress is being made: https://github.com/jj-vcs/jj/issues/80
29.
▲
by
caspar
1y ago
If you are used to PRs taking days (or over a week!) to merge, then I've found it's way faster to get someone to sit down and walk them through the code - which is not miles different from what's being proposed here.
30.
▲
by
caspar
1y ago
Stash was not an acquisition. Stash was built from the ground up inside Atlassian during its golden age, by a bunch of engineers who really cared about performance. Though it helped that they didn't have Jira's 'problem'
More ›