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

joshwa

no profile record

投稿

AGENTS.md gets it wrong in 2 ways

joshwand1.substack.com
2 ポイント·投稿者 joshwa·11 か月前·1 コメント

Some critical issues with the SWE-bench dataset

arxiv.org
350 ポイント·投稿者 joshwa·昨年·116 コメント

コメント

joshwa
·5 か月前·議論
https://github.com/BloopAI/vibe-kanban
joshwa
·7 か月前·議論
URA quotas—I see the Amazon infection has spread from Seattle to Redmond.
joshwa
·11 か月前·議論
The thing about language models is that they are *language* models. They don't actually parse XML structure, or turn code into an AST, they are just next-token generators.

Individual models may have supplemented their training with things that look like structure (e.g. Claude with its XMLish delimiters), but it's far from universal.

Ultimately if we want better fidelity to the concepts we're referencing, we're better off working from the larger/richer dataset of token sequences in the training data--the total published written output of humanity.
joshwa
·11 か月前·議論
Just the opposite! When sautéing, too-small pieces have burned by the time the larger ones have cooked, giving the dish a bitter burnt flavor and ugly black flecks.
joshwa
·11 か月前·議論
https://onion-cutting-simulator.streamlit.app/

I made my own version of this a while back, and it lets you create your own cutting methods, plot the statistical distribution, and share your ideas via permalink. It also lets you tweak onion parameters, such as number of layers and the layer thickness distribution curve).

Along the way I discovered two things:

1. I came up with my own method ("Josh’s method" in the app above) where the neither the longitudinal cuts nor the planar cuts are full depth, so the number of cuts at the narrower core is less than at the wider perimeter.

2. After all this hyper-optimization about size, it turns out what really matters when cooking is the THICKNESS, since ultimately determines the cooking rate. The only way to avoid thin outliers that burn long before the rest are cooked is to discard more of the tip of the onion, where the layers are the thinnest.

The 3D version of the simulator is still in progress--turns out 3D geometry is a lot harder than 2D. :)

Pull requests are welcome! https://github.com/joshwand/onion-simulator
joshwa
·昨年·議論
My thought is just to rent it out for to rich folks with lawns for a few hundred bucks a week. My contraption will have thermal detection, AI target discrimination, and precision targeting with a laminar flow water stream. That’s the plan, anyways.
joshwa
·昨年·議論
Likewise but for raccoons. Are you precision targeting or just broad sprinkler coverage? I need to make sure my cat doesn’t get hosed :-/

I got a cheap MLX90640 off aliexpress for target detection and a grove vision AI V2 module to use with IR cam for classification/object tracking. Esp32 for fusion and servo/solenoid actuation.

Collab?