Viewing profile — lunarcave
lunarcave
HN member- Joined
- Tue, Feb 26, 2013, 1:43 PM UTC
- HN karma
- 565
- Public activity
- 219 items
- HN profile
- View on Hacker News ↗
About lunarcave
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46151228
I can't remember where I heard this, but the moment it flipped for me is when someone phrased this as - "be a heat shield". A heat shield has some leakage of heat that the people i…
-
comment
Comment #46112267
From the article: > The Bay Area continues to lose jobs across high-income sectors (-0.4% YOY), driving modest overall employment declines. These job losses have slowed compared to…
- story
- story
- story
- story
-
comment
Comment #45379949
Some of his poetry makes sense if you know what his personal life was like: https://en.wikipedia.org/wiki/Pablo_Picasso#Personal_life
-
comment
Comment #45367376
In the "choose a default search engine" page, it has a slightly amusing summary for each. > Google > Your personal data fuels its monopoly. Market-dominant due to anti-competitive …
-
comment
Comment #45353687
> Our role is shifting from writing implementation details to defining and verifying behavior. I could argue that our main job was always that - defining and verifying behavior. As…
-
comment
Comment #45327156
It's a nice write up. > Build it and they will come is a fallacy. This is true. But is this the alternative? No trying to minimize the efforts of people who do this as real jobs or…
- story
- story
- story
- story
- story
-
comment
Comment #44930080
I think this + node:test makes Node.js a pretty compelling sensible default for most things now. Running things with `tsx` was such a QoL improvement when it happened, but it didn'…
-
comment
Comment #44832543
We're fast approaching the point where vibeX is becoming derogatory.
-
comment
Comment #44706824
I've had a notion that LLMs can read Typescript types much better, than JSON schema types. So, I've been tinkering around with a library that can generate schemas for structured JS…
-
comment
Comment #44706723
Zod doesn't give you the ability to serialize or de-serialize schemas, unless you convert to JSON schema, which is verbose. See: https://github.com/colinhacks/zod/discussions/2030
- story
-
comment
Comment #44688955
I don't know how I feel about this one, honestly. > Build a site like a site. Use HTML. Use navigation. Use the platform. Sure, but what about all the other problems that aren't so…
-
comment
Comment #44630904
> Despite the large interest in agents that can code alone, right now you can maximize your impact as a software developer by using LLMs in an explicit way, staying in the loop. I …
-
comment
Comment #44546359
> including physical activity, smoking, alcohol, diet, sleep duration, socioeconomic status, and polygenic risk Wondering how much of this is due to geography and air quality. City…
-
comment
Comment #44537853
Strictly speaking about large, complex, sprawling codebases, I don't think you can beat the experience that an IDE + coding agent brings with a terminal-based coding agent. Auto-re…