Viewing profile — roberttod
roberttod
HN member- Joined
- Wed, Jan 21, 2015, 2:21 PM UTC
- HN karma
- 462
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About roberttod
rob at bomello dot com
Recent public activity
-
comment
Comment #47104619
I created my own version with an inner llm, and outer orchestration layer for permissions. I don't think the OTP is needed here? The outer layer will ping me on signal when a tool …
-
comment
Comment #46736376
Mostly, it's not the model that is lacking but the visibility it has. Often the top level business context for a problem is out of reach, spread across slack, email, internal knowl…
-
comment
Comment #46735186
It's unintuitive, but having an llm verification loop like a code reviewer works impeccably well, you can even create dedicated agents to check for specific problem areas like poor…
-
comment
Comment #44254339
I remember such a project, and due to our large and aging TypeScript frontend projects it would have added a couple of weeks to adjust all the types affected. All IDs in many place…
-
comment
Comment #44230525
I need to look into this a little more, but can anyone tell me if this could be used to bundle a Linux container into a MacOS app? I can think of a couple of places that might be u…
-
comment
Comment #42427771
As much as I agree with the sentiment, I can buy a firestick, Apple TV or Roku for a very small cost. Sure, a dumb TV would be lovely, but only because of a quicker boot time. Give…
- story
-
story
Show HN: Bomello PLM – For mechanical and EE development
Hi HN! For those unfamiliar, Product Lifecycle Management (PLM) is software used to track the lifecycle of a product (and it's parts) from design, through to manufacture and distri…
- story
-
comment
Comment #41671156
I wasn't sure what an "interlock" was, and it's a breathalyzer that prevents the vehicle from starting. Was that a mistake? Edit: ah! I think you meant engine immobilizer
-
comment
Comment #41358648
HN post here claims this paper may not exist https://news.ycombinator.com/item?id=36848605
-
comment
Comment #41241144
Do these providers really bring enough value to use them over a colocated managed db? (Not just the same region, but subnet etc) I was under the impression for quite some time that…
-
comment
Comment #39532583
All the awful reviews of united here, and yet it's reviewed as one of the highest rated insurance agencies (for example see https://www.forbes.com/advisor/health-insurance/best-hea…
-
comment
Comment #38947665
Thanks for mentioning this. I did a bit of reading about the special alignment - very interesting stuff! It seems like the alignment you refer to inspired the launch of Voyager 1 a…
-
comment
Comment #38108003
Bomello | Hybrid, ~3 days a week in office | Austin | Full-time $160-185k base, with founding engineer equity Looking for a founding fullstack engineer who will work alongside me (…
-
comment
Comment #35387888
Agree that for a while at least it seems you'll need to understand the domain it is helping you with. That said, with the improvements in GPT4 over 3 in such a short time, and with…
-
comment
Comment #35362057
I think you need to try it out, with GPT4, because it is so obviously much better than Google. Simple queries are fine with Google, not much difference, but especially for things l…
-
comment
Comment #35296201
It's an open source library, I assume that logic is abstracted within it and that the "basic mistake" was one of the maintainer's.
-
comment
Comment #35264721
Piggybacking your piggyback, that graph for the temperature throughout the day looks pretty but damn terrible UX in comparison to dark sky. Hourly temperatures/rain/etc gives me ev…
-
comment
Comment #35191841
Given a few conditions I completely agree with this sentiment. If this does indeed become world-changing, leading to AGI, then the best hope we have is that those with all the powe…
-
comment
Comment #34432651
Taking this with a pinch of salt given the nature of our current situation vs. 2008. > Technology progresses more or less independently of the stock market. Progress could be defin…
-
comment
Comment #34392828
We do generate the protobuf from a different repo which gets published on npm, and we could generate it for different versions of TS. I suppose all of this work is part of the over…
-
comment
Comment #34392742
Where I work, everything on the frontend is TypeScript, everything Nodejs is TypeScript. I did create a nice little bash utility using Standard style i.e. vanilla js in Node and th…
-
comment
Comment #34392152
> Unfortunately I think he's conflating typescript's role and a library with broken type definitions (I have no idea whether the type definitions he's had problems with are provide…
-
comment
Comment #34391079
It's the original, which is being compiled on our internal protobuf definitions in a different repository and then installed post compile as an npm module. I spent a while trying t…