#interrobang
microblogs
Bidirectional tcp - udp forwarding oneliner
#itnuts
if you ever wondered how to connect to Wireguard server via SSH:
mkfifo /tmp/fifo
nc -l -p 5679 < /tmp/fifo | nc -u 127.0.0.1 5678 > /tmp/fifo
https://superuser.com/questions/53103/udp-traffic-through-ssh-tunnel
Some people just inspire
#itnuts
She is 17 and knows how CPUs work: cpu.land , also how networking works: github.com/kognise/a… , plays cello, composes music and piloting aircrafts, and I guess many more…
im-press-ive
The Website Existential Crisis
#itnuts
Redesigning a website goes beyond applying a fresh coat of CSS: it can (and maybe should) make your project go through an existential crisis. You need to put words on who you are, what you do, for whom, and who you’re talking to. It requires stepping out of your comfort zone but it rewards you with a better compass for your project.
Mark Pilgrim's case
#itnuts HN
It’s funny how after 15 years Mark Pilgrim re-appeared in my infospace, provided that he literally removed all his presence / websites / repos / etc from web in 2011.
piano compaction
#artinstinctive
#itnuts
a python library for parsing rss feeds: feedparser
Initially developed by Mark Pilgrim, whose book about HTML5 I read when HTML5 was a big hype.
Another interesting fact, Aaron Swartz contributed to this library.
Last but not least, the library is still under active development today!
A museum of conceptual web art
#interrobang
Type intersection in Python is still an open discussion
#itnuts