HackerTrans
トップ新着トレンドコメント過去質問紹介求人

emschwartz

no profile record

投稿

ClickHouse is winning the Observability Wars

matduggan.com
2 ポイント·投稿者 emschwartz·9 日前·0 コメント

A Vision for a Rust Formal Specification

nadrieril.github.io
1 ポイント·投稿者 emschwartz·25 日前·0 コメント

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

kaku.fun
1 ポイント·投稿者 emschwartz·先月·0 コメント

The Road to the WASM Component Model 1.0

bytecodealliance.org
103 ポイント·投稿者 emschwartz·先月·108 コメント

Life is too short for a slow terminal

mijndertstuij.nl
126 ポイント·投稿者 emschwartz·先月·91 コメント

The perils of UUID primary keys in SQLite

andersmurphy.com
184 ポイント·投稿者 emschwartz·先月·108 コメント

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

404media.co
11 ポイント·投稿者 emschwartz·先月·0 コメント

Dense Retrievers Know More Than They Can Express

mixedbread.com
5 ポイント·投稿者 emschwartz·先月·1 コメント

Your Rust Clippy Config Should Be Stricter

emschwartz.me
9 ポイント·投稿者 emschwartz·2 か月前·1 コメント

Give your agent feedback loops

ben.page
3 ポイント·投稿者 emschwartz·2 か月前·0 コメント

Greenfield and Iterative Development (from the creator of Superpowers)

primeradiant.com
3 ポイント·投稿者 emschwartz·3 か月前·0 コメント

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

lord.technology
1 ポイント·投稿者 emschwartz·3 か月前·0 コメント

Box to save memory in Rust

dystroy.org
180 ポイント·投稿者 emschwartz·3 か月前·53 コメント

A Roadmap for Building an Extended Standard Library for Rust

kerkour.com
2 ポイント·投稿者 emschwartz·3 か月前·0 コメント

Rewriting Every Syscall in a Linux Binary at Load Time

amitlimaye1.substack.com
2 ポイント·投稿者 emschwartz·3 か月前·0 コメント

jemalloc 5.3.1 Released

github.com
3 ポイント·投稿者 emschwartz·3 か月前·0 コメント

Principles of Mechanical Sympathy

martinfowler.com
6 ポイント·投稿者 emschwartz·3 か月前·0 コメント

Ultraplan with Claude Code

code.claude.com
6 ポイント·投稿者 emschwartz·3 か月前·3 コメント

A Rave Review of Superpowers (For Claude Code)

emschwartz.me
50 ポイント·投稿者 emschwartz·3 か月前·25 コメント

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

blog.chromium.org
3 ポイント·投稿者 emschwartz·3 か月前·0 コメント

コメント

emschwartz
·18 日前·議論
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
·先月·議論
Hilarious. Nice work
emschwartz
·先月·議論
Could you put some screenshots in the readme? Thanks!
emschwartz
·2 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
Seems kind of crazy, but I like it
emschwartz
·4 か月前·議論
This is great. It would be nice to be able to add a custom dictionary for words that are often misunderstood.
emschwartz
·4 か月前·議論
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 か月前·議論
Seems neat. Could you plug it in to DataFusion to use their SQL layer?
emschwartz
·4 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
> 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 か月前·議論
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 か月前·議論
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.