Life & fun · September 25, 2023
DitchTheBell – Linux-based desktop notifier for RSS/Atom feeds
Ditch The Bell is a desktop notifier for RSS/Atom feeds that lets you closely configure features of the freedesktop notification specification to unlock the most customizable feed notification experience possible on Linux. I developed this program because I wanted a single, centralized location to easily manage my desktop notifications for all of the various websites I want to get updates from. Before creating this application, I found existing solutions unsatisfactory due to the following reasons: - Built-In Notification Services: Some websites offer built-in desktop notification…
In plain words
DitchTheBell is a Linux desktop notifier that monitors RSS and Atom feeds and sends customizable notifications. It provides a centralized way to manage feed notifications from multiple websites without requiring browser services or accounts. The application offers extensive configuration options based on the freedesktop notification specification, giving users detailed control over how and when they receive feed updates on their desktop.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Ditch The Bell is a desktop notifier for RSS/Atom feeds that lets you closely configure features of the freedesktop notification specification to unlock the most customizable feed notification experience possible on Linux. I developed this program because I wanted a single, centralized location to easily manage my desktop notifications for all of the various websites I want to get updates from. Before creating this application, I found existing solutions unsatisfactory due to the following reasons: - Built-In Notification Services: Some websites offer built-in desktop notification services, but these often require an account, staying signed in, and running a browser service worker continuously on your PC. - RSS Readers: While existing RSS readers with notification support provide a simple solution, these project balance numerous aspects of reader development. Notifications and their configurations are usually not the priority in these projects. - Custom Scripting: Implementing custom scripts using general-purpose notification tools like notify-send or GObject-Introspection is viable but becomes a maintenance headache as more granular control is introduced. These alternatives are sufficient for basic notifications but lack the lightweight nature and advanced configurability that power users desire. Ditch The Bell fills this gap, offering granular control over your RSS feed notifications without the limitations of the approaches mentioned above. Check it out!: https://github.com/EscherMoore/DitchTheBell
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io