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

Detecting Clicks on Rotated Rectangles

Normally in web application development, clicks are a matter of listeners. Either a click hit a thing or it didn’t. When using the HTML5 canvas, this isn’t the case. Images and features are rendered onto it, but you can’t attach a listener to them. Instead, you monitor where these elements visually reside versus where clicks land. If […]

Last Updated: 2024-05-16
Post Preview - 20170104.HTM

Stickerbomb JS Image Editor

My team does a holiday card promotion each year, which gives us a chance to create something unusual. This year we decided on a “create your own holiday card” image editor idea. We’d specify a couple of backgrounds and design a bunch of “sticker” graphics, then users could arrange these how they liked and print off a foldable […]

Last Updated: 2019-10-21
Post Preview - 20160915.HTM

Sorting Pokémon into Boxes — with Style

Update:  This was shut down years ago. It only ended up getting like 8 users lol. Still, fun project. The most important thing in life is to have your pokémon arranged neatly. That’s a fact. While I understand you can just rename boxes with numbers so that Box 1 is 1-30 and Box 2 is […]

Last Updated: 2024-05-16
Post Preview - 20160720.HTM

Daisy Chaining SPI on the Arduino Mega 2560

C

While working on a new revision of a project, I moved from an Arduino Uno to an Arduino Mega. In theory these devices should handle SPI in the same manner, just with different pins. While MOSI, MISO, and SCK are on pins 11, 12, and 13 respectively on the Uno, those change to 51, 50, […]

Last Updated: 2024-05-16