Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tlarkworthy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
tlarkworthy
11d ago
I was expecting it more like a filled hypercube but its more like two surfaces? Probably better the way it is.
2.
▲
by
tlarkworthy
23d ago
Yeah, but actually the agent recreates the folder structure, so work trees/task1 subfolder contains a sparse subset of work trees for task1 if it crosses repos. Yeah I have a skill for creating the isolated worktrees. The agents manage
3.
▲
by
tlarkworthy
24d ago
I use a top level meta-repository to create a virtual monorepo of all my repositories and vendor their upstreams, then use worktrees off off the submodules to prepare patches. I never need to change directory from the root meta-repository e
4.
▲
Caged Code – Vanilla Claude Code Binary in a Webpage
(tomlarkworthy.github.io)
1 points
by
tlarkworthy
1mo ago
|
0 comments
5.
▲
by
tlarkworthy
1mo ago
Oh thats great and makes so much sense and you can see how it could be extended, brilliant abstraction
6.
▲
SVG Sketch Source
(tomlarkworthy.github.io)
2 points
by
tlarkworthy
2mo ago
|
0 comments
7.
▲
by
tlarkworthy
3mo ago
HTML is human readable as a text file. It does lack abstraction though. I don't actually like markdown much but it is quicker for prose and when I want my images styled a certain way I drop to HTML
8.
▲
by
tlarkworthy
3mo ago
Ruby is extensible as well, these things flourish because their creators thought hard about escape hatches. The things that are not extensible we don't talk about because they already died.
9.
▲
by
tlarkworthy
3mo ago
Of course it's extensible, you can put HTML in it, and HTML is extensible.
10.
▲
by
tlarkworthy
3mo ago
I tried it and it does not compress messages which was 90% of my context, so it only compresses a small part of my token usage. If you read it carefully you will realize that is exactly stated. If you look at /context you will probably
11.
▲
by
tlarkworthy
3mo ago
I think it's enough to use Open Router to encourage competition in the market place.
12.
▲
Lambda isn't leaking memory, your metrics are lying to you
(engineering.taktile.com)
18 points
by
tlarkworthy
4mo ago
|
5 comments
13.
▲
by
tlarkworthy
4mo ago
It kills drag scroll over the flow text on my android
14.
▲
by
tlarkworthy
4mo ago
Maybe they want a quick switchover and the UB is replicating existing problems so it is net neutral for the codebase (but positive future coz developers can do future work on rust without synchronizing two codebase? ).
15.
▲
by
tlarkworthy
5mo ago
It counts every instruction and blends the colours for the three active modes. Then the height represents idleness. So it's a pretty high resolution measure!
16.
▲
by
tlarkworthy
5mo ago
I added a viz for that! Its cool! You can see the transition to user mode https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpky...
17.
▲
by
tlarkworthy
5mo ago
OK fixed! As you clearly know this space well, what do think would make this project better? I was thinking I wanted to see a heatmap of memory access (pages?), and more detailed explaination of the opcodes, but getting the thing working to
18.
▲
by
tlarkworthy
5mo ago
I just like the game Risk. It boots!
19.
▲
by
tlarkworthy
5mo ago
This is an app, the file works from a file:// domain without a local Webserver. It's a different thing than other things you have seen.
20.
▲
by
tlarkworthy
5mo ago
Evergreens only. Yes it's a whole OS in there, 7mb.
21.
▲
RISC-V Linux BusyBox Single Board Notebook
(tomlarkworthy.github.io)
2 points
by
tlarkworthy
5mo ago
|
13 comments
22.
▲
by
tlarkworthy
6mo ago
We do something similar at work, called metadev. It sits above all repos and git submodules othe repos in, and works with multiple changes with multiple sessions with worktrees, and stores long term knowledge in /learnings. Our trick h
23.
▲
Realistic Benchmarks for Financial AI
(labs.taktile.com)
1 points
by
tlarkworthy
6mo ago
|
0 comments
24.
▲
by
tlarkworthy
7mo ago
Two husbands without kids, working in tech, have a huge amount of cash, time capacity and ideation opportunity. I felt these added up to a huge advantage for getting quality shit done and taking risks. Fair play.
25.
▲
Show HN: The Lopecode Tour
(tomlarkworthy.github.io)
1 points
by
tlarkworthy
7mo ago
|
0 comments
26.
▲
by
tlarkworthy
8mo ago
It makes you download it but then a button appears saying join in browser. I have tons of zoom binary copies
27.
▲
by
tlarkworthy
8mo ago
I have a pretty good one here https://observablehq.com/@tomlarkworthy/robocoop-2 and I have a port of opencode in-progress
28.
▲
by
tlarkworthy
8mo ago
Yeah, this upsert_cell tool does it https://observablehq.com/@tomlarkworthy/forking-agent#upsert... format: { type: "grammar", syntax: "regex", definition: cellsRegex }, Where cellRegex
29.
▲
by
tlarkworthy
8mo ago
I use regex to force an XML schema and then use a normal XML parser to decode. XML is better for code, and for code parts in particular I enforce a cdata[[ part so there LLM is pretty free to do anything without escaping. OpenAI API lets yo
30.
▲
by
tlarkworthy
9mo ago
Parquet/iceberg
More ›