Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fibonacci112358
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
fibonacci112358
4d ago
It's really strange, you see people claim the same on the Codes subreddit. I can also run Astra xHigh at least for a few days with my 20x, but I don't use any of the token hungry patterns like orchestrators and such (only the code
2.
▲
by
fibonacci112358
14d ago
Is everyone rushing to launch something before Astra tomorrow?
3.
▲
by
fibonacci112358
1mo ago
The code in compilers is the closest to your typical app you can get in a benchmark like SPEC, eveerything else is actually far more specialized. Compiler code is full of small basic blocks, lots of branches, indirect memory access; it'
4.
▲
by
fibonacci112358
2mo ago
I have the opposite problem with Code, it barely writes any comments even for fairly complex C++ code blocks (systems programming stuff), have to prompt it to add extra details about why it did something. Request in agents.md doesn't s
5.
▲
by
fibonacci112358
2mo ago
/code-review in Claude Code spawns a lot of sub-agents (counted like 8 once), each looking at the code from some certain aspect (like correctness, maintainability, duplication, testing, etc). It eats tokens like crazy doing that, but a
6.
▲
by
fibonacci112358
3mo ago
Don't bother replying to the trolls around here.
7.
▲
by
fibonacci112358
3mo ago
So this is where all the memory they bought is going to.
8.
▲
by
fibonacci112358
4mo ago
MSVC (Microsoft's C++ compiler) had an pretty advanced inter-procedural (LTO) way of doing devirtualization, but it was so buggy and slow that it eventually got disabled. It was trying to prove that a pointer can only target a certain
9.
▲
by
fibonacci112358
4mo ago
Sadly for them, Nvidia didn't stay still in the meantime and created the next generation of CUDA, CuTile for Python and soon for C++, through CUDA Tile IR (using a similar compiler stack based on MLIR). Event though it's not porta
10.
▲
by
fibonacci112358
5mo ago
Maybe OP was thinking about compilers "cracking" certain SPEC benchmarks: implementing exactly the optimization needed to boost a benchmark quite a lot, but that opt. probably won't apply to any other code out there (usually
11.
▲
by
fibonacci112358
1y ago
They won't, Windows isn't even compiled with AVX2 extensions on, even though every CPU in the last 10y+ supports it, for the fear of it running on some machine that doesn't have AVX2. The whole "CPU unsupported" thi
12.
▲
by
fibonacci112358
1y ago
I'm not 100% sure, but I think the main reason the new Win11 apps like Notepad, File Explorer, Task Manager have a slow UI and the piece-by-piece drawing issues is because they combine UWP (the "new" tech) with the old Win32
13.
▲
Ask HN: Startup based on my own side project open-sourced through my employer
2 points
by
fibonacci112358
2y ago
|
1 comments
14.
▲
by
fibonacci112358
2y ago
Thanks for the reply! I'm in WA, the moonlighting IP law seems very similar to CA. Both my contract and current HR guidance state that any invention is mine if done outside work hours, not using their hardware AND doesn't compete
15.
▲
Ask HN: Begin startup based on own side project open-sourced through my employer
3 points
by
fibonacci112358
2y ago
|
3 comments
16.
▲
by
fibonacci112358
5y ago
How is performance compared to Graphviz? There are some large compiler Control flow graphs with 500+ nodes where Graphviz really starts to take a long time to build a layout (dozens of seconds or worse). Profiling dot a bit, saw that most t
17.
▲
The Coalition Sees 27.9X Iteration Build Improvement with Visual Studio 2019
(devblogs.microsoft.com)
1 points
by
fibonacci112358
6y ago
|
0 comments
18.
▲
Solving Uninitialized Stack Memory on Windows
(msrc-blog.microsoft.com)
3 points
by
fibonacci112358
6y ago
|
0 comments
19.
▲
Game performance improvements in Visual Studio 2019 16.2 release
(devblogs.microsoft.com)
1 points
by
fibonacci112358
7y ago
|
0 comments
20.
▲
Visual C++ code optimizer improvements in Visual Studio 2019 16.2 release
(devblogs.microsoft.com)
2 points
by
fibonacci112358
7y ago
|
0 comments
21.
▲
Visual C++ linking speedup by 2x-3x in latest Visual Studio 2019 16.2 release
(devblogs.microsoft.com)
3 points
by
fibonacci112358
7y ago
|
0 comments
22.
▲
by
fibonacci112358
8y ago
That is just Intel grabbing some attention from the Threadripper 32 core announcement. It doesn't run at 5Ghz, that was heavily overclocked using a custom cooling system hidden under the table.
23.
▲
by
fibonacci112358
8y ago
Interesting for developers is the improvement in compiling Chrome, and also the big hit from the Meltdown/Spectre patches on Intel on the same benchmark.
24.
▲
Visual C++ code optimizer improvements in VS2017 versions 15.5 and 15.3
(blogs.msdn.microsoft.com)
2 points
by
fibonacci112358
9y ago
|
0 comments