Portfolio
Images: 1
R&D Analyzer
As a remote full-stack engineer, I developed web applications for a startup in the financial space.
Highlights include building an admin interface that allows the business to manage their clients, a WebSockets-based interface that updates changes made by clients in real-time as remote representatives walk them through the onboarding process, and a cryptographically secure password-less authentication feature that allows logins via magic links.
Collaborated with technical and non-technical partners in order to plan, develop, and modify new and existing features.
Images: 1
Blog & Portfolio
Website link
A static site built with Jekyll, and developed on Docker. Pages are automatically generated from Markdown, Liquid templates and YAML data files. A CD pipeline is set up between GitHub and Cloudflare to deploy changes as they’re pushed. The site itself uses native lazy-loading to load front end assets.
Cloudflare handles caching, certificates, DNS and some routing. Forms are handled by serverless Cloudflare Functions and Cloudflare D1.
Images: 1
Data Mining & Visualization
Analyzed over 300,000 posts and comments to visualize the spread of viral news content on social media networks.
Fixed, ported and customized Python 2 libraries to Python 3.
Images: 1
CMS Plugin
GitHub link
Wrote a front end library that generates menus dynamically based on content retrieved from a CMS REST API.
Web Application
A web application that will notify teachers about potential leads on 3rd party job aggregators. Back end integrated with Google Cloud Messaging to send push updates to users.
Projects
Images: 1
Chromecast Desktop Integration
Project's GitHub page
Cast Control is a daemon that allows you to control your Chromecast from your computer using your favorite media controller of choice.
Play, pause, skip, fast-forward, rewind, seek and control the volume of remote Chromecasts from your desktop.
Images: 1
Desktop Integration Framework
Project's GitHub page
mpris_server
is a framework for integrating MPRIS support into applications and media players. MPRIS is the standard media player interface used by desktop environments on Linux and *BSD, and this library allows developers to publish information to that interface via D-Bus.
cast_control
uses this library to control Chromecasts from the Linux desktop.
CampFS
App link
A cross-platform media utility that allows users to explore, stream and download music from Bandcamp through a virtual file-system on their desktop.
Listen to music and discover new artists using the file browser, or other file manipulation utilities. Easily save streams and download high quality music releases instantly.
MusicFS
App link
MusicFS is an app that allows users to browse play, and download their Google Music collection easily from their desktop.
Use any application to stream and download music from Google Music, because your music library will appear as files on your desktop.
Images: 1
Reverse Search and Image Similarity Search Engine
Website link
DupeBot Reverse Search is a reverse image search and image similarity search engine, that indexes 400,000+ images, videos and Reddit submissions. It enables users to use a source image to quickly and accurately search for similar and derivative images. The image similarity search algorithm is optimized to search for similar images using a source image in O(log n) time.
Images: 1
brightness
GitHub link
Brightness is a daemon that dims Mac displays using facial recognition.
Before dimming or disabling the screen, quickly check to see if there is a human in front of it. If there is, don’t turn off the screen. If there isn’t, turn it off.
I reverse engineered undocumented macOS APIs while building this daemon.
Duplicate Content Bot
Profile link
DupeBot uses computer vision to determine if an image submitted to Reddit is a repost, even if the image was modified.
This is the companion to a reverse image search engine built to detect similar and derivative images.
I built a binary classifier for “cursed image” memes using PyTorch and this bot.
Images: 1
screenshot
GitHub link
Automate screenshots from the macOS command-line.
Screenshot is a utility that enhances the built-in macOS screencapture
command. This utility allows the user to capture images of specific windows by supplying an expression that matches the application name or window title. I use this to programmatically generate screenshots from the command-line.
Images: 1
save_skype
GitHub link
Recover chats and logs from Skype, even if they were deleted.
This is a digital forensics utility that will recover deleted data from Skype’s metadata. Chats and logs output in a human-readable format.
Images: 1
HtmlWrapper
GitHub link
HtmlWrapper is a small and fast drop-in replacement for BeautifulSoup4. It can be 10x to 100x faster than BeautifulSoup4 itself.
HtmlWrapper translates a subset of the BeautifulSoup4 API into XPath
selectors, then uses a much faster lxml-based back end to parse HTML.
I use this when I need an order-of-magnitude faster HTML parsing in a project that is web-scraping heavy, by simply dropping HtmlWrapper in.
Contributions
Images: 1
Node.js Application
Contributions
Added several features to a Node.js application that talks to Chromecasts and updates D-Bus with playback information.
This was an influence for the creation of mpris_server
, which is a library meant to integrate any media player with D-Bus, and Cast Control which integrates Chromecasts with the Linux desktop.
Images: 1
Mobile Application Plugin
Merged PR
Created a search plug-in for Transdrone, a BitTorrent application for Android.
This plug-in allows users to search private BitTorrent trackers, displays available content and lets users download it.