Wednesday, July 9, 2025

Driving Muni’s Comeback Together: May Marked Highest Ridership Recovery Month

Driving Muni’s Comeback Together: May Marked Highest Ridership Recovery Month
By Glennis Markison

You're helping us drive Muni’s strong recovery. Several routes now see more riders than they did pre-pandemic. In May, the 22 Fillmore saw 127% ridership recovery. Our teams have been working hard behind the scenes to make our transit system fast, frequent and reliable. We’re thrilled to see the results: more and more people choosing Muni. May marked our highest ridership recovery month since the pandemic began. And the data shows even more milestones – a comeback you drove just as much as we did. Weekend ridership reached 97% of 2019 levels – our highest weekend numbers since the pandemic...



Published July 08, 2025 at 05:30AM
https://ift.tt/581ItHs

Show HN: OpenAPI mocks that don't suck – realistic test data, quick setup https://ift.tt/nXtOxQI

Show HN: OpenAPI mocks that don't suck – realistic test data, quick setup Hi HN! I'm Ankit, the founder of Beeceptor, a request mocking and intercepting tool. This time, I built something new to address a pain I’ve personally felt (and heard from dozens of QA, frontend, and platform teams): making OpenAPI specs actually useful during development. API contracts just sit around as docs often. What if you could 'activate' them, instantly have a realistic, hosted mock server-with contract validation, smart test data, and early usage? So I made _Mockaroo for OpenAPI_, but with brains. It spins up a hosted mock server from your spec in one click. It: - Generates sensible context-aware, test data using FakerJS (e.g., age returns realistic numbers, not 10000) - Validates incoming requests against your contract definition and returns detailed, actionable error messages. - Supports JSON, binary, CRUD style API responses. - Gives a HOSTed API server URL, that's ready in a few seconds. - Helps frontend teams start testing before the backend is ready - Gives QAs a place to play, verify and run performance tests. - Enables the best developer experience, requiring no account setup and a working mock API server for experiments, and API cost savings. No local setup, no writing custom mock rules, no fuss. Just activate your OpenAPI spec, and your API starts “working” in seconds. Besides, Beeceptor shows live request logs, where responses can be overridden. Quick demo: https://www.youtube.com/watch?v=2vUD_B3aw5I --- Would love your thoughts, feedback, or use cases I haven’t thought of yet. Happy to share more technical details if there's interest. Thanks for reading! https://ift.tt/qS76dY0 July 9, 2025 at 01:00AM

Tuesday, July 8, 2025

Show HN: OffChess – 100k+ Offline, Ad-Free Chess Puzzles App https://ift.tt/Kwo5NsY

Show HN: OffChess – 100k+ Offline, Ad-Free Chess Puzzles App Hi HN! I'm the developer of rdx, a mildly popular ad-free, privacy and user friendly Reddit client. This time, I made something for a very specific use case: solving chess puzzles with no internet. Why? Well, my Wi-Fi is terrible in the bathroom—and that's where I do some of my best thinking. I tried printing out “mate in X” puzzles to solve offline, but they weren’t fun without interaction. So I built OffChess. OffChess is an iPhone/Android app that contains over 100,000 chess puzzles, fully offline and completely ad-free. You can solve puzzles by category (Mate in 1/2/3/4/5, tactics like pins/forks/skewers, or openings like Sicilian/French, etc). You gain or lose points based on how you perform, so there's a light rating system to keep things engaging. No accounts, no tracking, no monthly subscriptions, no internet required. Just pure, old-school tactical chess training, wherever you are. You can check out the iPhone/iPad app at https://ift.tt/G1glBQK... or the Android app at https://ift.tt/GOSUBEF Would love feedback, bug reports, or suggestions. Thanks! https://offchess.com July 8, 2025 at 02:27PM

Show HN: HireIndex – A Searchable Directory for Who Wants to Be Hired on HN https://ift.tt/0l8EdU2

Show HN: HireIndex – A Searchable Directory for Who Wants to Be Hired on HN Hi HN, I built hireindex.xyz – a searchable website that aggregates and indexes candidates from the "Who Wants to Be Hired" threads on Hacker News. Coming soon: Analytics to highlight trends in skills, technologies, and candidate preferences across HN posts. With HireIndex, you can: Search by tech stack. Quickly scan bios, salary expectations, and contact links. Filter by remote/on-site preferences and employment type. I made this because I was tired of scrolling through long threads and wanted a better way to find interesting people. Would love your feedback – especially around UX and anything that would make it more useful to hiring managers, founders, or even job seekers themselves. https://hireindex.xyz https://hireindex.xyz July 8, 2025 at 09:41AM

Show HN: Life_link, an app to send emergency alerts from anywhere https://ift.tt/ZWYfihk

Show HN: Life_link, an app to send emergency alerts from anywhere 2-factor authentication terrorizes me. Many years ago, I was at a friend's house and decided to quickly pop downstairs to buy something. When trying to re-enter the building, the main gate had locked. And since my phone, keys, and any spare cash were all left upstairs, I was stuck outside. Thankfully, Google, at the time, allowed users to send SMSes (SMSs?) through the Hangouts app, which I did after logging into my account from an internet cafe. (Back then people weren’t constantly connected to Facebook, etc.) Since that day I feared being locked out of my accounts by 2FA, simply because my phone (and my access codes) weren't with me. And while it's true that today people are always connected to messaging apps, I wouldn't be able to reach any of them without me being able to log into mine. That’s why I built life_link, an app that allows my loved ones to reach me, wherever they are, without having to care about 2FA or even needing to log in. To do so, they simply need to reach the app on a secret (short) URL. I've since expanded life_link by creating a "generator" app that can produce a pre-configured, single-file application, ready to be deployed on any static site hosting service and decided to open-source it for other people who might find it useful. You can find the life_link project and learn more about it here: https://ift.tt/dUgqQhP July 8, 2025 at 02:29AM

Show HN: An Apple-like computer with a built-in BASIC interpreter in my game https://ift.tt/w8bQvWc

Show HN: An Apple-like computer with a built-in BASIC interpreter in my game https://ift.tt/PUaOVLW July 8, 2025 at 01:08AM

Monday, July 7, 2025

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...