Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Agingcoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
61.
▲
by
Agingcoder
8mo ago
Is the same mechanism at play with football ? Say Real Madrid gets so much money from champions league that they can buy all the best players and then keep winning ? And then only a small clique of elite clubs end up winning all the time? (
62.
▲
by
Agingcoder
8mo ago
That’s what struck me immediately - these are all typical tricks from the 90s. I remember demos ( I think complex/dope in 95) where the awesome ‘real time reflections’ where actually an animated texture. I was quite impressed when som
63.
▲
by
Agingcoder
8mo ago
Looks like typical demo scene tricks applied to gaming
64.
▲
by
Agingcoder
8mo ago
This is pretty standard ( or at least used to be 20 years ago ) in high performance chess programming, see https://www.chessprogramming.org/Bitboards https://healeycodes.com/visualizing-chess-bitboards
65.
▲
by
Agingcoder
8mo ago
This is weird - my mother very rarely drinks but she’ll be hard pressed telling you exactly when was the last time time . This doesn’t make her an alcoholic. Or should you start the rule with ‘you’ve been drinking everyday for a while’?
66.
▲
by
Agingcoder
9mo ago
Computer architecture a quantitative approach by Patterson and hennessy It’s the real life exchange rate for algorithms and data structures. Basically understanding your infrastructure and its performance characteristics will help you desig
67.
▲
by
Agingcoder
9mo ago
I used mplayer ( the ancestor to mpv as I’ve just realized ) in the early 2000s which I think could handle everything under the sun back then.
68.
▲
by
Agingcoder
9mo ago
Cloudflare, google project zero.
69.
▲
by
Agingcoder
9mo ago
This is a truly remarkable book, and a must read for any engineer who depends on a gc . And if you don’t need a gc, the book starts by talking about allocators, which are actually very important too !
70.
▲
by
Agingcoder
9mo ago
It’s pretty standard in many places I think - the point here is not the null gc but rather exact memory requirements being proved statically.
71.
▲
by
Agingcoder
9mo ago
I liked window maker and enlightenment, both of a which appeared a bit later.
72.
▲
by
Agingcoder
9mo ago
This title is very hard to parse
73.
▲
by
Agingcoder
9mo ago
It’s also not a solved problem unlike what the article claims, unless ‘solved’ doesn’t mean ‘works all the time ‘.
74.
▲
by
Agingcoder
9mo ago
Very nice post thanks - I didn’t know about cakeml and bootstrapping formally verified compilers.
75.
▲
by
Agingcoder
9mo ago
Which are both systems with a fair amount of theory behind them !
76.
▲
by
Agingcoder
9mo ago
They can actually - I thought they couldn’t , but the latest ones can, much to my surprise. I changed my mind after playing with cursor 2 ( cursor 1 had lasted all of 10 mins), which actually wrote a full blown app with documentation, tests
77.
▲
by
Agingcoder
9mo ago
> One objection I hear a lot is that LLMs are only good at greenfield projects. I'd push back hard on this. I've spent plenty of time trying to understand 3-year-old+ codebases where everyone who wrote it has left. Where I am,
78.
▲
by
Agingcoder
10mo ago
In my experience codex fails at that kind of task in many cases. I think it’s unlikely it will succeed at that task with a real world , old, large codebase. Now, the next release might work !
79.
▲
by
Agingcoder
10mo ago
This is very very very good advice, the same thing happened to me. Most importantly, I wouldn’t have enjoyed the job without coaching !
80.
▲
by
Agingcoder
10mo ago
Yes I did feel the same, and it boiled down to accepting I had to try something new that I thought I didn’t want or be happy with what I already had . You have several options I guess. - it’s very likely you haven’t mastered all layers of t
81.
▲
by
Agingcoder
10mo ago
Point taken, thanks a lot for playing along. I’ll do all the things if ever needed, but I get that if a cloud act request happens , your cloud provider will be able to get your stuff. I’m specialized enough in another field to know that I’m
82.
▲
by
Agingcoder
11mo ago
Ok I thought that was the whole point of things like Intel TDX , AMD SEV and various enclave mechanisms which provide full ram encryption and attestation ? The only issue left would be managed services though, which then I wouldn’t use, but
83.
▲
by
Agingcoder
11mo ago
Thanks. I get that FHE is not realistic today, but can’t I use ( if it’s really critical) a combination of confidential vms and an external hsm ? I understand I’ll be limited to traditional workloads , and not managed services though. I ask
84.
▲
by
Agingcoder
11mo ago
Maybe I’m misunderstanding something - if I store my data elsewhere , am I not supposed to encrypt it anyway, with my keys ? If the crypto is strong enough then surely cloud providers can’t do anything with it ?
85.
▲
by
Agingcoder
11mo ago
Yes - I tried the other platforms. Much to my surprise (and granted, I have the means to do so) I will favor steam whenever possible, it’s just significantly better.
86.
▲
by
Agingcoder
11mo ago
Comanche ( or at least an approximation of it ) on an Atari ST - that’s quite a feat!
87.
▲
by
Agingcoder
11mo ago
I see your point but … trees and blobs are an implementation detail that I shouldn’t need to know. This is different from files and directories ( at least directories ) in your example. What I want to know is that I have a graph and am movi
88.
▲
by
Agingcoder
11mo ago
This is exactly what I meant. https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-N... The book says that ‘ To really understand the way Git does branching, we need to take a step back and examine how
89.
▲
by
Agingcoder
11mo ago
I disagree, but it doesn’t mean you’re wrong - we might just be looking for different things. My view is that if you’re going to talk like a bored robot, then I need a transcript or a paper which is much shorter than a talk. I distinctly re
90.
▲
by
Agingcoder
11mo ago
The git documentation is one of the nastiest docs ever just like the whole git ui. It’s technically entirely correct, but won’t help you understand how it works in any way. It’s exactly like folks in 1995 telling you to rtfm when you’re try
More ›