Viewing profile — half-kh-hacker
half-kh-hacker
HN member- Joined
- Sat, Jun 03, 2017, 10:27 PM UTC
- HN karma
- 1,194
- Public activity
- 164 items
- HN profile
- View on Hacker News ↗
About half-kh-hacker
Recent public activity
-
comment
Comment #47435670
How does post-training via reinforcement learning factor in? Does every evaluated judgement count as 'the training data' ?
-
comment
Comment #45738467
the paper already says "Butter-Bench evaluates a model's ability to 'pass the butter' (Adult Swim, 2014)" so
-
comment
Comment #45013351
50c per install (of which there are hundreds of thousands) to a party who should be uninvolved is not reasonable
-
comment
Comment #44392659
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
-
comment
Comment #44267065
you probably want to look at their 'libmalloc'
-
comment
Comment #44177946
"climate change advocate", in contrast to some "climate change opponent"?
-
comment
Comment #43819905
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…
-
comment
Comment #43809266
- 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…
-
comment
Comment #43802217
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 lik…
-
comment
Comment #43108209
this is not correct
-
comment
Comment #43105753
that's not the appview, that's the client
-
comment
Comment #43105720
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://git…
-
comment
Comment #42920810
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 …
-
comment
Comment #42920674
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 …
-
comment
Comment #42830616
gay online sociolect
-
comment
Comment #42092970
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…
-
comment
Comment #42089177
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…
-
comment
Comment #41844674
Speculatively, I think Mastodon being AGPL could have played some role here
-
comment
Comment #41465156
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.
-
comment
Comment #41455706
It's needlessly conspiratorial to ascribe intention here, especially when the Servo community have already expressed interest in supporting upcoming (difficult!) standards like CSS…
-
comment
Comment #41445868
> 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 playba…
-
comment
Comment #39969385
The methodology of the linked keyboard latency article including the physical travel time of the key has always irked me a little
-
comment
Comment #38964965
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…
-
comment
Comment #38716040
I'm working on an additive synthesizer right now and it's so fun to make plucks where the partials have different envelopes
-
comment
Comment #38559973
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