Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
half-kh-hacker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
half-kh-hacker
6mo ago
How does post-training via reinforcement learning factor in? Does every evaluated judgement count as 'the training data' ?
2.
▲
by
half-kh-hacker
11mo ago
the paper already says "Butter-Bench evaluates a model's ability to 'pass the butter' (Adult Swim, 2014)" so
3.
▲
by
half-kh-hacker
1y ago
50c per install (of which there are hundreds of thousands) to a party who should be uninvolved is not reasonable
4.
▲
by
half-kh-hacker
1y ago
file-hierarchy(7) states /dev/shm is tmpfs and that "all users have write access to this directory", so I think you'd have to be making a non-systemd distro
5.
▲
by
half-kh-hacker
1y ago
you probably want to look at their 'libmalloc'
6.
▲
by
half-kh-hacker
1y ago
"climate change advocate", in contrast to some "climate change opponent"?
7.
▲
by
half-kh-hacker
1y ago
the reference bluesky backend does just keep everything around but this idea has merit!! you're actually reinventing something like AppViewLite right now, which does throw away old data: https://github.com/alnkesq/
8.
▲
by
half-kh-hacker
1y ago
- the relay storage volume scales only with the backfill window for consumers that drop briefly - the bluesky pbc operated relays let you reconnect up to 24h later and not miss any events but that requires around 200gb of scratch disk space
9.
▲
by
half-kh-hacker
1y ago
plainly, free our feeds are grifting. the relay at this point is non-archival and can be spun up trivially. with a small sliding history window for subscriber catchup u can use like 32gb of scratch disk space and keep a few hours, the relay
10.
▲
by
half-kh-hacker
2y ago
this is not correct
11.
▲
by
half-kh-hacker
2y ago
that's not the appview, that's the client
12.
▲
by
half-kh-hacker
2y ago
the backend (the AppView) can be found here: https://github.com/bluesky-social/atproto/tree/main/packages... there are various supporting services written in Go as well https://github.com/
13.
▲
by
half-kh-hacker
2y ago
you can run a resequencing relay good enough to feed an atproto appview pretty cheaply - it just needs to subscribe to a few thousand websocket endpoints to get a live tail of the whole network (incoming traffic is well under 50Mbps at peak
14.
▲
by
half-kh-hacker
2y ago
one cool difference between Bluesky and Mastodon (et al) is that server choice on registration is not an immutable permanent decision and you can choose to seamlessly migrate at a later time by updating your DID document so the slick regist
15.
▲
by
half-kh-hacker
2y ago
gay online sociolect
16.
▲
by
half-kh-hacker
2y ago
Your following list is stored in your own repo, so it lives on your PDS. You can theoretically have partial replicas of the network but nobody has bothered yet; if you want to make software like that, a good start would be subscribing to th
17.
▲
by
half-kh-hacker
2y ago
What else would "self-hosting all of Bluesky" mean other than a copy of the entire site? If you just want to participate in the network host a PDS, which only stores your own posts.
18.
▲
by
half-kh-hacker
2y ago
Speculatively, I think Mastodon being AGPL could have played some role here
19.
▲
by
half-kh-hacker
2y ago
A lot of Electron applications in the Arch Linux package repositories use a system electron package, it's nice. They have to be split by major version, though.
20.
▲
by
half-kh-hacker
2y ago
It's needlessly conspiratorial to ascribe intention here, especially when the Servo community have already expressed interest in supporting upcoming (difficult!) standards like CSSOM
21.
▲
by
half-kh-hacker
2y ago
> We've shown that many measurements of latency [...] ignore the full capture and playback pipeline In the repo linked in OP is a screenshot showing a wall clock next to its playback on the streaming site -- that's end-to-end t
22.
▲
by
half-kh-hacker
2y ago
The methodology of the linked keyboard latency article including the physical travel time of the key has always irked me a little
23.
▲
by
half-kh-hacker
3y ago
my favorite thing about modern landscape of desktop apps is that… Electron apps are tinkerable! you go to the app's resources folder, extract an asar with one command, and then you can edit the node.js-side files. then, you can just ch
24.
▲
by
half-kh-hacker
3y ago
I'm working on an additive synthesizer right now and it's so fun to make plucks where the partials have different envelopes
25.
▲
by
half-kh-hacker
3y ago
Which dark mode are you talking about? As far as I can tell the page (& demos) don't ship any styles for prefers-color-scheme: dark at all
26.
▲
by
half-kh-hacker
3y ago
a whole script? surely it's just something like `find . -name '*.aiff' | parallel ffmpeg -i {} {}.mp3`
27.
▲
by
half-kh-hacker
3y ago
so it's clear to non-Rust devs, we do have basic primitives for "running async code from sync": https://docs.rs/futures/latest/futures/executor/fn.block_on.... imagine you have an:
28.
▲
by
half-kh-hacker
3y ago
Chippenham and Calne are so different :O
29.
▲
by
half-kh-hacker
3y ago
I'm excited for Project Valhalla to affect Minecraft performance; a lot of the temporary allocations are things like BlockPos objects (a Vec3i, basically) and VoxelShapes (a tree of axis aligned bounding boxes; so, like, an array of a
30.
▲
by
half-kh-hacker
4y ago
the docs[0] are clear: > be careful: if you try to access an index which isn’t in the Vec, your software will panic! > Use get() and get_mut() if you want to check whether the index is in the Vec. In my experience, most people are usi
More ›