Viewing profile — heyzk
heyzk
HN member- Joined
- Wed, Jan 05, 2011, 3:56 PM UTC
- HN karma
- 96
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About heyzk
YC Badge: 0x7e5e706bf50eaa8c0d2993d4ec89a51e91cbbeab
Recent public activity
-
comment
Comment #45420403
I just shipped 3pio, a drop-in test runner that context-optimizes your test output. It uses your existing test runner and tests so zero changes to your codebase or tooling to use i…
-
comment
Comment #44963780
I think semantically this is true, but the way humans and agents handle context, at the moment, is different enough to warrant a separate structure.
-
comment
Comment #36980851
I'm curious about the logistics here, what's preventing OAI from obtaining a copy and invalidating those credentials?
-
comment
Comment #36950996
Mark Brown of Game Maker's Toolkit fame runs a yearly game jam centered around a specific theme [1], which would line up well with this initiative. The quality of submissions is re…
-
comment
Comment #36818704
You see a similar loosening of the term in other fields e.g. open source journalism. Although that seems to be more about crowdsourcing than transparency or usage rights.
-
comment
Comment #36237775
I'm confused about how a loose chain can cause the rear wheel to lock. Does the chain wedge between the rear sprocket and wheel?
-
comment
Comment #36141744
Great writeup, this helps us understand where to spend our time vs what OpenAI's progress will solve.
-
comment
Comment #36091466
It would be really interesting to see the first thing everybody asked ChatGPT. Here's mine: https://chat.openai.com/share/26792685-2790-4560-9f8d-9524de... edit: Just noticed the s…
-
comment
Comment #36035880
Hey all, I found the post about Don Knuth and ChatGPT [1] very interesting so I hacked together this project over the weekend. Optimystic periodically re-runs Knuth's questions aga…
- story
-
comment
Comment #35770031
Is the benefit here that EVA supports a declarative style of composition over LangChain's (or similar) imperative style?
-
comment
Comment #35733504
The flux docs indicate that you're using a custom-trained LLM and in another comment it was mentioned you're using LangChain (to integrate non-deterministic tooling perhaps). Just …
-
comment
Comment #35551908
Would love to hear more about (1), are you vectorizing different types of transforms on the original document?
-
comment
Comment #35213261
Which, I assume, led to one of my favorite idioms: there are only three numbers in computing: 0, 1, and n.
-
comment
Comment #34953432
Hey Samson, thanks for sharing your experience and I'm glad you persevered to diagnose and treat your condition. I think many people would have given up. I'm curious, did you track…
-
comment
Comment #34780880
I hadn't really though about it until your comment, but Metabase really is a joy to work with.
- story
-
comment
Comment #33415068
Really interesting. I've always wondered about accuracy issues with this type of tool, i.e. are incorrect or misleading explanations obvious? What are the downstream consequences? …
-
comment
Comment #31591900
I feel the same way! In fact, I wrote the first version of ClojureDocs (on rails) because people kept complaining on the mailing list about the official docs. It seemed like the be…
- story
-
story
Ask HN: How did Python become the lingua franca of ML/AI?
I've looked around a bit and can't really find a satisfying answer to this question. There are posts on answer sites, but these often boil down to "dynamic languages are good at gl…
-
comment
Comment #29023291
I'm curious, who's your target customer? Should small teams be looking early on or is this more of a mid-sized company thing?
-
comment
Comment #28997809
Honestly I didn't look at json1. It was built on a single table that held the entity-attribute-value tuple along with some additional metadata like type information, whether or not…
-
comment
Comment #28997775
It was a scheduling, work tracking and invoicing app for service providers that have spotty-at-best network connections, think long periods out of cell service but still need to do…
-
comment
Comment #28996077
I had a really great experience building an EAV store with Datalog as the query interface on top of SQLite for embedding in native mobile apps. Pros: querying complex data hierarch…