Explore >> Select a destination


You are here

maerk.xyz
| | www.open-apple.net
13.6 parsecs away

Travel
| | Ken Gagne, Ian Baronofsky & Kay Savetz participated in this Portland Retro Gaming Expo 2024 panel examining Apple II game influences.
| | petafloptimism.com
14.8 parsecs away

Travel
| | On bus. 137. Chikka/Chikka/Chikka/Chikka Depersonalised stereo dominates the space with its tiny, tinny drums. Chikka/Chikka/Chikka/Chikka As much of a challenge as an occupation - the player not really listening, not really enjoying, just waiting to be asked, just wanting to spit defiance. Chikka/Chikka/Chikka/Chikka Turn around to see two girls holding a neon-yellow beetle, rubbing its...
| | davidbieber.com
13.1 parsecs away

Travel
| | I've put together a hardware guide so you can build your own Go Note Go. I'll keep a version of this in the Go Note Go GitHub repo too. This one will likely fall out of date, but I'll try to keep the one in the GitHub repo updated. Raspberry Pi 400 Link: https://www.raspberrypi.com/products/raspberry-pi-400-unit/ Details: I use the US keyboard. You can purchase from e.g. PiShop. I recommend ordering the following as a bundle:
| | whatibroke.com
51.0 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...