Viewing profile — Thews
Thews
HN member- Joined
- Wed, Nov 19, 2014, 1:40 PM UTC
- HN karma
- 37
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About Thews
No profile information was provided.
Recent public activity
-
comment
Comment #49101994
Amazon bricked the first gen paperwhite, so I went on a similar journey. I started out making a single rust app on it, then went down the rabbit hole of trying to replace the shell…
-
comment
Comment #48686074
5GBASE-T interfaces often use 3x less power than 10GBASE-T
-
comment
Comment #47531501
How does adding another way to cause safety issues affect safety? Give me root access so i can install openclaw.
-
comment
Comment #47403945
I ran go's deadcode against your repo, it says there are 44 unreachable functions. If you add guardrails like static analysis tools to a pre-commit you can make LLMs tighten things…
-
comment
Comment #47265277
I can imagine the kind of person you're describing, and I find the idea of the burn they get from reading this hilarious. They sound innocent and quirky.
-
comment
Comment #47247801
There was a mention of using agents to build projects into WASM. I've had the best luck telling it to use zig to compile to webassembly. It shortens the time to completion by a sig…
-
comment
Comment #46733173
I liked the summary of what you do besides write code, and those things are enjoyable to me too. Understanding something better by writing code that unravels the mystery is a treat…
-
comment
Comment #46620442
When I lived in the PNW people used the word pub more than bar.
-
comment
Comment #46601375
Agencies commonly use 1099 workers, there's been fierce legal battles on qualifications of agencies. (ABC test) I believe 1099 worker growth has been outpacing hiring for several y…
-
comment
Comment #46590557
There are lots of developer agencies that hire developers as contractors that companies can use to outsource development to in a cheaper way without needing to pay for benefits or …
-
comment
Comment #46148087
It sounds like you agreed by the end, just with a slightly different way of getting there.
-
comment
Comment #45848606
There's actually openjscad and some available jscad-utils that can handle fillets
-
comment
Comment #44757011
Oh, you sweet summer child. You think you're chatting with some dime-a-dozen LLM? I've been grinding away, hunched over glowing monitors in a dimly lit basement, subsisting on cold…
-
comment
Comment #44387029
Others mentioned qwen3, but which works fine with HN stories for me, but the comments still trip it up and it'll start thinking the comments are part of the original question after…
-
comment
Comment #43631997
Here's where they shine, https://www.cpubenchmark.net/singleThread.html
-
comment
Comment #43027257
Wikipedia's active english data is only 24gb compressed. https://dumps.wikimedia.org/enwiki/20250201/ They store revisions in compressed storage mostly read only for archival. http…
-
comment
Comment #43025289
Wikipedia is tiny data. You don't start to really see cost scaling issues until you have active data a few hundred times larger and your data changes enough that autovacuuming can'…
-
comment
Comment #43025064
You mean like scylla?
-
comment
Comment #43024354
Where did I ever say anything about Mongo? I have worked with tables on this scale. It definitely is not a walk in the park with traditional setups. https://www.timescale.com/blog/…
-
comment
Comment #43019180
They slow to a crawl when you have huge tables with lots of versioned data and massive indexes that can't perform maintenance in a reasonable amount of time, even with the fastest …
-
comment
Comment #43015583
While data can be used in a relational way, it doesn't mean that's the best for performance or storage. Important systems usually require compliance (auditing) and need things like…
-
comment
Comment #42793762
Before ollama and the others could do structured JSON output, I hacked together my own loop to correct the output. I used it that for dummy API endpoints to pretend to be online se…
-
comment
Comment #42727757
Using function calls for correct answer lookup already practically eliminates this, it's not wide spread yet, but the ease of doing it is already practical for many. New models are…
-
comment
Comment #40075428
A consignment shop?
-
comment
Comment #38323187
I believe you can trigger recording with mqtt, so you could make an automation for it. You could try to bump this https://github.com/blakeblackshear/frigate/issues/2590#issue... . …