Explore >> Select a destination


You are here

sinrega.org
| | hjr265.me
3.9 parsecs away

Travel
| | Last night, I encountered a strange issue setting up Steam Link on a Raspberry Pi running Retro Pie. Here is my attempt at a proper description of what I was seeing. After installing Steam Link using Retro Pie's package manager and rebooting the Raspberry Pi, I could see "Ports" show up on the Emulation Station. Inside was "Steam Link". I could start Steam Link just fine, have it test my network, and then pair it with Steam running on my gaming virtual machine.
| | imapenguin.com
4.2 parsecs away

Travel
| | Have you been itching to do 64 Bit ARM assembly program like I have on your Raspberry Pi? I'll bet you have. I mean, the thing has to be useful for SOMETHING right? Most Raspbian installs are still on 32 bits, but switching is easy. Make backups and all that and then do: rpi-update Then edit /boot/config.txt and add: [pi] arm_64bit=1 Reboot That's all there is to it. Of you do a uname -m and see something with v 8 (not 7), you're done. Onto 64 bit assembly coding!
| | nathanchance.dev
6.5 parsecs away

Travel
| | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward.
| | mherman.org
26.7 parsecs away

Travel
| This tutorial looks at how to Dockerize a Vue app.