Saturday, September 30, 2023

Show HN: kproximate – A Kubernetes node autoscaler for Proxmox https://ift.tt/2cgGRWe

Show HN: kproximate – A Kubernetes node autoscaler for Proxmox https://ift.tt/kSC2zl9 September 30, 2023 at 02:40PM

Show HN: Integrate Discord with Jira https://ift.tt/KAiIBFf

Show HN: Integrate Discord with Jira Looks like growing number of companies are adopting Discord as their communication platform (instead of Slack or Teams). I've developed this integration between Discord and Jira and it is much more popular than I expected. By the way I continue improving it, so feedback and insights are very welcome! https://ift.tt/M0wL2OD September 30, 2023 at 02:07PM

Show HN: Raiseto – Discover and Share Ideas https://ift.tt/4hONvt6

Show HN: Raiseto – Discover and Share Ideas https://raiseto.com/ September 30, 2023 at 05:46AM

Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://ift.tt/lGp2bLN

Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://ift.tt/TWcIxDC September 30, 2023 at 09:07AM

Show HN: Dolce – Get notified if something (bad) happens to your containers https://ift.tt/0KsStHJ

Show HN: Dolce – Get notified if something (bad) happens to your containers Hi HN, while I was on vacation this year the shop of my wife was suddenly down and we only noticed once the emails of customers rolled in. After fixing it on my phone I thought there has to be a better way to notice when your docker container die or are in a restart loop for whatever reason. Now I know there are lots of tools like healthcheck.io and monocker, however none seemed to match my simple use case of getting notified _via email_ when the running– or health-status of any docker container changes. So I did what every SE would do in that case and hacked another solution but this one is mine :). I also always wanted to do a project with deno and get up to speed on typescript. This was also a great reason to finally look into using GitHub Actions to automate some of the tedious tasks. Fun fact: After reading on here about Deno Queues, I rewrote the message buffering and backoff completely and could greatly simplify the code. TL;DR - What is this: Get notification via - EMail (BYOSMTP) - Discord - Telegram if any (or only selected) containers on your host die or change their health status. I also tried to handle unexpected restarts of the container the tool is running in gracefully without loosing any events that happened before and even while the service was down. To make sure you are not spammed by notifications if a container goes into a restart loop, there is also a configurable exponential backoff function. I tried to make using the tool as easy as possible (by getting inspired on how monocker is set up). I would love to get some feedback and hear what you think (also if I just missed the perfect tool for the job: let me know, however the journey was quite fun). https://ift.tt/YPVeLzs September 29, 2023 at 11:11PM

Show HN: PDF Debugger – Inspect Structure of PDF Files https://ift.tt/tXOcm50

Show HN: PDF Debugger – Inspect Structure of PDF Files https://pdf.hyzyla.dev/ September 30, 2023 at 02:37AM

Show HN: Insomnium – 100% local and privacy-focus fork of Insomnia API client https://ift.tt/aleLb4W

Show HN: Insomnium – 100% local and privacy-focus fork of Insomnia API client https://ift.tt/Nf4UbsZ September 30, 2023 at 12:19AM

Show HN: Can your GPU run this LLM? https://ift.tt/iaKHRLj

Show HN: Can your GPU run this LLM? https://ift.tt/KQM27dX September 29, 2023 at 11:22PM

Friday, September 29, 2023

Show HN: I Made a Chrome Extension for Vocabulary Building https://ift.tt/9nVjwAz

Show HN: I Made a Chrome Extension for Vocabulary Building https://ift.tt/WXvZc6q September 29, 2023 at 07:08AM

Show HN: SapientML – Generative AutoML for Tabular Data https://ift.tt/68LUBz9

Show HN: SapientML – Generative AutoML for Tabular Data https://ift.tt/12VXGRQ September 29, 2023 at 07:40AM

Show HN: Automated competitor tracking tool for startups https://ift.tt/lUD9AiI

Show HN: Automated competitor tracking tool for startups Hello HN! I'm excited to share my product that helps companies to track their competitors, their website updates, new features, social media activity etc. I already have the first set of early adopters (thanks to a pretty good ProductHunt launch) who're using it on the daily basis so I'm excited to remove the waiting list and share it with everyone. Cheers! https://rivalhunt.co/ September 29, 2023 at 03:21AM

Show HN: Create short form videos on any topic using Generative AI https://ift.tt/DBifKWT

Show HN: Create short form videos on any topic using Generative AI Hey HN, Long time lurker first time posting. This is a streamlit app I wrote as a side project. It's a Generative AI webapp for creating short 30 second informative videos on any topic or subject under the sun. It's not perfect by any means, but a cool demo. It takes around a minute to generate so please be patient. Email is optional, only if you want link to watermark removed completed video clip. Any feedback/suggestions would be appreciated. Thanks! JD P.S. I am actively looking for Senior Python/DevOps/MLOps roles in California. Contact info in my profile. Thanks. https://ift.tt/fKDu3Za September 29, 2023 at 02:50AM

Show HN: Generative Fill with AI and 3D https://ift.tt/8G1ptS5

Show HN: Generative Fill with AI and 3D Hey all, You've probably seen projects that add objects to an image from a style or text prompt, like InteriorAI (levelsio) and Adobe Firefly. The prevalent issue with these diffusion-based inpainting approaches is that they don't yet have great conditioning on lighting, perspective, and structure. You'll often get incorrect or generic shadows; warped-looking objects; and distorted backgrounds. What is Fill 3D? Fill 3D is an exploration on doing generative fill in 3D to render ultra-realistic results that harmonize with the background image, using industry-standard path tracing, akin to compositing in Hollywood movies. How does it work? 1. Deproject: First, deproject an image to a 3D shell using both geometric and photometric cues from the input image. 2. Place: Draw rectangles and describe what you want in them, akin to Photoshop's Generative Fill feature. 3. Render: Use good ol' path tracing to render ultra-realistic results. Why Fill 3D? + The results are insanely realistic (see video in the github repo, or on the website). + Fast enough: Currently, generations take 40-80 seconds. Diffusion takes ~10seconds, so we're slower, but for the level of realism, it's pretty good. + Potential applications: I'm thinking of virtual staging in real estate media, what do you think? Check it out at https://fill3d.ai + There's API access! :D + Right now, you need an image of an empty room. Will loosen this restriction over time. Fill 3D is built on Function ( https://fxn.ai ). With Function, I can run the Python functions that do the steps above on powerful GPUs with only code (no Dockerfile, YAML, k8s, etc), and invoke them from just about anywhere. I'm the founder of fxn. Tell me what you think!! PS: This is my first Show HN, so please be nice :) https://ift.tt/6h5N74t September 29, 2023 at 02:11AM

Show HN: Semiform.ai – A new kind of web form, powered by LLMs https://ift.tt/xvRog16

Show HN: Semiform.ai – A new kind of web form, powered by LLMs https://www.semiform.ai September 28, 2023 at 09:43PM

Thursday, September 28, 2023

Show HN: Mel – The missing unsubscribe button for physical mail https://ift.tt/g4surmn

Show HN: Mel – The missing unsubscribe button for physical mail Since 2017, I've been on a mission to stop the deluge of paper mail that ends up in my trash. It's been a slow, manual process, but I've succeeded! I created Mel to help others rid themselves of physical junk mail. Simply text a photo of junk mail and Mel contacts the sender to have you removed from their list – no registration or app required. https://talktomel.com September 28, 2023 at 03:05AM

Show HN: Picklecast – Easily Screencast to a Raspberry Pi https://ift.tt/esEzAQV

Show HN: Picklecast – Easily Screencast to a Raspberry Pi https://ift.tt/E2rCGdx September 28, 2023 at 01:27AM

Show HN: Use ChatGPT with Apple Shortcuts https://ift.tt/QwnFuWg

Show HN: Use ChatGPT with Apple Shortcuts This project was born from my passion for every Apple product and the entire ecosystem, along with the power of ChatGPT. I was tired of copy-pasting and switching between apps on my Mac or iPhone, so I had this crazy idea to bring ChatGPT into every app that I use. This was possible only with the Apple Shortcuts app. Very few people know about its power and potential, so I took this chance and built COPILOT. https://meetcopilot.app But I also loved the idea of AI agents using various tools so much that I leveraged OpenAI's function-calling feature to accomplish that. Now, no matter what app I am using on my iPhone or Mac, the selected text or the current webpage from Safari will be passed automatically to COPILOT. Then I just ask it whatever I need and watch until it reaches the goal autonomously. There was also another problem with ChatGPT - the knowledge cutoff. So I also integrated Google search and web scraping into it. Now, whenever my request needs real-time information, like what is the latest version of macOS, it will use these tools to gather the data and then give me the correct response. Being an app built with Apple Shortcuts, all its "code", called actions, is actually open-source. I'm selling a Premium version of it to earn some revenue for my time. I would love to hear all your thoughts on it! Thank you so much! https://ift.tt/ovX8dsm September 27, 2023 at 02:07PM

Show HN: The Tomb of Ramesses I in the Valley of the Kings https://ift.tt/zDqTogC

Show HN: The Tomb of Ramesses I in the Valley of the Kings Hey all, I’m coding up a new tour system for my 3d Egyptian work. After the last feedback, I focused on building more interactive content and fx into the guided tours with sound and telling the mythology in the wall art. I’d love feedback with the new version – this is built with vanilla Three.js and footage captured on my iPhone 12. For various fx, I coded many of my own shaders based on work by https://twitter.com/akella and others on ShaderToy, so I’m keen to test on more devices. As the hacker, so the (ancient) painter. https://ift.tt/rcnKwRb September 26, 2023 at 06:34PM

Wednesday, September 27, 2023

Show HN: Railway.app POC https://ift.tt/2EguJUK

Show HN: Railway.app POC https://ift.tt/KrE0kqn September 27, 2023 at 10:03AM

Show HN: OnlineOrNot – Cron Job Monitoring https://ift.tt/UaVMyR0

Show HN: OnlineOrNot – Cron Job Monitoring https://ift.tt/dj0aGfU September 27, 2023 at 04:15PM

Show HN: A JavaScript function that looks and behaves like a pipe operator https://ift.tt/25X7abE

Show HN: A JavaScript function that looks and behaves like a pipe operator https://ift.tt/OSoz7j8 September 27, 2023 at 01:01PM

Show HN: POC: Real-Time Medical Image Collaboration Made Easy with OHIF / Nun-Db https://ift.tt/hVlaSiO

Show HN: POC: Real-Time Medical Image Collaboration Made Easy with OHIF / Nun-Db https://ift.tt/4LfcIap September 27, 2023 at 04:40AM

Go Local. Muni Supports Small Businesses.

Go Local. Muni Supports Small Businesses.
By Sophia Scherr

An illustration that says Parkside Outer Sunset featuring a light rail train and a pizza shop sign.An illustration for one of the featured neighborhood districts supporting the Take Muni to Support Small Business campaign, Artwork created by Dan Bransfield.

This week we are launching a campaign encouraging residents and visitors to take Muni to support San Francisco small businesses. The “Go Local” campaign is centered around defining the personalities of several neighborhood business districts, highlighting what makes them unique and promoting the benefits of taking Muni to shop, dine and explore.  

Economic Boost 

When you choose Muni for your daily commute or to explore the city, you're directly contributing to our local economy. Small businesses thrive when customers can easily access their shops, restaurants and services, as many of them rely on foot traffic and local patronage. By opting to take Muni, you're helping these businesses grow, create jobs and continue to enrich our city.  

Climate Conscious Choice 

Choosing Muni over private cars reduces carbon emissions and traffic congestion. It's a small thing that makes a big difference in our efforts to combat climate change.

Cost-Effective 

Rideshare costs can add up, and parking can be scarce and expensive. Shopping corridors can get congested, especially during peak hours and holidays. By opting to take Muni, you help reduce street congestion and you won’t need to spend time looking for parking. With various pass options (and no surge charging), Muni makes it easy to save money on your ride, leaving you with more spending money to support local restaurants, cafes and shops.  

About the Artwork and Artist 

SFMTA staff collaborated with San Francisco-based artist Dan Bransfield for the “Go Local” campaign. Bransfield is an award-winning illustrator, animator and author working in gouache, watercolors and ink, as well as digital media. The campaign artwork captures the vibrancy and culture of each neighborhood’s commercial corridors. Riders can spot the artwork on Muni, social media, digital ads and citywide outdoor media in the coming weeks. 

