Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ZitchDog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ZitchDog
21d ago
How do you make sure they aren’t using AI to pretend to be a domain expert? I’d think an AI would be pretty good at that.
2.
▲
by
ZitchDog
4mo ago
Shoot, I'd be happy with free health care.
3.
▲
by
ZitchDog
5mo ago
This is the new challenge. Every vibecoder is larping as a SWE and rewriting systems left and right when all they need is a new feature or two. 6000 line PRs that could be 60. The challenge in the current era is evolving existing systems to
4.
▲
by
ZitchDog
5mo ago
Can't fully enforce that one, but I require only my specific HTTP router / SQL library to be used, and disallow the import of express / pg libraries via eslint. I also disable the use of JSON.parse via eslint. Combined with s
5.
▲
by
ZitchDog
6mo ago
I've been having good luck with fairly autonomous LLM coding with the following rules: * TypeScript everywhere with extreme enforcement of the type system. * No "as" casts, no "any" declarations, all code mus
6.
▲
by
ZitchDog
6mo ago
You can’t trade options on an IPO.
7.
▲
by
ZitchDog
6mo ago
> they have no incentive to do this at a loss Are you sure? Surely there is a lot of interesting data in those LLM interactions.
8.
▲
by
ZitchDog
7mo ago
Saying that becoming an EM is "moving away from tech" is crazy. As an EM you will be steeped in tech, just as you would be as an IC. It just may not be the tech you want to be steeped in. Again, same as an IC. In either case, unle
9.
▲
by
ZitchDog
7mo ago
I haven't needed that yet! But it seems like the agent could easily be notified of completed activities.
10.
▲
by
ZitchDog
7mo ago
Nope! The summary is presented to the user via a link and once the user follows the link and approves, the action is implemented entirely outside of the agent, on a separate server.
11.
▲
by
ZitchDog
7mo ago
I've created my own "claw" running in fly.io with a pattern that seems to work well. I have MCP tools for actions that I want to ensure human-in-the loop - email sending, slack message sending, etc. I call these "activit
12.
▲
by
ZitchDog
8mo ago
Here are benchmark results vs AJV: https://github.com/sberan/tjs/blob/main/benchmarks/results/B... There are raw stats in the main graph image of the readme (op/s) I don't compare it
13.
▲
by
ZitchDog
8mo ago
I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding. I made the worlds fastest and most accurate JSON Schema parser. https://github.com/sberan/tjs B
14.
▲
by
ZitchDog
8mo ago
> In the domains where I'm an expert, it's a nice productivity boost. In the domains where I'm not, it's transformative. Is it possible that the code you are writing isn't good, but you don't know it because
15.
▲
by
ZitchDog
8mo ago
I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding. I made the worlds fastest and most accurate JSON Schema validator. https://github.com/sberan/tjs
16.
▲
by
ZitchDog
8mo ago
Hi HN! I built TJS over my holiday as a way to experiment and get better at agentic coding. I was astounded at how quickly software can be built when you have a full test spec like JSON Schema has. The thing I'm most proud of is the Ty
17.
▲
Show HN: TJS, The World's Fastest and Most Accurate JSON Schema Validator
(github.com)
1 points
by
ZitchDog
8mo ago
|
1 comments
18.
▲
by
ZitchDog
8mo ago
I used similar techniques to build tjs [1] - the worlds fastest and most accurate json schema validator, with magical TypeScript types. I learned a lot about autonomous programming. I found a similar "planner/delegate" patter
19.
▲
by
ZitchDog
10mo ago
Not correct: A share is a contract issued by the corporation entitling its owner to a share of future profits. So you're not buying a corporation, just engaging in a contract with it. I hate Citizens United as much as the next guy, but
20.
▲
by
ZitchDog
1y ago
I used to think prayer was really dumb too, but then I started practicing Metta meditation created by Buddhists, and I realized it's very similar to Christian prayer. The power of Metta and prayer is actually the change it makes in the
21.
▲
by
ZitchDog
1y ago
The problem is that TypeScript is terrible at codegen, there are no standard extension points like we have with javac and others. So we are forced to do these crazy hacks at the type level rather than just generating types as you would in o
22.
▲
by
ZitchDog
2y ago
This is what happened to me in middle school. I wrote a bunch of programs to “help” me with algebra II tests and ended up inadvertently learning an insanely marketable skill in the process.
23.
▲
by
ZitchDog
2y ago
It's not just people who gave them data who should be worried. If a close relative gave their info to 23andme, they probably have enough data to associate your DNA with that relative. For instance my mom did 23andme and now 50% of my D
24.
▲
by
ZitchDog
2y ago
Cool!! Is this available outside of pglite or does it require it for some reason? I could see this being very widely useful.
25.
▲
by
ZitchDog
2y ago
> it has a reactive "live query" API Very cool! Most of the examples for reactive queries are very basic (only single tables). Do live queries support joins / aggregations?
26.
▲
by
ZitchDog
2y ago
I am halfway through this book and wanting to read it slower because it's that good. I think we could make a pretty cool AI powered ARG based on the lore.
27.
▲
by
ZitchDog
2y ago
Yes please be careful here folks. Nicotine can also cause anxiety and panic attacks.
28.
▲
by
ZitchDog
2y ago
Htmx doesn't help with this problem (knowing whether the underlying data has changed in order to update the UI). It's a common problem in any kind of collaborative app.
29.
▲
by
ZitchDog
2y ago
One thing that postgres does not solve very well is reactive UIs. Postgres does have listen/notify but it requires much more boilerplate and infrastructure to set up than Firebase/Firestore. For example I'd like to be able to
30.
▲
by
ZitchDog
2y ago
I would much rather inherit and optimize someone's postgres DB with specific scaling challenges than a prematurely optimized multi-database solution built for "web scale".
More ›