tmux cheatsheet

I guess I’m going to start using tmux because I have to work on a system that doesn’t have the xterm package and all sorts of things wonky.


Read More

Skip the first line by using the flip-flop operator

(this was an answer to a StackOverflow question that I didn’t post because it didn’t quite fit, but I use too keen on showing off the flip-flop operator to get rid of it all)

I also put this in Reddit

A few other places:


Read More

What version of Unicode is your Perl using?

Most versions of Perl (v5.38, v5.40, and so on) updates the Unicode Character Database (UCD), and each version of the UCD has new features, often new blocks, characters, or adjustments to property settings. But, which version do you have?

I tried this task a long time ago, in some place I don’t remember, looking at the presence of properties and other things, but I don’t want to create a long chain of things to query to rule out versions. That’s just too much work if I can cheat.


Read More