HackerTrans
トップ新着トレンドコメント過去質問紹介求人

joexbayer

no profile record

投稿

C++ Web Server on my custom hobby OS

oshub.org
102 ポイント·投稿者 joexbayer·7 か月前·14 コメント

Building your own Operating System

oshub.org
3 ポイント·投稿者 joexbayer·8 か月前·1 コメント

Rust Hobby OS projects worth exploring

oshub.org
3 ポイント·投稿者 joexbayer·8 か月前·0 コメント

LEGOs, Play-Doh, and Programming

weblog.jamisbuck.org
1 ポイント·投稿者 joexbayer·9 か月前·0 コメント

Just for Fun: A Hopeful Take on OSDev

oshub.org
3 ポイント·投稿者 joexbayer·9 か月前·0 コメント

The Polygons of Doom: PSX

fabiensanglard.net
4 ポイント·投稿者 joexbayer·9 か月前·0 コメント

Defer: Resource cleanup in C with GCCs magic

oshub.org
66 ポイント·投稿者 joexbayer·9 か月前·96 コメント

Building my childhood dream PC

fabiensanglard.net
212 ポイント·投稿者 joexbayer·10 か月前·85 コメント

Contracts for C

gustedt.wordpress.com
108 ポイント·投稿者 joexbayer·10 か月前·111 コメント

コメント

joexbayer
·4 か月前·議論
Very cool! Would suggest https://oshub.org/explore if youre interested in hobby operating systems.
joexbayer
·5 か月前·議論
A related article discussing Gustedt’s first defer implementation, which also looks at the generated assembly:

https://oshub.org/projects/retros-32/posts/defer-resource-cl...
joexbayer
·7 か月前·議論
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
joexbayer
·9 か月前·議論
Wow! Looks great! Id suggest checking out https://oshub.org/ it has a lot of hobby operating systems similar to this one.
joexbayer
·9 か月前·議論
Small blog post exploring a defer implementation using GCC’s cleanup + nested functions, looking at the generated assembly and potential use cases.