Look for the #GoLocalwithMuni social tags and keep an eye out for special collaborations with local social media influencers – each spotlighting different neighborhood destinations that offer the best shopping, dining and culture...all a Muni ride away.  

By choosing to Go Local you're not just embarking on an adventure; you're supporting the heart and soul of San Francisco - the small businesses that make our city shine. 

Visit the campaign page (SFMTA.com/GoLocal) to discover what each neighborhood has to offer.



Published September 27, 2023 at 12:43AM
https://ift.tt/Qq3YorP

Show HN: Mail Memories – Export all your Gmail images https://ift.tt/zwK04f2

Show HN: Mail Memories – Export all your Gmail images I've added screenshots so you can see how it works now. Mail Memories lets you download all the images in your Gmail account from 2004 or 2010 or any year. Would appreciate your thoughts. Previously: https://ift.tt/qKHYZpN Demo - Download the oldest images in your account for free: https://ift.tt/cYwxvA8 https://ift.tt/LR5dFWp September 27, 2023 at 12:12AM

Show HN: Unity like game editor running in pure WASM https://ift.tt/GPusVlZ

Show HN: Unity like game editor running in pure WASM In the wake of all the Unity nonsense, just wanted to toss the Raverie engine into this mix :) We’re building off a previous engine that we worked on for DigiPen Institute of Technology called the Zero Engine with a similar component based design architecture to Unity. Our engine had a unique feature called Spaces: separate worlds/levels that you can instantiate and run at the same time, which became super useful for creating UI overlays using only game objects, running multiple simulations, etc. The lighting and rendering engine is scriptable, and the default deferred rendering implementation is based on the Unreal physically based rendering (PBR) approach. The physics engine was built from the ground up to handle both 2D and 3D physics together. The scripting language was also built in house to be a type safe language that binds to C++ objects and facilitates auto-complete (try it in editor!) This particular fork by Raverie builds both the engine and editor to WebAssembly using only clang without Emscripten. We love Emscripten and in fact borrowed a tiny bit of exception code that we’d love to see up-streamed into LLVM, however we wanted to create a pure WASM binary without Emscripten bindings. We also love WASI too though we already had our own in memory virtual file system, hence we don’t use the WASI imports. All WASM imports and exports needed to run the engine are defined here: https://ift.tt/EQwcgVS... The abstraction means that in the future, porting to other platforms that can support a WASM runtime should be trivial. It’s our dream to be able to export a build of your game to any platform, all from inside the browser. Our near term road-map includes getting the sound engine integrated with WebAudio, getting the script debugger working (currently freezes), porting our networking engine to WebRTC and WebSockets, and getting saving/loading from a database instead of browser local storage. Our end goal is to use this engine to create an online Flash-like hub for games that people can share and remix, akin to Scratch or Tinkercad. https://ift.tt/LrRmZSD https://ift.tt/HFjoyqk September 26, 2023 at 11:28PM

Tuesday, September 26, 2023

Show HN: Automatically check into SW flights with a bot https://ift.tt/i2sOM8a

Show HN: Automatically check into SW flights with a bot I got tired of checking into my flight exactly 24 hours before it departs, so I built a bot to do it for me. Enjoy! https://ift.tt/rsw9i4y September 26, 2023 at 02:05AM

Show HN: DeepEval – Evaluation and Unit Testing for LLMs https://ift.tt/aAqGikT

Show HN: DeepEval – Evaluation and Unit Testing for LLMs https://ift.tt/g91BqOi September 26, 2023 at 01:38AM

Show HN: Bigcapital - A open-source alternative to QuickBooks https://ift.tt/K0CoXVl

Show HN: Bigcapital - A open-source alternative to QuickBooks https://ift.tt/Wi9sRmK September 26, 2023 at 01:35AM

Show HN: AI Agents that do research for you https://ift.tt/FCJBg9Y

Show HN: AI Agents that do research for you My take on an ai-agent powered research service. You configure the topics and the sources, then AI goes and does the research for you and distills the knowledge into bite size chunks. https://ift.tt/VpN7IMo September 26, 2023 at 12:39AM

Taken with Transportation Podcast: Transit Month on Muni

Taken with Transportation Podcast: Transit Month on Muni
By

Buses and cars at an intersection with overhead wires

September is Transit Month in the Bay Area and on the latest episode of Taken with Transportation, the official SFMTA podcast, host Melissa Culross talks with Muni riders in multiple neighborhoods who use our buses, streetcars and light rail vehicles as their principal means of transportation.  

“I just absolutely loathe driving, and the Muni gets me somewhere that I don’t have to drive,” says Erin Livingston, who has lived in San Francisco for almost a decade. “I have such fond memories of days that I had nothing to do, and me and my friends just kind of bopped around, and we took the Muni to one neighborhood and then took it another … and I think Muni is so quintessentially San Francisco.” 

“My family still doesn’t drive, I don’t drive,” San Francisco native Jennifer Borromeo says. “I’m so happy that I have a transportation system that’s reliable, something I can easily navigate with my parents as they’re getting older.” 

Culross also speaks with SFMTA Transit Director Julie Kirschbaum about service improvements and investments the agency is making, as well as Director of Transportation Jeff Tumlin about his favorite Muni line and the first he remembers riding. 

“We really want Muni to be something our customers can rely on,” Kirschbaum explains in the episode. “So, that means if you schedule service to come every ten minutes, that it comes every ten minutes. That the customer predictions are accurate; that the operator is friendly and safe. And that’s what I’m seeing in the system today. So, it’s something we’re really proud of.” 

You can hear this and all the Taken with Transportation episodes at our podcast page (SFMTA.com/Podcast), Apple Podcasts, Spotify or wherever you listen. 



Published September 25, 2023 at 11:11PM
https://ift.tt/i4lD7Hf

Show HN: An aggregator to find good ChatGPT apps, courses and more https://ift.tt/NUeKMmJ

Show HN: An aggregator to find good ChatGPT apps, courses and more https://ift.tt/jZzy37h September 25, 2023 at 07:42PM

Monday, September 25, 2023

Show HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canvas https://ift.tt/jGYtfBM

Show HN: Animation Music Rose – JavaScript Web Art Tool on HTML5 Canvas This program is created by CreateJS (JavaScript) + HTML5 Canvas. You can use it for your web pages and modify the design. https://ift.tt/1rcS80Y September 25, 2023 at 09:27AM

Show HN: Bots Playing Online Cash Bingo on an iPad https://ift.tt/0zaAlUk

Show HN: Bots Playing Online Cash Bingo on an iPad Hey HN, I really enjoy playing "Bing King" from time to time. I had a little downtime, and thought it would be fun to try and write a bot to play it. Sharing it here: https://ift.tt/Nck0HS3 Demo videos in the repo https://ift.tt/Nck0HS3 September 25, 2023 at 06:23AM

Show HN: Emojirades – Emoji Charades https://ift.tt/qLDQ54o

Show HN: Emojirades – Emoji Charades https://ift.tt/UMHlIOd September 25, 2023 at 04:05AM

Show HN: Hichatbot.ai – Chat with your documents, video transcripts https://ift.tt/El18OiC

Show HN: Hichatbot.ai – Chat with your documents, video transcripts Hi HN, I created this site recently and need som feedbacks. Please give it a try, let me know if you see anything to need to be improved or added. Below is the summary of https://hichatbot.ai What is HiChatbot? - HiChatbot is an AI-powered chatbot that can answer your questions about documents, text, and videos. You can upload a document, text, or provide a video link to HiChatbot and have a Q&A chat with the content. What are some of the things I can do with HiChatbot? You can use HiChatbot to: - Summarize the main points of a document - Get more details about a specific topic in a document, text, or video - Based on the provided document, generate creative text formats of text content, like executive summaries, reports, poems, code, scripts, musical pieces, email, letters, etc. https://hichatbot.ai September 24, 2023 at 08:56PM

Show HN: Fast Lane, a Stateless Password Manager https://ift.tt/VYnG9xJ

Show HN: Fast Lane, a Stateless Password Manager https://ift.tt/LtT8NYc September 25, 2023 at 12:56AM

Show HN: pzip- blazing fast concurrent zip archiver and extractor https://ift.tt/AQkyRv1

Show HN: pzip- blazing fast concurrent zip archiver and extractor https://ift.tt/NT0AOjk September 24, 2023 at 10:53PM

Sunday, September 24, 2023

Show HN: Karektar – Bitmap Font Designer https://ift.tt/iBvLb0O

Show HN: Karektar – Bitmap Font Designer Karektar is a React/TS app for building exportable bitmap fonts from custom glyph sets. You can submit your own input string, and the app will generate the gallery of unique glyphs. Build your own designs using the various tools available, then export it to an OTF format when you're done. This is my first front-end project, and one I picked up to learn React. I'd love to hear any feedback, especially on usability and additional features you'd like to see. Cheers! https://ift.tt/DTd9RcY September 24, 2023 at 06:25AM

Show HN: Cup – expose declarative APIs over config stored in Git https://ift.tt/Tha86bw

Show HN: Cup – expose declarative APIs over config stored in Git https://ift.tt/KyIsDHr September 24, 2023 at 04:34AM

Show HN: A Less Shitty OpenAI Token Counter https://ift.tt/3U6tym8

Show HN: A Less Shitty OpenAI Token Counter Built a simple OpenAI token counter that doesn't crash. It gives you: Tokens Characters Words Paragraphs Link: https://ift.tt/RJTeMLb Client side only. Feedback welcome. https://ift.tt/RJTeMLb September 24, 2023 at 03:21AM

Show HN: Minecraft Stored on Paper https://ift.tt/gX0Ixt5

Show HN: Minecraft Stored on Paper https://ift.tt/i8szALx September 24, 2023 at 12:39AM

Show HN: Basketball Play Designer https://ift.tt/GYTyJIR

Show HN: Basketball Play Designer In a company hackathon this weekend, I thought it would be fun to build a basketball play designer. Essentially, you enter some information about the type of play you want, and it generates a play following these requirements. I was imagining it might be useful for stuff like: 1. Designing personalized plays for first-time coaches: "Give me a play that gets my shooting guard an open three-pointer. My shooting guard shoots the best from the right wing, and my point guard has a weak left hand. My center sets great screens, so have my center set an off-ball screen for my shooting guard." 2. Brainstorming novel plays for long-time coaches: "Generate a novel play out of the UCLA set." It is loaded in with an example play, so make sure to hit the buttons to generate new plays with the entered information. The animation generation is based on the play-by-play and is a bit finicky, so you can try to generate new play-by-plays/animations if the first ones don't work well. It's still a bit rough around the edges, but I'd love to know what people think! https://ift.tt/1RHtFLe September 24, 2023 at 01:06AM

Show HN: A “CRM” for your personal relationships https://ift.tt/2RvpuCT

Show HN: A “CRM” for your personal relationships Android: https://ift.tt/Ah9JHWu... iOS: https://ift.tt/oCzJrb7 We know life can be busy. And we often struggle to make time for the people that matter most to us. According to a Harvard study from 2021, "36% of all Americans [...] feel “serious loneliness.”" [1] We created an app to help people focus on their most personal relationships and guide them through forming more meaningful connections with them, in the hopes to combat the "Loneliness Epidemic". We just launched the first iteration - call it an MVP if you like - something to validate our ideas and get the conversation started. We are looking for people to try out what we have built and share their thoughts. The functionality is very basic for now, but we are planning to expand based on our users' feedback. Here is what you can do today: * Tell us who the people are that matter most to you * Get daily reminders to reach out to them * Send them virtual postcards with over 50 handcrafted designs [1] https://ift.tt/W2Zht5P https://ift.tt/NMaSgOG September 23, 2023 at 10:51PM

Saturday, September 23, 2023

Show HN: Package a python script into an executable file https://ift.tt/4VON1jL

Show HN: Package a python script into an executable file https://ift.tt/LIeSNaO September 23, 2023 at 08:42AM

Show HN: ChatGPT for Med-School and Healthcare https://ift.tt/Ry2xN71

Show HN: ChatGPT for Med-School and Healthcare https://ift.tt/WJPT6Mw September 23, 2023 at 07:41AM

Show HN: TG – Fast geometry library for C https://ift.tt/Q3qljhJ

Show HN: TG – Fast geometry library for C https://ift.tt/GDdyoiA September 23, 2023 at 04:57AM

