Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dosshell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
dosshell
1mo ago
It is not that simple, atleast in the automotive industry _today_. Atleast here in EU. Every component is analyzed from a cyber security perspective. Many components needs tampering protection - while others need not. This includes replacin
2.
▲
by
dosshell
2mo ago
Some context: Fiber is a datastructure where the execution context is saved. Eg. registers (including instruction pointer) and stack etc. That is a fiber: data. You normally use a threadpool, core pinned, to execute these fibers. Since you
3.
▲
by
dosshell
2mo ago
> It is also angering the rest of Europe It is very important to note that you can not leave Ceuta without passport etc. It is not part of Schengen. This is a problem for Ceuta and Spain, and nothing more. Think about that when you read
4.
▲
by
dosshell
2mo ago
And Scott Myers talk: "Why C++ Sails When the Vasa Sank" https://m.youtube.com/watch?v=ltCgzYcpFUI
5.
▲
by
dosshell
3mo ago
Every place I worked at has a git introduction where all new employees learn about how git works internally. Takes 1h, and all junior devs stops memories random commands and actually start to understand. I highly recommend to you to poking
6.
▲
by
dosshell
3mo ago
What issue do you have specific with reviewing ai code?
7.
▲
by
dosshell
4mo ago
Drivers exclusive for Windows. You know your old Soundblaster AWE64 Gold, with all bundled programs [0]. Or that very special Analog Video grabber card you have. Wine is user space. This is the full OS. [0] Ok, that maybe works in linux, bu
8.
▲
by
dosshell
5mo ago
i investigated this yesterday and there is one cmake extension. It gives basic support to cmake. Not as neat as vscode/jetbrains/qt/vs but it works. It is depends on CMakePresets.json and has no gui etc.
9.
▲
by
dosshell
6mo ago
you would lose 80 repos from "10000 : 1847" also in that case.
10.
▲
by
dosshell
6mo ago
what do you mean with "The browser-based IDE (editor ...) You use Monaco Editor for that.
11.
▲
by
dosshell
6mo ago
What parts have you exactly built? All I see are dependencies that are glued together with claude. Can you clearify exactly what you have developed?
12.
▲
by
dosshell
8mo ago
This is a good read! and something i have in the back of my head when debugging spooky bugs.
13.
▲
by
dosshell
9mo ago
If it captures variables, it is not possible to manually declare the type. You can however hide it in an std::function. But then you probably get some overhead and some heap allocations in real life.
14.
▲
by
dosshell
9mo ago
You put the using as class member (private) or as local in the function.
15.
▲
by
dosshell
1y ago
> I have to have TikTok for work I'm sorry but what? Your job demands what apps you have installed on your PRIVATE phone!?
16.
▲
by
dosshell
1y ago
>> because part of what’s holding Zig back from doing async right is limitations and flaws in LLVM this was interesting! Do you have a link or something to be able to read about it?
17.
▲
by
dosshell
2y ago
Note that: There are no economic science Nobel prize. Only one similar named price in the name and memory of Alfred Nobel, which some how, is allowed to be part of the Nobel prize celebration. I guess my opinion is in minority, but i don&#x
18.
▲
by
dosshell
2y ago
I tried to reproduce it on Ivybridge (Windows VS20122) and failed (mulss and muldd) [0]. single and double precision takes the same time. I also found a behavior where the first batch of iterations takes more time regardless of precision. I
19.
▲
by
dosshell
2y ago
I agree with you. It should take the same time when thinking more about it. I remember learning this in ~2016 and I did performance test on Skylake which confirmed (Windows VS2015). I think I remember that i only tested with addsd/adds
20.
▲
by
dosshell
2y ago
Yes, as I wrote, it is only true for one float value. SIMD/MIMD will benefit of working on smaller width. This is not only true because they do more work per clock but because memory is slow. Super slow compared to the cpu. Optimizatio
21.
▲
by
dosshell
2y ago
> I can get away with a smaller sized float When talking about not assuming optimizations... 32bit float is slower than 64bit float on reasonable modern x86-64. The reason is that 32bit float is emulated by using 64bit. Of course if you
22.
▲
by
dosshell
2y ago
First IANACC (I'm not a compiler programmer), but this is my understanding: What do you mean by interface? A dynamic library is handled very different from a static one. A dynamic library is loaded into the process virtual memory addre
23.
▲
by
dosshell
2y ago
This is very interesting! Are there any movements to move towards this? Wouldn't it open up for a new attack vector where process could read each other data?
24.
▲
by
dosshell
2y ago
I agree with you, hidden is worse. But we do know what it can not static link to, any GPL library, which many indirect dependencies are.
25.
▲
by
dosshell
2y ago
I know this is maybe not the answer you want, but if you are just interested in getting the job done there exist companies that are experts on this, for example: https://fortune.com/2024/03/11/adaptive-startup
26.
▲
by
dosshell
3y ago
One problem I encounter with math wiki is that I almost need to know what it is before reading to understand the wiki page. I think wikibooks is a good initiativ to solve this, and could be powerful when combined with a normal wiki.
27.
▲
Restic – Backups Done Right
(restic.net)
2 points
by
dosshell
3y ago
|
0 comments
28.
▲
by
dosshell
3y ago
I think you have typo in your url.
29.
▲
Orbit: C/C++ Performance Profiler
(github.com)
209 points
by
dosshell
3y ago
|
59 comments
30.
▲
LuaJIT
(luajit.org)
1 points
by
dosshell
3y ago
|
0 comments
More ›