Post Manager
Posts
Categories
News icon Joshua Woehlke's Posts
Date Post Title
2024-03-28 Absurdly Intense Stealth Bluetooth
2022-11-27 Connecting a WebTV in 2022
2022-10-09 Seikosha LT-20 Printer
2022-07-03 Ultimate Turbo Button Display
2022-02-08 openHAB scripts with Rhasspy MQTT
2021-07-20 486のPC
2021-07-08 Allow iframes in WordPress
2020-07-17 Curing Silicone in SLA UV Molds – Part 3
2020-06-12 Cat Window Resizer
2020-03-26 Surviving Remote Work Isolation
2019-09-12 Starting a Keycap Business
2019-04-23 Curing Silicone in SLA UV Molds – Part 2
2019-04-14 Curing Silicone in SLA Photopolymer Molds
2019-03-04 CommonJS Modules in YUIDoc
2019-02-20 Wacom Intuos and xsetwacom on Ubuntu 18.04
2018-07-21 GalliumOS on a Dell Chromebook 11 3120 (Candy)
2017-01-05 Detecting Clicks on Rotated Rectangles
2017-01-04 Stickerbomb JS Image Editor
2016-09-15 Sorting Pokémon into Boxes — with Style
2016-07-20 Daisy Chaining SPI on the Arduino Mega 2560
2015-11-12 A New EV Nova Ship Plugin
2015-09-10 A Toroidal Transformer Tester that Counts Turns
2015-07-24 Simplifying the T4 JS Layout Processor
2015-07-01 Realtime Tracking of Elio Motors Crowdfunding
2015-05-14 Android Raspberry Pi display over USB
2015-04-15 Invoicing with Sendy
2015-03-31 Patching TERMINALFOUR Site Manager 8 Direct Edit
2015-02-14 A Raspberry Pi clock for your kitchen, and nowhere else
2015-01-24 Eliminating Warp from 3D Printed Nylon 618 Parts
2014-12-03 Abstraction and conflict management of Pi bot commands
2014-11-23 Pulling GPS data from a Sierra Wireless Overdrive Pro with Node.js
2014-10-07 Cross-client MailChimp merge tag anchor links
2014-08-12 Scraping Raw CSS and HTML with YQL
2014-05-09 A Simple, Perfect Filament Spool Holder
2014-05-06 Happy Birthday Computer Science!
2014-04-15 Optiplex 7010 Dual-head Onboard and Radeon xorg.conf
2014-04-12 Dual 1280×1024 Ubuntu Wallpaper
2014-04-04 Dead Simple Command Scheduling with “at”
2014-04-04 Installing Google Earth on Ubuntu 13.10 64-bit
2014-03-28 Fixing Google Fonts in Chrome for Windows
2013-12-29 Installing Ubuntu Server 10.04 over USB
2013-12-23 Motion-activated scripts in Linux
2013-12-20 Building Dogecoin on 12.04 – uniform_int_distribution.hpp
2013-12-18 JS Promises in Five Quick, Dirty, and Insufficient Minutes
Unless otherwise noted in a post or repo, all content is licensed CC-BY-SA.
Post Preview - 20131229.HTM

Installing Ubuntu Server 10.04 over USB

When attempting to install some versions of Ubuntu Server with a USB drive the install will fail when it attempts to detect and mount the CD-ROM drive. Of course, you’re not installing from a CD, so this can seem odd. Tons of forum posts and support threads can be found about this issue, but the […]

Last Updated: 2015-04-13
Post Preview - 20131223.HTM

Motion-activated scripts in Linux

One of the most frequent requests I receive for help in the Linux command line is actually for a little setup I generally use for pranks.  Using the program Motion, you can run a bash script any time a webcam detects movement (among many, many other useful things).  The uses for this are, as you […]

Last Updated: 2015-04-13
Post Preview - 20131220.HTM

Building Dogecoin on 12.04 – uniform_int_distribution.hpp

Dogecoin, an alternative cryptocurrency similar to bitcoin, has recently become available with clients for Windows, Mac, and Linux, but I’ve found that building on Ubuntu and its derivatives can run into a snag sometimes. When attempting to run make, the build process stops and reports “src/main.cpp:17:53: error: boost/random/uniform_int_distribution.hpp: No such file or directory”.  Luckily, it’s […]

Last Updated: 2015-04-13
Post Preview - 20131218.HTM

JS Promises in Five Quick, Dirty, and Insufficient Minutes

You may have heard about the benefits of using promises, but don’t yet know what they are or how they can be of use to you. In one sentence, promises are objects used for asynchronous actions that resolve in their own time and can have more actions (synchronous or asynchronous) chained onto them that fire […]

Last Updated: 2015-04-13