"After a long break from working on my hobby operating system, I finally got back into it and finished a very important milestone"
This is a sign of great engineering. Code gets foreign code after some time of not being in it. If you easily can pick it up again, it is a sign that you've written maintainable and understandable code, also for others.
Very cool! Why was and the entire networking stack straight forward, but not HTTP (and TCP)? Could you take inspiration form other projects for things like DNS?
Up to TCP most protocols are very straight forward, atleast getting them to work semi reliable. But then TCP explodes in complexity with all the state management and possible paths a connection can take.
HTTP is mostly annoying because of all the text parsing :D
Aldipower|3 months ago
This is a sign of great engineering. Code gets foreign code after some time of not being in it. If you easily can pick it up again, it is a sign that you've written maintainable and understandable code, also for others.
canyp|3 months ago
roetlich|3 months ago
joexbayer|3 months ago
HTTP is mostly annoying because of all the text parsing :D
yupyupyups|3 months ago
nesarkvechnep|3 months ago
winrid|3 months ago
slurrpurr|3 months ago
[deleted]
unknown|3 months ago
[deleted]