Tuesday, October 1, 2024

A Decade of Change: How Muni Forward is Transforming San Francisco

A Decade of Change: How Muni Forward is Transforming San Francisco
By Nia Evans

The 9R San Bruno Rapid cruising down its dedicated transit lane, speeding up commutes for thousands of riders every day. This year, we’re celebrating 10 years of Muni Forward, an SFMTA program that aims to make public transit in the city faster, more frequent and reliable and safer. Since it started in 2014, Muni Forward has made big changes to help hundreds of thousands of people move around San Francisco every day. The city now has over 75 miles of transit lanes. That’s the most per-capita of any large U.S. city! We’ve improved routes and made the places where people board Muni safer. All...



Published September 30, 2024 at 05:30AM
https://ift.tt/uOEAhHJ

Show HN: PurePlates – A Recipe Scraping iOS App https://ift.tt/FAm8a7U

Show HN: PurePlates – A Recipe Scraping iOS App Hey Everyone! This is my first post on Hacker News, and I wanted to share my project with you! From a young age, I dreamed of becoming a chef, but life took me down the path of software engineering instead. Nevertheless, my passion for creating delicious meals has always remained close to my heart. This journey led me to seek out recipes to enhance my cooking skills, but I often found myself frustrated by the websites I encountered—ads everywhere, walls of text, and recipes that were difficult to follow. That’s where PurePlates comes in. PurePlates allows users to share a recipe through their mobile browser or simply copy and paste the URL directly into the app. In an instant, you receive a scraped recipe that includes instructions, ingredients, and any available nutrition information. You can easily start cooking and follow along step by step, making the process much more enjoyable. Plus, if you find a recipe you love, you can add it to your favorites for quick access later! As this is just an MVP, there’s still plenty of room for improvement, and I’m actively working on enhancing the extraction rate for recipes. Thanks for reading, and keep hacking! Connor https://ift.tt/z59u4GN September 30, 2024 at 08:59PM

Monday, September 30, 2024

Show HN: I Built a Multimodel AI Chatbot to Avoid Having FOMO on the Best Models https://ift.tt/bSeT8yL

Show HN: I Built a Multimodel AI Chatbot to Avoid Having FOMO on the Best Models Hi HN, I built ChatOne while working on a project and constantly switching between AI models like GPT-4 and newer ones like Claude 3.5. I kept wondering if I was missing out on better answers, so I created ChatOne to get responses from multiple models at once and compare them easily. -Teddy https://chatone.io September 29, 2024 at 09:38PM

Show HN: Flutter Web App Template with Firebase and Stripe Integration https://ift.tt/1J5mTeP

Show HN: Flutter Web App Template with Firebase and Stripe Integration Download this ready-to-use Flutter web app template featuring Firebase authentication, Cloud Firestore, Storage, and Stripe payments. Perfect for developers who want to save hours of setup time and focus on building their app's core features. Easy-to-follow instructions included! https://ift.tt/5La1RdM September 29, 2024 at 11:31PM

Sunday, September 29, 2024

Show HN: Modern Benchmarking Tooling for JavaScript https://ift.tt/UYJaigL

Show HN: Modern Benchmarking Tooling for JavaScript I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I decided to create my own library to make JavaScript benchmarking tooling better. With more free time, I finally implemented all features I wished for in 1.0.0 and made a lightweight C++ single-header version for moments when google/benchmark is too much. Hope this library helps you as much as it does me. https://ift.tt/hRT9U51 September 29, 2024 at 12:24AM

Show HN: I Made a Site for Designers to Gen Great Patterns Quickly, No Headaches https://ift.tt/Nkp2U7Y

Show HN: I Made a Site for Designers to Gen Great Patterns Quickly, No Headaches It was a crisp autumn evening when I found myself burning the midnight oil, yet again. As a graphic designer, I was knee-deep in a project that required intricate patterns for a client's new product line. The clock ticked mercilessly as I struggled with complex design software, trying to bring my vision to life. That's when it hit me – why couldn't I just tell a computer what I wanted and have it create the pattern for me? Why did I need to wrestle with technical jargon and complicated prompts when I had a clear picture in my mind? This revelation sparked a journey that would consume the next eight months of my life. I dove headfirst into the world of AI, determined to create a tool that could understand designers' needs in plain English. It wasn't easy – there were countless late nights, gallons of coffee, and moments of doubt. I experimented with various AI models, eventually settling on a combination of Stable Diffusion and Flux, fine-tuned to understand design language and generate beautiful patterns. The result? AI Pattern – a game-changer for designers everywhere. Here's what makes AI Pattern special: 1. Speak Your Mind: Just describe what you want in everyday language. No need for complex prompts or technical terms. 2. Lightning Fast: Generate stunning patterns in seconds, not hours. 3. Intuitive Interface: User-friendly design that feels like chatting with a creative assistant. 4. Endless Variety: From geometric to organic, abstract to realistic – if you can imagine it, AI Pattern can create it. 5. Customization Options: Tweak and refine generated patterns to match your exact vision. Now, I'm thrilled to share AI Pattern with fellow designers and creative minds. It's more than just a tool – it's a partner in creativity, ready to transform your ideas into visual masterpieces. I invite you to try AI Pattern and experience the joy of effortless pattern creation. Your feedback is invaluable as we continue to refine and improve this design revolution. Together, let's push the boundaries of what's possible in the world of pattern design! So, are you ready to turn your words into wonders? Give AI Pattern a spin and let your creativity soar! https://ift.tt/Y3gqJj7 September 28, 2024 at 05:31PM

Saturday, September 28, 2024

Show HN: A tool that turns everyday computers into your own AI cloud https://ift.tt/Bka8gMC

Show HN: A tool that turns everyday computers into your own AI cloud I have a favour to ask. I’ve been working for a while on Kalavai, a project to make distributed AI easy. There are brilliant tools out there to help AI hobbyists and devs on the software layer (shout out to vLLM and llamacpp amongst many others!) but it’s a jungle out there when it comes to procuring and managing the necessary hardware resources and orchestrating them. This has always led me to compromise on the size of the models I end up using (quantized versions, smaller models) to save cost or to play within the limits of my rig. Today I am happy to share the first public version of our Kalavai client (totally free, forever), a CLI that helps you build an AI cluster from your everyday devices. Our first use case is distributed LLM deployment, and we hope to expand this with the help of the community. Now, the favour! I’d love for people interested in AI at scale (bigger than a single machine) to give it a go and provide honest feedback. Do you share our motivation? If you tried Kalavai, did you find it useful? What would you like it to do for you? What are your painpoints when it comes to using large LLMs? https://ift.tt/Nbx9J6v September 27, 2024 at 11:42PM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...