Reminds me a little of D's official forums, which load faster than you can close your eyes to blink. I love these kind of projects.
Oh yeah it's immediately noticeable. How did they do it? https://forum.dlang.org/
AsmBB – a lightweight web forum engine written in assembly language
31–40 of 131 posts
Re: AsmBB – a lightweight web forum engine written in assembly language
#32Despite being someone who wrote x86 assembly for years on DOS in the 90s before learning C (and even continued in at&t syntax on Linux for some time), I find this to be a silly exercise in time wasting beyond its academic and comedic/entertainment value.
I love this as it expresses how I feel about JavaScript :P
Re: AsmBB – a lightweight web forum engine written in assembly language
#33Processing time is insanely fast according to the footer. But the time it takes to transfer the document to Denmark is 500 - 1000ms. Seems like a CDN is better than performant code in this case... Still an impressive feat.
Re: AsmBB – a lightweight web forum engine written in assembly language
#34Processing time is insanely fast according to the footer. But the time it takes to transfer the document to Denmark is 500 - 1000ms. Seems like a CDN is better than performant code in this case... Still an impressive feat.
I'm in the Azores islands, in the middle of the Atlantic Ocean, and it loaded in under 500ms.
Re: AsmBB – a lightweight web forum engine written in assembly language
#35Re: AsmBB – a lightweight web forum engine written in assembly language
#36Earlier quoted context omitted.
Oh yeah it's immediately noticeable. How did they do it? https://forum.dlang.org/
Use a fast language and forget some of the old advice from "12 factor apps," some of which are focused on avoiding common challenges when scaling low-performance platforms.
Re: AsmBB – a lightweight web forum engine written in assembly language
#37> AsmBB is very secure web application, because of the internal design and the reduced dependencies.
There's a lot of value in using well tested dependencies, and even Chuck Norris will have bugs writing complex software in assembly. Especially when doing string manipulation which this project should be doing a lot of.
Re: AsmBB – a lightweight web forum engine written in assembly language
#38Despite being someone who wrote x86 assembly for years on DOS in the 90s before learning C (and even continued in at&t syntax on Linux for some time), I find this to be a silly exercise in time wasting beyond its academic and comedic/entertainment value.
"silly exercise in time wasting beyond its academic and comedic/entertainment value" I love this as it expresses how I feel about JavaScript :P
Re: AsmBB – a lightweight web forum engine written in assembly language
#39I couldn't read the article on mobile due to live notifications.
Dear AsmBB.org admin: Have those be turned off by default. They're annoying even when they don't occlude the entire screen.
Re: AsmBB – a lightweight web forum engine written in assembly language
#40I couldn't read the article on mobile due to live notifications.
Yep, the alerts occlude must/most of the page. This is probably the first time the creator's encountered HN rush hour.