Viewing profile — rbranson
rbranson
HN member- Joined
- Sun, Mar 08, 2009, 9:53 AM UTC
- HN karma
- 4,457
- Public activity
- 1,234 items
- HN profile
- View on Hacker News ↗
About rbranson
Recent public activity
-
comment
Comment #49169398
This is why wait-free and lock-free are separate concepts. Author is not claiming wait-free.
-
comment
Comment #48973857
For agentic use it impacts input tokens because the output is fed back into the model as input on subsequent turns.
-
comment
Comment #48972042
Note that GPT-5.6-Sol is ~2x as token efficient as Opus/Fable, so a 258K max is equivalent to ~516K on Claude models. You also may just be fooling yourself, as context rot is still…
-
comment
Comment #48813879
it does not require training a model from scratch for it to be updated. the entire LLM training process is iterative. essentially each step (there are hundreds/thousands for a trai…
-
comment
Comment #48477967
You are correct. As a point of comparison: almost ten years ago at Segment we had a single Aurora PostgreSQL instance with ~50T of data, it was used to index potential identity dat…
-
comment
Comment #48240824
I don't know why you're getting downvoted. This is exactly what was reported by curl's creator under the section "Five findings became one": https://daniel.haxx.se/blog/2026/05/11/…
- story
-
comment
Comment #46755946
Sure, but you still need to design around this problem. It’s going to be a happy accident that everything turns out fine if you don’t.
-
comment
Comment #46755682
Biggest thing to watch out with this approach is that you will inevitably have some failure or bug that will 10x, 100x, or 1000x the rate of dead messages and that will overload yo…
-
comment
Comment #46259931
This is explicitly called out in the blog post in the trade-offs section. I was one of the engineers who helped make the decisions around this migration. There is no one size fits …
-
comment
Comment #46243887
Bricken isn’t just making this up. He’s one of the leading researchers in model interpretability. See: https://arxiv.org/abs/2411.14257
-
comment
Comment #45606563
The 990 Pros have a temperature sensor issue. See https://github.com/openzfs/zfs/discussions/14793#discussionc...
-
comment
Comment #45544587
It's all wood construction, originally stick victorians with 2x4 exterior walls. My "loudest" neighbor is being picked up on 80MHz at -47 dBm.
-
comment
Comment #45544422
> It's a much better answer to hook up everything on Ethernet that you possibly can than it is to follow the more traveled route of more channels and more congestion with mesh Wi-F…
-
comment
Comment #45466024
This seems pretty bad from the headline but there's no evidence of any in-the-wild exploits or if there is a feasible real-world exploit here. Some other domino(s) have to fall bef…
-
comment
Comment #45368348
Magnetic hard drives are 100X cheaper per GB than when S3 launched, and are about 3X cheaper than in 2016 when the price last dropped. Magnetic prices have actually ticked up recen…
-
comment
Comment #45286016
Is it bullshitting to perform nearly perfect language to language translation or to generate photorealistic depictions from text quite reliably? or to reliably perform named entity…
-
comment
Comment #45228022
> For e-commerce workloads, the performance benefit of write-back mode isn’t worth the data integrity risk. Our customers depend on transactional consistency, and write-through mod…
-
comment
Comment #44808467
none of the things you cited are “miracle weight loss drugs.” they are things people did to lose weight. these are the first class of drugs that actually cause people to lose weigh…
-
comment
Comment #44665654
If you wanna run thru this list and get a tally, I quickly created this lovable app: https://cocktail-checkered-log.lovable.app/ . I'm at 68/102!
-
comment
Comment #43792943
No, wide events are quasi-relational. Read the literature please. I’ve never seen a structured log implementation that is anything remotely relational, it’s just a bunch of random …
-
comment
Comment #43683543
architecture docs are scant, but it appears this horizontally scales channels by adding "broker" instances and horizontally scales consumers by adding "worker" instances? i.e. a br…
-
comment
Comment #43357045
You're right. Sync writes are ten times as slow. 331µs. write: IOPS=3007, BW=11.7MiB/s (12.3MB/s)(118MiB/10001msec); 0 zone resets clat (usec): min=196, max=23274, avg=331.13, stde…
-
comment
Comment #43356383
More specific details for EC2 instances can be seen in the docs here: https://docs.aws.amazon.com/ec2/latest/instancetypes/gp.html...
-
comment
Comment #43356320
> 1. The ratelimit on "IOPS" is precisely a ratelimit on a particular kind of network traffic, right? Namely traffic to/from an EBS volume? "IOPS" really means "EBS volume network …