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 - 20140812.HTM

Scraping Raw CSS and HTML with YQL

For a recent project I needed a way in JavaScript to pull the sources of a remote stylesheet and a remote webpage, each as plain strings. The immediate problems were with cross-origin resource sharing policies (i.e. you can’t simply load an html resource that’s not on your domain or that is not on a server […]

Last Updated: 2015-05-01
Post Preview - 20140509.HTM

A Simple, Perfect Filament Spool Holder

I had a blast building a 3D printer, but since its completion it has mostly sat idle. Turns out the fun for me is in the build process, and actually using it for anything isn’t quite so entertaining. I was very happy, then, to find a file on Thingiverse that I actually wanted to print! […]

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

Happy Birthday Computer Science!

Our computer science department is now fifty years old, so I thought I’d make them a little card to celebrate. Here’s the unminified code, which you can execute in your console: var time=new Date().getTime(); if (time > 1577846298735 – 189345600000) { var year = 1964; var marquee = “Fifty years of smart computing… It’s in […]

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

Optiplex 7010 Dual-head Onboard and Radeon xorg.conf

Update: This xorg.conf is confirmed working with the described setup after upgrading to Ubuntu 14.04. The upgrade will rename the file and attempt to use no xorg.conf; however, placing it back as “xorg.conf” within /etc/X11/ and restarting brings back a working triple-monitor configuration. At work I use a Dell Optiplex 7010 with a Radeon HD […]

Last Updated: 2015-04-13