Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devttyeu
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
devttyeu
12d ago
What else does Oracle have? Mostly just a bunch of IP that a sufficiently strong AI will be able to recreate for a fraction of each customers bill. Oracle is very aware. Where is the value coming from when all knowledge work (and later manu
2.
▲
by
devttyeu
12d ago
Yeah I’m still iterating on the pitch and target audience, thanks for flagging. It’s not a general coding tool, shortest description would be “personal/company data/process management layer” or “everything a company may want an on
3.
▲
by
devttyeu
12d ago
Multi-org/Multi-team Software factory x Agent Sandbox with bring-your-own-harness model: https://xbin.dev Built for myself and my companies, OSS, maybe looking for a founder if anyone wants to make it be something, I got en
4.
▲
by
devttyeu
1mo ago
I run a company currently serving ~1.7B requests per day (~20k/s) to ipfs gateways, so presumably still some. Very likely a big chunk of that is bots scraping stuff.
5.
▲
by
devttyeu
1mo ago
Iroh got started with IPFS-style content-addressed blob transfers as the primary way to use it, still has that functionality but its now a bit of a second tier citizen. See https://docs.iroh.computer/protocols/blobs Be
6.
▲
by
devttyeu
1mo ago
"The next big thing" usually
7.
▲
by
devttyeu
1mo ago
Sad to see it go having been a maintainer some years ago. For anyone wondering, there are more sustainable (with a viable, focused business backing the project) options to do p2p, namely Iroh - https://www.iroh.computer/ wh
8.
▲
LLM City – 3D render of all Kimi K3's weights as 2.5mm tiles
(magik.net)
22 points
by
devttyeu
1mo ago
|
7 comments
9.
▲
by
devttyeu
1mo ago
Not real weights, of course, but real model layout.
10.
▲
by
devttyeu
1mo ago
Zen has completely different memory controller IP (UMC), that's configured at boot by AGESA/PSP. I doubt this exploit applies to modern Zen CPUs, however AMD are the only ones who could really confirm this.
11.
▲
by
devttyeu
1mo ago
Ok, on 2. and in general this exploit only works on pre-Zen AMD platforms as the repo states in not-so-clear terms. Zen changed DTC (DRAM Controller) to UMC (Unified Memory Controller), UMC is programmed at boot, and one would hope they fig
12.
▲
by
devttyeu
1mo ago
Yeah, just started looking at this with my team (we run a cloud with VM instance offering on AMD so this very much caught our eye) So far seems this is about right: 1. You need platform register access, so seems can't KVM-escape with j
13.
▲
by
devttyeu
1mo ago
Well, K3 has no problem, Sol is also fine-ish
14.
▲
by
devttyeu
1mo ago
The big question is whether this can break out of KVM and whether it can be microrode patched / patched in any other way. And whether it's really real in the first place.
15.
▲
by
devttyeu
2mo ago
For persistent-ish one-off apps https://xbin.dev/ (my project) Has egress and ingress filtering, egress can be bound to host/internet/subnet or even better to internal apps (which are each separate netns) meaning
16.
▲
by
devttyeu
2mo ago
I did try to use those for some stuff: * Login requirement is something else * It's closed source last I checked * Pretty slow/unstable There are many better namespace/container based options, VMs may be moderately more secur
17.
▲
Show HN: XBin - A self-hosted, sandboxed, self-modifying workspace
(xbin.dev)
2 points
by
devttyeu
2mo ago
|
0 comments
18.
▲
by
devttyeu
2mo ago
This is so much worse that the title makes it out to be: 1. Your OS installs malware (technically manufacturers software) from a 3rd party vendor in background, zero user interaction 2. Happens as soon as you or anyone with physical a
19.
▲
by
devttyeu
2mo ago
> How does the prompt “Generate an SVG of a pelican riding a bicycle” add up to 95 input tokens? OpenAI’s tokenizer counts 10, Anthropic’s counts 10 for Opus 4.6, 30 for Opus 4.7 and 25 for Sonnet 5/Fable 5. Prompting “hi” to Kimi K
20.
▲
by
devttyeu
2mo ago
Oh wow didn't expect this to be either possible or this perform so well. Also fascinating how small the wasm binary is. I made a Wasm port of FreeCad (also had a fairly popular thread here a few days ago) but that image was close to 30
21.
▲
Show HN: Git-remote-iroh – Ephemeral P2P Git remote
(github.com)
3 points
by
devttyeu
2mo ago
|
0 comments
22.
▲
by
devttyeu
3mo ago
Thought of using Iroh/LibP2P under the hood?
23.
▲
by
devttyeu
3mo ago
Building a rootless, namespace powered (deeply stretching the definition of a container), on demand application workspace. - Each component in a mini app in a heavily locked down container - Components are deployed and built in a web worksp
24.
▲
by
devttyeu
3mo ago
Any plans to standardize Iroh IoT protocols, e.g. Matter over Iroh / Some other standard that would be plug-able to things like Home Assistant?
25.
▲
by
devttyeu
3mo ago
(I made this port) Fwiw I personally had no reason to do this port beyond using it as a benchmark of the agentic capability of Fable, where something of this shape is IMO a way better gauge than those dumb X.com 'I oneshot game with mo
26.
▲
by
devttyeu
3mo ago
I will also note that it's possible to compile this with wasm asyncify, but the result iirc is a ~400MiB Wasm binary that will crash the browser tab before you will be able to do anything useful in it.
27.
▲
by
devttyeu
3mo ago
I made the port, roughly ~one maxed out Claude Max 20x sub, at the bottom of the article I've shared the full claude code transcripts, so you can probably to some rough math on token usage with that. Edit: to be precise 'maxed out
28.
▲
by
devttyeu
3mo ago
Author of the port here, you need a browser with JSPI support, which means recent Chrome, or Firefox Nightly with the feature flag flipped, or Firefox from the future.
29.
▲
FreeCAD in the browser
(magik.net)
1 points
by
devttyeu
3mo ago
|
0 comments
30.
▲
by
devttyeu
3mo ago
Are you sure you created a new canvas first? Should be black, not grayish.
More ›