[–] 9 points 2 years ago (1 child)

Aren't we all? Aren't Ext4 and ZFS considered mature because so many people have said "it works on my machine"?

I agree this person's experience may contrast to your own, but I don't think the fact that something has worked well for some people, and perhaps not for yourself, is a reason to discount it entirely.

  • source
  • parent
  • context
  •  

    cross-posted from: https://aussie.zone/post/478031

    I wanted to improve my Rust knowledge a bit and solve how I approach notifications, so I made nofi.

    nofi is a desktop notification server, but instead of delivering realtime popups, it stores the notifications for you to view when you choose via a Rofi menu. It can also integrate with i3status-rust to show a pending notification count in your status bar.

    It's inspired by Rofication (the status bar integration follows the exact same protocol for drop-in compatibility).