HackerTrans
トップ新着トレンドコメント過去質問紹介求人

radeeyate

no profile record

投稿

We Still Haven't Solved HDR [video]

youtube.com
2 ポイント·投稿者 radeeyate·14 日前·0 コメント

Building Hollywood Motion Capture from Scratch [video]

youtube.com
2 ポイント·投稿者 radeeyate·先月·0 コメント

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

colorado.edu
10 ポイント·投稿者 radeeyate·先月·0 コメント

How much the eye tells the brain

pubmed.ncbi.nlm.nih.gov
4 ポイント·投稿者 radeeyate·2 か月前·0 コメント

Ideas for the Next GitHub [video]

youtube.com
1 ポイント·投稿者 radeeyate·2 か月前·0 コメント

KiCad Breadboard Builder

github.com
2 ポイント·投稿者 radeeyate·2 か月前·0 コメント

Pi in the Sky (2016)

piinthesky.co
1 ポイント·投稿者 radeeyate·3 か月前·0 コメント

The Military Rockets That Launched the Space Age (2023)

airandspace.si.edu
11 ポイント·投稿者 radeeyate·3 か月前·0 コメント

Breathing Apparatus

atomicsandwich.com
4 ポイント·投稿者 radeeyate·3 か月前·0 コメント

OpenPanel – Open-Source Web and Product Analytics

openpanel.dev
2 ポイント·投稿者 radeeyate·3 か月前·0 コメント

Nuclear Salt-Water Rocket

en.wikipedia.org
3 ポイント·投稿者 radeeyate·3 か月前·1 コメント

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

arxiv.org
133 ポイント·投稿者 radeeyate·3 か月前·38 コメント

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

github.com
10 ポイント·投稿者 radeeyate·4 か月前·4 コメント

CT Scans of Health Wearables

lumafield.com
247 ポイント·投稿者 radeeyate·4 か月前·52 コメント

Your AI Slop Bores Me

youraislopbores.me
5 ポイント·投稿者 radeeyate·4 か月前·2 コメント

Simple Screw Counter [video]

youtube.com
1 ポイント·投稿者 radeeyate·4 か月前·1 コメント

Foss.cooking

foss.cooking
1 ポイント·投稿者 radeeyate·5 か月前·0 コメント

Cryptarithms Number Puzzles

cryptarithms.com
1 ポイント·投稿者 radeeyate·5 か月前·0 コメント

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

blog.joshattic.us
1 ポイント·投稿者 radeeyate·5 か月前·0 コメント

Helping Strangers Access the Internet

blog.dougbelshaw.com
1 ポイント·投稿者 radeeyate·5 か月前·0 コメント

コメント

radeeyate
·27 日前·議論
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
·4 か月前·議論
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
·5 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·7 か月前·議論
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
·8 か月前·議論
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
·8 か月前·議論
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
·8 か月前·議論
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
·8 か月前·議論
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
·8 か月前·議論
And here I am in the US paying $50+/mo for CenturyLink to give me 20Mb down and 0.5Mb up.
radeeyate
·9 か月前·議論
KVM (as in the switch) was termed in 1995: https://en.wikipedia.org/wiki/KVM_switch