HackerLangs
TopNewTrendsCommentsPastAskShowJobs

emschwartz

no profile record

Submissions

ClickHouse is winning the Observability Wars

matduggan.com
2 points·by emschwartz·9 dni temu·0 comments

A Vision for a Rust Formal Specification

nadrieril.github.io
1 points·by emschwartz·25 dni temu·0 comments

Kaku: A fast, out-of-the-box macOS terminal built for AI coding

kaku.fun
1 points·by emschwartz·w zeszłym miesiącu·0 comments

The Road to the WASM Component Model 1.0

bytecodealliance.org
103 points·by emschwartz·w zeszłym miesiącu·108 comments

Life is too short for a slow terminal

mijndertstuij.nl
126 points·by emschwartz·w zeszłym miesiącu·91 comments

The perils of UUID primary keys in SQLite

andersmurphy.com
184 points·by emschwartz·w zeszłym miesiącu·108 comments

ICEs Plan to Let Cops Around the Country Scan Faces to Verify Immigration Status

404media.co
11 points·by emschwartz·w zeszłym miesiącu·0 comments

Dense Retrievers Know More Than They Can Express

mixedbread.com
5 points·by emschwartz·w zeszłym miesiącu·1 comments

Your Rust Clippy Config Should Be Stricter

emschwartz.me
9 points·by emschwartz·2 miesiące temu·1 comments

Give your agent feedback loops

ben.page
3 points·by emschwartz·2 miesiące temu·0 comments

Greenfield and Iterative Development (from the creator of Superpowers)

primeradiant.com
3 points·by emschwartz·3 miesiące temu·0 comments

Cloudflare Email Service is a deliverability bet dressed as an agents launch

lord.technology
1 points·by emschwartz·3 miesiące temu·0 comments

Box to save memory in Rust

dystroy.org
180 points·by emschwartz·3 miesiące temu·53 comments

A Roadmap for Building an Extended Standard Library for Rust

kerkour.com
2 points·by emschwartz·3 miesiące temu·0 comments

Rewriting Every Syscall in a Linux Binary at Load Time

amitlimaye1.substack.com
2 points·by emschwartz·3 miesiące temu·0 comments

jemalloc 5.3.1 Released

github.com
3 points·by emschwartz·3 miesiące temu·0 comments

Principles of Mechanical Sympathy

martinfowler.com
6 points·by emschwartz·3 miesiące temu·0 comments

Ultraplan with Claude Code

code.claude.com
6 points·by emschwartz·3 miesiące temu·3 comments

A Rave Review of Superpowers (For Claude Code)

emschwartz.me
50 points·by emschwartz·3 miesiące temu·25 comments

JetStream 3: A modern benchmark for high-performance, compute-intensive Web apps

blog.chromium.org
3 points·by emschwartz·3 miesiące temu·0 comments

comments

emschwartz
·18 dni temu·discuss
Definitely put your finger on what I’ve been feeling.

> What AI did was give every engineer a small team of tireless, fast, occasionally-wrong direct reports. And with the team came the manager’s problem. The discomfort engineers are feeling right now isn’t an AI problem. It’s a delegation problem, and delegation is the oldest unsolved problem in our discipline.

Very good synthesis.
emschwartz
·w zeszłym miesiącu·discuss
Hilarious. Nice work
emschwartz
·w zeszłym miesiącu·discuss
Could you put some screenshots in the readme? Thanks!
emschwartz
·2 miesiące temu·discuss
If you haven’t read Entangled Life: How Fungi Shape Our World, I can’t recommend it enough.

https://www.merlinsheldrake.com/entangled-life
emschwartz
·2 miesiące temu·discuss
I’ve been using MixedBread, which is a pretty old model at this point. Recently, I tried comparing it to some newer models and was disappointed that the results weren’t dramatically and uniformly better.

You probably can’t go wrong if you pick a recent one that scores decently well on benchmarks and is at the right price point (or memory requirement) for whatever you’re trying to do.
emschwartz
·3 miesiące temu·discuss
Thanks for that! I added the first one to the feedback board here https://feedback.scour.ing/142 and I'm tweaking the recommendations to avoid topics like Swedish filesystems.

Let me know if you have any other suggestions!
emschwartz
·3 miesiące temu·discuss
Developer here. Thanks for posting! I'm glad you've found it useful!

Let me know if you have any feedback on it.
emschwartz
·3 miesiące temu·discuss
Thanks for the write-up! Comprehension debt definitely feels like one of the biggest issues when I'm leaning heavily on coding agents.

It might fall into the too-heavy prior art category you mention at the end, but I quite like Superpowers (https://claude.com/plugins/superpowers and wrote a short review of why I like it: https://emschwartz.me/a-rave-review-of-superpowers-for-claud...).
emschwartz
·3 miesiące temu·discuss
Yeah I agree with the implementation plan not being that useful for me to read. I often just tell it to go after reading the design doc.
emschwartz
·4 miesiące temu·discuss
Seems kind of crazy, but I like it
emschwartz
·4 miesiące temu·discuss
This is great. It would be nice to be able to add a custom dictionary for words that are often misunderstood.
emschwartz
·4 miesiące temu·discuss
Pick an embedding model that supports binary quantization and then use a SIMD-optimized Hamming Distance function. I'm doing this for Scour and doing about 1.6 billion comparisons per second.

https://scour.ing

https://emschwartz.me/binary-vector-embeddings-are-so-cool/
emschwartz
·4 miesiące temu·discuss
Seems neat. Could you plug it in to DataFusion to use their SQL layer?
emschwartz
·4 miesiące temu·discuss
This is exciting work. I especially appreciate that it was trained to support binary quantization (I wrote about how cool binary quantized vector embeddings are in https://emschwartz.me/binary-vector-embeddings-are-so-cool/)
emschwartz
·5 miesięcy temu·discuss
This sounds interesting.

Reading your website and the investor deck, one of my main questions was "who is behind this (and is this just AI-generated)?" It would be useful to put more of a bio on there.

Not having macOS/Windows support is going to make it hard to develop with. Would it be possible to build some kind of shim on top of other libraries that mirrors the API, even if it doesn't match the performance?

Also, one of the advantages of using a popular HTTP server stack is getting lots of battle-tested middleware that other people have developed and tested. Is there any way to leverage any of that or do you need to build everything from scratch? Granted, that is certainly somewhat easier in the AI era, but still.
emschwartz
·5 miesięcy temu·discuss
I believe so. When you call `raw_sql`, the API doesn't provide a way for you to specify which parts of the query are parameters, so it just passes that exact string in to exec.
emschwartz
·5 miesięcy temu·discuss
You should try Scour (https://scour.ing)!

You specify your interests as free form text, it ranks articles by how closely they match, and you can consume your Scour feed as an RSS feed to read it in NNW.

Disclaimer: I’m the developer
emschwartz
·5 miesięcy temu·discuss
> In Deno Sandbox, secrets never enter the environment. Code sees only a placeholder

> The real key materializes only when the sandbox makes an outbound request to an approved host. If prompt-injected code tries to exfiltrate that placeholder to evil.com? Useless.

That seems clever.
emschwartz
·5 miesięcy temu·discuss
Developer here, happy to answer any questions you might have about Scour!

Also, feedback on the product or the docs is very welcome!
emschwartz
·5 miesięcy temu·discuss
I know the purpose of these pieces is to drive interest in companies that Amplify has invested in, but I appreciate the technical depth they do it with.