HN user

radeeyate

1,792 karma

Working on programmer, hobbyist electrical engineer, and musician.

me at radi8 dot dev if you want to reach out to me.

https://radi8.dev

Posts115
Comments41
View on HN
www.stenchill.com 4d ago

Stenchill: 3D Printable Solder Paste Stencil Generator

radeeyate
83pts26
www.youtube.com 18d ago

8192 Core RISC-V Cluster [video]

radeeyate
10pts0
www.youtube.com 25d ago

We Still Haven't Solved HDR [video]

radeeyate
2pts0
www.youtube.com 1mo ago

Building Hollywood Motion Capture from Scratch [video]

radeeyate
2pts0
www.colorado.edu 1mo ago

The Capacity of HotHands to Facilitate High-Altitude Research (2023) [pdf]

radeeyate
10pts0
pubmed.ncbi.nlm.nih.gov 2mo ago

How much the eye tells the brain

radeeyate
4pts0
www.youtube.com 2mo ago

Ideas for the Next GitHub [video]

radeeyate
1pts0
github.com 2mo ago

KiCad Breadboard Builder

radeeyate
2pts0
www.piinthesky.co 2mo ago

Pi in the Sky (2016)

radeeyate
1pts0
airandspace.si.edu 2mo ago

The Military Rockets That Launched the Space Age (2023)

radeeyate
11pts0
atomicsandwich.com 2mo ago

Breathing Apparatus

radeeyate
4pts0
openpanel.dev 3mo ago

OpenPanel – Open-Source Web and Product Analytics

radeeyate
2pts0
en.wikipedia.org 3mo ago

Nuclear Salt-Water Rocket

radeeyate
3pts1
arxiv.org 3mo ago

How long-distance couples use digital games to facilitate intimacy (2025)

radeeyate
133pts38
github.com 4mo ago

Way-Shell: A GNOME-like shell for Wayland compositors

radeeyate
10pts4
www.lumafield.com 4mo ago

CT Scans of Health Wearables

radeeyate
247pts52
www.youraislopbores.me 4mo ago

Your AI Slop Bores Me

radeeyate
5pts2
www.youtube.com 4mo ago

Simple Screw Counter [video]

radeeyate
1pts1
foss.cooking 5mo ago

Foss.cooking

radeeyate
1pts0
www.cryptarithms.com 5mo ago

Cryptarithms Number Puzzles

radeeyate
1pts0
blog.joshattic.us 5mo ago

Dell support (and hardware) is so bad, I almost sued them

radeeyate
1pts0
blog.dougbelshaw.com 5mo ago

Helping Strangers Access the Internet

radeeyate
1pts0
www.youtube.com 5mo ago

I built Git for Minecraft for a hackathon and won [video]

radeeyate
2pts0
www.youtube.com 6mo ago

24 Hour Timelapse of all FedEx Airplanes in the USA (2009) [video]

radeeyate
1pts0
en.wikipedia.org 6mo ago

Radithor

radeeyate
2pts0
www.businessinsider.com 6mo ago

Meta AI chief Alexandr Wang says will have kids only after Elon Musk's Neuralink

radeeyate
1pts0
github.com 6mo ago

Ultimate-Linux: Userspace for Linux in Pure JavaScript

radeeyate
102pts29
shop.fairphone.com 7mo ago

Fairphone Releases Upgraded Fairbuds XL Headphones

radeeyate
2pts0
www.theregister.com 7mo ago

Glitches on video calls linked to real-world decisions

radeeyate
3pts0
gist.github.com 8mo ago

The Cloudflare outage might be a good thing

radeeyate
276pts202

I can vouch for OSH Park. Wonderful company, nice people, and really good quality boards. Pads lift so much easier on the cheap Chinese boards that I think it alone makes it worth it to choose local manufacturers. The price is a bit steep for bigger boards but if you're working on a project that they are interested in, they provided financial support every so often. I've gotten a few boards sponsored by them!

I've been looking for something exactly like this, actually! I'm making a hardware device that is a habit tracker, and the screen will be a few 7 segment displays. Being able to simulate the displays like this is very nice. Also very cool that it displays whatever you type in!

I'm not the original author of this (hence why it's not a Show HN). However, it allows you to ask a question or image prompt, and someone else gets to answer or draw your prompt. When answering for others, you receive credits which allow asking more questions.

I've been working on some electronics stuff more recently, and I designed custom PCBs which read the voltage and internal resistance of the 12V NiMH batteries used by robots in FIRST Tech Challenge. It's not always easy to know how charged or healthy the batteries are for a match, or when it's time to get rid of them. They're pretty small and are easy to assemble. Rather that having a screen (which would take precious flash and pins on the ATTiny412), it just uses a WS2812B RGB LED.

