Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
heyzk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
heyzk
1y ago
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 it. IME it results in much less context clutter from your tes
2.
▲
by
heyzk
1y ago
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.
3.
▲
by
heyzk
3y ago
I'm curious about the logistics here, what's preventing OAI from obtaining a copy and invalidating those credentials?
4.
▲
by
heyzk
3y ago
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 really, really impressive. [1] https://www.you
5.
▲
by
heyzk
3y ago
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.
6.
▲
by
heyzk
3y ago
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?
7.
▲
by
heyzk
3y ago
Great writeup, this helps us understand where to spend our time vs what OpenAI's progress will solve.
8.
▲
by
heyzk
3y ago
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 shared version reports May 26, but
9.
▲
Knuth Optimystic Benchmark
(optimystic.ai)
2 points
by
heyzk
3y ago
|
1 comments
10.
▲
by
heyzk
3y ago
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 against the latest GPT model (additionally I've asked
11.
▲
by
heyzk
3y ago
Is the benefit here that EVA supports a declarative style of composition over LangChain's (or similar) imperative style?
12.
▲
by
heyzk
3y ago
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 curious, but are you using some combination of you
13.
▲
by
heyzk
3y ago
Would love to hear more about (1), are you vectorizing different types of transforms on the original document?
14.
▲
by
heyzk
4y ago
Which, I assume, led to one of my favorite idioms: there are only three numbers in computing: 0, 1, and n.
15.
▲
by
heyzk
4y ago
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 metrics past AHI and how rested you felt the next
16.
▲
by
heyzk
4y ago
I hadn't really though about it until your comment, but Metabase really is a joy to work with.
17.
▲
Concise Encoding Design Document
(github.com)
2 points
by
heyzk
4y ago
|
0 comments
18.
▲
by
heyzk
4y ago
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? Similar issues with people-sourced explanations I suppo
19.
▲
by
heyzk
4y ago
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 best way to move community focus on to bigger and better thing
20.
▲
Hack to edit redbean files as archives in Emacs
(gist.github.com)
2 points
by
heyzk
5y ago
|
0 comments
21.
▲
Ask HN: How did Python become the lingua franca of ML/AI?
78 points
by
heyzk
5y ago
|
95 comments
22.
▲
by
heyzk
5y ago
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?
23.
▲
by
heyzk
5y ago
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 the attribute was a pointer to another entity, and the
24.
▲
by
heyzk
5y ago
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 complex data entry and querying. > EAV is often an anti-
25.
▲
by
heyzk
5y ago
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 hierarchies was easy, and was able to skip the pain typically associ
26.
▲
by
heyzk
5y ago
Definitely take a look at Cursive, it may be what you're looking for along the lines of stability and out-of-the-box features you'd see in a Java IDE: https://cursive-ide.com/
27.
▲
by
heyzk
5y ago
> I noticed that these days roughly 30-40% of the code I write deals with integrity checks, anomalies and anomaly handling. Love to hear more about this. My approach has been to convert errors into data and have behavior that deals with
28.
▲
by
heyzk
5y ago
If you're looking to embed maps in a web page I've had good experiences with using both Mapbox and Google Maps' js libraries directly from cljs. On the geospatial side JSTS ( https://github.com/bjornharrtell&#x