Syscalls on macOS aren't guaranteed to be stable - Go found out the hard way and in 1.12 they changed to call libSystem.dylib instead. In general, stable syscall numbers are just a Linux thing. Everyone else uses blessed system libraries
Show HN: Building a web server in assembly to give my life (a lack of) meaning
61–70 of 246 posts
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#62I'm oddly enthusiastic about seeing someone who beings the HACKER in HackerNews. But at the same time, this made me remember the days when display of skill and craftsmanship were rewarded in the industry. Maybe it's finally time to move on from being a career programmer.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#63Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#64Didn't Steve Gibson do this like 25 years ago? AFAIK his "Shields Up" site is written in Win32 assembly.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#65Even though it's a meaningless comparison, I'd be interested to see how performance compares (max requests per second?) for this compared to fully-featured web servers.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#66I've used Python (django/flask/fast api), Java (springboot), Ruby on Rails for writing web applications and APIs. Nothing beats Go. When you use HTMLX (goat) + sqlc (goat) + pgx (another goat) + Chi (yet another goat) and Sqlite (goat). Most apps will not need anything more than Sqlite, i've several sqlite apps doing a couple of million visits per day. Compiles to signal binary blazingly fast. Deploy using systemd se…
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#67Today, I just think, "how long would LLMs have taken to write this?"
I mourn the death of a human artform.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#68Congratulations to the OP for the accomplishment.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#69I am attempting to write a software renderer in WebAssembly because, for some reason, I feel the need to go against the direction this vibe coded world is going, and I want to feel challenged again. I don't know if I will ever finish it, it is crazy, and by no means useful. But gosh it feels so good. Congratulations to the OP for the accomplishment.
Re: Show HN: Building a web server in assembly to give my life (a lack of) meaning
#70P.S.: I would love a copy of that book please!