Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devttyeu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
devttyeu
4mo ago
If you believe a 128gb machine that is essentially DGX Spark in a laptop chassis can run models comparable to SOTA you either never ran open models on hard tasks, or you aren't scratching the surface of SOTA closed LLM capability in ho
32.
▲
by
devttyeu
4mo ago
More like $1M at current prices at this scale / level of performance. If you go with HDD arrays probably $50k
33.
▲
by
devttyeu
4mo ago
Well if you're a devshop just billing hours of mostly low impact work then hours are very much equal to productivity.
34.
▲
by
devttyeu
4mo ago
Fwiw if you trained an LLM in an RL sandbox that would require it to have goals, the output llm probably would "have goals"
35.
▲
by
devttyeu
4mo ago
That's here for anyone wondering - https://cdn.openai.com/pdf/1625eff6-5ac1-40d8-b1db-5d5cf925d...
36.
▲
by
devttyeu
4mo ago
For the stuff in more sensitive deployments it's really quite simple, just setup CORS etc properly and don't do anything overly fancy on the frontend. Worst case the user may force some internal function to eval some JS by pasting
37.
▲
by
devttyeu
4mo ago
If it runs in a harness that will alert me when something dodgy is detected I'm fine to stay at that level. I don't read it in detail because reading in detail is precisely what I delegate to the harness. The alternative is that I
38.
▲
by
devttyeu
4mo ago
Cargo is spiritually based on NPM so it's not much better. Go Get is closer to always locking dependencies unless you explicitly upgrade them with a go get, so it's much much better in my view. Yes, you can lock deps in NPM/C
39.
▲
by
devttyeu
4mo ago
Enterprise NVMe on the high end is now starting to ship batches at $1000/TB with existing stock around $500/TB. No consumer is going to pay that. But if you're buying a $500k GPU server putting 100TB of nvme in there for $50-
40.
▲
by
devttyeu
5mo ago
403 B is the revenues - https://www.sec.gov/Archives/edgar/data/1652044/000165204426...
41.
▲
by
devttyeu
7mo ago
Also not able to access Gemini API. At least our local GPU server still serves Kimi K2.5 to my team just fine.
42.
▲
by
devttyeu
8mo ago
Also like some popular youtubers and popular speakers.
43.
▲
Show HN: A task-based workflow manager for bspwm – tasks as desktops
(github.com)
1 points
by
devttyeu
8mo ago
|
0 comments
44.
▲
by
devttyeu
9mo ago
Funny you mention that, I have very recently just came back from a one-shot prompt which fixed a rather complex template instantiation issue in a relatively big very convoluted low-level codebase (lots of asm, SPDK / userspace nvme, un
45.
▲
by
devttyeu
10mo ago
Visual puzzle solving is a pretty easily trainable problem due to it being simple to verify, so that skill getting really good is just a matter of time
46.
▲
by
devttyeu
10mo ago
In Go you know exactly what code you’re building thanks to gosum, and it’s much easier to audit changed code after upgrading - just create vendor dirs before and after updating packages and diff them; send to AI for basic screening if the d
47.
▲
by
devttyeu
10mo ago
Cryptography is the science of turning any problem into a key management problem
48.
▲
by
devttyeu
10mo ago
If you have Pro users why not leverage with debt without giving up equity for no good reason? Maybe the value prop is not clear, the website talks a bunch about AI agent integrations, that sounds like a completely different product to a par
49.
▲
by
devttyeu
11mo ago
It does address quite a few reliability issues - you can have multiple gateways into the thread network so it is actually highly available. It’s definitely complicated, but it’s a kind of usb-c of smart home - you only worry about the compl
50.
▲
by
devttyeu
11mo ago
Both use 802.15.4 but iiuc zigbee does that with some incompatibilities.
51.
▲
by
devttyeu
11mo ago
It is halfway there arguably, and libp2p does make use of it - https://docs.libp2p.io/concepts/transports/webtransport/ Unlike websockets you can supply "cert hash" which makes it possible for the b
52.
▲
by
devttyeu
11mo ago
NFS is much slower, maybe unless you deploy it which RDMA. I believe even 4.2 doesn’t really support asynchronous calls or has some significant limitations around them - I’ve commonly seen a single large write of a few gigs starve all other
53.
▲
by
devttyeu
11mo ago
Can't update my selfhosted HomeAssistant because HAOS depends on dockerhub which seems to be still down.
54.
▲
by
devttyeu
11mo ago
And after all that hardcore engineering work is done, iMessage still has code paths leading to dubious code running in the kernel, enabling 0-click exploits to still be a thing.
55.
▲
by
devttyeu
1y ago
Put sensitive electronics in a metal box, comms over a fiber (already common), and you’re good to go. Only tricky thing is if currents induced in motors are too hard to reject in driver circuitry, tho even at the extreme this should be poss
56.
▲
by
devttyeu
1y ago
[Unit] Description=Whatever [Service] ExecStart=/usr/local/bin/cantDoHttpSvc -bind 0.0.0.0:1234 [HTTP] Domain=https://whatever.net Endpoint=127.1:1234 Yeah this could happen one day
57.
▲
by
devttyeu
1y ago
Careful posting systemd satire here, there is a high likelihood that your comment becomes the reason this feature gets built and PRed by someone bored enough to also read HN comment section.
58.
▲
by
devttyeu
1y ago
I don’t get why so many people keep making this argument. Transformers aren’t just a glorified Markov Chain, they are basically doing multi-step computation - each attention step is propagating information, then the feedforward network does
59.
▲
by
devttyeu
1y ago
I don't think most people grasp how abstractly high even 1 DWPD is compared to enterprise HDDs. On the enterprise side you'll often read that a hard drive is rated for maybe 550TB/year, translating to 0.05~0.1 DRWPD [1] (yes,
60.
▲
by
devttyeu
1y ago
Maybe that's about the wasted human potential that's depressing. Other than that, this analogy only makes sense when framed in terms of some philosophy - i.e. if you are "long-term utilitarian" I don't think it'
More ›