Explore >> Select a destination


You are here

fnordig.de
| | daenney.github.io
2.9 parsecs away

Travel
| | I blog about what catches my fancy
| | www.christopherburg.com
2.9 parsecs away

Travel
| | [AI summary] The author discusses the transition of their blog to IPv6, highlighting its advantages over IPv4 and criticizing network administrators who resist adopting it due to misconceptions and laziness.
| | code.danyork.com
0.8 parsecs away

Travel
| | Given all the writing I've been doing lately about IPv6 and about Node.js, it was only natural for me to try combining them. I pay for a VPS over at RapidXen and upon request they will provid...
| | lincolnmullen.com
25.9 parsecs away

Travel
| Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for...