Küchenplanungszwischenstand (1)

Puh, stundenlanges Küchenplanen für die neue Wohnung ist nicht gerade die lustigste Beschäftigung am Wochenende; und wenn man einmal in die Sache reingesaugt wird, dann ist es auch noch schwer damit wieder aufzuhören. Aber ein Ende ist endlich in Sicht! Mein aktuelles Ergebnis sieht wie folgt aus. Mal sehen, ob es dann am Ende auch in echt so aussieht… ;)
Küchenplaner

libpeak: Mapping of IPv4 to IPv6 in C

Hi everyone,

this week I’m going to present you my little twist for coherent mapping of IPv4 to IPv6 in C. What this means: you don’t have to worry about branching your code, which makes it more clean and simple. The only drawback is that IPv4 addresses do waste a lot of space, but if you plan on working with IPv6 in the future, that argument is quickly rendered invalid. You can find the peak library code on GitHub, or take a look at the whole commit that’s about to be discussed (including a man page and a unit test).

Read more...