Show HN: Movie Guess – A AI movie title guessing game https://ift.tt/waZ0Jft

Show HN: Movie Guess – A AI movie title guessing game While i was playing dark stories i got the idea of a game that an AI would think of a movie and the user would have to ask questions. The trick is that the AI only answers yes or no and the user has to guess the movie name, asking things like "is the movie a comedy" or "it's about a family trip" So that is it, hope you enjoy the game. It's a fun, challenging game to play with your friends or by yourself. Let me know what you think, and I'd love to hear your feedback and suggestions on how to make it even better! https://ift.tt/gd3O6Zz September 23, 2023 at 02:53AM

Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/L0yzvjR

Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/v8tgmpS September 22, 2023 at 10:53PM

Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/CqI3GpV

Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/XxB5qzN September 23, 2023 at 12:38AM

Friday, September 22, 2023

Show HN: Learn piano without sheet music https://ift.tt/zE5fgjh

Show HN: Learn piano without sheet music I always found sheet music way too hard to read - and I literally spent a year at a company building a sheet music rendering engine. I wanted an app that would display music like the tutorials on YouTube, but not be focused on upselling lessons etc. like most current apps, and also would let me import my own files This works on MIDI files. If it’s a valid midi it probably plays. Since releasing, I did add a subscription for classical music - on a theory that most normal users don’t know what a midi file is. It changed about a month ago from an up front price to in app purchases and/or a subscription - which has absolutely tanked revenue so far - but maybe it will pick up Would love to hear your thoughts and if you have any suggestions! https://ift.tt/rYO1R87 September 22, 2023 at 06:32PM

Show HN: I've never played Wordle, but I created a site based on my assumptions https://ift.tt/T39Je0N

Show HN: I've never played Wordle, but I created a site based on my assumptions My friends, co-worker and SO are always talking about wordle, so I decided to see if i could build what i assume wordle is like from conversations and first principles https://ift.tt/ZVIKhB8 September 22, 2023 at 04:35PM

Show HN: KREA Patterns – create subliminal images using ControlNet https://ift.tt/xyJ9mjL

Show HN: KREA Patterns – create subliminal images using ControlNet we did this at an internal company hackathon as a challenge. did not have time to make a full-fledge tutorial into the web app, so we did a twitter thread as one instead. https://twitter.com/krea_ai/status/1704813557186203935 September 22, 2023 at 04:23PM

Show HN: FormsLab – Open-source form builder https://ift.tt/Q2CzpUl

Show HN: FormsLab – Open-source form builder Hello guys, I wanted to share with you and ask your opinion about my first open-source project. FormsLab is a tool that can be used as a feedback app to collect feedback from customers, create polls for voting, or as a survey creator. I would like to ask for your feedback and opinions. Thank you! https://ift.tt/CjJmY0z September 22, 2023 at 02:59PM

Show HN: Corgi – on-demand, 1-on-1 tutoring https://ift.tt/Bf3TFX6

Show HN: Corgi – on-demand, 1-on-1 tutoring Hey all — I’m Sameer, a software engineer and longtime math/CS tutor who’s just launched an on-demand tutoring platform called Corgi. The product is a mobile app (currently iOS only) that allows users to request and receive tutoring help whenever they want it, for as little or as long as they need. Here’s how it works: 1. User selects a subject, adds a brief summary of what they need help with, and submits their request 2. All tutors who are online and qualified in that subject receive a notification that someone needs help 3. The first tutor to accept the request gets matched with the user, and both parties are placed in a in-app video chat session 4. The user works with the tutor for as long as they need 5. When the session is complete, the user is charged for the time they used (currently billed at $1/minute, rounded to the nearest minute) and the tutor receives 80% of the student fee As a starting point, the only subject we’re offering is SAT math help, but we plan to expand to other subjects in the near future. I built Corgi because 1) tutoring is a lifelong passion of mine, and 2) I haven’t found a quality, on-demand tutoring service that currently exists, but I believe it’s something that could really help students. The idea here isn’t to try and replace the traditional tutoring model (i.e. working with the same tutor on a consistent basis over a long period of time) but to supplement existing resources with an office hours-like service that can provide immediate help (e.g. at the exact moment when someone is struggling with homework, or is studying for an imminent exam). Eventually, I’d like to offer this platform directly to schools or districts, so that students can use it irrespective of ability to pay. There is at least one major player in this space doing something similar ( https://paper.co ) but from my own research they seem to have a lot of issues (e.g. students getting matched with tutors who aren’t qualified in their subjects, tutors working with many students simultaneously despite the company claiming the tutoring is all 1-on-1) and districts who previously signed contracts with them don’t seem keen on continuing their relationships ( https://ift.tt/Fq8LrtT... ). I’ve also been a tutor on some of the existing traditional tutoring platforms (e.g. Wyzant) and have found the experience frustrating (mainly due to unfairly low compensation combined with a struggle to match with students). My goal with Corgi is to build something that provides real value and a positive experience for both the tutors and students who use it. I’ve spent the last week or so recruiting an initial batch of tutors, and am now kicking off the process of finding students to help test it out. I’m also building out some additional features to help make the actual tutoring sessions feel a little smoother (e.g. browser-based sessions to allow usage from any device, virtual whiteboards for easier collaboration). I’d appreciate any and all feedback the HN community has to share, positive or negative! https://ift.tt/XreAlS1 September 22, 2023 at 07:53AM

Show HN: brane, a tool to log and query your thoughts with the power of AI https://ift.tt/DkuTVjl

Show HN: brane, a tool to log and query your thoughts with the power of AI https://ift.tt/qLHsznB September 22, 2023 at 03:53AM

Show HN: Guitar Fretboard https://ift.tt/E8RMmtF

Show HN: Guitar Fretboard https://ift.tt/HmK5Bz3 September 22, 2023 at 01:12AM

Show HN: Transform-x - Convert between JSON, SQLite and Excel formats. https://ift.tt/iYIcRSx

Show HN: Transform-x - Convert between JSON, SQLite and Excel formats. This is a JS lib, CLI, Web UI and HTTP API to convert between JSON, SQLite and Excel formats. I built this partially as a challenge to see if I could reuse the JS code in each environment. I also move between these formats often during development. https://ift.tt/y0qmah5 September 22, 2023 at 12:29AM

Thursday, September 21, 2023

Show HN: A website that gives voice to unfulfilled customer needs https://ift.tt/q7EvpML

Show HN: A website that gives voice to unfulfilled customer needs How does it work? You just write a short title of what you want like “24/7 cafe in my town”, a short description why you need it - “I like to work late, don’t like to work at home and all coffee places close at 9” and how much you would pay per visit. If many people subscribe to your idea, hopefully someone will see it and open that coffee shop. You can also see what others want and maybe get inspired. Or you can just use the website to track your ideas. What problems am I trying to solve? 1. Many startups fail because they build something that customers do not want 2. Customers do not get services they need because their voices are not heard This project attempts to solve the two problems by giving the voice to the customers and a platform for startup founders to research customer demand backed product ideas. The project is at its earliest stage, so any feedback, bug reports and feature requests are welcome! https://ift.tt/QjGChr0 September 21, 2023 at 05:17AM

Show HN: Kusho – Copilot for API Testing https://ift.tt/TBYaOMw

Show HN: Kusho – Copilot for API Testing https://kusho.co/ September 21, 2023 at 02:04AM

Show HN: Coffee grind size chart generator https://ift.tt/Q72n5RJ

Show HN: Coffee grind size chart generator https://ift.tt/OW7Vu3A September 21, 2023 at 04:18AM

Show HN: I built a Stable Diffusion directory of 100 best AI workflows https://ift.tt/VilU41j

Show HN: I built a Stable Diffusion directory of 100 best AI workflows https://ift.tt/QlfqAoy September 21, 2023 at 03:55AM

Show HN: SkillPool – Accelerate your resume screening process by 10x https://ift.tt/ZcBCIOU

Show HN: SkillPool – Accelerate your resume screening process by 10x https://skillpool.tech/ September 21, 2023 at 12:52AM

Show HN: Mana Pool – Market for Magic Cards https://ift.tt/X6klPNT

Show HN: Mana Pool – Market for Magic Cards Hi folks. I launched my first startup on HN 15 years ago (see my profile), and I wanted to post here again now. Like my last one, this project comes from one of my life's passions. I have played Magic: The Gathering for 30 years. My co-founders and I think Magic deserves its own market, and this thinking will lead to dozens of ways to make a great app. We consider what we have an MVP, and we are all going to MagicCon this weekend in Las Vegas to walk around in our Mana Pool shirts and talk to people about the future. If HN likes the site, I would appreciate you crashing it before we head out tomorrow night! https://manapool.com/ https://manapool.com/ September 20, 2023 at 10:31PM

Reimagine Potrero Yard: View Latest Designs

Reimagine Potrero Yard: View Latest Designs
By Bonnie Jean von Krogh

Image shows rendering of the proposed new Potrero Yard with the text Reimagine Potrero Yard and the logos of the SFMTA and lead developer team. Rendering of Bryant and 17th Streets intersection. Image: Arcadis IBI Group 

We are reimagining the SFMTA’s Potrero Yard as the nation’s first known joint development of a bus maintenance facility with integrated housing and retail. Please join us at a Community Open House today, Wednesday, September 20, 2023, to learn more about the Potrero Yard Modernization Project including updated designs, economic development opportunities and the public art plan.  

Community Open House 

  • Wednesday, September 20, 2023, 5:30 p.m. (TODAY) 

  • Z Space, 450 Florida St, San Francisco, CA 

  • Bus Yard tours for all ages, childcare and dinner provided

Español - Jornada Comunitaria, Miércoles 20 de septiembre de 2023 a las 5:30 p.m. Z Space, 450 Florida Street, San Francisco, CA. Tour de Yarde de autobuses para todas las edades, Cuidado de niños, Cena.

Located at Bryant and Mariposa Streets, Potrero Yard is an over 100-year-old bus yard, which is long past its lifespan and does not meet current seismic safety standards. The new state-of-the-art bus facility will not only improve maintenance and storage capabilities but support a greener, more sustainable and reliable transportation system for our community.

 Image describes benefits of a new Potrero Yard: Efficiency: Repair buses faster, improving Muni’s reliability; Sustainability: Provide the green infrastructure needed for an all-electric fleet; Future Growth: Accommodate fleet as it grows – room for 54% more buses at the yard; Work Conditions: Improve environments, amenities, and safety conditions for 800+ staff.

 

The Potrero Yard Modernization Project also gives San Francisco a unique opportunity to address a critical housing need. The project proposes up to 513 units of affordable and workforce housing, subject to funding sources and market feasibility. Plus, it includes retail opportunities at three key intersections with space for street vendors along 17th Street. Our design is rooted in being a good neighbor by minimizing shadowing on Franklin Square Park, providing a public restroom, offering views into the yard of Muni operations and including a strategy to achieve a LEED Gold rating.

 Rendering of the new Potrero Yard from the 17th Street frontage and Franklin Square Park. Image: Arcadis IBI Group. Rendering of 17th Street frontage from Franklin Square Park. Image: Arcadis IBI Group 

The SFMTA selected the Potrero Neighborhood Collective (PNC) as the Development Team to refine the Project during the pre-development phase, and PNC is expected to design, build, finance, and maintain Potrero Yard as part of a Public Private Partnership (P3) with the City. 

If you cannot attend the Community Open House, visit the Potrero Yard Modernization Project page (SFMTA.com/PotreroYard) starting October 4, 2023, to view Community Open House information.



Published September 20, 2023 at 11:33PM
https://ift.tt/opZPaYg

Show HN: Booklet – Async forums as an alternative to chat https://ift.tt/lxkTINn

Show HN: Booklet – Async forums as an alternative to chat I built Booklet to solve the problem of too many chat messages at work. Booklet updates classic internet forums and email groups to have a modern UI and high polish. It organizes communications into threads, and summarizes activities into a neat email newsletter - so members can stay updated without having to stay logged in. The async format promotes deeper discussions, while also increasing engagement by making conversations easy to follow. My goal is to make communications more asynchronous - so that I can get back to work, instead of slacking all day. Most early communities have been hobby groups, but my goal is to mature Booklet into a tool that sits alongside Slack in companies. Try it out, and let me know what you think! https://ift.tt/AszZmKF September 20, 2023 at 09:32PM

Wednesday, September 20, 2023

Show HN: Cheq UPI (YC S23) – India's first UPI payments app for foreigners https://news.ycombinator.com/item?id=37568746

Show HN: Cheq UPI (YC S23) – India's first UPI payments app for foreigners Hello HN, My name is Sudhanshu and I'm the Co-founder/CEO of Cheq UPI ( https://www.chequpi.com ). We are the first UPI wallet for foreigners and non-resident Indians travelling to India. Using Cheq, you can purchase almost any goods/services across India . Just scan the merchant QR code / choose the pay by UPI id option to make the purchase. You don’t need an Indian bank account to operate Cheq UPI. Our prepaid wallet can be topped up with any international debit/credit card. 10mn+ foreigners visiting India each year, invariably face one of the below problems 1) Indian merchant not accepting international credit/debit cards 2) Unavailability of ATMs/money changers at remote locations 3) Indian merchants not tendering exact loose change The Cheq UPI app was launched to help all these individuals travel cashfree across the country. If know someone planning to visit India this year, please ask them to try us out! A lot of time, hard work and luck has gone into building Cheq and we hope it’ll make travelling to India more convenient for citizens across the globe. Some quick pointers to know about the Cheq UPI app: - The Cheq UPI app works ONLY in India and we must verify your passport in-person before activating the UPI wallet. - Once activated, you’ll be able to scan & pay with UPI anywhere across India. - Funds can be added to the Cheq wallet using any international debit/credit card, you don’t need an Indian bank account / aadhaar card. - Apart from the 10$ account opening fees, there are no other costs for using the product. Funds added can be spent anywhere across India. I’ll be available to answer any questions you may have throughout the day about Cheq, UPI or Indian fintech in general. Look forward to seeing you all try Cheq UPI PS: We're continuously improving our services, so critical and constructive feedback is most welcome. https://ift.tt/8ucm9S5 September 19, 2023 at 05:32PM

Show HN: My first interactive article – breakdown of a complex menu UI https://ift.tt/sFGOEDk

Show HN: My first interactive article – breakdown of a complex menu UI https://ift.tt/BgmwKh9 September 20, 2023 at 12:03AM

Show HN: Focusdoro(AI) – AI assisted Pomodoro task list https://ift.tt/wHXvYJO

Show HN: Focusdoro(AI) – AI assisted Pomodoro task list Hi, I have always struggled with changing priorities and figuring out what to focus on a particular day. The actual priorities get missed amongst all other things in life. With the launch of Gen AI in almost all aspects of our lives, i decided to build something that can assist me in finding the right priorities and staying on them. This has helped me out for the past couple of days. I am using Openai apis for task breakdown and Daily planning bot and the rest of the site is built using Django, JS, and Tailwind. I have tried a lot of productivity tools throughout the years and Pomodoro and timer-based focused work has worked out best for me. If there are other techniques that have worked out for you, do let me know, I will try to incorporate those :) Would love honest feedback on this so that I can make this more useful to others and to myself. Looking forward to your feedback, thanks in advance :) https://focusdoro.com September 19, 2023 at 08:13PM

