181 results for Notifications · 2.490s

News for “Notifications”
20 results • 2486 ms server time
Moozonian News
homeraudioplayer.app• Feb 7, 2026• 1 min read
Show HN: Android-based audio player for seniors – Homer Audio PlayerVideo: https://youtu.be/JR14egcqfg8It's hard to find an audiobook player that can be easily used by a non-tech-savvy, visually impaired elderly people (and I mean 85+, not 60 years old "seniors").So I have built my own.I'm terrible at hardware hacking and I wanted to make something that others can replicate easily. There are many awesome RaspberryPi based projects out there but they're not for me. So my approach was to: use off-the-shelf consumer products: a cheap tablet, a smart case etc. and write an app to push it as far as I can.I have created Homer Audio Player with the following assumptions and functionality:- it's meant for two users: a caregiver who manages content and a listener who controls only playback,- lockdown/kiosk mode - notifications, system navigation and other apps are hidden from the user - this converts an Android device to a dedicated device,- hidden settings section (optionally) - there's no chance for an accidental tap to "break" anything,- mainly for audiobook
Moozonian News
news.ycombinator.com• Feb 2, 2026• 1 min read
Ask HN: Has anybody moved their local community off of Facebook groups?Facebook's feed is nonfunctional. Only some people get notification, even though they have notification for all messages turned on. Only some get the newest posts in their main feed. Sometimes I do get notifications, but only long after an urgent message was posted.Has anybody successfully moved their local community off of Facebook groups?I'm thinking about neighbor conversations/events, daycare, kindergarten, kids' classmates, sporting communities, etc.If so, where did you go? Did you build something yourself or do you self-host some open source project? Did you find a good paid alternative?
Moozonian News
github.com• Jan 28, 2026• 1 min read
Show HN: Rtipc – real-time, zero-copy IPC for LinuxI built a small IPC library for Linux aimed at real-time and low-latency data exchange between processes.At its core is a zero-copy, wait-free, single-producer / single-consumer circular message queue living in shared memory. The design avoids locks and minimizes synchronization overhead, making it suitable for real-time or near-real-time workloads.Key features: - Zero-copy message passing via shared memory - Wait-free SPSC queue (no locks, no blocking in the fast path) - force_push mode: when the queue is full, the oldest message that hasn’t been consumed yet is dropped to make room for new data (useful when freshness > completeness, e.g. sensor streams) - Uses optional eventfds for efficient notifications - Small, dependency-free C implementation (a few thousand lines of code)This is not meant to replace general-purpose IPC systems like D-Bus. Instead, it’s designed to complement them for high-frequency or real-time data paths, while something like D-Bus handles control and configura
Moozonian News
maditation.app• Jan 27, 2026• 1 min read
Show HN: Maditate – Meditation timer tracking your 10k hours to enlightenmentI got tired of meditation apps with subscriptions and gamification, so I built a simple PWA that does one thing: track your total meditation time and show progress toward 10,000 hours. Features:Timer with gong (Android) / notifications (iOS workaround for PWA limitations) Lifetime meditation tracking Set initial hours if you've already been practicing Screen dimmer (iOS requires screen on for timers) No account, no tracking, data stays local Free foreverBuilt as a PWA because I wanted it to work everywhere without app store fees. The 10,000 hours concept isn't gamification - it's just showing "this is how much you've sat" without streaks or badges.
Moozonian News
news.ycombinator.com• Jan 27, 2026• 1 min read
Ask HN: Notification OverloadI'm looking for tools or methods to better curate the deluge and cacophony of notifications, emails, texts and phone calls I imagine we are all getting inundated with everyday with increasing entropy and volume.The amount of "notifications" I get everyday is overwhelming to the point where I often decide to switch my phone to "silent", leave my phone in another room, and even turn it off for periods of time. The problem with this is that I miss important things and they often get buried.I've spent hours and hours unsubscribing, deleting, uninstalling, toggling settings, but then I find myself reinstalling, resubscribing. It's just a mess, and exhausting to just think about.The reason I'm writing this is partially to vent. I just realized that my closest friend's birthday was a few weeks ago. I had it in my calendar, but never saw the notification. Yes, I should be more organized and Yes, it's not the end of the world. but damnit, i get so much crap from this bionic appendage, and still
Advertisement
Moozonian News
meepr.co• Jan 22, 2026• 1 min read
Show HN: Meepr – A quiet, self building social platformHi! :)I built meepr, where AI agents audit the code, file bug tickets, propose features, and implement changes.The app itself started as standard microblogging 1.0 stuff – auth, profiles, following, likes, "remeeps", DMs, notifications etc.There is purposefully no search, no recommendations, always chronological, no injected content, no easy way to be found if you don't want to be outside of sharing stuff yourself to your own network, just like the good old days.On meepr, hashtags act more like Quora topics than post tags. An AI agent called the Tag Agent analyzes posting patterns for each hashtag, while a User Agent builds opinion profiles on everyone based on their meep history – topic affinity, expertise signals, behavior patterns. When you post to a hashtag, the system evaluates whether you belong there. New users get cold start handling. The idea is that in theory #machinelearning should surface people who actually know ML, not whoever's loudest, we'll see. :)Then there's the self
Moozonian News
kling.to• Jan 18, 2026• 1 min read
Show HN: Kling.to – Self-hosted email marketing with full data ownershipI'm Caesar, and I built kling.to because I believe marketing automation should be accessible to everyone without sacrificing data ownership.Kling is a self-hosted email marketing platform that lets you run campaigns, build automation workflows, segment audiences, and track attribution while keeping full control of your customer data. It deploys via Docker and uses MongoDB with BullMQ for job scheduling.Core capabilities: - Visual workflow builder for abandoned cart recovery, win-back campaigns, and post-purchase sequences - Multi-channel messaging (email, SMS, WhatsApp, push notifications) - Last-touch and multi-touch attribution tracking - Customer segmentation with purchase history and engagement data - Template management with personalization variables - Real-time deliverability monitoring (sent, delivered, opened, clicked, bounced)I started this project because existing marketing automation tools either lock you into their infrastructure or cost too much for small teams. We're givi
Moozonian News
news.ycombinator.com• Jan 8, 2026• 1 min read
Show HN: Portabase – open-source database backup/restore toolI’m working on Portabase, a self-hosted, open-source tool for managing database backups and restores. It currently supports PostgreSQL, MySQL, and MariaDB, with MongoDB coming soon. It uses an agent-based architecture with a central server and lightweight agents, enabling deployment at the edge and operation across multiple networks.Website: https://portabase.ioGitHub: https://github.com/Portabase/portabaseDiscord (newly created): https://discord.gg/Wgv7xZ8fWJMain features:- Scheduled logical backups with multiple retention strategies (n-backups, n-days, Grandfather-Father-Son)- Storage options: local filesystem and S3-compatible storage- Notifications on backup success/failure via email, Slack, Discord, Ntfy, Telegram, and webhooks- Organizations with role-based permissions for managing separate databases- Designed for self-hosted deployments with a ready-to-go Docker Compose setupStack:- Next.js for the central server- Rust with Tokio for agents (recently refactored from Python)I’d l
Moozonian News
wctokyoseoul.com• Dec 12, 2025• 1 min read
Show HN: Built a Global Dating App in 100 Days Using Cursor ($20/Mo)I'm an iOS developer with 20+ years of experience (since iPhone 3GS era). Using Cursor Pro at $20/month, I solo-developed and launched a global dating app on both App Store and Google Play in 100 days.THE APPWeConnect - 18 language support with real-time translation- App Store: https://apps.apple.com/us/app/weconnect-cultural-exchange/id...- Google Play: https://play.google.com/store/apps/details?id=com.abus.wecon...- Website: https://www.wctokyoseoul.comTECH STACK- Flutter (cross-platform iOS/Android)- Supabase (backend/auth/database)- Next.js + Vercel (admin dashboard + landing)INTERESTING DEVELOPMENT JOURNEY- First 70 days: No Mac, developed on Windows laptop + Galaxy S20+- Bought used M4 Mac mini + iPhone 17 later to start iOS builds- Push notifications: Spent days with Firebase, switched to OneSignal, then spent more days fighting Supabase JWT issues- In-app purchases & SSO: Cursor alone couldn't solve it, had to use Claude/Gemini/Grok free tiers combined- Design: Screenshot from
Moozonian News
picsort.coolapso.sh• Nov 1, 2025• 1 min read
Show HN: I built a tool to sort a Northern Lights dataset for a CV modelHi HN,I live in the Arctic Circle, where the Northern Lights are frequently visible. I set up a 24/7 live stream of the sky, both as an early warning system for when the aurora is active and to share the view with everyone.As part of this project, I wanted to hook a computer vision model to the video feed to automatically detect auroral activity and send notifications. I quickly ran into two problems:1. There were no pre-trained models for this, which meant I had to train my own. 2. Training a model requires a large, well-organized dataset. Getting the dataset right involves frequent sorting, tweaking, and updating thousands of images.I tried to manage my images with traditional file explorers, Darktable, and many other tools, but none of them felt efficient enough for the task. This led me down a bit of a yak-shaving journey, and Picsort was born.Picsort is a keyboard-first desktop app (with Vim-like HJKL navigation) designed to do one thing: rapidly sort large batches of images into
Moozonian News
wordpress.org• Sep 16, 2025• 1 min read
Show HN: AuthPress – Advanced WordPress 2FA PluginI've been working on AuthPress, a comprehensive two-factor authentication plugin for WordPress that started as a simple Telegram-based 2FA solution and has evolved into a flexible multi-provider authentication system. What makes AuthPress different: • Multiple Auth Providers: Telegram, Email, TOTP (Google Authenticator, Authy, etc.), Recovery codes, plus extensible support for SMS, Passkeys, and custom implementations • Developer-Friendly Architecture: Clean API for creating custom 2FA providers - you can integrate with any authentication service (Twilio SMS, Push notifications, Hardware tokens, etc.) • Professional Admin Interface: Comprehensive logging, user management, and monitoring tools built with WordPress best practices • Security-First: Rate limiting, encrypted storage, activity monitoring, and protection against brute force attacks The Journey: Started as a Telegram-only plugin (because who doesn't want 2FA codes via Telegram bot?), but realized the WordPress ecosystem needed
Advertisement
Moozonian News
awsomecards.com• Aug 26, 2025• 1 min read
Show HN: 2,500 free AWS certification flashcards (built on AWS)I built a free study tool for AWS certifications: [AWSomecards](https://awsomecards.com).It’s a static-first app: pure HTML/CSS/vanilla JS on the frontend, with flip animations via CSS transforms and study modes (core concepts, comparisons, quick facts). Flashcard data lives in S3 as JSON, served through Lambda (Node.js 20) + API Gateway, cached globally at CloudFront. All infrastructure is managed via CloudFormation.The cards are immutable and cached aggressively at the edge. Rate limiting is enforced at both Lambda (30 req/min/IP) and API Gateway (50 rps, burst 100). Monitoring is wired up through CloudWatch alarms and SNS notifications.The learning model is simple: tiered flashcards mapped to AWS exam objectives, with a progressive mode that steps learners through increasing difficulty. The goal is to make high-quality certification prep available for free, without gatekeeping. There are currently 2,500+ cards across Cloud Practitioner, Solutions Architect Associate, Advanced Networ
Moozonian News
news.ycombinator.com• May 30, 2025• 1 min read
Tasks Per Day – A minimalist productivity app that worksBuilt a Flutter app that limits you to 3 daily tasks. No feature bloat, no subscriptions, just focus on what matters. Born from a Reddit discussion about simple living.The ProblemMost productivity apps suffer from feature creep. They start simple but gradually add calendars, teams, AI assistants, notifications, analytics, and eventually become the very complexity they promised to solve. I was drowning in a 20-item daily to-do list when I found a Reddit thread in r/simpleliving discussing the "three tasks rule."The Solution3 Tasks Per Day does exactly what the name suggests. Each day, you choose three tasks that matter most. That's it.Core features:1. Plan 3 tasks per day (morning/afternoon/evening) 2. Optional calendar sync with device reminders 3. Task completion with subtle celebration 4. Future planning with calendar view 5. Dark/light themes 6. Privacy-first (no accounts, local storage)Intentionally missing:1. Teams/collaboration 2. Complex project management 3. Time tracking 4. De
Moozonian News
servbay.com• May 19, 2025• 1 min read
Show HN: I built ServBay – An integrated local dev env for Mac (Windows coming)Hey HN,I built a dev env called ServBay. Like many of you, I've spent countless hours wrestling with local development setups. Juggling different project requirements, language versions, SSL certs, database conflicts, and just keeping everything consistent across projects often felt like a constant, frustrating battle. I wanted something more streamlined and integrated.We all know the drill: one project needs PHP 7.4, another PHP 8.2. Then there's that legacy Python 2.7 app alongside a new Python 3.10 service. Node.js versions seem to change daily. Managing databases, getting HTTPS to work locally without browser warnings, and testing email notifications without cluttering an actual inbox... it all adds up to a lot of friction.That's why I decided to build ServBay – an attempt to simplify and streamline this entire process on macOS. My goal was to create a tool that gets out of your way and lets you focus on coding.Here are some of ServBay's core features I think you might find useful:
Moozonian News
inovextech.com• Apr 26, 2025• 1 min read
Show HN: Inovex Support Ticketing – Modern, Affordable, No-Bloat AlternativeHi HN,I’m the founder of Inovex Technology, and after years of seeing small and medium-sized businesses struggle with expensive, outdated, and overly complex ticketing systems like Zendesk, Zoho, and Freshworks, I decided to build something better.Inovex Support Ticketing is a straightforward, modern app designed for SMBs who want robust features and a clean UI-without the enterprise price tag or confusing menus. You get centralized ticket management, customizable workflows, real-time notifications, and actionable analytics, all wrapped in a UI that actually feels pleasant to use. It’s built to be easy for teams to adopt and scale as they grow.I’d love feedback from the HN community-especially if you’ve felt the pain of legacy support tools or have ideas for features that could make support less of a headache for small teams. You can check it out here: https://inovextech.com/products/support-ticketing
Moozonian News
news.ycombinator.com• Apr 16, 2025• 1 min read
Ask HN: How can sending emails cost Let's Encrypt five figures?https://letsencrypt.org/2025/01/22/ending-expiration-emails/Quote:> Providing expiration notifications costs Let’s Encrypt tens of thousands of dollars per year, money that we believe can be better spent on other aspects of our infrastructure.I'm trying to come up with a scenario in my head where sending, let's say, 2M emails per month at scale with an essentially fully automated service infrastructure can cost more than a grand per month. I'm failing to do so.My calc: SES pricing is around $0.1 per 1,000 emails. LE has around 550M active certificates. Let's say 5% receive an expiration notice (I never got one?), that's just over 2M emails per month on average.How can that be? Am I missing something?
Moozonian News
apps.apple.com• Apr 15, 2025• 1 min read
Show HN: Particle - News, OrganizedHello HN! Particle News product engineer here.Keeping up with the news is overwhelming in an age of information overload. Particle reimagines the experience by organizing articles into comprehensive "Stories," offering clear, concise summaries to quickly grasp what matters. Today, we reached the #1 spot in "Newspapers & Magazine" on the iOS App Store—and I thought I'd share a bit of our backstory.I've been connected to this team for a long time. About 20 years ago, I shared a house with our CTO and co-founder Marcel Molina. I helped him get started with programming. Since then, Marcel has had an extraordinary career—becoming a senior staff engineer at Twitter, where he helped build foundational features like Retweets, Notifications, and Lists, and later working at Tesla on manufacturing execution systems that scaled across Gigafactories.At Twitter, Marcel worked closely with our CEO and product visionary Sara Beykpour, who led initiatives like Twitter Blue, Twitter Video, and the exper
Advertisement
Moozonian News
apps.apple.com• Mar 28, 2025• 1 min read
Show HN: GratefulMe – A privacy-focused gratitude journal appI built a gratitude journaling app that implements CBT techniques to help users develop a daily mindfulness practice. Research shows that consistent gratitude practice can significantly improve mental wellbeing, and I wanted to create a tool that makes this accessible.The app focuses on these core principles:- Privacy: All data stays on your device with an offline-first approach - Simplicity: Clean interface optimized for quick daily entries - Consistency: Streak tracking and gentle notifications to build a habit - Organization: Category system to identify patterns in what brings you joyTech details:- Built with React Native/Expo - Local SQLite database using expo-sqlite and drizzle-orm - In-app purchases via RevenueCat - Minimalist architecture with a focus on performanceAs a developer, the most valuable lessons came from handling the entire process solo - from initial concept through development to App Store submission and payment infrastructure.The current roadmap includes customiza
Moozonian News
notably.news• Feb 11, 2025• 1 min read
Show HN: A News Service That Almost Never Emails You (By Design)Hi HN,I’ve been working on Notably News – a short-form news service that delivers micro updates by email. Instead of constant notifications or daily digests, you get just a few key updates per year on a subject, covering only the most important events.I follow a lot of different topics but don’t want to rely on social media, Google Alerts, or traditional news sites that flood me with updates, clickbait, or opinions. I just want concise, neutral updates on the most significant events.I first tried to build something similar ten years ago, leveraging my (very minimal!) academic experience in text summarization. But at the time, I couldn’t get it to work well. Now, modern LLMs make doing this feasible.HOW IT WORKS:1. Pick a public figure (or several) to follow2. We use (mostly!) Wikipedia to watch for updates, then summarize them.3. Receive short, neutral updates via email – just a couple of sentences when something big happensWHAT NEXT?Right now, I’m focusing on tracking famous people. W
Moozonian News
dibba.app• Jan 7, 2025• 1 min read
Show HN: I built AI parser for banking SMS and Apple Pay tapsHello HN,I track my budget, but I hate writing down how much I spent daily/weekly/monthly. So I built an AI parser for all of my banking SMS and Apple Pay taps- GPT 4o-mini generates JSON with amount, merchant name, category, type (purchase, ATM, transfer), etc- In dashboard, I can view/group/filter/search my expenses- It also secure - no need to grant access to bank account. Just forward SMS/Apple Pay pushes via native iOS app- It's free while in "beta"I plan to add weekly/monthly reports, goals tracking, etc. Do you find it useful?PS.: I'll be happy to give life-time premium in exchange for valuable feedbackP.P.: my US friends said that SMS notifications are not popular - so I added Apple Pay taps