Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seanw265
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
seanw265
13d ago
Your browser's network fingerprint has likely already been validated as not-suspicious traffic. Your curl instance has a different fingerprint and reads as more suspicious. This is Cloudflare working as intended. We have a similar set
2.
▲
by
seanw265
5mo ago
I take some issue with that testing methodology. It seems to me that you're conflating the model's performance with the reliability of whatever provider you're using to run the benchmark. Many models, especially open weight o
3.
▲
by
seanw265
5mo ago
Kimi K2.6 also released today. I think it's fair to compare the two models. Qwen appears to be much more expensive: - Qwen : $1.3 in / $7.8 out - Kimi : $0.95 in / $4 out -- The announcement posts only share two overlapping
4.
▲
by
seanw265
8mo ago
I'll piggyback on this to highlight Refactoring UI as well. It's an ebook by Adam and Steve, though I'm not sure if it's technically part of Tailwind Labs or not. This book taught me so much about modern UI design. If yo
5.
▲
by
seanw265
9mo ago
It's always up to the reader to determine which biases they themself care about. If you're wondering at what point "we" as a collective will stop caring about a bias or set of biases, I don't think such a time exist
6.
▲
by
seanw265
9mo ago
I’d argue the goalposts have moved substantially over the past decade. The LLMs we casually use in ChatGPT today would have been described as AGI by many people 15, 10, maybe even 5 years ago.
7.
▲
by
seanw265
9mo ago
This is not what the article says at all. The article is about the constraints of computation, scaling of current inference architecture, and economics. It is completely unrelated to your claim that cognition is entirely separate from compu
8.
▲
by
seanw265
10mo ago
I tend to agree. Cloudflare and Vercel were able to mitigate in the form of WAF rules, but it's not immediately clear what a user or vendor can do to implement mitigations themselves other than updating their dependencies (quickly!). I
9.
▲
by
seanw265
10mo ago
FWIW it looks like OpenRouter's two providers for this model (one of whom being Deepseek itself) are only running the model around 28tps at the moment. https://openrouter.ai/deepseek/deepseek-v3.2 This only bolste
10.
▲
by
seanw265
10mo ago
Thanks for the thoughtful reply. Best of luck!
11.
▲
by
seanw265
10mo ago
After reading the post I kept thinking about two other pieces, and only later realized it was Taylor who had submitted it. His most recent essay [0] actually led me to the Commoncog piece “Are You Playing to Play, or Playing to Win?” [1], a
12.
▲
by
seanw265
10mo ago
Stripe billing definitely leaves something to be desired and agree that a layer on top can improve the DX tremendously. What differentiates you from competitors like Lago and Autumn?
13.
▲
by
seanw265
10mo ago
If they are serious they should realize that "80% accuracy" is almost meaningless for this kind of classifier. They should publish a confusion matrix if they haven't already.
14.
▲
by
seanw265
10mo ago
I haven’t tried it myself, but if you’re asking specifically about the human models, the article says they’re not generating raw meshes from scratch. They extract the skeleton, shape, and pose from the input and feed that into their HMR sys
15.
▲
by
seanw265
11mo ago
Aha! Now I see I'm talking to the expert on the topic ;) Thanks for the link. I'll check this out.
16.
▲
by
seanw265
11mo ago
Doable for http and https, but if you're running it in a browser environment, you'll eventually run into issues with CORS and other protocols. To get around this you need a proxy server running elsewhere that exposes the lower lay
17.
▲
by
seanw265
11mo ago
Very cool! I'm curious as to how it compares with WASIX in terms of both compatibility and performance. Also tangentially related: I'd love to see a performant build of Node.js compatible with this runtime (or really any flavor of
18.
▲
by
seanw265
11mo ago
The designer obviously knows a thing or two. I enjoyed the fun presentation that others seem to dislike. Where I ran into trouble was the readability of the annotations on the visuals. The tiny font combined with the low contrast was too mu
19.
▲
by
seanw265
11mo ago
I’ve got a random subdomain hosting a little internal tool. About twice a year, Google Safe Browsing decides it’s phishing and flags it. Sometimes they flag the whole domain for good measure. Search Console always points to my internal logi
20.
▲
by
seanw265
11mo ago
I suspect you haven't tried a modern mid-to-large-LLM & Agent pair for writing code. They're quite capable, even if not suited for all tasks.
21.
▲
by
seanw265
11mo ago
Living life on the edge, huh? Sometimes I notice myself go a bit too long without a commit and get nervous. Even if I'm in a deep flow state, I'd rather `commit -m "wip"` than have to rely on a system not built for versi
22.
▲
by
seanw265
1y ago
Very cool. I've spent quite some time working on compiling Nodejs for WASIX. Not an easy task. Would love to see this open sourced at some point.
23.
▲
by
seanw265
1y ago
If the agent only needs the filesystem then probably. If it needs to execute code then things get flaky. The WASM/WASI/WASIX ecosystem still has gaps (notably no nodejs).
24.
▲
by
seanw265
1y ago
Containers might be fine if you’re only sandboxing filesystem access, but once an agent is executing code, kernel-level escapes are a concern. You need at least a VM boundary (or something equivalent) in that case.
25.
▲
by
seanw265
1y ago
I'm still not sold on liquid glass as a whole. It can be quite beautiful, but in the demos provided (and even in Apple's promotional materials) I think readability of UI elements suffers tremendously. That said, I've seen man
26.
▲
by
seanw265
1y ago
The results look much much better now. Great job.
27.
▲
by
seanw265
1y ago
Yes certainly! I've dealt with large datasets like this in the past and know firsthand how challenging it can be to wrangle them. Something like this would be a great fit for my travel planner app if I knew I could trust that the resul
28.
▲
by
seanw265
1y ago
I assume that payments from purchases come from you guys, rather than me needing to create and manage an affiliate account with each individual vendor? You say that commissions average 5%, but what is the variability and where does it come
29.
▲
by
seanw265
1y ago
Yes, of course new accounts should be scrutinized. But what I find more interesting is how you prevent someone from training a model adversarially via one of your legitimate customers. Wouldn't any of your customers that use your servi
30.
▲
by
seanw265
1y ago
If you can move your access check to the DB layer, you skip a lot of this trouble. Index your ACLs, index your users, index your docs. Your database can handle it.
More ›