Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bbaron63
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
bbaron63
1mo ago
I don't see why using AI with ORMs has no benefits. The AI could be useful in analyzing the SQL that is generated by the ORM to advise and surface potential performance bottlenecks. The AI could advise whether using lazy or eager strat
2.
▲
by
bbaron63
3mo ago
They probably said Shift - ZZ
3.
▲
by
bbaron63
3mo ago
ZZ is the first vi command I learned. After typing vi and only seeing a column of ~s, I asked how do I get out of this thing. Someone answered - ZZ .
4.
▲
by
bbaron63
4mo ago
The Odersky Scala course was pretty cool. It gave me a basic understanding of monoids and monads that has stuck with me. Robert Sedgewick's courses were very good. Learned a lot about graphs.
5.
▲
by
bbaron63
4mo ago
When it comes to Brooks's Law and AI, will trying to incorporate AI tools into a late project, make the project later? Probably. I'm glad I'm close to retiring. AI has been a mixed blessing for me. I don't have the desir
6.
▲
by
bbaron63
8mo ago
It's a fun little exercise left to the reader to upgrade to current Java. It pretty much eliminates the need for his ad-hoc code generation tool.
7.
▲
by
bbaron63
1y ago
What will happen to his dog Spot?
8.
▲
by
bbaron63
1y ago
I believe in one of the Planet of the Apes sequels, they used a BART construction site, because of how futuristic it looked.
9.
▲
by
bbaron63
1y ago
I didn't know CareerBuilder still exists. They were the first job site I can recall in the late 90s. Then Monster emerged as the dominant place for job search.
10.
▲
by
bbaron63
1y ago
I still have my Etch-a-Sketch as laptop mouse pad.
11.
▲
by
bbaron63
1y ago
I've been stuck in meetings like that. I'd just walk out saying, "you know where to find me if my input required."
12.
▲
by
bbaron63
1y ago
When I was leaving for the navy, the last thing my mom said was, "don't get a tattoo." I never did but that was in 1981, maybe half a decade before tattoos and body piercings started becoming a mainstream thing.
13.
▲
by
bbaron63
1y ago
I remember the first spam I ever received. It was in 1998 on my first day working at AOL. It promised an advanced degree from a prestigious, unaccredited institution. The spammers were somewhat honest back then.
14.
▲
by
bbaron63
2y ago
Presumably, the compiler is not aware of the hardware bug in the OR operation, so it won't do any transforms to avoid using the OR operation.