Show HN: Dialoqbase – open-source chatbot creation platform (LangChain wrapper) https://ift.tt/7p09gNx

Show HN: Dialoqbase – open-source chatbot creation platform (LangChain wrapper) Hey HN, I have been working on a side project for the last 3 months, built around LangchainJS and pgvector. It now supports ChatGPT, Llama, Claude, and Bison models, and the bot can integrate with WhatsApp, Telegram, and Discord for now. I would really appreciate some feedback. Thanks! repo: https://ift.tt/f1octMx September 19, 2023 at 11:32PM

Tuesday, September 19, 2023

Show HN: Collaborative Lisp Coding on Discord https://ift.tt/ac34nPb

Show HN: Collaborative Lisp Coding on Discord This is a Discord bot I made, which lets you write and evaluate Lisp code in collaborative sessions on Discord. I wrote it in a short amount of time, partly for learning purposes, but also because I found the idea exciting and it was fun to hack around. I'd be happy to get your feedback, especially on how to improve the deletion mechanism (maybe make deletion sexpr-based?). I've tried to make the README detailed enough so that it's easy to make some changes and run your own version. https://ift.tt/yev6tCP September 18, 2023 at 10:52PM

Show HN: macOS GUI for running LLMs locally https://ift.tt/norxzvH

Show HN: macOS GUI for running LLMs locally Hello HN, I've been working on this project for a while, and it has been in an "open" beta for some time. I finally believe it's ready for its first release. I hope you like it. Here are some potential questions that may arise: 1. How does it compare to LM Studio? It's likely that if you're already using LM Studio, you'll continue to do so. This project is designed to be more user-friendly. 2. Is it open-source? No, it is not. 3. Does it use any open-source libraries? Yes, it uses llama.cpp and a few others, as indicated in the license information included with the application. 4. Why is not using electronjs? Two reasons, I wanted total control over the whole tech-stack and second, I wanted to be able to send this to my friends over iMessage. 5. Does it support Intel macs? It should, but I couldn't test it. 6. Does it support older macOS? 12.6 is the lowest version at the moment. 7. Is XXX a bug? Probably :) https://www.avapls.com/ September 19, 2023 at 01:21AM

Show HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim https://ift.tt/oXqgAP0

Show HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim https://ift.tt/9Al7qSg September 18, 2023 at 09:39PM

Show HN: A murder mystery game built on an open-source gen-AI agent framework https://ift.tt/thsnKUp

Show HN: A murder mystery game built on an open-source gen-AI agent framework Hey HN, Michael and Scott here. We’re open-sourcing an interactive murder mystery featuring LLM-driven character agents. Solve the mystery by finding clues, taking notes, and interrogating agents. They all have distinct motives, personality, and can impact the game in different ways (attacking you, running away, etc). Try it out, it’s pretty fun! We’re also open-sourcing the framework that we used to make and refine the agents. The goal is to create an intuitive interface for storytellers to create, debug, and test game agents. We then take those game agents and expose an API beyond just chat - such as actions, player guardrails, emotional queries, etc. We’re not done yet - there are a lot more features coming on the way: scenario-based agent evals, agent-storyline consistency management, automatic agent generation, etc. We would love to hear your feedback. Thanks! [0] https://ift.tt/XtsS8nZ [1] https://ift.tt/bSnrUBs [2] https://ift.tt/EpWHgCy https://www.gron.games/ September 18, 2023 at 08:58PM

Monday, September 18, 2023

Show HN: Crystal Maiden Discord Bot https://ift.tt/Yi8lEVz

Show HN: Crystal Maiden Discord Bot So I made a playful discord bot in Python using my recent project horde-client. The bot impersonates as a video game character from "Dota 2" Crystal Maiden (duh). The entire project is available in replit. https://ift.tt/EKfm3lt September 18, 2023 at 05:49PM

Show HN: LLM Powered Keyboard [video] https://ift.tt/qf3mSjl

Show HN: LLM Powered Keyboard [video] Hey HN, I'm excited to share Taikoboard, a mechanical keyboard with LLM powered autocomplete. I made this keyboard for myself so I could use LLM-powered autocomplete in apps that didn't have this feature. Although more apps have started integrating LLMs, there's a large number of software tools that don't support this. Taikoboard bridges that gap, making the AI autocomplete experience universal. Would love to hear feedback, answer questions, or discuss potential use cases you see for Taikoboard. https://www.youtube.com/watch?v=BbMSWZKrrcI September 18, 2023 at 05:44PM

Show HN: Hyperboot – Run Linux distros on your Chromebook https://ift.tt/isNxUID

Show HN: Hyperboot – Run Linux distros on your Chromebook Greetings, HN community! I'm excited to introduce Hyperboot, the spiritual successor to the Eupnea project's Depthboot, designed to simplify the process of running Linux on Chromebooks. A brief background on Hyperboot: Recently, the Eupnea project's developer announced the discontinuation of the project. This news left me and several others deeply disappointed. Determined to keep the vision alive, I initiated the Hyperpnea revival project for Depthboot. I'm here to address any inquiries or feedback you may have. Feel free to ask questions or share your thoughts! Looking forward to engaging with you all. https://ift.tt/b5RD2VK September 18, 2023 at 05:23AM

Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://ift.tt/F15cuJ6

Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://hissab.io/ September 18, 2023 at 03:02AM

Show HN: Me and my buddy made $20 with a Stripe link and a Tweet https://ift.tt/aotf9pL

Show HN: Me and my buddy made $20 with a Stripe link and a Tweet Hi there, So a buddy a couple of days ago came up with the idea for a new SaaS product regarding gpt and image generation. We did a quick MVP that barely works, it breaks almost 50% of the time but we still wanted to validate the idea before going all in. We have almost 1k followers on Twitter together. Did a quick post describing the idea with a stripe link in the comments with a 5$ value, no landing page, and no shipped product. In exchange, the buyers become beta users. Around 30 mins later we got our first sale next 30 mins another 5$ and so on. Do we consider the idea validated? The short answer is no, We gained some initial momentum but we can't call it a business yet, not until we are starting to get recurring revenue. What next? We created a notion file with multiple marketing channels we plan to test out and see which one is the best. We also created a list full of websites to submit our product and we are tracking the traffic we are going to get from each of them. PS: If you are curious, this is the product https://coverposts.com/ September 17, 2023 at 08:46PM

Sunday, September 17, 2023

Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot https://ift.tt/drPpHzZ

Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot Hey HN, long time lurker here. I humbly present ara which is a project I created back at Red Hat in 2016 (before AWX was open source) to make my life easier working with distributed and large scale Ansible playbooks. It is designed to be simple and compatible with however you're already running Ansible today without needing to change much of your existing workflows. My time and skills are limited but I have learned a lot and I am happy with how the project has steadily improved over the years with the much appreciated help of contributors. If you'd like to read more about the project, the blog might be interesting: https://ift.tt/TWGKOLc If you'd like to help, contribute or chat, feel free to hop on IRC, Slack or Matrix: https://ift.tt/41omLSl The best way to stay up to date with the project is on Mastodon: https://ift.tt/HKXn7Gu I will be here for a while to reply to comments and answer questions. https://ift.tt/VUOqW7R September 17, 2023 at 07:28PM

Show HN: Infinitely Recyclable Plastic (PDK) from Berkley https://ift.tt/56GjZf3

Show HN: Infinitely Recyclable Plastic (PDK) from Berkley https://ift.tt/6FvQqAY September 17, 2023 at 09:08PM

Show HN: I made a browser extension for building your own custom HN themes https://ift.tt/ivn1JPj

Show HN: I made a browser extension for building your own custom HN themes Hi HN! I’ve spent the last few weeks writing a browser extension that lets users write their own HN themes using Handlebars and CSS. It works by converting the current Hacker News page’s content into an object that is made available to the user-defined Handlebars templates. There is a built-in code editor that makes writing themes super easy and you can see changes in real-time. If you don’t want to write a theme from scratch, there are premade themes available or you may import one made by somebody else. It is shipped with Bootstrap so you can get pretty far without needing to write a lot of custom CSS. Material icons are also included so your themes get iconography out of the box. Any theme can be toggled into dark mode with a single click. It is open-sourced under the MIT license so feel free to use any of the code in the linked repo[0]. Additionally, I’ve put together a short demo video on YouTube[1]. If you decide to check it out, let me know of any feedback and please share any themes you create! I’d be happy to answer any questions. [0] https://ift.tt/uweOHGn [1] https://youtu.be/6DxLJQrKXa0 https://ift.tt/RuEJBSf September 17, 2023 at 07:16PM

Show HN: Making $11,000 monthly without doing much running a simple website https://ift.tt/p4MNPfw

Show HN: Making $11,000 monthly without doing much running a simple website https://ift.tt/vrtiRyg September 17, 2023 at 03:53PM

Show HN: Fireworks Tap Toy https://ift.tt/bCeWEaK

Show HN: Fireworks Tap Toy https://ift.tt/UEKYT3m September 17, 2023 at 01:17PM

Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/x9RXU3F

Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/j9iN83o September 17, 2023 at 12:40AM

Saturday, September 16, 2023

Show HN: Make box plots from parquet, avro, CSV https://ift.tt/BmW6Zcq

Show HN: Make box plots from parquet, avro, CSV https://ift.tt/WBhmY5l September 16, 2023 at 05:01AM

Show HN: Hello Inbox – Free email deliverability checklist for marketers https://ift.tt/bqveX5S

