Will be buying the new one to up my media player then I'll have a spare :-D
Ask HN: What do you do with your Raspberry Pi?
951–960 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#952I have an old Raspberry Pi 1 that runs headless raspbian with a set of cheap speakers plugged into it and an old usb wifi adaptor. It has only one purpose: to play a wav file of a telephone ringing for one minute. My spouse does not ever have the ringer on her cell phone. So when I am out and I need her to look at her phone, I VPN in to my home network, ssh into the pi using Terminus on my iphone, and 'aplay' the wav…
Re: Ask HN: What do you do with your Raspberry Pi?
#953Earlier quoted context omitted.
Wow. I literally just sat down to relax after building a cardboard prototype cat door fitting in my open window in winter. You just made me feel partly inferior, and partly like I'm in good company
Now check out this project: https://www.youtube.com/watch?v=1A-Nf3QIJjM A cat door that can tell if the cat has a mouse it's going to "gift" to you, and locks to keep the cat out.
Re: Ask HN: What do you do with your Raspberry Pi?
#954Re: Ask HN: What do you do with your Raspberry Pi?
#955I have a (basically non-existent) side business selling LED strips and RPi lighting controllers for surfboards! If you've seem some viral videos with guys surfing around at night, they were probably using my gear :-) Briefly put, I use the Glediator and Jinx! control software on an RPi, which communicates with an Arduino, which drives the LEDs. I put them in a permanently sealed box, water proof it as much as I possi…
Curious if you have any watering solutions for external gardens using a Pi?
Re: Ask HN: What do you do with your Raspberry Pi?
#956There'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…
Re: Ask HN: What do you do with your Raspberry Pi?
#957Re: Ask HN: What do you do with your Raspberry Pi?
#958Re: Ask HN: What do you do with your Raspberry Pi?
#959Re: Ask HN: What do you do with your Raspberry Pi?
#960As 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
Cool. You make reference to fonts. I assume this isn't font in the traditional sense, ie the look (feel?) of a character.
This dependency on the loaded font has been removed with linux 4.19 and brltty 6.0. Now, there is a new device (/dev/vcsu) which can be used to read the unicode codepoints of characters on the console, without having to go through the loaded font.