Viewing profile — bvanderveen
bvanderveen
HN member- Joined
- Thu, Mar 03, 2011, 12:27 AM UTC
- HN karma
- 430
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About bvanderveen
Recent public activity
-
comment
Comment #48165390
i lold
-
comment
Comment #48164487
IMO it's still fun to hand-write C and Makefiles targeting an extremely resource-constrained device that's connected to an oscilloscope and a gunshot-wound worth of capacitance on …
- story
-
comment
Comment #45943107
Sometimes doing the thing is just doing a thing and then you get done with some milestone on the thing, you're like "why am I doing this thing. am I crazy for undertaking this thin…
-
comment
Comment #44351619
Like others I found the concise implementation to be impressive! I have noticed a bug though. Using the "drive into the corner" strategy (I keep the high tile in the bottom left) s…
-
comment
Comment #43233781
OP mentions housekeeping as part of his benefits. I also have had an every-other-week maid service for the past decade or so, and for me, it is a huge lifestyle improvement. The am…
-
comment
Comment #43168427
A random dimensional analysis that I find amusing about fuel consumption units: liters / 100 km => m^3 / m => m^2 (volume) / (distance) => (area) This can be interpreted as the cro…
-
comment
Comment #42576972
I'm surprised at how even some of the smartest people in my life take the output of LLMs at face value. LLMs are great for "plan a 5 year old's birthday party, dinosaur theme", "de…
-
comment
Comment #42489855
[flagged]
-
comment
Comment #39198788
It never fails to amaze me how tasteless and unimaginative your run-of-the-mill rich asshole is. Without even getting into housing, education, or whatever other feel-good virtue-si…
-
comment
Comment #39145070
A mechanism for filtering by language or searching by keyword would be nice.
- comment
-
comment
Comment #38728550
Attempting to operate in a space where 100x more money than you can muster is willing to burn itself operating in the same space.
-
comment
Comment #37711466
For anyone who has ever had the laptop out in the garage next to the CNC machine, yeah, no, those things are extremely onerous. You're in the machine shop outside of town and you l…
-
comment
Comment #37695695
> No online account. Among the nerds, the backlash has started. Watch out, Fusion 360. In the world of doing stuff with atoms, no one ever wanted their drafting table to have authe…
-
comment
Comment #36706063
Presumably it's meant to be used when you're writing a shell script and you have some problem in front of you that would be trivial to solve in a real programming language and you …
-
comment
Comment #36637166
> Someone who's trying to access my account (assuming news.ycombinator.com requires a client side TLS certificate as part of the authentication process) tries to forge the client s…
-
comment
Comment #36636969
Idem. I remember not being able to get past the first page of the guide way back in the day, and indeed cannot today either. The signal to noise ratio is just abysmal. I also canno…
-
comment
Comment #36610253
In my imagined system, there's no need for the CSR dance because hey, if the client can sign the crypto challenge and initiate a connection, then it holds the private key material …
-
comment
Comment #36577487
What benefit would the site operator see by running a CA and requiring clients to do that dance vs allowing self-signed certs?
-
comment
Comment #36568165
Can anyone explain to me why we couldn't just use client SSL certs everywhere? Before the first time you connect to a website, your browser asks if you want to generate a new cert …
-
comment
Comment #35992043
Just say no.
-
comment
Comment #35746027
As far as I could tell, there was no straightforward way to point a new instance of the compute resources back at the old storage resources since they're all provisioned in one CF …
-
comment
Comment #35734033
We implemented it in Postgres with 'created_at' and 'deleted_at' columns on everything and filtering to make sure that the object 'exists' at the time the query is concerned with. …
-
comment
Comment #35733808
From experience: Datomic Cloud is slow, expensive, resource intensive, designed in the baroque style of massively over-complicated CloudFormation astronautics. Hard to diagnose per…