Feb 28First impressions of Brilliant Monocle (HUD/AR device)This product is made by Brilliant Labs Their documentation Started writing: 02/17/2023 Introduction So I was lucky to see this device posted on Hacker News (02/07/2023) and I immediately bought one. Which was lucky because currently they produce small batches and you have to wait a couple weeks or a month…AR5 min readAR5 min read
Feb 20ML Hat Cam — bodyThis is my current hardware project. GitHub Repo I happened to come across this Arducam lens 8–50mm in a YouTube video. I also saw someone else work on a focusing/automated zoom lens using steppers. I fly model airplanes and I had the thought… can I make a thing that films…Raspberry Pi 42 min readRaspberry Pi 42 min read
Jan 15Slow progress on my SLAM by blob-finding projectA navigation platform using a Pi Zero 2 W, 8MP Pi Camera 2, VL53L0X, TFmini-S and an MPU9250. GitHub Repo I have been working on this project on my free time, it’s one of those projects that just drags on since it has so many tasks to do that are…Raspberry Pi4 min readRaspberry Pi4 min read
Jan 8Programmable friendsTwilio, Google Cloud Vision and OpenAI Friend Chat GitHub Repo Video demo Can a computer understand a meme?OpenAI4 min readOpenAI4 min read
Dec 22, 2022Learning is hardThis is mostly an excuse to use the picture above (for a Haskell blog post). I am a backer of the Simula One VR device and their software is written with Haskell. I wanted to port it to C++ since that is more tangible/readable to me. — this post is…Blog3 min readBlog3 min read
Nov 11, 2022Software development on Pinebook Pro using Debian and device impressions (2022)Note: all of the info below is with the PBP using a SanDisk Extreme SD card for its OS. Notes for Manjaro/AArch64 I was able to reproduce the build. The only package I was missing is javascriptcoregtk-4.0(use webkit2gtk) like Debian below. First build eg. npm run tauri dev took about…Pinebook Pro6 min readPinebook Pro6 min read
Oct 15, 2022Messing around with Pinephone Pro againnote: this is an unfiltered stream of consciousness type blog post So recently I did an -Syyu update for my Manjaro/KDE Plasma mobile install on the phone/eMMC and it just straight up broke. Some lock screen message came up and I can’t get past it. Tried plugging in a keyboard…Pinephone Pro7 min readPinephone Pro7 min read
Oct 10, 2022Improving my semi-automated browser finance app loginsDisclaimer: this is a work in progress GitHub Repo (dev branch currently) I say semi-automated because the issue of 2FA and Captcha still requires human intervention. It is possible to bypass those but I don’t address it for my needs. So a while back I worked on this project which…JavaScript5 min readJavaScript5 min read
Aug 28, 2022Yet another chrome extension (this time an iframe injector)GitHub repo (the main branch uses non-remote origin method) Update There is a much easier way to build this. You use the contents of the popup ui as the iframe. Then you don’t need a remote origin url. Supposedly it is secure. I am not sure on this but when I…Web Development4 min readWeb Development4 min read
Aug 21, 2022Janky navigation with blob finding and depth probing (devlog)This post is related to my current SLAM project. See old one if interested. Note I am a noob. Background I have developed a newer navigation unit which has some sensors, namely: camera, ToF ranging sensor, lidar sensor and an IMU. So now I have to take that and be able…Opencv8 min readOpencv8 min read