I finally found an use case for my Raspberry Pi Model B+

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • onedrive-api-docs

    Official documentation for the OneDrive API

  • Unless OneDrive silently corrupts your files upon upload: https://github.com/OneDrive/onedrive-api-docs/issues/1577

  • adsb-exchange

    Discontinued ADS-B Exchange Linux Setup Scripts

  • I also recently found a use for my rpi 3b as well. I bought a $30 USB SDR Receiver [0] and started collecting ADS-B [1] data and uploading to ADS-B Exchange [2]. I have been collecting flight data for aircraft flying overhead for a few weeks now and it is super interesting to see what kinds of aircraft are flying around me. There are a lot more military planes that I would've expected.

    [0] https://www.adafruit.com/product/1497

    [1] https://www.faa.gov/air_traffic/technology/adsb

    [2] https://www.adsbexchange.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • iSponsorBlockTV

    SponsorBlock client for all YouTube TV clients.

  • I just set up one to run https://github.com/dmunozv04/iSponsorBlockTV, which is my new favorite thing ever! All the youtube videos playing out of my Apple TV automatically skip the sponsored segments now!

    It also runs HomeBridge which also runs rock solid. I can now control my mini-split and pool equipment straight from Apple Home, which is way faster and easier than the crappy apps that they came with.

  • log2ram

    ramlog like for systemd (Put log into a ram folder)

  • In addition to the other helpful suggestions you’ve received, look into using Log2Ram. It does what it sounds like, puts log writes in ram and then writes them to disk on a slower cadence that doesn’t work your SD card that much.

    https://github.com/azlux/log2ram

  • nixos-btrfs-pi

    Raspberry Pi SD card image for NixOS on BTRFS root

  • I don't think you can run ZFS on any Pi older than a 4 (even then only with non-base-model RAM). I also like and use ZFS, but I run BTRFS on all my Pis and it's been solid for years on end, whether SD card or SSD.

    Benefits in this context would include checksumming, compression, snapshot + incremental send, built-in kernel support (which is why I use it as root filesystem even on machines that use ZFS for data integrity), very flexible RAID1 setups, the option for DUP data on an SDcard (still unclear to me if this would improve odds of recovery in case or error or just increase the odds of corruption in the first place).

    ZFS may be king in many / most scenerios, but I've been very happy with my Pi on BTRFS root that I've used with Ubuntu server, Raspbian, and now NixOS[0], on Pi 2/3/4.

    [0]: https://github.com/n8henrie/nixos-btrfs-pi

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts