I set up a home movie system on a very old unused laptop. Installed Linux (Xfce) on it because it is very lightweight and connected it to my TV with HDMI. Now I can watch downloaded movies, but also stream on YouTube, Amazon, Netflix etc. on one device without having to jump between UIs with their various kinks. Very happy with this, because it was free and works better than anything I had before.
Ask HN: What are some interesting projects to reuse your old devices?
151–160 of 264 posts
Re: Ask HN: What are some interesting projects to reuse your old devices?
#152Earlier quoted context omitted.
I use a Xircom RealPort Ethernet 10/100+Modem56 (REM56G-100) PCMCIA card that has a packet driver for DOS and a TP-LINK TL-MR3040 mobile router that has a ethernet socket, mTCP does the rest on software layer. Yes, a lot of people install Linux on their Librettos, but I wanted something oldschool and be able to play DOS games.
Huh, does mTCP ship an ssh client now, or are you building it yourself?
Re: Ask HN: What are some interesting projects to reuse your old devices?
#153Re: Ask HN: What are some interesting projects to reuse your old devices?
#154Earlier quoted context omitted.
I'd be interested in the general technique, "teach a man to listen for beeps..."
I FFT incoming sound buffers, and if the 2KHz band is the highest for a suitable number of consecutive frames, then I send the email and stop listening for a few minutes to avoid double notifications. 2KHz is the frequency of my machine's beep. Just triggering on overall noise level alone would notify me each time the machine goes into spin, but using the FFT allows it to be more discerning. (I'll try to publish the…
Re: Ask HN: What are some interesting projects to reuse your old devices?
#155I have an old iPhone SE plugged in and running a simple web server via (disclosure: my app) http://pocketweb.io The two sample pages seen there are hosted from this phone. Edit: There's an Android version available as well.
This is really neat. What are the limitations on what you can host? Are they just static sites?
Re: Ask HN: What are some interesting projects to reuse your old devices?
#156+ Thinkpad X230 (2013 model, i5, 8gb ram, ssd) with docking station as a media center running Kodi[0] + Samsung Galaxy Express I8730 (2013)[1] as a remote control for that media center[2] [0] https://en.wikipedia.org/wiki/Kodi_(software) [1] https://www.gsmarena.com/samsung_galaxy_express_i8730-5271.p... [2] https://play.google.com/store/apps/details?id=org.xbmc.kore&...
https://play.google.com/store/apps/details?id=com.bo.fotoo&h...
It’s a better display and cheaper than any off-the-shelf digital photo frames. Fotoo syncs the photos from cloud storage, so family members can upload to the frame, too.
Re: Ask HN: What are some interesting projects to reuse your old devices?
#157https://github.com/ProZsolt/runbook/blob/master/raspberry-pi...
Re: Ask HN: What are some interesting projects to reuse your old devices?
#158I got a Raspberry pi 1 B+ for free because it wasn't powerful enough for anything. Put it inside my old but perfectly working laser printer. Got a Google Cloud Print(RIP) enabled printer. https://github.com/ProZsolt/runbook/blob/master/raspberry-pi...
Re: Ask HN: What are some interesting projects to reuse your old devices?
#159I reverse engineered the API, documented it and built a re-implementation that makes the OUYAs fully working again: http://ouya.cweiske.de/
Re: Ask HN: What are some interesting projects to reuse your old devices?
#160Not a company, but sharing a personal project: I got a free broken 55" TV and turned it into a big daylight panel. I got a great explanation of why this works well (fresnel lens) from the DIY Perks channel on YouTube: Turning Smashed TVs into Realistic Artificial Daylight ( https://www.youtube.com/watch?v=8JrqH2oOTK4 ). The main board had failed so the screen was black and the backlight cycled on and off. After disco…