/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.cy.md
| | www.grepular.com
5.1 parsecs away

Travel
| | Mike Cardwell's Tech Blog. Security, privacy, and technology
| | www.kroah.com
4.3 parsecs away

Travel
| | Sometimes you don't have access to vim's wonderful xxd tool, and you need to use it to generate some .c code based on a binary file. This happened to me recently when packaging up the EFI signing tools for Gentoo. Adding a build requirement of vim for a single autogenerated file was not an option for some users, so I created a perl version of the xxd -i command line tool.
| | theweeklychallenge.org
5.1 parsecs away

Travel
| | Advent Calendar - December 5, 2024.
| | frederickvanbrabant.com
33.7 parsecs away

Travel
| You have probably already heard the horror stories of code interviews where they ask you to reverse a binary tree on a whiteboard. Well, a few days ago I was in that exact situation. And I had no idea what the interviewer was talking about. So what are these binary trees and why is it so critical that you know how to inverse them? Lets find out.