Show HN: Servasm – Literate web server in x86 assembler
1–10 of 40 posts
Re: Show HN: Servasm – Literate web server in x86 assembler
#2At first I was thinking "For the love of bog why?", but then I started reading, and couldn't stop reading.
Re: Show HN: Servasm – Literate web server in x86 assembler
#3[deleted]
Re: Show HN: Servasm – Literate web server in x86 assembler
#4If anyone finds this interesting, and would like to drill down into this type of low level code, I highly recomment "Programming from the Ground Up" by Jonathan Bartlett [1]. It is an excellent introduction to assembler, and programming in general.
[1] http://freecomputerbooks.com/Programming-from-the-Ground-Up....
Re: Show HN: Servasm – Literate web server in x86 assembler
#5Interesting read and I like it. I'll have to read it more on my Desktop. I get a HTTPS error on my android phone however.
You might be missing an intermediate certificate. (Just a heads up.)
Re: Show HN: Servasm – Literate web server in x86 assembler
#6Annotations aside, this is actually more readable than a lot of C code I've seen.
Re: Show HN: Servasm – Literate web server in x86 assembler
#7It is very interesting.
I like the simplicity of the system calls.
With DynASM (a subproject of LuaJIT), it is possible to target more platforms with this kind beauty.
Re: Show HN: Servasm – Literate web server in x86 assembler
#8Interesting read and I like it. I'll have to read it more on my Desktop. I get a HTTPS error on my android phone however. You might be missing an intermediate certificate. (Just a heads up.)
As do I on my Android lollipop 5.1.
Re: Show HN: Servasm – Literate web server in x86 assembler
#9Simply beautiful and elegant, probably very fast and with a very small memory footprint.
Re: Show HN: Servasm – Literate web server in x86 assembler
#10Interesting read and I like it. I'll have to read it more on my Desktop. I get a HTTPS error on my android phone however. You might be missing an intermediate certificate. (Just a heads up.)
As do I on my Android lollipop 5.1.
Thanks, I will look into this. After running ssl test from ssl labs and I some alarming issues https://www.ssllabs.com/ssltest/analyze.html?d=zarkzork.com
I should have done it earlier