I started a company that constructed booths which used 70 accurately sync'd Pis with custom PiCams (fitted with lenses) to take pictures of human subjects, for turning them into avatars like this: https://sketchfab.com/3d-models/pete-swagger-walk-a55d807de1... At the beginning of the project, I'd barely powered up the Pis I had collecting dust in my drawer. By the end, I was a legitimate domain expert in several nich…
The model looks fantastic. Can you share any details on how the project worked or what your company is?
Ask HN: What do you do with your Raspberry Pi?
901–910 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#902Earlier quoted context omitted.
>2 for weather monitoring (one directly attached to sensors, one that aggregates the data from a few sources and provides reporting) So, I hear people doing this alot. However what exactly does this help with? Like, is the extra information really more useful than just the standard old TV weather forecast?
I do this primarily because I'm a weather geek. I don't _need_ this at all. I do find it interesting to see the differences in temperature (and humidity, etc.) in the microclimate around my house compared to the city and greater metro area. I also use the data to measure the performance of my home's HVAC system. Doing this _does_ require real-time local temperature and humidity data. But again, this is all for fun. I…
Re: Ask HN: What do you do with your Raspberry Pi?
#903Re: Ask HN: What do you do with your Raspberry Pi?
#904As a braille user, I was always fond of "laptops" without a built-in display, simply to save ssace, weight and power. I found a braille display which features a small compartment with micro-USB inside. Used a Pi Zero (these days 0w) to transform that braille display into a full-features Linux laptop. I documented the first version here: https://blind.guru/brlpi.html
You make reference to fonts. I assume this isn't font in the traditional sense, ie the look (feel?) of a character.
Re: Ask HN: What do you do with your Raspberry Pi?
#905I was bullish when I got my first Pi to run Home Assistant (before hass.io), but got discouraged when the sd card failures were gas-lighting me by silently reverting my code changes. That and the lack of hardware clock hampering some of the diagnostic tools I usually use, kept me sticking with VMs on a NUC and a fanless Celeron for Kodi for my main compute uses. In time I have gotten more Pis, but mainly for hardware…
That 'appearing to take writes but reverting on restart' thing drove me nuts. Switched to Samsung Evo Plus SD cards. A year later, all good.
Re: Ask HN: What do you do with your Raspberry Pi?
#906Re: Ask HN: What do you do with your Raspberry Pi?
#907Having set a bunch of DNS blacklist zones to completly eliminate necessary of ad blockers on all my devices.
Following, I have set up dhcpd, thus I‘m not bothering about setting static IPs.
Re: Ask HN: What do you do with your Raspberry Pi?
#908Use a small software defined radio to listen to ADS-B messages (real time airplane telemetry— even with a crappy $10 USB SDR dongle I can sometimes see planes that are 100+ miles away) Host my website (if I ever got any actual traffic it might be a problem, but since 99% of the traffic is me it's ok) Various web scraping/archival tasks
I have been working on my own hosting as well and I wonder where the tipping point is, and if it's in regard to multiple users at once, or just consistent website hits?
Re: Ask HN: What do you do with your Raspberry Pi?
#909I have a live stream of my bee hives, the pi reads the stream from the camera and frame copies it to the correct format for YouTube live: https://www.youtube.com/channel/UC2E5s3LTU9ObXjiOL7K8KPg/liv...
Re: Ask HN: What do you do with your Raspberry Pi?
#910There's a bus station across from my studio / coworking space. I can see people waiting for the bus and doing either: 1) staring into the void 2) looking at their watches 3) desperately glancing in the direction where the bus is coming from. I figured that it'd be nice to let people know when the bus is supposed to be there. So, I installed a 28" display on a monitor stand, installed the stand on my window frame, tur…