Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
whatsakandr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
whatsakandr
20d ago
As a C++ dev, that operator delete looks like something I would see in prod.
2.
▲
by
whatsakandr
2mo ago
I used to think this, then I realized that the amount of time you spend with equations is so much more than code, and the terseness makes them much easier to read once you know what the symbols are. Also, letters avoid having to name them,
3.
▲
by
whatsakandr
3mo ago
Reminds me of a sub plot from Accelerando. Wasn't a huge fan of the book but it left an impression.
4.
▲
by
whatsakandr
3mo ago
I wonder how much zed industries is being valued at.
5.
▲
by
whatsakandr
5mo ago
I could still push an app to my phone via adb after this nonsense gets implemented?
6.
▲
by
whatsakandr
5mo ago
I gave zed agent another shot today, and it couldn't run bash commands, so back to opencode I go.
7.
▲
by
whatsakandr
5mo ago
Yes it's slower, but it works. It's being built by one single dad who focused on compatibility before speed. I'm not convinced that tying the lifetimes into the type system is the correct way to do memory management. I'v
8.
▲
by
whatsakandr
5mo ago
Fil-C is one of the most underrated projects I've ever seen. All this "rewrite it in rust for safety" just sounds stupid when you can compile your C program completely memory safe.
9.
▲
by
whatsakandr
5mo ago
My wife has wanted a security system for a while. The turnkey cloud solutions freak me out. I've done some home automation with home aisstant before, and omg that was configuration slog. But with Claude..... It becomes fun.
10.
▲
by
whatsakandr
6mo ago
I do not understand how these companies can have such high valuations when minimax m2.7 is going to be open weight.
11.
▲
by
whatsakandr
6mo ago
Not to be confused with https://github.com/tsoding/Noq Which got it's name from 'Not Coq'
12.
▲
Loss of Supply
(en.wikipedia.org)
1 points
by
whatsakandr
10mo ago
|
0 comments
13.
▲
by
whatsakandr
11mo ago
The purpose of a screening is not to determine competence, it is to determine whether recruit and company want to work together, which cannot be automated.
14.
▲
by
whatsakandr
11mo ago
I have a prompt to make it not rewrite, but just point out "hey you could rephrase this better." I still keep my tone, but the clanker can identify thoughts that are incomplete. Stuff that spell chekcer's can't do.
15.
▲
by
whatsakandr
11mo ago
He's describing the Cuda execition model. More interestingly, it's the same model as Intel's Implicit SPMD Program compiler (ispc, God that name is awful). But ispc works across SIMD lanes.
16.
▲
by
whatsakandr
1y ago
He makes such a good point. This is such a tragedy. Import std would of been an amazing thing that would of led some much less pain, but the committee got greedy.
17.
▲
by
whatsakandr
1y ago
For personal, I've got the nirvana life plan. It's great, for work, it's TODO.txt on a network drive.
18.
▲
by
whatsakandr
1y ago
Best idea of a solution I can think of is modifying bacteria to consume microplastics and releasing them into the wild. Make them a permanent part of the ecosystem.
19.
▲
by
whatsakandr
1y ago
Like most things in C++, I wish the default was `nothrow`, and you added throw for a function that throws. There's so many functions that don't throw, but aren't marked `nothrow`. In my experience I've used exceptions fo
20.
▲
by
whatsakandr
1y ago
It would be nice if it just became a python interpreter. The concepts and build that CMake has is pretty good, but implementing it is a pain due to the quasi shell syntax.
21.
▲
by
whatsakandr
2y ago
This article should of had the conclusion of this is why you should use arena allocator.
22.
▲
by
whatsakandr
2y ago
This article could benefit so much from defining what an ERP is.
23.
▲
by
whatsakandr
2y ago
The nice thing about chat is it's open ended, the terrible thing is that holy crap I have to write a paragraph describing exactly what I want when I should just be able to hit a button or navigate through a couple menus.
24.
▲
by
whatsakandr
2y ago
Actually using the language is something Jon Blow is definitely getting right with Jai, if it ever releases.
25.
▲
by
whatsakandr
2y ago
Honestly this seems like a really nice feature. There's been so many times I'm driving and just want to Google something. Used to use Google assistant for that, but I no longer use android auto, so that ended.
26.
▲
by
whatsakandr
2y ago
I used to think gitlab was the bees knees, but more recently there's just a lack of user awareness. They've had a open issue for years about failing a job due to not finding artifacts. The logs even say "ERROR" I've
27.
▲
by
whatsakandr
2y ago
Hoesntly at thought this might be an onion headline. But then I stopped to think about it.
28.
▲
by
whatsakandr
2y ago
I've had good luck with -fno-omit-frame-pointer, omitting it is an unfortunate default, and makes stack traces horrible.
29.
▲
by
whatsakandr
2y ago
Has anyone gotten rr to work with opengl or vulkan? It seems to always crash for me after making an opengl call.
30.
▲
by
whatsakandr
2y ago
I've used rr very sucessfully for reverse engineering a large code base using a break on variable change combined with reverse-continue. Took the time to extract critical logic way down.
More ›