Posts
Horizon - Creating parts from Manufacturer Datasheets
π May 14, 2018
Example part: CP2108
Datasheet: https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf
Create a new unit
This seems to be about transferring the pin names and descriptions from the datasheet into Horizon. I filled in the entries based on table 4.1: Pin Definitions for CP2108 QFN64...
Using a Wacom tablet with Debian Buster
π Jan 12, 2018
Dead in the Water : Ludum Dare 39 Entry
π Jul 30, 2017
I submitted a game in the Compo (48hr solo) category in this year’s Ludum Dare.
The code is licensed under GPLv3+, and the source_assets are licensed under CC-BY-SA-4.0.
As with my previous entry (Black Sheep), the game was made using Godot 2.1.3-stable.
Free Software Activities : June 2017
π Jul 1, 2017
Black Sheep : Ludum Dare 38 Entry
π Apr 23, 2017
I submitted a game in the Compo (48hr solo) category in this year’s Ludum Dare.
Enjoy π
Getting Steam to work in Debian Stretch (Intel Ivybridge)
π Dec 14, 2016
I recently made the jump into stretch. Previously I had steam working fine, and the games I played loaded. After the update, steam itself wouldn’t even start. This appears to be a common issue between the “steam-runtime”, which ships olds libraries no longer compatible with others...
HTTP Streaming Audio with Remote Control using CMUS, PulseAudio, and VLC
π Sep 17, 2016
Set-up on your computer
- Start CMUS listening on your network
- In CMUS, set a password
- Set up pulseaudio to stream via RTP
- Set CMUS to output to the newly made sink
- Set vlc to retranscode
Hook up with a phone:
- Android: Cmus Remote (control volume, playback settings, skip, turn off,...
Using AlternC's REST(ish) API
π Jul 27, 2016
I recently wanted to try and use AlternC’s API to see how it worked in the hope that some tasks could become more automated with external clients.
In AlternC 3.1-3.5 there are two sections of the github repo which deal with the api, first of the panel api index, which documents how you are...
Mnemosyne 2.3 Headless Syncing Setup on Debian Jessie
π Jul 19, 2016
Introduction
Debian Jessie ships Mnemosyne 2.2.x. As of Mnemosyne 2.3.x, the sync feature was much revamped, and a headless sync (& web server) modes were introduce into the application - making it possible to more easily use remote headless servers for central storage and synchronization. Rough...