Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
glouwbug
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
glouwbug
5d ago
A whole industry is about to rediscover software engineering fundamentals
2.
▲
by
glouwbug
7d ago
Maybe with this piece of information we can end WWI
3.
▲
by
glouwbug
8d ago
I'm not sure I follow. C++ just added a SIMD library for this exact problem. And even then, SIMD-intrinsic-free C++ with the right data structures and some basic hardware understanding gets you mostly there in a hardware agnostic porta
4.
▲
by
glouwbug
8d ago
Right, but that is self contained domain. Hook it up to anything and an impedance mismatch will offset the intent of your poles. Failure modes, cross domains, integration, loads, design intersections; AI can build components, but its the s
5.
▲
by
glouwbug
8d ago
I think you're thinking of (;,,;)
6.
▲
by
glouwbug
8d ago
Friend of mine had it on the original gameboy
7.
▲
by
glouwbug
9d ago
What about a referral program + 5-10 interviews with no intent to hire?
8.
▲
by
glouwbug
10d ago
Guys, remember when language features allowed re-usability?
9.
▲
by
glouwbug
10d ago
Very nice. Let's see Paul Allen's quicksort
10.
▲
by
glouwbug
11d ago
I’m not sure I follow their point. By going with structs of arrays you’re already getting your max SIMD bandwidth 80% there even with the most naive implementations. Learning which math operations are hardware SIMDable gets you another 10%.
11.
▲
by
glouwbug
12d ago
Zero AI child policy
12.
▲
by
glouwbug
14d ago
Getting closer to the hardware exponentially magnifies failure modes that LLMs cannot reason about. Being closer to the hardware also moves you to build and compiler machinery that LLMs lack in their training set. Being closer to the hardwa
13.
▲
by
glouwbug
14d ago
Generative AI reverts to the mean: Prose will be over explanatory and miss subtly that human expression normally hits. Same for software: LLMs have a natural tendency to modularize and sprout. You'll find yourself knee deep in enterpri
14.
▲
by
glouwbug
15d ago
Try triangulating with multiple LLMs to synthesize information. The build by hand. The final composition will master understanding
15.
▲
by
glouwbug
15d ago
A good measure is communication. If there's a common understanding, then the origin doesn't necessarily matter.
16.
▲
by
glouwbug
15d ago
Then put your money where the mouth is and start committing prompts and having your LLM “compile” them with each production release.
17.
▲
by
glouwbug
15d ago
It’s alright, by doing it you understand it. We need people like you still, to improve their understanding, so that they can verify LLM output, or enjoy the craft
18.
▲
by
glouwbug
17d ago
Valheim had its 1.0 release today too
19.
▲
by
glouwbug
19d ago
WoW released a steady stream of expansions from 2004 to present day. At some point players wanted the old game, so Blizzard released WoW 2004, known as classic, in 2018, and reran the stream of expansions, stopping before any mass enshittif
20.
▲
by
glouwbug
19d ago
Not having to write #define len(x) sizeof(x) / sizeof(*x) Is arguably the feature I've waited for for 20 years
21.
▲
by
glouwbug
19d ago
Seems like its in C29, but who knows. I've waited since 2009 for just about anything
22.
▲
by
glouwbug
19d ago
Maybe not then, but we basically have our own poor man's template system now: #define array(T, N) struct array##T##N { T value[N]; } void copy(array(int, 32)* x, array(int, 32)* y) { *x = *y; } int main() {
23.
▲
by
glouwbug
20d ago
https://wiki.c2.com/?RavioliCode
24.
▲
by
glouwbug
20d ago
Reminds me of a subcontracting agency
25.
▲
by
glouwbug
20d ago
Age has nothing to do with it. Those were your life style choices and they now impact you for the rest of your life. You could well have done the opposite and thrown all your earnings into the SP500, rented for cheap near your parents, trav
26.
▲
by
glouwbug
20d ago
You can decide not to do any of these things. In fact, not wanting _anything_ is 100% within your control. It's literally what the stoics built the entirety of their philosophy on: aversion to pain and pleasure and redirection to moral
27.
▲
by
glouwbug
20d ago
Major critical software has always needed thousands of engineers to maintain million line codebases. LLMs can't reason across edge case failure modes, and better yet, LLMs generate compartmentalized modules which exponentially explodes
28.
▲
by
glouwbug
21d ago
10 lines of checks per line of actual execution. Anxiety for their stable pay
29.
▲
by
glouwbug
21d ago
The field is already exploding in SLOC. If LLMs can generate 10x but only produce a 2x productivity boost in reasoning or understanding - each year -then neither humans or AI will be able to keep up with the mountains of slop that power eve
30.
▲
by
glouwbug
21d ago
Now they need templates
More ›