Viewing profile — BWStearns
BWStearns
HN member- Joined
- Mon, Apr 01, 2013, 11:01 PM UTC
- HN karma
- 3,127
- Public activity
- 966 items
- HN profile
- View on Hacker News ↗
About BWStearns
brianw.stearns@gmail.com
Recent public activity
-
comment
Comment #46834026
It's mostly just annoying (for now). If you travel a lot it can amount to a couple hours extra per trip if you're unlucky. But the bad part is that it's extrajudicial punishment/re…
-
comment
Comment #46598243
> when to know it’s time to replace my synchronous inter service http requests with a queue I've found that once it's inconveniently long for a synchronous client side request, it'…
- story
-
story
(Ab)Using Null Uniqueness in Postgres
So I have a pg table of requests where I want a composite key of two columns `(A, B)` where column A should be unique if column B is not null. A is a timestamp, B is just a flag fo…
-
comment
Comment #44787903
Anyone have any good literature on alert fatigue as a general concept in design?
-
comment
Comment #44644350
> Some 9/11 attackers were CIA assets and protected from FBI/police scrutiny as such Citation seriously needed. This is untrue unless the words you are using are not to be understo…
-
comment
Comment #44572619
Me and my wife made something very similar ( https://nativi.sh/ ). I find it's a really good use case for LLMs to actually help you learn rather than doing everything for you. Also…
-
comment
Comment #44165323
https://www.reddit.com/r/drones/comments/1fvqiqz/angry_flori... At least one Florida man is out there plinking Walmart drones at 400 feet with a 9mm. Saw another who took one down …
-
comment
Comment #43684076
> I consider [having a big benefit at 100% vs an 80/20 rule] a characteristic of type systems in general; a type system that you can rely on is vastly more useful than a type syste…
-
comment
Comment #43353561
It was a big miss calling them "prompt engineers" and not robopsychologists.
- story
-
comment
Comment #43269081
I wonder if lunar space elevators might be the fix here. If I understand correctly, such an elevator would not be as subject to the perturbations since the tension would keep it's …
-
comment
Comment #43247017
What if we make it accomplish 20% less but spend 10% more money?
-
comment
Comment #43178358
Thanks for the clarification. I expected it worked like that but couldn't find it spelled out after a brief perusal of the docs.
-
comment
Comment #43174899
I have file A that's in two places and I run this. I modify A_0. Does this modify A_1 as well or just kind of reify the new state of A_0 while leaving A_1 untouched?
-
comment
Comment #43172908
Built a writing assistant for second languages ( https://nativi.sh ). Still working on it a bit but mostly trying to figure out how marketing works. Currently working on a few rust…
-
comment
Comment #43150801
I was mostly just joking about him going off and running for Ohio governor. It does give "send the defeated noble to the frontier" vibes.
-
comment
Comment #43116209
https://github.com/lox-space/lox/blob/main/crates/lox-space/... The example code is helpful for seeing how it'd be used (might be cool to link to it from the README while the docs …
-
comment
Comment #43052674
That's what happened to Vivek.
-
comment
Comment #42964221
As far as I know there's not really LLMs good enough that can run locally. Maybe with the R1 improvements and future derivative work that'll change. We use about 4-6 calls per impr…
- story
-
comment
Comment #42764662
What did they do?
-
comment
Comment #42684946
> Check the plug I just spent a whole day trying to figure out what was going on with a radio. Turns out I had tx/rx swapped. When I went to check tx/rx alignment I misread the doc…
-
comment
Comment #42589491
Treat your LLM input like it's user input and don't execute SQL directly from a LLM output.
-
comment
Comment #42564176
Anything that speaks mavlink is this. It's also much harder to get from 0 to 1 with this than it should be.