https://tonsky.me/blog/fall-of-native/ #Electron #NativeApps #Technology #Humor #HackerNews #ngated
Interesting article on long running teams of Claudes working together, the harnesses used and the results. A C-compliler was built from scratch for 20K$.
I'm curious
Article:https://www.anthropic.com/engineering/building-c-compiler
C-compiler to compile TCC for live-bootstrap
https://github.com/FransFaase/MES-replacement
#HackerNews #CCompiler #TCC #LiveBootstrap #OpenSource #GitHub
Writing a C compiler in 500 lines of Python
#HackerNews #CCompiler #Python500 #LinesOfCode #CodingChallenge #Programming #HackerNews
Working through 'Writing A C Compiler'
https://jollygoodsw.wordpress.com/2025/03/13/working-through-writing-a-c-compiler/
#HackerNews #WorkingThrough #CCompiler #Writing #CCompiler #Programming #Education #TechBlog
We ran a Unix-like OS Xv6 on our home-built CPU with a home-built C compiler
#HackerNews #Unix #Xv6 #HomeBuilt #CPU #CCompiler #TechDIY #HackerNews
[Thanks for many comments and votes on Hacker News! ] It’s been two years since I started working as a software engineer. I sometimes tell my colleagues about a student project I did in my junior year of university, and it’s so well-received that I’m writing this post. 1 Now, let me ask you a question. Have you ever designed your own ISA, built a processor of that ISA on FPGA, and built a compiler for it? Furthermore, have you run an operating system on that processor? Actually, we have.