Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thecloudlet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thecloudlet
4mo ago
> The feedback loop hypothesis says that this is backwards. That, in fact, we’re going to find that SaaS is ‘hard’ and system software is ‘easy’. Just weird enough, my brain feels the same way.
2.
▲
by
thecloudlet
4mo ago
I think the greatest problem is documentation. I work on compilers daily. Sometimes I am forced to read directly in to Ghc’s code to just use as a developer. Maybe we should use Ai to generate up-to-date docs that are well organized like a
3.
▲
by
thecloudlet
4mo ago
Really like this language. I would love more if we can make developing production code easier.
4.
▲
by
thecloudlet
6mo ago
I fell in love with Intel One Mono for this reason
5.
▲
by
thecloudlet
6mo ago
Author here. The concepts in this article were the key to rearchitecting a module in our production codebase, which ultimately yielded a 10x performance improvement. Hope you find these notes useful!
6.
▲
From C char to string_view: The cost of abstraction in C++ strings
(thecloudlet.github.io)
2 points
by
thecloudlet
6mo ago
|
1 comments
7.
▲
by
thecloudlet
6mo ago
Sure! I have updated my post! Thanks for your reference.
8.
▲
by
thecloudlet
6mo ago
Thanks for the links, Nick! It's fascinating how LLVM relies so heavily on CRTP.
9.
▲
by
thecloudlet
6mo ago
Waiting for Rust experts.
10.
▲
by
thecloudlet
6mo ago
Doing bitwise operations directly on raw pointers is a fast track to Undefined Behavior in standard C/C++. Emacs gets away with it largely due to its age, its heavy reliance on specific GCC behaviors/extensions, and how its build
11.
▲
by
thecloudlet
6mo ago
Emacs internal part 2 HN link: https://news.ycombinator.com/item?id=47259961
12.
▲
Emacs internals: Tagged pointers vs. C++ std:variant and LLVM (Part 3)
(thecloudlet.github.io)
80 points
by
thecloudlet
6mo ago
|
37 comments
13.
▲
by
thecloudlet
6mo ago
Thanks!
14.
▲
by
thecloudlet
6mo ago
Thank you for the kind reminder! I have removed the duplicate. You made a great point. Since the original authors are the same, the fundamentals of the Emacs C core are indeed highly compiler-optimized. I hope I can come up with a way to fu
15.
▲
by
thecloudlet
6mo ago
It’s not easy… I’m working to understand it. Recording the process through the way.
16.
▲
by
thecloudlet
6mo ago
That’s so cool. I did not know that.
17.
▲
Emacs internals: Deconstructing Lisp_Object in C (Part 2)
(thecloudlet.github.io)
126 points
by
thecloudlet
7mo ago
|
21 comments