@rogward please, when does season 1 episode 1 start? 👀
In the next version of OpenSSH, the ssh-keygen(1) utility will generate an Ed25519 keypair by default, instead of RSA. https://github.com/openbsd/src/commit/9de458a249861bdbf58a06850a7b9f6acef6b456
This was taken quite a while before sunrise today here in Glastonbury. Lovely lilac tones in the sky.
#glastonbury #glastonburytor #somerset #lilac #lilacsky #bluehour
Today, my Pi Pico based adapter to connect IBM 3270 coax terminals to modern computers sent its first screen to my 3278. #retrocomputing #IBM #rp2040 #rpi #pico
Source level debugging of #Commodore64 and 1541 drive code at the same time. This makes debugging a lot easier.
Cloudy in Brisbane last night so I took my shot of the Super Blue Moon tonight.
#supermoon #bluemoon #moon
@rysiek @morquessewen I read this and it seems like they are so well travelled they expect something better every time - or they’ve never travelled at all and expect it to be like a magical movie. But regardless, it makes me want to go to Iceland! 🥶
FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time:
1. find the firefox pid
$ pgrep -l firefox
2. attach gdb to firefox and dump its core
$ sudo gdb <pid>
gcore firefox.dump
<this takes awhile>
quit
<firefox dies>
3. find your lost text in the coredump
$ strings firefox.dump | grep "a unique word/sentence from ur text"
i just did this today to recover a long post i wrote, and figured i'd show others!!
Somebody today dragged an old oscilloscope into our @cccac space. Of course we did the only logical thing first :D
I can't wait what others will do with it ^^