/dev/urandom's dev site

ascii table

A table describing the ASCII character set.

midnight commander subshell bug

After updating Alpine Linux on my VPS to version 3.14, I noticed that Midnight Commander (mc) crashed with a segmentation fault around 90% of the time, and at other times it ran, but refused to accept any input.

At first, I thought that it had to do with the OS update itself and something was wrong with the version of mc or some other package built in Alpine, so I tried building mc with ncurses instead of slang as it was before, but to no effect. To make matters worse, the bug disappeared when I tried to trace it in strace or valgrind.


rnd's doom page

Out of all PC games that have been around for decades, id Software’s DOOM is probably one with the largest longevity. People still make new levels for it, write new engines and modifications for it, and do speedruns for it under a variety of conditions, with new records still being broken every now and then. For almost every piece of hardware which can output graphics and run code, there have been attempts to port or clone DOOM, with “It runs Doom” becoming a popular internet meme.

Tags:

linux framebuffer palette switching

Just like graphical terminals such as urxvt, the Linux framebuffer has an option to change the built-in palette. Distributions like Ubuntu use it to make the palette look nicer during bootup.

Tags:

cuda debugging notes

So, turns out, when you run a program that uses CUDA, either directly or indirectly (my program runs on CUDA, but uses OpenCL instead), there are issues preventing libasan from working. More specifically, if you run a program with libasan, the CUDA libraries will not work, and the OpenCL ones will not display an NVIDIA platform as available in the first place.

From my experience, seems like there are similar issues preventing Valgrind from working, either.


irssi tips and tricks

Recently found myself using irssi on a setup that’s slightly unusual, so I’m recording the information I found useful for posterity.

  • To switch windows, use Alt + number keys for windows 1-10, or Alt + top row (qwertyuiop) for windows 11-20.

  • Alt+Left / Ctrl+p and Alt+Right / Ctrl+n switches to the previous or next window respectively. It loops around from first to last or vice versa.

  • The script revolve is useful, since it compresses consecutive joins/leaves onto a single line. Useful for channels where there’s not a lot of activity.

Tags:

my impressions from the streets of rage series

As a kid, I didn’t have any 16-bit consoles, and at best, my experience with them was restricted to playing them for a short while when hanging out with my family’s old friends and their kids. Out of the games I got to experience that way, I played Sonic 1 and 2, Columns, Tom & Jerry: Frantic Antics and other games, but not any of the Streets of Rage games. Instead, the first time I discovered this games was when I discovered emulators.

Tags:

vim hints

These are some of the useful settings and functions I use when working with vim.


cvlvl6 fanfic

Trying to preserve an old page that I had a hard time finding online.


note on cpan

Note to self: if your distro’s repositories don’t have a Perl package, it’s best to install them from CPAN instead. A tool called cpan minus (In Alpine, its packaged as perl-app-cpanminus) can do it easily, either installing packages into one’s home directory or globally.