Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bruce343434
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bruce343434
5d ago
Alternatively build a searchable inventory app with claude
2.
▲
by
bruce343434
11d ago
I feel like this article does a depth first search on what swiss tables are, jumping head first into the tiniest implementation details, but I'm missing the breadth first search. What is the top level `struct` of a swiss table? An arra
3.
▲
by
bruce343434
1mo ago
Tis not shared
4.
▲
by
bruce343434
1mo ago
Perhaps they just used the exact same random seed everywhere?
5.
▲
by
bruce343434
2mo ago
> last month I spent almost 10k USD on tokens. It sounds so insane It is. That kind of money would change my life and this guy spends it on prompts that "really force him to think". I use LLMs. So far, 20 bucks per month has me
6.
▲
by
bruce343434
2mo ago
C++ compilers do this too, thats why so many to-be-linked symbols start with "Z"
7.
▲
by
bruce343434
2mo ago
addressing any of the points would require locking the AI down and making it less general and less "agentic". Your concerns make sense if you look at the AI as an information retrieval engine. - why is single URL crawl with
8.
▲
by
bruce343434
2mo ago
Prompt injection (or llm social engineering" is fundamentally unsolvable, though with training its effectiveness can be reduced
9.
▲
by
bruce343434
2mo ago
the optimal crime rate is non zero and the same goes for traffic death rate, because to bring them to zero would imply a dystopia where personal freedom is seriously limited
10.
▲
by
bruce343434
2mo ago
:set {:job "Engineer"} :where |(= ($ :job) "Developer") What is going on there in that where syntax?
11.
▲
by
bruce343434
2mo ago
Is there a nautical map equivalent of osm or organic maps? One that emphasizes waterways by drawing them thicker when zoomed out like regular maps draw roads thicker? Plan routes over the water? Even google maps lacks a nautical layer.
12.
▲
by
bruce343434
3mo ago
Because you can deduplicate certain parts of the logic which make the whole thing less error prone, such as if c x=1 else x=2 If I ever want to change x, or refactor this code some other way, its a more brittle proc
13.
▲
by
bruce343434
3mo ago
tldw: - wider wheels are marginally less efficient but almost negligible - rims with larger diameter have larger air resistance. Probably because the rim patterns intersects the air in weird ways but it's not explained. Tire walls are
14.
▲
by
bruce343434
3mo ago
“I have seen people technically meet the 30% rule and still feel financially strained,” shares Linda Grizely, a certified financial planner and financial wellness speaker. “The pressure isn’t the rent alone; it’s the combination of rent plu
15.
▲
by
bruce343434
3mo ago
Why would the company pay more when they can just not pay more? The only things I can see happening is they might lower prices as competition ramps up, or in general as there is more supply for the same cost.
16.
▲
by
bruce343434
3mo ago
Everyone else will be 5% more productive. Then no one is "more" productive. So everyone has a higher output, but the same wages and hours worked. There was only a gap when usable AI first came out, some contractors could do the sa
17.
▲
by
bruce343434
3mo ago
I want it to cause a traffic accident. If I'm going down, so is everyone else. I'm already dying anyway. Grok 10000%
18.
▲
by
bruce343434
3mo ago
The issue is how easy computers make everything, and how well processes scale with computers. Back in the day to heist data you'd have to physically break in or infiltrate, rummage through files, copy them somehow or just straight up t
19.
▲
by
bruce343434
3mo ago
I agree. I tend to use the gnu "asprintf" which simply returns a properly allocated char buffer with the formatted string in it. And on platforms that don't feature asprintf (windows) you can build your own using sprintf!
20.
▲
by
bruce343434
3mo ago
The accumulator pattern keeps simulations stable in the face of variable frame rate. Accumulate the frame dt into an accum variable. If accum>fixed_physics_dt then step_physics until false. I'm assuming the author did something like
21.
▲
by
bruce343434
3mo ago
I'll change your mind: If you pass NULL as the destination pointer, it doesn't write any string. If you combine this with %n at the end of the format string, you can get the exact length that the output string would be. Then you a
22.
▲
by
bruce343434
3mo ago
what happens when ALL the stocks have been bought back? what is the natural conclusion? you get extra points if you mention dilution i.e. oops we turned on the ~~money~~ stock printer and your stock is now actually worth less !
23.
▲
by
bruce343434
3mo ago
That's just dividend stocks with more shady. We promise to invest the dividend you would have gotten into ourselves to become more valuable bro. But that will only be reflected in "valuations" that don't directly affect
24.
▲
by
bruce343434
3mo ago
> not concerned about the actual economy. Why would it be? Non dividend stocks only have value because other people think they have value (i.e. greater fool theory). Only dividend stocks have some base value connected to how well the com
25.
▲
by
bruce343434
3mo ago
HaikuOS got this right. Tabs are a property of the OS side of the window, not the application side
26.
▲
by
bruce343434
4mo ago
More efficient in terms of bandwidth (not) used. More costly because it has to be stored somewhere instead.
27.
▲
by
bruce343434
4mo ago
Are C++ concepts not enough?
28.
▲
by
bruce343434
5mo ago
You wouldn't have spent that time with loved ones, you would have been doing other tasks. Just like now, we no longer need to wait for programs to be submitted compiled and ran on the mainframe, we don't get that time for ourselve
29.
▲
by
bruce343434
5mo ago
What does it mean to be friendly to memory bandwidth, and why does C++ excel at it, over, say, Fortran or C or Rust?
30.
▲
by
bruce343434
5mo ago
In my experience fiddling with compute shaders a long time ago, cuda and rocm and opencv are way too much hassle to set up. Usually it takes a few hours to get the toolkits and SDK up and running that is, if you CAN get it up and running. T
More ›