HackerTrans
TopNewTrendsCommentsPastAskShowJobs

radeeyate

no profile record

Submissions

We Still Haven't Solved HDR [video]

youtube.com
2 points·by radeeyate·vor 14 Tagen·0 comments

Building Hollywood Motion Capture from Scratch [video]

youtube.com
2 points·by radeeyate·letzten Monat·0 comments

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

colorado.edu
10 points·by radeeyate·letzten Monat·0 comments

How much the eye tells the brain

pubmed.ncbi.nlm.nih.gov
4 points·by radeeyate·vor 2 Monaten·0 comments

Ideas for the Next GitHub [video]

youtube.com
1 points·by radeeyate·vor 2 Monaten·0 comments

KiCad Breadboard Builder

github.com
2 points·by radeeyate·vor 2 Monaten·0 comments

Pi in the Sky (2016)

piinthesky.co
1 points·by radeeyate·vor 3 Monaten·0 comments

The Military Rockets That Launched the Space Age (2023)

airandspace.si.edu
11 points·by radeeyate·vor 3 Monaten·0 comments

Breathing Apparatus

atomicsandwich.com
4 points·by radeeyate·vor 3 Monaten·0 comments

OpenPanel – Open-Source Web and Product Analytics

openpanel.dev
2 points·by radeeyate·vor 3 Monaten·0 comments

Nuclear Salt-Water Rocket

en.wikipedia.org
3 points·by radeeyate·vor 3 Monaten·1 comments

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

arxiv.org
133 points·by radeeyate·vor 3 Monaten·38 comments

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

github.com
10 points·by radeeyate·vor 4 Monaten·4 comments

CT Scans of Health Wearables

lumafield.com
247 points·by radeeyate·vor 4 Monaten·52 comments

Your AI Slop Bores Me

youraislopbores.me
5 points·by radeeyate·vor 4 Monaten·2 comments

Simple Screw Counter [video]

youtube.com
1 points·by radeeyate·vor 4 Monaten·1 comments

Foss.cooking

foss.cooking
1 points·by radeeyate·vor 5 Monaten·0 comments

Cryptarithms Number Puzzles

cryptarithms.com
1 points·by radeeyate·vor 5 Monaten·0 comments

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

blog.joshattic.us
1 points·by radeeyate·vor 5 Monaten·0 comments

Helping Strangers Access the Internet

blog.dougbelshaw.com
1 points·by radeeyate·vor 5 Monaten·0 comments

comments

radeeyate
·vor 27 Tagen·discuss
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!
radeeyate
·vor 4 Monaten·discuss
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.
radeeyate
·vor 5 Monaten·discuss
If you are wanting to send images, there are already some cool ways to do that: either SSTV (https://en.wikipedia.org/wiki/Slow-scan_television) or Wenet, which sends them at a much higher speed: https://github.com/projecthorus/wenet.
radeeyate
·vor 6 Monaten·discuss
https://radi8.dev

I don't update it often but I have a blog post with a project. I hope to do more blogging this year, and add more to it.
radeeyate
·vor 6 Monaten·discuss
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.
radeeyate
·vor 7 Monaten·discuss
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.
radeeyate
·vor 8 Monaten·discuss
Image data and telemetry were sent in different messages, so it wasn't too much of a bottleneck. The images were about ~100 bytes while the telemetry was roughly 40.
radeeyate
·vor 8 Monaten·discuss
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).
radeeyate
·vor 8 Monaten·discuss
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.
radeeyate
·vor 8 Monaten·discuss
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!
radeeyate
·vor 8 Monaten·discuss
And here I am in the US paying $50+/mo for CenturyLink to give me 20Mb down and 0.5Mb up.
radeeyate
·vor 9 Monaten·discuss
KVM (as in the switch) was termed in 1995: https://en.wikipedia.org/wiki/KVM_switch