Tuesday, May 6, 2025

Celebrate Small Business Week with Muni: Explore the Bayview, Chinatown, Castro and Excelsior

Celebrate Small Business Week with Muni: Explore the Bayview, Chinatown, Castro and Excelsior
By Glennis Markison

Artist credit: Dan Bransfield. This week in San Francisco, we’re celebrating and lifting up our small business community, the heart of San Francisco! We’re thrilled to help you visit your favorites – and discover plenty of new ones – this Small Business Week (May 5 to 9). You can always count on us when you Go Local. We’ll showcase a dozen neighborhoods throughout the week and cover how you can get to them on Muni. Plus, we'll share a little slice of what we do behind the scenes to make your trips to small businesses smooth and reliable. Today, we’ll help you explore the Bayview, Chinatown...



Published May 05, 2025 at 05:30AM
https://ift.tt/s3RVG6h

Show HN: I built a mini macOS app to reveal my yearly subscription spending https://ift.tt/bIjyUL5

Show HN: I built a mini macOS app to reveal my yearly subscription spending I built a macOS app to track my subscriptions after realizing I was spending over $XXXX annually on services I barely used. I wanted a simple, privacy-focused tool to help me stay on top of recurring charges without relying on third-party integrations or sharing financial data. Key Features: – Visual Calendar: See all upcoming charges in a monthly view. – Custom Notifications: Set reminders for upcoming payments. – Highlights: Flag subscriptions as annual, trial, or one-time. – Statistics: View projected yearly spending, average monthly costs, and peak spending months. – Custom Categories: Organize subscriptions with user-defined categories. – Multi-Currency Support: Convert prices on the fly to your preferred currency. – Status Management: Mark subscriptions as active or canceled, with accurate updates in your stats. – Quick Addition: Start typing a service name, and the app auto-suggests logos, categories, and colors. – Import and export data The app is free to use with some limitations. I’m currently working on additional features and would appreciate any feedback or suggestions from the community. https://ift.tt/by8cC4K May 5, 2025 at 11:31PM

Monday, May 5, 2025

Show HN: Search Engine Selector – This is my default search engine now https://ift.tt/J8mCSaf

Show HN: Search Engine Selector – This is my default search engine now I built this to escape from the Google bubble. Instead of sticking with just one search engine, it nudges you to choose the most appropriate one for each query. https://ift.tt/a8QCdBP May 4, 2025 at 10:07PM

Sunday, May 4, 2025

Show HN: Live Air Quality Monitor https://ift.tt/ItxW1MH

Show HN: Live Air Quality Monitor A comprehensive indoor air quality monitoring system built with ESP32-C3 Super Mini and multiple environmental sensors. This project helps you monitor CO2, temperature, humidity, volatile organic compounds (VOCs), nitrogen oxides (NOx), and particulate matter (PM1.0, PM2.5, PM10) to maintain healthy air quality in your home or office. https://ift.tt/K3BUOwe May 4, 2025 at 12:21AM

Show HN: Poopoo peepee Language – A vowel-based, programming language https://ift.tt/LdtUImP

Show HN: Poopoo peepee Language – A vowel-based, programming language A language consisting strictly of the letter p separated by vowels. Originally dreamed up for April Fools’, I’m now planning to put it through its paces in this year’s Advent of Code. https://ift.tt/K0WMbj3 May 3, 2025 at 08:08PM

Show HN: Free, 100% in browser PDF editor https://ift.tt/097BV5b

Show HN: Free, 100% in browser PDF editor Add text, input boxes, pictures, signatures, delete pages, merge PDFs and password protect them. All happening in the browser, 100% free and no sign-up. https://breezepdf.com May 3, 2025 at 11:45PM

Show HN: Open-lmake, a scalable, reliable build system with auto dep-tracking https://ift.tt/fUKLZHm

Show HN: Open-lmake, a scalable, reliable build system with auto dep-tracking Hello Hacker News, I often hear people saying "all build-systems suck", an opinion I have been sharing for years, and this is the motivation for this project. I finally got the opportunity to make it open-source, and here it is. In a few words, it is like make, except it can be comfortably used even in big projects using HPC (with millions of jobs, thousands of them running in parallel). The major differences are that: - dependencies are automatically tracked (no need to call gcc -M and the like, no need to be tailored to any specific tool, it just works) by spying disk activity - it is reliable : any modification is tracked, whether it is in sources, included files, rule recipe, ... - it implements early cut-off, i.e. it tracks checksums, not dates - it is fully traceable (you can navigate in the dependency DAG, get explanations for decisions, etc.) And it is very light weight. Configuration (Makefile) is written in Python and rules are regexpr based (a generalization of make's pattern rules). And many more features to make it usable even in awkward cases as is common when using, e.g., EDA tools. Give it a try and enjoy :-) https://ift.tt/N0FE52G May 3, 2025 at 09:41PM

Show HN: Statewright – Visual state machines that make AI agents reliable https://ift.tt/dxfnmvp

Show HN: Statewright – Visual state machines that make AI agents reliable Agentic problem solving in its current state is very brittle. I f...