Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lunarcave
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Slop Rolls Downhill
(nadeeshacabral.com)
8 points
by
lunarcave
1mo ago
|
4 comments
2.
▲
MCP is the New GraphQL
(nadeeshacabral.com)
30 points
by
lunarcave
8mo ago
|
1 comments
3.
▲
by
lunarcave
10mo ago
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 inside know that there's heat, but enough
4.
▲
by
lunarcave
10mo ago
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 a year ago but remain negative YOY. Despite generating s
5.
▲
A Forty-Year Career
(lethain.com)
2 points
by
lunarcave
10mo ago
|
1 comments
6.
▲
You Cannot Destroy the Elite
(aporiamagazine.com)
2 points
by
lunarcave
10mo ago
|
0 comments
7.
▲
I Want to See the Claw
(newsletter.vickiboykis.com)
10 points
by
lunarcave
11mo ago
|
0 comments
8.
▲
How Do Arrays Work?
(nan-archive.vercel.app)
4 points
by
lunarcave
11mo ago
|
1 comments
9.
▲
by
lunarcave
1y ago
Some of his poetry makes sense if you know what his personal life was like: https://en.wikipedia.org/wiki/Pablo_Picasso#Personal_life
10.
▲
by
lunarcave
1y ago
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 and anti-consumer practices. > Qwant >
11.
▲
by
lunarcave
1y ago
> 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 in, it was a large part of the job. Time spent on writin
12.
▲
by
lunarcave
1y ago
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 influencing - you do you. However, generating fake
13.
▲
Taking the right kind of vibe-coding risk
(nadeeshacabral.com)
1 points
by
lunarcave
1y ago
|
0 comments
14.
▲
Shared Ownership Is for Suckers
(segfaulte.substack.com)
1 points
by
lunarcave
1y ago
|
0 comments
15.
▲
Autonomy, Correctness and Complexity – pick two
(substack.com)
3 points
by
lunarcave
1y ago
|
0 comments
16.
▲
SEPTIN1
(en.wikipedia.org)
2 points
by
lunarcave
1y ago
|
0 comments
17.
▲
by
lunarcave
1y ago
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't solve everything. Runtime type assertion at the edges
18.
▲
by
lunarcave
1y ago
We're fast approaching the point where vibeX is becoming derogatory.
19.
▲
by
lunarcave
1y ago
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 JSON outputs, according to a Typescript-like custom
20.
▲
by
lunarcave
1y ago
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
21.
▲
Show HN: Token-efficient zod-like schema definition library for LLMs
(github.com)
3 points
by
lunarcave
1y ago
|
2 comments
22.
▲
by
lunarcave
1y ago
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 solved by View Transitions? There's some tru
23.
▲
by
lunarcave
1y ago
> 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 think this is key here. Whoever has the best UX for this
24.
▲
by
lunarcave
1y ago
> 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 centers have relatively bad air quality and a high amoun
25.
▲
by
lunarcave
1y ago
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-regressive nature of these things mean that errors accumu
26.
▲
by
lunarcave
1y ago
Agents easily spend >90% of their time waiting for LLMs to reply and optionally executing API calls in other services (HTTP APIs and DBs). In my experience the performance of the language runtime rarely matters. If there ever was a langu
27.
▲
by
lunarcave
1y ago
Personal opinion. I swore away from it for 10 years, but came back recently. And I'm pleasantly surprised with the developer experience of MongoDB Atlas (the cloud version). You just have to keep in mind the common sense best practices
28.
▲
by
lunarcave
1y ago
ParseLM: https://github.com/parselm/parselm It's a Typescript library that allows you to wrangle structured outputs from LLMs and pipe them to programmatically useful control flow or structured data.
29.
▲
by
lunarcave
1y ago
The things that's most often missed in these discussions that "writing code" is the end artefact. It doesn't take into account the endless tradeoffs made in producing the said artefact - the journey to get there. Just tr
30.
▲
Lessons from a Year of Building in AI
(segfaulte.substack.com)
2 points
by
lunarcave
1y ago
|
0 comments
More ›