Viewing profile — probabletrain
probabletrain
HN member- Joined
- Sun, May 24, 2020, 11:37 AM UTC
- HN karma
- 257
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About probabletrain
No profile information was provided.
Recent public activity
-
comment
Comment #48688287
I'd be very surprised if the very-similar-looking design of corgi's product breaches any copyright law, copyright of design or layout is much more finicky than copyright of code. T…
-
comment
Comment #48070222
They're officially yellow. Many people (~50% in my experience) perceive this colour as green though. > Tennis balls are fluorescent yellow in professional competitions https://en.w…
- story
-
comment
Comment #47865935
> Looking at the OpenClaw model, where the conversation history is in the chat channel and the agent process and LLM provider are both separated from that, you can’t build the same…
-
comment
Comment #47708983
I use https://rectangleapp.com/ and enjoy it. I have shortcuts to move windows to the left/right half of the screen, and cycle between monitors. This, combined with native cmd+tab …
-
comment
Comment #47447080
I know that anecdotal experience is definitionally just that, anecdotal. But I've had a handful of attentive London cabby experiences (and enough in-Waymo experiences) that give me…
-
comment
Comment #47446454
recently (past couple of months) they've been much more aggressive in the ways that make a good driver a good driver - confident and assertive when they should be. for me this has …
-
comment
Comment #47446410
If you were choosing between getting into a Waymo or a car driven by a human driver (where Waymo operates, for a route that Waymo would do), the data shows that the Waymo is safer.…
-
comment
Comment #47355612
it's an application built with webgl that plays audio, rather than just an audio player
-
comment
Comment #47355592
media sound is generally unaffected by the silent mode toggle, which apple suggests is only for notifications. but the toggle inconsistently affects media, muting some things but n…
-
comment
Comment #47283170
> We need Claude and Claude Code, with their skills and plugins, with their context, to be first-class participants in our company's Slack. But this problem can't be solved by a Sl…
- story
-
comment
Comment #46019432
I think there’s a difference between what’s expected/acceptable for library code vs application code. Types like this might be hard to understand, but they create very pleasant API…
-
comment
Comment #45514251
> This whole site smells off vibe coded jank. A vibe-coded double pendulum sim should produce a much better result than the physics on this page. Claude Code made this just now off…
-
comment
Comment #44031887
Not sure how other stacks solve this, but with GraphQL the backend defines a `User` type with a full set of fields, and the client specifies only the fields it wants to query. And …
-
comment
Comment #44031235
In an ideal world you'd have one source of truth for what the shape of a User could be (which may well be a discriminated union of User and AnonymousUser or similar). Without fulls…
-
comment
Comment #44031118
GraphQL is another one, with schema introspection and codegen for queries and types.
-
comment
Comment #43964708
> all the photos where shoot with the Leica M11 + 35mm Summilux FLE These photos look great, but I'm having a hard time figuring out exactly why. The Barbican certainly looks bette…
- story
-
comment
Comment #43492269
Navigation isn't usually "undo", conceptually.
-
comment
Comment #43434387
> Previous sync engines really want you to sync all data Linear had to do all sorts of shenanigans to be able to sync all data, for orgs with lots of it – there's a talk on that he…
-
comment
Comment #43434375
I think with good presence (being able to see what other users are doing) and an app that isn't used offline, conflicts are essentially not a problem. As long as whatever is resolv…
-
comment
Comment #43413272
I've used PixiJS and react-pixi-fiber to write a declarative 2D WebGL renderer in React with excellent results. PixiJS also has a Canvas2D fallback when WebGL isn't available. I wo…
-
comment
Comment #42348436
I think "tons of code and maintenance" is an exaggeration for this effect, once it's done you'll rarely have to come back to it. Many people value creating and using products with …
-
comment
Comment #40529882
I'm a huge fan of this. Apollo doesn't have it baked in as a pattern like Relay does afaik, but I do something similar manually in Apollo, inspired by Relay. Deleting code automati…