I wrote the firmware in Arduino, which was a great learning experience because I typically work with CircuitPython or Go, where I'm less constrained.

For the past year, I've been learning a lot more about electronics, and in particular, designing PCBs, getting them manufactured, and assembled. I've come a long way from where I started, making little LED flashers shaped like trees for Christmas last year (everyone has to start somewhere!) where I'm now making small products with some of the super cheap ATTiny chips and writing code for them.

I really want to get more into microcontrollers, and design some more technical projects. I've been wanting to make a portable point-and-shoot camera for a couple years, though I've never been knowledgeable in that area to do it very well. Though, I'm finally getting to that point.

On a non-electronic-designing front, I'd love to learn more about networking and radios. I'm working on my homelab right now, and just got a nice switch to connect some free 15-year-old office PCs I also have. I'd love to get into AREDN, which is a 802.11 mesh network that can run on amateur radio frequencies.

I also want to write more about my projects on my website (https://radi8.dev,) where hopefully I can share what I work on more often than I currently do.

Thank you for the kind words! The fluorescence was originally meant to be measured with an AS7273 spectrometer (unfortunately bought a different one, still worked fine though), and measuring ~680 nm. Certainly not a great setup but it worked fine. Light was ambient through acrylic, and I found out far too late that UV blocking effects. Despite that, I feel like the data is still somewhat valid, maybe. I did do some testing with it back on earth, though I can't remember how it correlated.

The data I have is here: https://github.com/radeeyate/StratoSpore/blob/main/software/... - just be warned that the altitude data still isn't the exact same as it was while in the air (GPS not working so I had to take it from someone else).

I first got into Raspberry Pi Picos, but I've also been experimenting with Esp32's and some of the nRF chips. I mostly do CircuitPython on them but Arduino is a supported platform on those I believe.

Hi HN!

I'm Andrew, and I'm a high school student who participated in Hack Club's Apex program, which funded 30 students to built high altitude balloon (HAB) payloads.

My project, StratoSpore, was an attempt to use algae fluorescence as a biological sensor for detecting changes in altitude and stratospheric conditions.

This challenge involved a full electronics and software design cycle: - I designed PCBs based on Raspberry Pi Picos for sensor logging (AS7264 spectral sensor, temps, etc) and a Raspberry Pi Zero 2 W for data processing - Implementing a highly lossy, custom compression algorith to compress 1080p images down to 18x10 pixels for sending of LoRA (915 Mhz) along with shoving a bunch of telemetry into 45 bytes. - Unfortunately, the payload couldn't be recovered as it is stuck in a dense forest. I also had some GPS problems and had to splice some data.

This was a huge step outside my comfort zone and taught me about hardware design, logistics, and compression.

I'd love to hear and thoughts or technical critiques on the design of software. If you have any questions, I'd love to answer them. Code/hardware is on GitHub (https://github.com/radeeyate/stratospore), and I hope you enjoy the blog post!

Me and a friend of mine are designing a HAB (high altitude balloon) payload meant to go on Hack Club's Apex: https://apex.hackclub.com. It's designed to measure how altitude, temperature, and much more affect photosynthesis, and in turn, chlorophyll fluorescence in algae. We learned a while back that when you shine blue light on chlorophyll, it fluoresces red, and it's really quite a cool phenomena. We're designing custom PCBs for powering and processing data, and even. It'll all go to a Raspberry Pi Zero 2 W which will beam data back to earth over 915Mhz LoRa when it's 100k feet in the sky.

I don't really care about the vertical tabs, I'm here for the video decoding finally being enabled for AMD GPUs on Linux. While I usually don't have troubles with video playback, it's nice to know it'll be more stable in the future.

Torn Leaf Gallery 2 years ago

I think that is a great description for the things that Todepond (the person who made it) does

I'm currently working on an I Am Sober alternative, being a habit/impulse tracker called Rewire. It's written in Golang + HTML + Bulma CSS. It sends out notifications check-ins via ntfy at the time you set when making the habit. It keeps track of streaks, and I hope to gamify it in some way. I've been working on it for a few weeks, and I hope to have it done soon. It'll be free and open source, but I'm not in the position to open source it yet.

I've recently been working on SparkShell: https://sparkshell.dev

It's an online development platform similar to other things like Replit, but it's mainly for static site hosting. You can create projects and make custom subdomains for them. You can add libraries to your project in a click of a button, so you don't have to add scripts or CSS files to every single file of yours. I've recently been doing a lot of work on it and I hope to launch it pretty soon.