Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pmoati
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Pithos – A Zero-Dep TS Alternative to Lodash, Zod, and Neverthrow
(pithos.dev)
1 points
by
pmoati
6mo ago
|
0 comments
2.
▲
by
pmoati
6mo ago
I really like the interface-based auto-registration pattern, so elegeant! The implementation of HoverHandler seems clever... no manual wiring. That's the kind of API design that makes Go's implicit interfaces shine. I'm curio
3.
▲
by
pmoati
6mo ago
Thanks! And I'll never try to sell you scam crypto ! :D
4.
▲
by
pmoati
6mo ago
That's a really good question. Before, I was using Google Translate, which is not perfect. Now I'm using Claude and I think I tend to centralize my tools... Like before, when I was using both Google Search and Google Translate, no
5.
▲
by
pmoati
6mo ago
A really big up for you, I launched my lib https://pithos.dev fews days ago, and I tried to coordinate posts on HN, Reddit, dev.to and Linkedin... but it was a failure because I didn't have accounts for HN and Reddit, so I
6.
▲
by
pmoati
6mo ago
I totally agreed with you. I'm French (nobody is perfect ^^), I'm not so fluent in english and I'm dyslexic, that why I often write my message, then I ask to Claude to translate it in english because i'm feeling I will l
7.
▲
by
pmoati
6mo ago
it's a clever idea but the perception of the color is not easy to have a graduated difficulty. Plus, an alternative to the div might be to use the canvas to avoid cheating by watching the position of the gradient on the console :p any
8.
▲
by
pmoati
6mo ago
haha, I know that feeling! I worked on a RAG system for a pharmaceutical client and the hardest part was exactly this: You know, when everything looks fine, without error, but results are silently wrong!!! I think LLMs answering with full
9.
▲
by
pmoati
6mo ago
oups, I just realized you already explain you're using a git worktree. Sorry about that! I think the demo statement idea is really clever! Without something like that, agents always build layers of plumbing that never connect to anythi
10.
▲
by
pmoati
6mo ago
I'm sometime using Claude Code for the work, and I really like to parallelize multiple agents. So I'm wondering how you manage two workers who are editing a same file?
11.
▲
by
pmoati
6mo ago
The "patch file" approach for LLM output on large files is spot on. I've hit the same wall and forcing targeted replacements instead of full rewrites is the only sane way past a certain codebase size. Also respect for managin
12.
▲
by
pmoati
6mo ago
The Getting Real philosophy aged remarkably well ! "Say no by default" is something I wish more open-source maintainers would internalize... Every feature you add is a feature you maintain forever and knowing where to draw the lin
13.
▲
by
pmoati
6mo ago
Great writeup ! The bitmap trick is elegant and I've seen similar patterns in other contexts. The core insight resonates beyond Rust and SQL: the data structure that's "obvious" at design time can become a bottleneck whe
14.
▲
A novel technique for creating ergonomic and tree-shakable TypeScript libraries
(softwaremill.com)
1 points
by
pmoati
6mo ago
|
0 comments
15.
▲
by
pmoati
6mo ago
I'm building Pithos ( https://pithos.dev ), a zero-dependency TypeScript utility ecosystem. Five modules, one package: data utilities (Arkhe), schema validation (Kanon), Result/Option types (Zygos), typed error classes