Show HN: Hello Inbox – Free email deliverability checklist for marketers After struggling with low open rates in my small lifestyle software business, I decided to go down the rabbit hole that is email deliverability, learned a bunch of things I didn't know even after being in tech for a decade. A/B tested a bunch of things and finally got good results. I then decided to put together a comprehensive checklist of everything I learned and got me results to share with others. Now I help companies fix poor email deliverability and boost their email ROI. I want this checklist to be a repository of email best practices so I'm always looking to improve and update it. Your feedback is welcome. https://ift.tt/XqUxy2Q September 16, 2023 at 06:48AM

Show HN: Super Castle Game, a JavaScript puzzle under 13 KB https://ift.tt/BVDe3ro

Show HN: Super Castle Game, a JavaScript puzzle under 13 KB I wrote this for the js13kGames game jam, and thought I'd share. https://ift.tt/b1XHcrC September 16, 2023 at 06:07AM

Show HN: Prompt-to-Publishable-Book https://ift.tt/BPOn82m

Show HN: Prompt-to-Publishable-Book I'm thrilled to share something I've been working on for the past year. We built your dream tool for turning the idea you wished could be a book into a book - we call it Omniscience. It goes from a single prompt to a high-quality, cover-to-cover novel or non-fiction book. You can sample our non-fiction by reading Revolutionizing Life Design ( https://t.co/zfdBALBkNw ) and Unhinged Genius ( https://t.co/JVNXAJAqsE ) or our fiction by reading Omni Genesis. https://t.co/5WSQ3jsaA5 Plenty of other great works are available in the library, and you can follow our book prompting guide to generate your own masterpiece in our book writing interface. Prompt detail & complexity is king. You can take it from the words of one of our early evangelical customers: "Your tool has been a veritable boon for us, resembling a gift from Heaven." You'll get full hardcover and paperback cover art, the summary, full text & outline, and even recommendations for the Amazon keywords you should use. Everything you've written over the course of your life can be behind the book - uploading your data by syncing with Drive, choosing a website, or sending a folder or file from your computer and selecting it in the book writing interface will infuse the book with the knowledge you've chosen. From now until 24 hours after the launch, your first book will be free. Every book after that is paid. Happy reading & writing!! If you like the book generator, support us on product hunt today! https://t.co/GjQw60Vm5E https://twitter.com/JvNixon/status/1702833730539368780 September 16, 2023 at 06:32AM

Show HN: Bleuit – A Recursive Reddit https://ift.tt/euzYFmR

Show HN: Bleuit – A Recursive Reddit Hi, I wanted to make a social media website that did things a little differently. I'd describe it like something between reddit and Hacker News, but with a different approach to browsing and submitting content. I learned nextjs in the process of this so it is pretty plain and simple. However if there's interest I might spend more time on it. Thanks for checking it out! https://bleuit.io/ September 16, 2023 at 03:53AM

Friday, September 15, 2023

Show HN: Slash Saber – endless game made in ThreeJS and Vue https://ift.tt/9FjXoxK

Show HN: Slash Saber – endless game made in ThreeJS and Vue Slash Saber is open source: https://ift.tt/R52FCMw Blender files for some of the 3D assets are available in the GitHub repository. I am open to any feedback. https://slashsaber.com September 15, 2023 at 11:43AM

Show HN: I built an app that lets you create and chat with 3D AI characters https://ift.tt/7lzksDC

Show HN: I built an app that lets you create and chat with 3D AI characters Hello everyone! I'm excited to announce the launch of Astrocyte, a web app that allows you to create and interact with 3D AI characters. Whether it's video game heroes, anime characters, political figures, or even that obscure NPC from your favorite RPG, you can bring them to life and have a chat with them on Astrocyte! Many users have already begun crafting their own characters on Astrocyte, and the conversations have been incredibly entertaining. I would be thrilled if you could give it a try and share your honest feedback. Thank you! https://ift.tt/cSQyD2x September 15, 2023 at 09:30AM

Show HN: Python SDK for iWF – workflowAsCode API orchestration engine https://ift.tt/PVzOZh3

Show HN: Python SDK for iWF – workflowAsCode API orchestration engine Main repo(with docs/wiki/discussion): https://ift.tt/cAgMzk3 Samples: https://ift.tt/6awgtGv https://ift.tt/ycTbIdx September 15, 2023 at 01:12AM

Show HN: Nue – A React/Vue/Vite/Astro Alternative https://ift.tt/1IQLRKq

Show HN: Nue – A React/Vue/Vite/Astro Alternative Author here. I've been working on this for the past ~12 months, lately full-time. I'm releasing two things today: 1. Nue JS: https://ift.tt/8sgXBuL — A tiny (2.3kb minzipped) JavaScript library for building user interfaces. It's like React/Vue core, but there are no hooks, effects, props, or other unusual abstractions on your way. Know the basics of HTML, CSS, and JavaScript and you are good to go. Nue JS supports server-side rendering (SSR), reactive components, and "isomorphic" combinations. It takes inspiration from Vue 2.0 and Riot.js. (I'm actually the original author of Riot). 2. Nue ecosystem: https://ift.tt/yf4ECnB — This is the ultimate goal and once all the sub-projects are finished, Nue will be a serious alternative to things like Vite, Next.js, and Astro. The thing is that I'm not happy with the current state of web development, so I want to write a completely new ecosystem from scratch. I'm taking advantage of the "old" innovations like progressive enhancement, separation of concerns, and semantic web design. Benefits highlighted here: https://nuejs.org/why/ All projects will be released under the MIT license. Happy to answer any questions. https://nuejs.org September 14, 2023 at 04:41PM

Show HN: SlackRevert, a Firefox extension to revert Slack's new design https://ift.tt/15irn6O

Show HN: SlackRevert, a Firefox extension to revert Slack's new design https://ift.tt/XZn3Qkr September 15, 2023 at 04:36AM

Show HN: Image Eval – An evaluation toolkit for image generation models https://ift.tt/IkSNHB2

Show HN: Image Eval – An evaluation toolkit for image generation models https://ift.tt/4EcMS5g September 14, 2023 at 10:59PM

Show HN: A vector database with semantic SQL-like filtering https://ift.tt/hxwHjYy

Show HN: A vector database with semantic SQL-like filtering Hi HN! It’s always bothered me that there’s no real equivalent of SQL WHERE for vector content. Filtering is one of the cornerstones of a modern database — but vector DBs only support either top-k sort, which is only useful for fuzzy search, or metadata filtering, which isn’t semantic. I’ve found myself wanting all the results matching my semantic query, not just k! Aside from data analysis, it's relevant if you’re trying to do any LLM reasoning: you don’t make good decisions or reach good conclusions by considering a small subset of information. So, we’ve designed a filtering primitive on top of vectors and assembled a demo on customer reviews from Trustpilot, Yelp, App Store, etc. You can select any brand/restaurant/app, and slice the review data however you want. The filter should find all matching documents, not just the top-k. Check it out at https://ift.tt/x7DFPyX ! Not super optimized yet, and really just an exploration, but hopefully gets the point across. FAQ: - Can I try it on my own data? Sure, shoot me a message at hello [at] emberml [dot] com. - How does it work? We’ve built a custom vector-based index, and we learn a high-quality decision boundary between relevant and irrelevant vectors at query time. You can think of it as forming a few-shot classifier each time. - What’s the catch? It’s far slower and less scalable than KNN/ANN right now. But I’d rather solve quality before trying to scale up quantity; tbh I’m not satisfied with vector DB performance even at @ N=1,000. A hot take, maybe? - Why don’t you just classify the data beforehand? Unstructured data has too many degrees of freedom, so it’s hard to anticipate every search/filter a priori. Our approach is somewhat analogous to schema-on-read. https://ift.tt/42zrA1l September 14, 2023 at 11:34PM

Thursday, September 14, 2023

Show HN: Note AI – use AI to summarize search results so you don't have to https://ift.tt/5PLiZJN

Show HN: Note AI – use AI to summarize search results so you don't have to https://noteai.com/ September 14, 2023 at 05:32AM

Show HN: I found this useful tool for creating HTML Emails for free https://ift.tt/NxRptlw

Show HN: I found this useful tool for creating HTML Emails for free https://htmlemailbuilder.xyz/ September 13, 2023 at 08:37PM

Show HN: Tophat – a friendly 2d game framework https://ift.tt/B7p65sE

Show HN: Tophat – a friendly 2d game framework https://tophat2d.dev September 14, 2023 at 02:26AM

Show HN: Kr8s – a Python client library for Kubernetes https://ift.tt/aSsCGkA

Show HN: Kr8s – a Python client library for Kubernetes Hey folks. I'm the author of kr8s. I’ve been working on kr8s for a while now and one of my core goals is to build a Python library for Kubernetes that is the most simple, readable and produces the most maintainable code. It should enable folks to write clean code when working with the Kubernetes API. If you're interested in how it compares with other libraries then check out [this post]( https://ift.tt/y4R6wjk... ). Happy to answer any questions you might have in the comments here . https://ift.tt/6aLgT9k September 14, 2023 at 01:08AM

Show HN: Charge for Your Commit History on Gitawonk https://ift.tt/d06N3QG

Show HN: Charge for Your Commit History on Gitawonk Opening the source is de rigueur . Commit history is the one thing indie devs can hold onto. https://www.youtube.com/watch?v=aBFj7OJMO10 September 13, 2023 at 09:56PM

Wednesday, September 13, 2023

Show HN: Enriched OSM POI Data https://ift.tt/KmYrCbV

Show HN: Enriched OSM POI Data https://store.poidata.xyz/odbl September 13, 2023 at 04:49PM

Show HN: Deploying subdomain-based routing like github.io https://ift.tt/KN1ixJj

Show HN: Deploying subdomain-based routing like github.io https://ift.tt/8Jyac7b September 13, 2023 at 04:44PM

Show HN: Demo Creation Platform (Bootstrapped) https://ift.tt/sR3lMET

Show HN: Demo Creation Platform (Bootstrapped) Hi, I am George, a co-founder of LiveDemo. Our LiveDemo chrome and web application helps founders, sales and marketing people to develop a live demonstration of their product, allowing them to: - Show their product features to prospects - Capture hot leads with their product - And ultimately sell their product with their product. It is better to see once than to hear a hundred times. Our website: https://livedemo.live https://ift.tt/PitHNld... Please let me know what do you think about the app https://livedemo.live September 13, 2023 at 11:13AM

Show HN: C++ LMAX Disruptor < 200 LOC https://news.ycombinator.com/item?id=37492810

Show HN: C++ LMAX Disruptor < 200 LOC Hi HN, I built an implementation of the LMAX disruptor described by Martin Fowler. https://martinfowler.com/articles/lmax.html Would love to hear your comments and suggestions! https://github.com/sneilan/lmax-disruptor-tutorial September 13, 2023 at 11:42AM

Show HN: HTTP Status Code Generator https://ift.tt/H6DLlXc

Show HN: HTTP Status Code Generator A service for generating HTTP codes. It’s useful for testing monitoring services. Just add the status code you want to the end of the URL, like this https://ift.tt/RS9PVTa https://statuscode.app/ September 13, 2023 at 04:04AM

Transit Month is Taking Over the Bay Area

Transit Month is Taking Over the Bay Area
By

Illustration of people on the street with buses with text that says "Transit Month Celebrate Bay Area Transit this September."

Guest Authors Rebecca Gibian and Reanne Lacosta, San Francisco Transit Riders

Transit Month 2023 is a celebration of the role of public transportation in our communities and the Bay Area’s economic, social and cultural vibrancy. In the span of just eight years, it has grown from Transit Day into Transit Week and into the robust month it is now, thanks to our partnership with Seamless Bay Area and other transit-focused agencies and organizations. Together we have reached hundreds of riders through events held across the city.  

We love seeing people get on transit and enjoy themselves, the ride and the experience. We appreciate that Transit Month encourages people to take a trip they never have or try a new line. We love seeing the shift that happens when people take the bus or train, realize how easy and affordable it is and then continue to do so (and tell their friends)! 

Transit Month is a time to show our support for the people who ride public transit, as well as all the drivers, mechanics and others who make the service possible every day. It is so much fun to come together as riders and lift each other, empower new riders to get on the bus and celebrate all that makes our city great. Over the years we’ve seen amazing events including Transit Hubs, a ride-along with CEOs from multiple transit agencies, a Ride Contest that logged over 3,000 rides last year, an attempt to ride all 27 agencies in one day, ride-alongs, rallies with elected officials and so much more. 

A group of people hold a banner that says Transit Is Essential, Invest in Transit For Clean Air, Racial Equity and a Strong Economy 

Riders rally in support of Transit Month at San Francisco City Hall in September 2023. 

It’s no secret that the past few years have been hard on transit. We secured some funding for transit operations in the state budget recently, but it’s not enough. That’s why we need to uplift transit throughout September and highlight how it keeps our city equitable, equal and fun. Public transit is also a key platform to exercise our democratic rights in the city. Riders in San Francisco have used their political power to make sure that transit needs are prioritized, and Transit Month is dedicated to these efforts. It is more important than ever that we show our elected leaders how important transit is to our city, and that we need to continue funding it.

Everyone in our city deserves access to affordable, efficient, equitable and fast transit. Events like Transit Month help us come together as a community, raise awareness about what needs to be done, and celebrate the big wins we’ve had as a city over the years. 

You can check out all our events at the Transit Month website, and sign up for our Ride Contest for the chance to win prizes just for riding transit! See you on the bus!  

 

San Francisco Transit Riders (SFTR) is dedicated to raising the rider’s voice to improve access to public transit in San Francisco and to reduce the city’s reliance on fossil fuels. We are fighting for an excellent, affordable and growing public transit system. We need great service that connects all neighborhoods. We need transit that provides equitable access to resources, opportunities, and each other.  

SFTR works within a broader ecosystem of advocates, non-profits, city and county officials, and policymakers who are engaged in advancing transportation priorities in the city and region. We’re fighting for a public transit system that can live up to its potential and serve us all. 



Published September 12, 2023 at 11:58PM
https://ift.tt/SkgmKGa

Show HN: Rental data supplied by tenants in Ireland, searchable by all https://ift.tt/H5RcOnB

Show HN: Rental data supplied by tenants in Ireland, searchable by all I created https://ift.tt/CwucyNV last Friday to help bring this kind of transparency to Ireland, allowing people to submit their rents. Would love to get any HN feedback on the idea/website. https://ift.tt/Wqr34eR September 12, 2023 at 09:08PM

Tuesday, September 12, 2023

Taken with Transportation Podcast: Connecting Community to Transit

Taken with Transportation Podcast: Connecting Community to Transit
By

A bus and light rail vehicle at a stoplight near a transit platform during the dayThe Bayview Community Shuttle is intended to help residents connect more easily with transit lines that serve Bayview-Hunters Point, such as the 54 Felton and T-Third.

Accessing public transit can be more difficult for people in one particular San Francisco neighborhood than it is in other parts of the city. So we are designing a supplemental transportation program for this area, the Bayview Community Shuttle.

You can learn more in the latest episode of the SFMTA podcast, Taken with Transportation. Host Melissa Culross talks with SFMTA Transportation Planner Christopher Kidd, San Francisco Supervisor Shamann Walton, Bayview-Hunters Point Community Advocates Environmental Justice Director Dalila Adofo, SFMTA Planning Director Maia Small and neighborhood residents about the shuttle, which is expected to begin running in Bayview-Hunters Point in 2024. 

Christopher Kidd is the planner in charge of the shuttle program, and he discusses its development and design, which includes extensive community outreach. “We want to make sure that this is a service where it’s effective,” he says. “And also, we really want to make sure this is a service that is complementing our transit service already and helping connect people to rapid transit and regional transit to help them make trips more effectively on transit so they don’t have to drive.” 

The podcast episode also explores why Bayview-Hunters Point, specifically, will benefit from this type of service through the conversations Culross has with Supervisor Walton, Small, Adofo and neighborhood residents.  

“A lot of people [in the neighborhood] are driving because they have to get to work, because they have to get their children to school, because they have to do their daily activities,” Walton says. “And most certainly being in the southeast sector of San Francisco, we don’t always have the fastest and most adequate transportation.” 

“We’re really responding to a particular neighborhood and a history in that neighborhood,” adds Small. “There were really big economic and land use challenges that have gone back many, many, many generations. So we want to make sure that we’re using transportation and mobility as a way to serve them while that’s slowly changing.” 

The shuttle is funded through the spring of 2026 by a grant from the California Air Resources Board. You can hear the entire episode at our podcast page (SFMTA.com/Podcast), Apple Podcasts, Spotify or wherever you listen. Our Bayview Community Shuttle website (SFMTA.com/BayviewShuttle) offers an up-to-date list of community outreach events, as well as a survey you can take to help us develop the service. 



Published September 12, 2023 at 12:23AM
https://ift.tt/BJI7hR4

Show HN: Real-Time 3D Gaussian Splatting in WebGL https://ift.tt/qGkExYF

Show HN: Real-Time 3D Gaussian Splatting in WebGL https://ift.tt/AdH5Mpk September 11, 2023 at 11:01PM

Monday, September 11, 2023

Show HN: Mavex.ai – Your Personal AI Executive Assistant https://ift.tt/WPmfJuU

Show HN: Mavex.ai – Your Personal AI Executive Assistant Mavy is your personal AI Executive Assistant which helps in scheduling and calendar management. Looking for early adopters. https://mavex.ai September 11, 2023 at 04:14PM

Show HN: Slotmachine, to book and free server ports at scale https://ift.tt/LUkah7B

Show HN: Slotmachine, to book and free server ports at scale This is a very specialized Go library and, frankly, somewhat of a straw man: I've found myself needing to quickly assign ports on servers with a high density of highly ephemeral inbound/outbound connections where the protocol relies on a specific port number. Obviously, running sequentially through a list of ports until I find one I have not already allocated does not perform very well. I was surprised when I did not find anything already addressing this need. So, this is the straw man part: surely I missed it! Anyway, should you ever need something like that... here it is. https://ift.tt/2cdS4p9 September 11, 2023 at 10:09AM

Show HN: Free High-quality TailwindCSS Components. No attribution required https://ift.tt/LAd7ouh

Show HN: Free High-quality TailwindCSS Components. No attribution required https://tailspark.co/ September 11, 2023 at 04:44PM

Show HN: Dracula Theme for Miniflux https://ift.tt/D3vgdG8

Show HN: Dracula Theme for Miniflux https://ift.tt/d0GNSrR September 11, 2023 at 02:17PM

Show HN: Erlmacs – a script to update your .emacs file for Erlang development https://ift.tt/m5IqAjC

Show HN: Erlmacs – a script to update your .emacs file for Erlang development erlmacs automatically configures and updates your .emacs file with support for the emacs mode that is included with Erlang/OTP. It frees you from having to locate the installation directory of Erlang/OTP and its bundled emacs mode. It is an escript that only depends upon Erlang/OTP and Emacs. Note: There is not much in the way of error checking at this moment, but it does make a backup of your .emacs files before any destructive operations. https://ift.tt/VCc4fn6 September 10, 2023 at 10:16PM

Sunday, September 10, 2023

Saturday, September 9, 2023

Show HN: Like Instagram stories but for your groups https://ift.tt/ZIJ3MkB

Show HN: Like Instagram stories but for your groups https://kwakwa.com/ September 9, 2023 at 02:52PM

Show HN: Ghidra Plays Mario https://ift.tt/WOsoMBn

Show HN: Ghidra Plays Mario https://ift.tt/Dg7HFPQ September 9, 2023 at 06:12PM

Show HN: Which is faster? Puppeteer, Playwright or Selenium https://ift.tt/frxLcB2

Show HN: Which is faster? Puppeteer, Playwright or Selenium Hey Everyone, I just ran a [rather silly] race between Puppeteer (JS), Playwright (Python) and Selenium (Python) to see which one would be fastest on a simple scrape (using Google Colab so you can also run it) Far from a comprehensive benchmark, this race is 100% free from advanced configurations, multi-threading or anything complicated. It just opens Wallapop (a second hand marketplace in Spain) and times how long it takes to extract the first 2000 results of a search. If you like this simple format, have any ideas on how to improve a race like this or have a strong urge to prove Ward Cunningham wright, let me know in the comments! https://ift.tt/Fs5qY6I September 9, 2023 at 04:54PM

Show HN: Convert Youtube Video to Pdf https://ift.tt/SPFNxwo

Show HN: Convert Youtube Video to Pdf https://www.u2docs.com September 9, 2023 at 08:12AM

Show HN: Mkwhl – Python wheel creation utility https://ift.tt/j3mEs6k

Show HN: Mkwhl – Python wheel creation utility https://ift.tt/OjieZno September 9, 2023 at 03:38AM

Show HN: What an 8-bit computer can do [video] https://ift.tt/gdMuS0F

Show HN: What an 8-bit computer can do [video] Most under-evaluated 8bit: The plus/4 https://www.youtube.com/watch?v=dgm2eZMFuXw September 9, 2023 at 02:27AM

Show HN: New AI Dataset Based on LibGen and Sci-Hub https://ift.tt/Mci1tnd

Show HN: New AI Dataset Based on LibGen and Sci-Hub We recently began extracting the text layers of scholarly publications and books to include in our database. This encompasses sources such as scimag, libgen, and the latest zlib leaks. Our project, named the Standard Template Construct, also features a distributed search engine and incorporates various AI routines to handle the text corpus. Today we have releases our first dataset, STC230908. This dataset contains approximately 75,000 book texts, 1.3 million scholarly paper texts, and 24 million abstracts, including the years from 2021 to 2023. We're currently in the process of preparing the next version of the dataset, which will include an additional 300,000 books. How to Access Short Instructions: Install IPFS and launch it. pip3 install stc-geck && geck - documents More details: the dataset is released in IPFS and replicated to multiple nodes. It is in format of database for the search engine that we use in STC. GECK is the library that embeds this search engine and allows to stream all contained data in easy way. Even more detailed Instructions: https://ift.tt/tqxnvlc https://ift.tt/DSIv4Ek September 9, 2023 at 02:11AM

Show HN: Find jobs at top AI startups https://ift.tt/j2DPkNx

Show HN: Find jobs at top AI startups Hello HN, I am one of the creators of WorkInAI, and I'm excited to share our project with the community and gather valuable feedback. WorkInAI is a job aggregation platform for positions at leading AI startups. We have compiled over 350 job listings from more than 20 top AI startups, including companies like OpenAI, Anthropic, Cohere, and more. We created this platform in response to a friend's frustration with trying to find suitable AI startup roles in London. He used to check various company career pages frequently to see if any new opportunities had arisen -- so we built this to aggregate jobs in a single place. We're launching this MVP early to gather feedback, whether it's feature requests or suggestions for adding new startups to our list. We value your thoughts and input on our product and idea. Thanks! https://workinai.xyz/ September 8, 2023 at 09:51PM

Friday, September 8, 2023

Show HN: Rivet – open-source AI Agent dev env with real-world applications https://ift.tt/n5BNrCc

Show HN: Rivet – open-source AI Agent dev env with real-world applications We just launched Rivet, the open-source visual AI programming environment! We built Rivet, because we were building complex AI Agent applications at Ironclad. It unlocked our abilities here, and we're excited to make available to the entire community. Backstory: A few months ago, inspired by things like LangChain and LlamaIndex, we started building an AI agent that could work with legal contracts. Unfortunately, we couldn't just use retrieval augmented generation (RAG), because a lot of contracts are basically identical (many chunks with near-identical embeddings), except for a few key details. So, we turned to things like ReAct and AutoGPT for inspiration. At first, things went great. We were adding agent capabilities, doing chain-of-thought prompting. But then we hit a wall. The agent became too complex. We had debugger breakpoints on almost every line of code, but we still had no idea where the agent was breaking. Every change we made destabilized something else. After two weeks of fumbling, I decided to end the project. But one of my teammates, Andy, didn't give up. The following week, he showed me v0 of Rivet. He'd used it to refactor and improve our existing agent. I was skeptical... it just seemed like a visual programming environment, and I was not a fan. But I gave it a shot, and suddenly found myself able to add new skills to the agent, debug brittle areas with ease, and update prompts with confidence. Rivet is a game-changer. And more than that, it makes building with LLMs super fun. What exactly makes it different? First, the debugger is incredible. You have to experience it to believe it. You can update a graph, and then immediately run it, and see where it succeeded or failed. Even better: you can attach Rivet as a remote debugger, and watch your agent graphs execute in your app. Second, visual programming is actually a game-changer for prompting LLMs. I don't know why exactly, but it's way easier to understand and organize your work when you have an extra dimension to work with. Finally, Rivet is built to be embedded into a larger application (TypeScript for now, but we've also found a way to run it in Python). Beyond importing Rivet as a dependency, you can also define "external functions" dynamically at run-time. It feels pretty sketchy to give a LLM a key and unfettered access to an API. With Rivet, you can give it access to a specific set of defined functions, potentially pre-scoped to the access level you want. ...Sorry that was long. If you read this whole thing, thank you! We're really excited to hear what you think! We just launched our first Rivet-based application at Ironclad, and we've been working with companies like Sourcegraph, Attentive, AssemblyAI, Bento, and Willow to make Rivet useful for others. https://ift.tt/ExMoCTb September 8, 2023 at 06:59PM

Show HN: Rocketify – your one-stop shop for growth hacking tools https://ift.tt/zt8fCAa

Show HN: Rocketify – your one-stop shop for growth hacking tools https://ift.tt/zdnplyT September 8, 2023 at 12:13PM

Show HN: Yggdrasil 1.0 – Native executables for Shen https://ift.tt/TN7lC3s

Show HN: Yggdrasil 1.0 – Native executables for Shen Yggdrasil allows for the generation of type secure stand-alone native language programs from Shen source programs. We are pleased to announce the release of Yggdrasil 1.0 which has a plug-in configured for Common Lisp. Yggdrasil requires Shen 34.6 which is now available from https://ift.tt/DQ2LYbv . Questions to https://ift.tt/2RTEjl6 . More details on Yggdrasil can be found at https://ift.tt/0mdi4L3 . September 7, 2023 at 11:59AM

Show HN: Study hack using AI powered article-to-podcast tool https://ift.tt/guvZsQE

Show HN: Study hack using AI powered article-to-podcast tool https://podstash.ai September 8, 2023 at 08:40AM

Show HN: Nero Burning ROM X Muse – The Burning Art of CD https://ift.tt/PpaJOTy

Show HN: Nero Burning ROM X Muse – The Burning Art of CD Hi HN, Have you heard of Nero Burning ROM? It was named after 'the Great Fire of Rome' as a pun. We are thrilled to announce that we're back with an AI-powered new product called 'Nero Muse' – a CD/Album cover generator. It's the great fire of virtuality now. https://muse.nero.com/ September 8, 2023 at 07:26AM

Show HN: HackYourNews – AI summaries of the top HN stories https://ift.tt/1XZH8qz

Show HN: HackYourNews – AI summaries of the top HN stories Hey there HN! I wanted to share a pet project of mine. I built HackYourNews [1] to scratch a personal itch: Knowing which stories to focus on while browsing aimlessly (though there is a certain joy in that, as well!) HackYourNews uses OpenAI's gpt-3.5-turbo to summarize the destination article as well as the comments section. Summarization of the article is always cached, while summaries of the comments are regenerated if the comments count is >10% (or >10 comments) different. While I styled the homepage to welcome HNers, my preferred view is the Mobile view, accessed from the navbar. This no-frills view honors OS-level dark mode and is easy to skim on any device. Tried to keep the site minimal. The only JS is Cloudflare's privacy-preserving analytics [2], just to gauge interest. This is the first time I'm releasing something to the wild. Hope you find this useful! The frontend is pure HTML+CSS. The backend is Python with the excellent Microsoft Guidance [3] library to interface to OpenAI's API. [1] https://ift.tt/Q8oLZPN [2] https://ift.tt/LS4ipnu [3] https://ift.tt/GqhVt4x https://ift.tt/Q8oLZPN September 8, 2023 at 05:00AM

Show HN: Frcntl – community for fractional developers and designers https://ift.tt/K0MdavQ

Show HN: Frcntl – community for fractional developers and designers Hey HN! In 2017, I launched Moonlight to help engineers find part-time, remote jobs. Combining part-time with remote work was a big leap then, so we quickly narrowed our focus to just remote work. Lately, I've seen many talented friends and colleagues moving into part-time fractional roles. They're carving out more personal time while maintaining the same income. Personally, fractional work has empowered me to pursue my entrepreneurial goals without worrying about runway or funding. It's no surprise that hiring managers are gravitating towards this, especially as companies are emphasizing efficiency instead of all-out growth. From our experience with Moonlight, we found that most engineering managers prefer hiring for ongoing, direct work relationships rather than transient, fixed-scope projects. These enduring relationships proved to be mutually beneficial, providing stability for companies and workers in a working style legible to both. Today I'm launching FRCTNL - a community of fractional developers, designers, and marketers. Distinct from traditional marketplaces focused on top-down projects, FRCTNL focuses on often-overlooked bottoms-up, relationship-centric "staff augmentation" roles. Hiring managers seek quality candidates referred by their existing team, and direct relationships with talent — this is the niche FRCTNL aims to serve. FRCTNL operates on a referral model, where members help swap and share opportunities with each other. The underlying hypothesis is that there is latent demand for fractional talent, and that connecting with existing fractional workers is the best way to find those open roles. I'm convinced that our fractional worker network will streamline hiring for companies and further mainstream part-time roles. Take a look, and let me know if you have any questions or feedback! https://www.frctnl.xyz/ September 7, 2023 at 08:26PM

Thursday, September 7, 2023

Show HN: Let ChatGPT write your reviews on Pull Requests https://ift.tt/A8HLEiC

Show HN: Let ChatGPT write your reviews on Pull Requests https://ift.tt/rqpHIxQ September 7, 2023 at 10:08AM

Show HN: Formstr: An open source and decentralized alternative to Google Forms https://ift.tt/QeYZjKg

Show HN: Formstr: An open source and decentralized alternative to Google Forms https://formstr.app September 7, 2023 at 08:54AM

Show HN: uDSV.js – A faster CSV parser https://ift.tt/NCXw9Ty

Show HN: uDSV.js – A faster CSV parser Hey folks! I know CSV parsers (especially in JS) aren't terribly exciting and someone writes a "better" one every week. I'm in the middle of my parental leave, and this was a project that came out of me looking for the fastest/smallest CSV parser. It all started so innocently, and then turned into a benchmark-validation-athon; the library itself took ~2 weeks to write, but the performance comparisons took another ~4 weeks (on and off). The benchmarks were a huge effort, but I think they are the most thorough to date, both in breadth and in depth, so hopefully you find them useful: https://ift.tt/lgAPyXv Let me know if you have specific concerns / questions / improvements :) cheers! Leon https://ift.tt/s3tlM6U September 4, 2023 at 09:34PM

Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd https://ift.tt/pWB7Tjl

Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd Hello! This is Edgar and Robbie and we built nix-snapshotter. nix-snapshotter brings native understanding of Nix packages to containerd. We built this because Nix is a great fit for making efficient containers. They don't need an OS because Nix captures all dependencies exactly. However, the current process of creating Nix images is subpar because one needs to transform Nix packages into a format that container runtimes understand. Using nix-snapshotter, instead of downloading image layers, packages come directly from the Nix store. Packages can be fetched from a binary cache or built on the fly if necessary. All existing non-Nix images continue to be supported, and Nix layers can be interleaved with normal layers. nix-snapshotter also provides a CRI image service, which allows Kubernetes to resolve image manifests from Nix directly too. This enables for the first time, fully declarative Kubernetes resources, all the way down to the image specification and its contents. With this, you can even run pure Nix images without a Docker Registry at all, if you wish. We'd love for you to try it out, there is a one-liner for Nix users to boot a VM with everything pre-configured: https://ift.tt/rz6FSXY https://ift.tt/rz6FSXY September 6, 2023 at 10:24PM

Wednesday, September 6, 2023

Show HN: ColorMood https://ift.tt/MG2qkc8

Show HN: ColorMood Does your mood affect which color you like - a tool that attempts to find your favourite color right now https://ift.tt/PDwCuix September 6, 2023 at 10:18AM

Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows https://ift.tt/7YNz0Tx

Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows Hey HN! Trellis is an open-source framework for programmatically orchestrating LLM workflows as Directed Acyclic Graphs (DAGs) in Python. My friend and I started working on this a few weeks ago after we tried building applications using mainstream LLM frameworks, and faced all the common complaints (too abstracted, hard to customize, bad docs/support). After talking to a few other people building with LLMs, we also noticed that these frameworks were not inherently built to support DAG-based LLM workflows. We designed Trellis to be as minimal and flat as possible, so developers can have lower level control over their DAGs. Trellis is composed of only three abstractions: Node, DAG, and LLM. Node: the atomic unit of Trellis. Nodes are chained together to form a DAG. Node is an abstract class with only one method required to implement. DAG: a directed acyclic graph of Nodes. It is the primary abstraction for orchestrating LLM workflows. When you add edges between Nodes, you can specify a transformation function to reuse Nodes and connect any two Nodes. Trellis verifies the data flowing between Nodes in a DAG to ensure the flow of data is validated. LLM: a wrapper around a large language model with simple catches for common OpenAI errors. Currently, the only provider that Trellis supports is OpenAI. Check out our docs if this sounds interesting: https://ift.tt/ojshWPK... We'd love it if you tried hacking with it and give us any feedback you have! :) https://ift.tt/fdkh47a September 6, 2023 at 07:34AM

Show HN: Revenut – A lightweight open-source alternative to Stripe's mobile app https://ift.tt/rnp6PlW

Show HN: Revenut – A lightweight open-source alternative to Stripe's mobile app https://ift.tt/eXI4p3D September 6, 2023 at 04:23AM

Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/I8CVA9D

Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/IEyZTKj September 6, 2023 at 04:12AM

Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/50xwqBM

Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/OM91Rzt September 6, 2023 at 03:33AM

Show HN: Miko – an alternative to googling healthcare queries https://ift.tt/EykwuQq

Show HN: Miko – an alternative to googling healthcare queries This is a personal experiment that uses AI to respond to healthcare queries. I was fed up of googling symptoms which provided no concrete advice. The only alternative was to fork out for a doctor's appointment that would last a few minutes. So I built a little tool that will hopefully augment people's interactions with their health. I have no interest in replacing the hospital or the need for a doctor. Miko is not flawless but it is a free, instant alternative to expensive healthcare. My hope is that users would try the advice Miko gives them but also visit their doctor if their symptoms persisted. Previously I built a one-stop shop for healthcare which sold services at discounted prices but it is just an interesting side project. I have investigated ways of incorporating GPT and other models into healthcare since last year. I used bubble.io for the web app because of its convenience. https://ift.tt/RpKgVho September 6, 2023 at 01:53AM

Show HN: Ethical AI – Alternate Reality Game on LLMs https://ift.tt/E1V8eX0

Show HN: Ethical AI – Alternate Reality Game on LLMs https://ethical-ai.eu/ September 6, 2023 at 01:35AM

Tuesday, September 5, 2023

Show HN: Monitoring my life with Grafana, Prometheus and InfluxDB https://ift.tt/XTCt63e

Show HN: Monitoring my life with Grafana, Prometheus and InfluxDB I love the idea of quantified self and recently decided to pull all of my data in one place. I pull all of my data from ActivityWatch, Wakatime, and Health Connect APIs :) https://ift.tt/xVTECqo September 5, 2023 at 03:53PM

Show HN: Simple passwordless authentication for your website https://ift.tt/N97W41y

Show HN: Simple passwordless authentication for your website Solo founder here - built a passwordless authentication service after getting frustrated with the very high pricing and lack of customizability, easy passwordless authentication on existing solutions. Check it out here and let me know what you think! https://ift.tt/YcqKsX7 September 5, 2023 at 01:17PM

Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/hFK4wQN

Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/v4EJM82 September 4, 2023 at 07:38PM

Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/7zybDhn

Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/Ok6HKmt September 5, 2023 at 09:08AM

Show HN: Keep – GitHub Actions for your monitoring tools https://ift.tt/JdD5z8U

Show HN: Keep – GitHub Actions for your monitoring tools Hi Hacker News! Shahar and Tal from Keep here. A few months ago, we introduced here at HN ( https://ift.tt/Sx9cy3N ) Keep as an “open source alerting CLI” and got some interesting feedback - mainly around UI, automation, and supporting more tools. We were VERY early back then, and we understood that although the current DX around creating alerts is not great, it's not that critical and developers don’t need another tool just for that. But we did find something else. While talking to developers and devops, we found that a lot of companies use many tools that generate alerts - from Cloudwatch, Prometheus, Grafana, and Datadog to tools such as Zabbix or Nagios. We definitely agree consolidation in the observability space is a real thing, but while talking to those companies we feel that there are still real use cases for having more than one tool (and for example, according to Grafana’s 2023 observability survey, 52% of the companies uses more than 6 observability tools https://ift.tt/42Qr0mP ). So we that in mind, we rebuilt Keep with a simple mindset: (1) Integrate with every tool that triggers alerts - it can be either pushing alerts to Keep via webhooks or routing policies or Keep to pull alerts via the tools API. (2) Create a simple abstraction layer to run workflows on top of these alerts. (3) Maintain a great developer experience - open source, API-first, workflows as code and generally having a developer mindset while building Keep. During the time we rebuilt Keep, Datadog released their workflow automation tool ( https://ift.tt/NoIjkyf ) which led us to the understanding that's exactly what we solve - but for everyone who uses tools other than Datadog. A short demo of Keep with a simple use case: https://www.youtube.com/watch?v=FPMRCZM8ZYg You can try it yourself by signing into https://ift.tt/qdGHawR Like always - we invite you to try Keep and we are eager to hear any feedback. https://ift.tt/e2gpZkh September 4, 2023 at 08:45PM

Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera https://ift.tt/UDzNGb8

Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera Hey, just a work related project I made, which could be open sourced :D If you're looking for an example on how to use/fine-tune yolov8, I feel like taking a look at this repo and reading the README could help you get up to speed (also linked some nice refs)! This is actually a full rewrite of a proprietary project I made (and documented on my site) like a year ago, will do some finishing touches (write blog post about it, mark the old version deprecated, record a tutorial on how to set it up on an Ubuntu server, etc, etc) in the following month, but felt like sharing it now, cuz I consider it done The only proprietary part is the client, which receives the images and does stuff with db (has to interact with internal APIs, so there's no reason to make it oss anyways). Also, the client contains only the business logic, all of the fun ai/web server stuff is fully open under AGPL-3.0 (and an example client without the business logic is available ... in rust btw xdd). https://ift.tt/Npt8hgy September 5, 2023 at 01:26AM

Monday, September 4, 2023

Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/gE2vPca

Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/QdfDOY6 September 4, 2023 at 01:48PM

Show HN: The simplest way to validate your idea https://ift.tt/MPIUCl1

Show HN: The simplest way to validate your idea Real idea (The Facts Clock): https://ift.tt/lPw8qVD https://bovind.com September 4, 2023 at 09:14AM

Show HN: MonoDevelop https://ift.tt/onH5aXN

Show HN: MonoDevelop https://ift.tt/hDSTrc6 September 4, 2023 at 09:21AM

Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats https://ift.tt/7p2FG1C

Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats Hi, HN! I made this awhile back as a Meower[1] bot that posts RSS feed updates to groupchats, and reads RSS feeds, powered by Extractus' Feed Extractor[2][3]. My friend's groupchat uses this bot to post updates to his blog, and he says that it has been working out great. Looking forward to your feedback and suggestions! [1]: https://meower.org/ [2]: https://ift.tt/AFqLoPn [3]: https://ift.tt/t6y7MBR https://ift.tt/wRVXCt3 September 4, 2023 at 05:03AM

Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/YwHcjTR

Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/IZENvXr September 4, 2023 at 02:37AM

Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/RINg1js

Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/Rok651J September 3, 2023 at 06:06PM

Sunday, September 3, 2023

Show HN: You wanted SMS, you've got it (HN community is awesome) https://ift.tt/lsO4GJc

Show HN: You wanted SMS, you've got it (HN community is awesome) The HN Community is awesome! Since posting in April about my frustration with PagerDuty and why I built All Quiet, I received many direct emails with feature requests or product roadmap questions. Out of this eager engagement we could integrate a bunch of cool new features: Since my post in April regarding my frustrations with PagerDuty and my rationale behind creating All Quiet, I've received many direct emails containing feature requests and questions about our product roadmap. Thanks to this awesome engagement, we've been able to integrate several fantastic new features: SMS & Voice Calls: ------------------ Initially, we weren't convinced that this would align with our product strategy. After all, why opt for SMS when there are push notifications? However, the demand for this feature was undeniable, so we went ahead and built it! https://ift.tt/Zh2RSqN... Do Not Disturb Overrides: ------------------ We've rolled out a comprehensive guide for Android app users, ensuring they can seamlessly configure their DnD overrides. https://ift.tt/1NUK9pA... We're in the queue, awaiting Apple's green light for the "Critical Alert" entitlement. We've already coded the support for this in our iOS app. Schedules & Rotations: ------------------ This was a top request from the community — tools to manage rotations and schedules. We collaborated directly with teams that asked for this feature. The experience was genuinely collaborative, and we're immensely grateful to the teams that helped shape this functionality. https://ift.tt/tmpjFeh... Login through Google & Microsoft: ------------------ Given that many teams use Google or Microsoft for authentication, it was only logical to incorporate these platforms as login providers. https://ift.tt/BmfU6Tn September 3, 2023 at 01:56PM

Show HN: A .bit gateway for resolving ipfs:// to https:// https://ift.tt/1yeOXrN

Show HN: A .bit gateway for resolving ipfs:// to https:// bit.site dynamically captures all requests to *.bit.site, automatically resolving the IPFS/IPNS/Skynet content hashes for the corresponding .bit account records. It returns the relevant static content via HTTPS, enabling users to access decentralized networks with zero configuration on modern browsers. At the same time, we provide global CDN acceleration, striving to enhance the availability of decentralized content. https://bit.site/ September 2, 2023 at 09:00PM

Show HN: Menu Bar Calendar on macOS https://ift.tt/O0YgMKB

Show HN: Menu Bar Calendar on macOS https://ift.tt/1CYGsvz September 3, 2023 at 02:27AM

Show HN: I mirrored all the code from PyPI to GitHub and analysed it https://ift.tt/D7RvCQw

Show HN: I mirrored all the code from PyPI to GitHub and analysed it This is a side project I've been working on for the last few months. I built an automated system to continuously mirror all the code on PyPI to a series of Github repositories. Mirroring PyPI code to Github enables: 1. Scanning of all new Python packages for accidentally published credentials 2. A browsable/searchable index of published code with a nice UI 3. Large-scale analysis of all published code to see how the language is evolving Using this project anyone is able to download the contents of PyPI to their personal machine and analyse every piece of code ever published in a matter of hours. I hope it enables people to do things with the worlds largest and oldest corpus of Python code that wasn't possible before, and while this is likely totally useless to most people I think that is kind of cool and unique. https://ift.tt/5S7k8i3 September 3, 2023 at 12:15AM

Show HN: Modular Diffusion – A Modular Python Library for Diffusion Models https://ift.tt/8PGVhNS

Show HN: Modular Diffusion – A Modular Python Library for Diffusion Models Hello everyone! I've been working on this project for a few months as part of my thesis in Machine Learning. It's meant to be a library that provides an easy-to-use but flexible API to design and train Diffusion Models. I decided to make it because I wanted to quickly prototype a Diffusion Model but there were no good tools to do it with. I think it really can help people prototype their own Diffusion Models a lot faster and only in a few lines of code. The base idea is to have a Model class that takes different modules corresponding to the different aspects of the Diffusion Model process (noise schedule, noise type, denoising network, loss function, guidance, etc.) and allow the user to mix and match different modules to achieve different results. The library ships with a bunch of prebuilt modules and the plan is to add many more. I also made it super easy to implement your own modules, you just need to extend from one of the base classes available. Contrary to HuggingFace Diffusers, this library is focused on designing and training your own Diffusion Models rather than finetuning pretrained ones (although this is possible). I would really appreciate your feedback. https://ift.tt/o1Sl9rh September 2, 2023 at 07:46PM

Saturday, September 2, 2023

Show HN: npm i novel – open-source Notion-style editor https://ift.tt/fyMBEYc

Show HN: npm i novel – open-source Notion-style editor https://ift.tt/VWme1CZ September 1, 2023 at 10:54PM

Show HN: Backend for LLM coding copilots https://ift.tt/O4pfocU

Show HN: Backend for LLM coding copilots https://e2b.dev/docs September 1, 2023 at 09:54PM

Show HN: esbuild-config − Config files for esbuild https://ift.tt/q9jPJ0e

Show HN: esbuild-config − Config files for esbuild https://ift.tt/aQETW2t August 30, 2023 at 08:52PM

Show HN: An Immersive Game of Thrones Multiverse Experience https://ift.tt/3DmX4ks

Show HN: An Immersive Game of Thrones Multiverse Experience Alpha Version Demo: https://ift.tt/V9D0EwF Twitter: https://twitter.com/ThronesMultiV/status/1697440568874348953 We're here to present an experimental product empowered by the blend of Stable Diffusion and ChatGPT! Dive into Westeros like never before. Our experimental product offers an immersive storytelling experience where you play a pivotal role in shaping the narrative. Ever wondered if the ending of the final seasons of Game of Thrones could've been different? Now's your chance to twist the tale. Current Features : - AI-driven alternative endings starting from the end of S7. - Real-time story interventions, allowing you to change the plotline as you read. What's Next : - Continuous enhancements to refine and polish the storytelling experience. - And yes, we're contemplating open-sourcing the project – giving back to this amazing community and encouraging further innovation. We truly believe in the power of collaboration. If you have feedback, suggestions, or just want to geek out about Westeros, shoot us an email at ready2play.contact@gmail.com ! Additionally, if you're as passionate about AI and storytelling as we are, we'd love for you to collaborate with us on this exciting project. Remember, winter is coming, but with AI, the possibilities are endless. Stay excited and stay kind! Valar Morghulis! https://ift.tt/V9D0EwF September 1, 2023 at 10:38AM

MTA Board of Directors Welcomes Lydia So

MTA Board of Directors Welcomes Lydia So
By Stephen Chun

MTA Board of Directors Member Lydia So.

Lydia So, a championed public servant, advocate for the AAPI community and an accomplished urban planner, designer and architect, has joined the SFMTA’s Board of Directors. She was appointed in June 2023 and sworn in by Mayor London Breed on Aug. 23, 2023, at Central Subway’s Chinatown Rose Pak Station, in line with her personal connection with the Chinatown community.  

So was born in Hong Kong and is fluent in Chinese (Cantonese). She is the founder of the architecture firm SOLYD Architecture, Management and Design. She is a former Historic Preservation Commissioner for the San Francisco Planning Department where she voted in favor of the Potrero Yard Modernization Project that is expected to bring hundreds of housing units to our city while maintaining the functions of the SFMTA. She was the first Chinese American Historic Preservation Commissioner, implemented the Planning Department’s Racial and Social Equity policy and oversaw a citywide survey on neighborhood streetscapes and buildings.  

So served on the San Francisco Arts Commission and provided a vision for city planning and public art, improved the design quality of city owned properties and regulated the 1%-for-art-program.  

Additionally, she served as liaison to the Mayor’s Office of Housing and Community Development, where she advised on design quality and equity and advocated for affordable housing production.  

As one of the few AAPI woman architects promoted to Associate at Skidmore, Owings & Merrill, So was a trailblazer as she honed her design skills and mastered the technical aspects of architecture and engineering practice.  Her global experience includes helping design of some of the world’s tallest buildings, most advanced life science buildings and the world’s first all glass spiral staircase.     

A strong believer that public transit connects communities, So can draw on her unique background in design, urban planning and land use to shape transportation policy and transit-related priorities. She is committed to carrying the SFMTA through the city’s economic recovery and prioritizes equity, safety on Muni and our streets, and fighting climate change.  

SFMTA Board of Directors  

The SFMTA is governed by a seven-member Board of Directors who are appointed by the mayor and confirmed by the San Francisco Board of Supervisors. The SFMTA Board of Directors provides policy oversight in accordance with the San Francisco Charter and the Transit-First Policy and serves as members of the San Francisco Parking Authority. The SFMTA Board of Directors generally meets on the first and third Tuesday of each month at 1 p.m. Meetings are open to everyone and are streamed live through SFGovTV. Additional information such as agendas, resolutions and legislation passed by the Board can be accessed at SFMTA Board page (SFMTA.com/Board). 



Published September 02, 2023 at 12:02AM
https://ift.tt/U6QwjRZ

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...