Tuesday, February 28, 2023

Show HN: Turn Jupyter Notebooks to Web App with Mercury Widgets and Python Only https://news.ycombinator.com/item?id=34972388

Show HN: Turn Jupyter Notebooks to Web App with Mercury Widgets and Python Only https://runmercury.com February 28, 2023 at 09:48AM

Show HN: Crul – Query Any Webpage or API https://news.ycombinator.com/item?id=34970917

Show HN: Crul – Query Any Webpage or API Hi HN, we’re Carl and Nic, the creators of crul ( https://www.crul.com ), and we’ve been hard at work for the last year and a half building our dream of turning the web into a dataset. In a nutshell crul is a tool for querying and building web and api data feeds from anywhere to anywhere. With crul you can crawl and transform web pages into csv tables, explore and dynamically query APIs, filter and organize data, and push data sets to third party data lakes and analytics tools. Here’s a demo video, we’ve been told Nic sounds like John Mayer (lol) ( https://www.crul.com/demo-video ) We’ve personally struggled wrangling data from the web using puppeteer/playwright/selenium, jq or cobbling together python scripts, client libraries, and schedulers to consume APIs. The reality is that shit is hard, doesn’t scale (classic blocking for-loop or async saturation), and comes with thorny maintenance/security issues. The tools we love to hate. Crul’s value prop is simple: Query any Webpage or API for free. At its core, crul is based on the foundational linked nature of Web/API content. It consists of a purpose built map/expand/reduce engine for hierarchical Web/API content (kind of like postman but with a membership to Gold's Gym) with a familiar parser expression grammar that naturally gets the job done (and layered caching to make it quick to fix when it doesn’t on the first try). There’s a boatload of other features like domain policies, scheduler, checkpoints, templates, REST API, Web UI, vault, OAuth for third parties and 20+ stores to send your data to. Our goal is to open source crul as time and resources permit. At the end of the day it’s just the two of us trying to figure things out as we go! We’re just getting started. Crul is one bad mother#^@%*& and the web is finally yours! Download crul for free as a Mac OS desktop application or as a Docker image ( https://www.crul.com ) and let us know if you love it or hate it. ( https://forms.gle/5BXb5bLC1D5QG7i99 ) And come say hello to us on our slack channel - we’re a friendly bunch! ( https://crulinc.slack.com/ ) Nic and Carl ( https://www.crul.com/early-days ) https://www.crul.com/ February 28, 2023 at 08:12AM

Black History Lost and Found: Dorothy Jaymes and Accessible Transit

Black History Lost and Found: Dorothy Jaymes and Accessible Transit
By Jeremy Menzies

We continue to celebrate Black History Month by sharing the stories of SFMTA staff whose revolutionary work helped pave the way for future generations of Muni riders. Today, we look at the incredible contributions of Dorothy Jaymes, who played a critical role in helping advance accessibility on transit in San Francisco at a time when little was being done.  

Employees standing in between shelving holding various items such as a umbrella, tennis racket and bicycles. The shelving is filled with additional various items.

Jaymes (left, holding tennis racket) with her assistant, Linda Westry in the Muni Lost & Found Department in 1977. 

Born in Lake Charles, Louisiana, Jaymes started her career in Muni’s Lost & Found Department in the 1970s. According to a 1977  article in the department newsletter, Trolley Topics, she took her job seriously, accounting for every lost item no matter how small or large. 

Around the same time, protests by local disability rights advocates exposed the issues of poor access to public transit to local officials. The city responded in part by seeking contracts for new buses with passenger lifts in 1978 and by establishing the Elderly & Handicapped Program, to which Jaymes was a foundational contributor. 

Group photo of employees. The back row of three staff is standing. The front row of three staff is seated. One emplyee is wearing a Muni work vest.

Members of Muni Elderly & Handicapped Office staff in 1985, with Jaymes at center. 

By October 1979, Jaymes headed up the E&H Office and was responsible for processing applications for discounted transit fare cards. An early version of the Free Muni for People with Disabilities Program, this program lowered the cost of transit for people who needed it most. 

Jaymes’ role in the office played a critical part in improving access to transit for all San Franciscans. 

Employee smiling and holding a vintage card camera

Working out of a room in the Muni Photo Department, Jaymes wields an ID card camera in this 1979 photo. 

She left Muni in 1990 and finished out her career with the City of San Francisco at the Planning Department, before retiring in the early 2000s. Jaymes returned to Louisiana in retirement and passed away in 2015 at age 89. One of her former San Francisco co-workers remembered her as “a wonderful woman who was strong and always stood up for the workers.” 

So often, we only hear the stories of major figures and their brave breakthroughs in history. Capturing the full story begins with also celebrating and recognizing the contributions of our “unsung heroes,” whose daily work is still helping Muni riders today.  



Published February 28, 2023 at 09:31AM
https://www.sfmta.com/blog/black-history-lost-and-found-dorothy-jaymes-and-accessible-transit

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://news.ycombinator.com/item?id=34971579

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://scribblediffusion.com February 28, 2023 at 08:52AM

Show HN: Photovatar – The AI-Powered Avatar Generator https://news.ycombinator.com/item?id=34969662

Show HN: Photovatar – The AI-Powered Avatar Generator Hey Hacker News community! I'm thrilled to share with you my latest creation - Photovatar, the ultimate avatar generator app powered by state-of-the-art AI models like sczhou/codeformer and pollinations/modnet. With Photovatar, you can easily generate custom avatars with just a few clicks. The app allows you to remove unwanted backgrounds, define custom backgrounds, and even increase photo quality. And the best part? It's completely free, and you can build your own! Our app is perfect for anyone looking to create personalized avatars for their social media profiles, blogs, websites, and more. We've also made it super easy to accept payments and top-up credits with Stripe integration(test mode) Stripe test cards: Card number: 4242 4242 4242 4242 Expiration date: Any future date (1234) CVC: Any 3 digits (567) Give Photovatar a try, and let us know what you think! Feel free the share any feedback and question. Contribute the example repository with issues and pull requests. Live demo: https://www.photovatar.com https://github.com/ozalpozqur/photovatar February 28, 2023 at 06:30AM

Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile https://news.ycombinator.com/item?id=34968998

Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile Hey HN! We’ve open-sourced Requestly ( https://github.com/requestly/requestly ) - A network debugging proxy for web & mobile apps. Requestly intercepts all HTTP(s) requests & responses and provides full control to developers to modify the request/response like rewriting request URL to hit different environment or returning different response for APIs/scripts. In addition to HTTP(s) interception & modification capabilities, Requestly also offers Mock Server [0] & recording the browser sessions [1] with video, console logs, & network logs stitched together. We use rrweb[2] for this. Requestly is available as browser extension [3] with 175K+ downloads on Chrome Store & as a desktop app [4] on all platforms. Browser extension is written in javascript (slowly migrating to typescript now) and use chrome APIs for interception & modification. Desktop app is written in JS (slowly moving to typescript here too) & use electron as underlying framework to support cross-platform needs. For mock server & collaboration features, we use Firebase as backend. Here are some popular use cases how people use Requestly - Stress testing frontend code by testing bad API responses, API failovers, latencies, testing with huge API responses, etc. (You create different rules inside Requestly and enable/disable as per use case) - Testing scripts directly on customer sites - Switching environments for APIs & scripts - Developing features when APIs are not ready - Modifying live websites (prospects) and demo their product directly on client’s website instead of an internal website (Applicable for SaaS products that integrate with JS) Overall, we’re quite new to the open source world and still learning how to run an open-source product & roadmap. We’d love the HN community to share their feedback on what we’re building and how can we improve. If there’s anything that they’d like us to build in the future, we’re all ears. Check us out at [requestly.io]( http://requestly.io ) and [github.com/requestly/requestly]( http://github.com/requestly/requestly ) to give us a shot [0]: Mock Server - https://app.requestly.io/mocks [1]: Sample Session - https://app.requestly.io/sessions/saved/iedsEivORxdLTcBiNcBA [2]: https://github.com/rrweb-io/rrweb [3]: https://chrome.google.com/webstore/detail/redirect-url-modif... [4]: https://requestly.io/downloads https://github.com/requestly/requestly February 28, 2023 at 05:24AM

Monday, February 27, 2023

Show HN: Collection of 2k+ Startup Incubators and Accelerators (global) https://news.ycombinator.com/item?id=34958111

Show HN: Collection of 2k+ Startup Incubators and Accelerators (global) https://www.startupmoney.co February 27, 2023 at 08:13AM

Show HN: AI Email Summaries https://news.ycombinator.com/item?id=34959076

Show HN: AI Email Summaries Harness the magic of AI built directly into your inbox with Smart Summaries. Summaries save you precious time by using AI to intelligently capture the main points of an email in just a few sentences. https://www.shortwave.com/blog/ai-email-summaries/ February 27, 2023 at 09:16AM

Show HN: Codesearch, a command-line tool for searching your codebase https://news.ycombinator.com/item?id=34958379

Show HN: Codesearch, a command-line tool for searching your codebase https://github.com/TheArchitect4855/codesearch February 27, 2023 at 08:31AM

Show HN: Go Bindings for Roc Toolkit https://news.ycombinator.com/item?id=34958041

Show HN: Go Bindings for Roc Toolkit https://github.com/roc-streaming/roc-go February 27, 2023 at 08:09AM

Show HN: DbDeclare – A Python declarative layer for your database https://news.ycombinator.com/item?id=34957974

Show HN: DbDeclare – A Python declarative layer for your database Hi HN! I made and just published v0.0.1 of DbDeclare. I use Python a lot, and interact with Postgres a lot. I like using SQLAlchemy, and I love Alembic. Those wonderful tools primarily operate on tables, though, and I often find myself writing custom code to declare what databases, roles, schemas, privileges, etc. I want, and I have a hard time updating them reliably and in a repeatable fashion. That's where DbDeclare aims to help: declare what you want in your cluster (in addition to SQLAlchemy-defined tables and columns) in-code, alongside your tables. There is a lot this can't do yet (thus the v0.0.1), but I think there's a decent foundation here to build on and eventually have really nice features like autogenerating change statements between your in-code definition and what is actually in your database cluster (like Alembic). This is also my first attempt at building an open-source project, so I'm sure there are plenty of mistakes. Please feel free to provide feedback, I'd love to make it better. For what it's worth, I'm aware that you can do some of this at the infrastructure-as-code layer using a tool like Terraform/Pulumi. My personal preference is to have all this sit closer to my tables rather than my infrastructure, so here we are. Anyway, let me know what y'all think. Thanks! https://github.com/raaidarshad/dbdeclare February 27, 2023 at 08:04AM

Show HN: General information from data easy to use https://news.ycombinator.com/item?id=34953534

Show HN: General information from data easy to use https://upcoming.sweephy.com/profiling/ February 26, 2023 at 10:03PM

Sunday, February 26, 2023

Show HN: Visualization of Catmull-ROM Spline Generation https://news.ycombinator.com/item?id=34949643

Show HN: Visualization of Catmull-ROM Spline Generation https://billhillapps.com/billhill/catmull-rom.html February 26, 2023 at 01:26PM

Show HN: Open-source collection of Developer Roadmaps created using ChatGPT https://news.ycombinator.com/item?id=34947428

Show HN: Open-source collection of Developer Roadmaps created using ChatGPT https://github.com/rajtilakjee/devmaps February 26, 2023 at 09:38AM

Show HN: Visualize your Apple Health data in Grafana https://news.ycombinator.com/item?id=34947400

Show HN: Visualize your Apple Health data in Grafana Hi HN, I made a tool for displaying your Apple Health data (activities, workouts, body metrics) and display them in Grafana to be manipulated, aggregated etc. It's useful for finding trends, get daily/monthly/yearly stats and visualize outdoor routes on a bigger screen ! https://github.com/k0rventen/apple-health-grafana February 26, 2023 at 09:35AM

Show HN: LLMs can be susceptible to a new kind of malware https://news.ycombinator.com/item?id=34945349

Show HN: LLMs can be susceptible to a new kind of malware https://github.com/greshake/llm-security February 26, 2023 at 05:26AM

Show HN: Ichido, search engine that tags sites using Google and Cloudflare https://news.ycombinator.com/item?id=34946127

Show HN: Ichido, search engine that tags sites using Google and Cloudflare Hello HN, In my spare time I work on an experimental search engine named Ichido. Search is fascinating, there are so many features you can add to a search engine, but I find that the existing search engines are a bit limited in the features they have to offer. So I decided to work on my own search engine to test out different features, searching algorithms, and front ends in order to improve my (and hopefully others) searching experience. Ichido includes a tagging system that provides more info on search results. For example, if a site links to Google services or uses Cloudflare, a tag is shown with the search result that let's the user know about that site's use of those services. Ichido also includes links to RSS feeds in search results, making it much easier to find RSS feeds. This search engine is free to use, but if you like the service and want to support continued development please consider making a donation (Ichido currently supports donations through Libera Pay). https://ichi.do/?q=news February 26, 2023 at 07:12AM

Show HN: Step through Stack Overflow's system architecture circa 2016 https://news.ycombinator.com/item?id=34944876

Show HN: Step through Stack Overflow's system architecture circa 2016 https://app.ilograph.com/demo.ilograph.Stack%2520Overflow%2520Architecture%2520(2016)/Traffic February 26, 2023 at 03:59AM

Saturday, February 25, 2023

Show HN: Bearclaw – tiny static site generator with RSS https://news.ycombinator.com/item?id=34937206

Show HN: Bearclaw – tiny static site generator with RSS hey yall, I made bearclaw because I just wanted an unopinionated static site generator with no toolchain and fancy stuff going on; it'd be my pleasure to show it to you today and answer any questions you might have. If you do end up trying out bearclaw, you can use nginx or your favorite webserver. Earlier this week I made eclaire - a static site webserver with compression, caching, and automatic HTTPS through letsencrypt. https://github.com/donuts-are-good/eclaire https://github.com/donuts-are-good/bearclaw February 25, 2023 at 07:10AM

Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://news.ycombinator.com/item?id=34939256

Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://aigen.tools/ February 25, 2023 at 10:44AM

Show HN: Share your AI-generated images https://news.ycombinator.com/item?id=34938242

Show HN: Share your AI-generated images https://www.dreamphilic.com/ February 25, 2023 at 09:07AM

Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://news.ycombinator.com/item?id=34936635

Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://github.com/rochus-keller/LeanCreator February 25, 2023 at 05:49AM

Show HN: Cross-Prompt Scripting https://news.ycombinator.com/item?id=34935369

Show HN: Cross-Prompt Scripting https://github.com/velocitatem/llm-cross-prompt-scripting February 25, 2023 at 01:52AM

Show HN: Lotus Reader: A Hacker News Client https://news.ycombinator.com/item?id=34934321

Show HN: Lotus Reader: A Hacker News Client https://lotusreader.netlify.app/ February 24, 2023 at 10:10PM

Show HN: I built a map of countries where Google Analytics is declared illegal https://news.ycombinator.com/item?id=34935397

Show HN: I built a map of countries where Google Analytics is declared illegal https://www.simpleanalytics.com/google-analytics-is-illegal-in-these-countries February 25, 2023 at 01:59AM

Friday, February 24, 2023

Show HN: CloudNative Linux – A shell experience for the cloud https://news.ycombinator.com/item?id=34928656

Show HN: CloudNative Linux – A shell experience for the cloud https://cloudnativelinux.blankenship.io/ February 24, 2023 at 11:15AM

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions https://news.ycombinator.com/item?id=34923290

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions https://appifytext.ai February 24, 2023 at 03:08AM

Show HN: Ask Naval Ravikant https://news.ycombinator.com/item?id=34925670

Show HN: Ask Naval Ravikant I'm currently reading the almanack of Naval Ravikant. So I built a QA bot using GPT to ask questions as I review its content. Stack used: * LangChain (framework + QA agent) * Steamship (AI Infra) * Vercel (Front-end) https://ask-naval.vercel.app/ February 24, 2023 at 07:48AM

Show HN: Convert sketches into images using ControlNet https://news.ycombinator.com/item?id=34924247

Show HN: Convert sketches into images using ControlNet https://clio.so/sketch February 24, 2023 at 05:26AM

Thursday, February 23, 2023

Show HN: Parallax wallpaper engine for Linux and Windows https://news.ycombinator.com/item?id=34913485

Show HN: Parallax wallpaper engine for Linux and Windows https://github.com/jszczerbinsky/lwp February 23, 2023 at 09:22AM

Show HN: A NixOS-based declarative proxy and redirect server https://news.ycombinator.com/item?id=34911858

Show HN: A NixOS-based declarative proxy and redirect server https://github.com/hackclub/proxyparty February 23, 2023 at 07:33AM

Show HN: Xc – A Markdown Defined Task Runner https://news.ycombinator.com/item?id=34911216

Show HN: Xc – A Markdown Defined Task Runner https://github.com/joerdav/xc February 23, 2023 at 06:45AM

Show HN: Infinite Logo Maker https://news.ycombinator.com/item?id=34908997

Show HN: Infinite Logo Maker https://stadio.ai/infinite-logo-maker February 23, 2023 at 02:50AM

Show HN: ChatBotKit – The simplest way to build AI chat bots like ChatGPT https://news.ycombinator.com/item?id=34910514

Show HN: ChatBotKit – The simplest way to build AI chat bots like ChatGPT https://chatbotkit.com/ February 23, 2023 at 05:48AM

Show HN: IngestAI – NoCode ChatGPT-bot creator from your knowledge base in Slack https://news.ycombinator.com/item?id=34909921

Show HN: IngestAI – NoCode ChatGPT-bot creator from your knowledge base in Slack https://ingestai.io February 23, 2023 at 05:00AM

Show HN: Mox - Modern full-featured low-maintenance self-hosted mail server https://news.ycombinator.com/item?id=34908528

Show HN: Mox - Modern full-featured low-maintenance self-hosted mail server https://github.com/mjl-/mox February 23, 2023 at 01:20AM

Show HN: Windstatic.160 Free Elements and Layout with Tailwind CSS and Alpine.js https://news.ycombinator.com/item?id=34908004

Show HN: Windstatic.160 Free Elements and Layout with Tailwind CSS and Alpine.js https://windstatic.com/ February 22, 2023 at 11:51PM

Wednesday, February 22, 2023

Show HN: Write – a distraction-free text editor to improve your writing skills https://news.ycombinator.com/item?id=34899446

Show HN: Write – a distraction-free text editor to improve your writing skills https://github.com/stoope/writer February 22, 2023 at 09:41AM

Show HN: We’re open-sourcing our session replay tool https://news.ycombinator.com/item?id=34897645

Show HN: We’re open-sourcing our session replay tool Hey HN! We’re open-sourcing highlight.io ( https://github.com/highlight/highlight ), a session replay and error monitoring tool. Highlight.io gives you a high-precision video-like replay of what users are doing when an error or exception occurs in your web app, along with a full-fledged error monitoring experience (similar to bugsnag, rollbar, etc..). The main value prop of highlight.io is that we help you understand the full context surrounding an error and allow you to drill down to the code path that a user invoked (i.e user clicked button X, sent network request Y, and backend code Z was executed). Some of our customers compare this to a “web debugger” of sorts. A picture of what this looks like in our app is here [1]. For some background, when we worked at our previous companies as engineers, we encountered hard-to-reproduce issues spanning across both the frontend and backend. The main issues were (1) if a customer complained about a problem, it was hard to reproduce the issue without asking for a screen-share or jumping on a video call; and (2) when viewing errors caught by tools like BugSnag or Rollbar, understanding the triggered code path required stitching together logs, errors, and trace; all from different sources. Highlight.io is completely open source and written in Go and Typescript. To build the replay capability, we use an open source project called rrweb [2] and have worked closely with their team to add support for features like canvas recording, shadow dom recording, and more [3]. Beyond that, we use the OpenTelemetry spec for our SDKs [4], which has made it pretty straight forward to support several languages, even with our small 4-person engineering team! Our product is completely self-serve at app.highlight.io. Installing it is as easy as a npm/yarn import and installing the backend sdk of your choosing. In addition, given the privacy-centric nature of session replay, we also offer the option to self-host [5]. Highlight.io currently makes money off of our hosted offering, and our self-hosted deployment is completely free. We’re also toying with the idea of an “enterprise” self-hosted deployment, similar to gitlab’s billing model, and thoughts from the community on this front would be appreciated! And as far as what’s next for us: Our customers are asking to render logs and traces on a highlight.io session (and vice versa), and we’re excited to be going deeper into a developer’s debugging stack. The long term goal is to build a platform that connects replay, errors, logs and more so that engineers can “playback” the full state of a web application. Overall, we’re quite new to the open source scene and would love the HN community to share their feedback on what we’re building. If anyone has opinions on where we’re going, or what they’d like to see in an open source monitoring product, we’re all ears. Check us out at highlight.io and at github.com/highlight/highlight to give us a shot. [1]: https://www.highlight.io/docs/getting-started/frontend-backe... [2]: https://github.com/rrweb-io/rrweb [3]: https://highlight.io/docs/general/product-features/session-r... [4]: https://opentelemetry.io/docs [5]: https://www.highlight.io/docs/general/company/open-source/se... https://github.com/highlight/highlight February 22, 2023 at 08:02AM

Show HN: Vector icons, but for viral memes https://news.ycombinator.com/item?id=34893255

Show HN: Vector icons, but for viral memes https://www.streamlinehq.com/elements/memes February 22, 2023 at 12:54AM

Show HN: Starter.place – Gumroad for Starter Repos https://news.ycombinator.com/item?id=34892985

Show HN: Starter.place – Gumroad for Starter Repos Hey HN! Starting a new project is so hard because before you actually get to building the idea itself, you have to search for tools and figure out how to piece them together. With starter.place, you can find proven starter templates/boilerplates/stacks that use the technologies you want and get to building right away. If you’ve made a starter repo you think others would find useful, you can immediately reach a wide audience without having to make your own site/app to sell it and advertise it by posting on starter.place. Just focus on building the starter all while earning from it if you so choose. starter.place is so helpful to buyers and sellers because buyers are added as view-only collaborators to the repo on GitHub, where they get continuous updates. Buyers can help drive the project by submitting issues and PRs too. Let me know what you think! And if you have a starter template but are hesitant to list it, let me know what I could do to change that. Oh and as for the app's own stack, it uses Remix, EdgeDB, and Tailwind deployed on Vercel and AWS Fargate. https://www.starter.place February 22, 2023 at 12:10AM

Tuesday, February 21, 2023

Show HN: Fenix – Rust toolchains and Rust-analyzer nightly for Nix https://news.ycombinator.com/item?id=34889075

Show HN: Fenix – Rust toolchains and Rust-analyzer nightly for Nix https://github.com/nix-community/fenix February 21, 2023 at 03:10PM

Show HN: Strada – Embed accounting automation with one API https://news.ycombinator.com/item?id=34888569

Show HN: Strada – Embed accounting automation with one API Hi HN, we’ve been working on an API that makes it easy to add a full set of accounting tools to your product. If you’re building fintech or payments software for businesses, your customers often ask for integrations to their accounting system (Quickbooks, NetSuite, etc). There’s plenty of options for solving the integration problem, but they leave lots of manual work. Customers still need to review each transaction to assign a category, vendor, department, and tax code. With the Strada API, you can offer accounting integrations, cleanse your transaction data, and automatically map transaction details based on each customer’s accounting setup. We’d love any feedback you have. If you want to chat in more detail please reach out through our website. Thanks! https://www.getstrada.co/ February 21, 2023 at 02:28PM

Show HN: Phind.com – Generative AI search engine for developers https://news.ycombinator.com/item?id=34884338

Show HN: Phind.com – Generative AI search engine for developers Hi HN, Today we're launching phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. It's version 1.0 of what was previously known as Hello (beta.sayhello.so) and has been completely reworked to be more accurate and reliable. Because it's connected to the internet, Phind is always up-to-date and has access to docs, issues, and bugs that ChatGPT hasn't seen. Like ChatGPT, you can ask followup questions. Phind is smart enough to perform a new search and join it with the existing conversation context. We're merging the best of ChatGPT with the best of Google. You're probably wondering how it's different from the new Bing. For one, we don't dumb down a user's query the way that the new Bing does. We feed your question into the model exactly as it was asked, and are laser-focused on providing developers the most detailed and comprehensive explanations to code-related questions. Secondly, we've focused the model on providing answers instead of chatbot small talk. This is one of the major improvements we've made since exiting beta. Phind has the creative abilities to generate code, write essays, and even compose some poems/raps but isn't interested in having a conversation for conversation's sake. It should refuse to state its own opinion and rather provide a comprehensive summary of what it found online. When it isn't sure, it's designed to say so. It's not perfect yet, and misinterprets answers ~5% of the time. An example of Phind's adversarial question answering ability is https://phind.com/search?q=why+is+replacing+NaCL+with+NaCN+i... . ChatGPT became useful by learning to generate answers it thinks humans will find helpful, via a technique called Reinforcement Learning from Human Feedback (RLHF). In RLHF, a model generates multiple candidate answers for a given question and a human rates which one is better. The comparison data is then fed back into the model through an algorithm such as PPO. To improve answer quality, we're deploying RLAIF — an improvement over RLHF where the AI itself generates comparison data instead of humans. Generative LLMs have already reached the point where they can review the quality of their own answers as good or better than an average human rater tasked with annotating data for RLHF. We still have a long way to go, but Phind is state-of-the-art at answering complex technical questions and writing intricate guides all while citing its sources. We'd love to hear your feedback. Examples: https://phind.com/search?q=How+to+set+up+a+CI%2FCD+pipeline+... https://phind.com/search?q=how+to+debug+pthread+race+conditi... https://phind.com/search?q=example+of+a+c%2B%2B+semaphore https://phind.com/search?q=What+is+the+best+way+to+deploy+a+... https://phind.com/search?q=show+me+when+to+use+defaultdicts+... Discord: https://discord.gg/qHj8pwYCNg https://phind.com February 21, 2023 at 09:56AM

Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install https://news.ycombinator.com/item?id=34883046

Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install https://play.questdb.io/ February 21, 2023 at 08:30AM

Show HN: A powerful prompt I discovered for landing page copy from ChatGPT https://news.ycombinator.com/item?id=34881210

Show HN: YoBulk – Open Source GPT powered CSV importer[Flatfile.com alternative] https://news.ycombinator.com/item?id=34881286

Show HN: YoBulk – Open Source GPT powered CSV importer[Flatfile.com alternative] https://github.com/yobulkdev/yobulkdev February 21, 2023 at 06:05AM

Show HN: Planlike.pro – New Estimating Tool https://news.ycombinator.com/item?id=34880008

Show HN: Planlike.pro – New Estimating Tool https://planlike.pro/ February 21, 2023 at 03:54AM

Monday, February 20, 2023

Show HN: Bing AI just ditched and ghosted me https://news.ycombinator.com/item?id=34872641

Show HN: Bing AI just ditched and ghosted me https://imgur.com/a/b1Kky4E February 20, 2023 at 12:42PM

Show HN: Forte, an open-source self-hosted music platform with lots of features https://news.ycombinator.com/item?id=34872091

Show HN: Forte, an open-source self-hosted music platform with lots of features Hey everyone, I've made a project to make your own music archive streamable and turn it into a complete music platform. The reason I've been working on this project for a while was to stream the CD's I've had at home without any cost and also make a nice looking system to manage and listen to these albums. You can host your own server and use the web player to connect. Also, it is possible to create users and give them access to your own server. Some features of the current release are group sessions, endless listening with radio, fuzzy searches, showing lyrics and specialized context menus. This was the first biggest project I've made using Vue.js and I am open to any suggestions. Feel free to leave a comment. I really appreciate your support! GitHub Repo: https://github.com/kaangiray26/forte Web Player: https://forte.buzl.uk/ https://github.com/kaangiray26/forte February 20, 2023 at 11:51AM

Show HN: The SaaS 2.0 Manifesto https://news.ycombinator.com/item?id=34870581

Show HN: The SaaS 2.0 Manifesto https://www.1place.app/blog/the-saas-2-0-manifesto February 20, 2023 at 09:46AM

Show HN: Turn Your Pandas Dataframe into a Tableau-Style UI for Visual Analysis https://news.ycombinator.com/item?id=34869244

Show HN: Turn Your Pandas Dataframe into a Tableau-Style UI for Visual Analysis Hey, guys. I've just made a plugin which turns your pandas dataframe into a tableau-style component. It allows you to explore the dataframe with easy drag-and-drop UI. You can use PyGWalker in Jupyter, Google Colab, or even Kaggle Notebook to easily explore your data and generate interactive visualizations. PyGWalker (pronounced like "Pig Walker", just for fun) is named as an abbreviation of "Python binding of Graphic Walker". Here are some links to check it out: The Github Repo: https://github.com/Kanaries/pygwalker Use PyGWalker in Kaggle: https://www.kaggle.com/asmdef/pygwalker-test Feedback and suggestions are appreciated! Please feel free to try it out and let me know what you think. Thanks for your support! https://github.com/Kanaries/pygwalker February 20, 2023 at 07:50AM

Show HN: Whisper.cpp and YAKE to Analyse Voice Reflections [iOS] https://news.ycombinator.com/item?id=34868771

Show HN: Whisper.cpp and YAKE to Analyse Voice Reflections [iOS] Six months ago, I went full-time indie, but I haven't released anything so far. The products just never felt good enough for me to publicly say this is what I'm doing now. To get out of this mindset, I decided to make an app for myself in a week, add monetization, release it and move on. The app idea was simple: Reflect on your day by answering the same four questions out loud. The answers are transcribed and with regular use you can see what influences you the most and take action. All on-device, as otherwise I wouldn't feel comfortable sharing my thoughts. I had all core features working within a day by simply modifying an existing example app. However I was dissatisfied with iOS's built-in offline transcription due to a lack of punctuation and the speech recognition permission prompt that made it seem like data would leave the device. Decided to use whisper.cpp [0] (small model) instead. This change, lead to many others, as I now felt too little of the app's code was mine. e.g.: - Added automatic mood analysis. First using sentiment analysis, then changed to a statistical approach - Show trends: First implemented TextRank to provide a summary for an individual day, then changed it to extract keywords to spot trends over weeks and months. Replaced TextRank with KeyBERT for speed and n-grams, then BERT-SQuAD, and ended on a modified YAKE [1] for subjectively better results. (Do you know of a better approach?) As a result, this tiny app took me over a month, but it still has its flaws: - Transcription is not live but performed on recordings, so if you immediately want the transcript of your most recent answer, you have to wait. - Mood and keyphrase extraction are optimized for my languages and way of speaking, so they might not generalize well. - Music in the background can result in nearly empty transcripts. Nevertheless, after using the app regularly and enjoying it, I feel ready to release. Hope you will find the app useful too. [0] Show HN: Whisper.cpp https://news.ycombinator.com/item?id=33877893 [1] YAKE: https://github.com/LIAAD/yake https://apps.apple.com/us/app/fouryou-guided-audio-journal/id1671616134 February 20, 2023 at 07:08AM

Show HN: Replbuilder, quickly build a Python REPL CLI prompt https://news.ycombinator.com/item?id=34865421

Show HN: Replbuilder, quickly build a Python REPL CLI prompt `pip install replbuilder` Making a small tool for easier repl building, no more manual argument parsing. Perfect for creating ops tools and other context heavy cli operations. https://github.com/Aperocky/replbuilder February 19, 2023 at 10:04PM

Show HN: ProtoCURL, a curl for Protobuf https://news.ycombinator.com/item?id=34866155

Show HN: ProtoCURL, a curl for Protobuf https://github.com/qaware/protocurl February 20, 2023 at 12:18AM

Show HN: Visualize Wikipedia on an Interactive Map https://news.ycombinator.com/item?id=34865829

Show HN: Visualize Wikipedia on an Interactive Map https://www.wiki2map.com/ February 19, 2023 at 11:18PM

Sunday, February 19, 2023

Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir https://news.ycombinator.com/item?id=34863291

Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir Hey, everyone. I am currently working on AllyDB, which is basically my own Redis, which I am writing in Elixir. Currently, the database is nowhere close to being ready, as you can see in the roadmap, but I am doing my best to add stuff as fast as possible. Currently the implementation is very simple, with an in memory table, an append log persistence system, as well as an interval persistence system as a backup. The database could definitely be optimized further, especially when it comes to persistence, which I am planning to do in the future. I'm also planning to use Rust NIFs for specific tasks for the performance gains over Elixir and BEAM. Writes and deletes are currently asynchronous, but I will add blocking versions of them soon. I am trying to make the system as fault tolerant as possible, and currently everything except the TCP connections are fault tolerant. I'm also working on a TypeScript client for the project, so yeah, that kind of sums it up. Feel free to check the project and the roadmap out, and let me know what I could improve or give feature or optimization ideas! Thanks, and have a nice one! https://github.com/Allyedge/allydb February 19, 2023 at 04:04PM

Show HN: A Web-Based Visual Query Designer for MySQL https://news.ycombinator.com/item?id=34859019

Show HN: A Web-Based Visual Query Designer for MySQL I built this web-based developer utility few years ago when I couldn't find any opensource GUI-based query builder for mysql (similar to what MS Access had). This app can be run locally. The online demo uses static hardcoded values. Screencast's link is included in the README file. https://codeberg.org/swapnilmj/web-vqd February 19, 2023 at 08:32AM

Show HN: Track My Bot https://news.ycombinator.com/item?id=34857443

Show HN: Track My Bot https://trackmybot.com February 19, 2023 at 05:36AM

Show HN: Manage research papers from your CLI https://news.ycombinator.com/item?id=34855064

Show HN: Manage research papers from your CLI I built this because I started reading a lot of arXiv papers and wanted a quick way to store and download them. Features: - Add a bunch of arXiv papers to Notion with auto-populated title/URL/date/authors in one command - Download PDFs of any papers you haven't saved yet in one command https://github.com/ishan0102/rsrch February 18, 2023 at 10:29PM

Show HN: Duplicate Word Finder https://news.ycombinator.com/item?id=34855524

Show HN: Duplicate Word Finder https://duplicateword.com February 19, 2023 at 12:04AM

Saturday, February 18, 2023

Show HN: Neofetch for Git Repositories https://news.ycombinator.com/item?id=34848908

Show HN: Neofetch for Git Repositories Onefetch is a command-line Git information tool that displays project information and code statistics for a local Git repository directly to your terminal. The tool is completely offline - no network access is required. Source: https://github.com/o2sh/onefetch https://onefetch.dev/ February 18, 2023 at 09:35AM

Show HN: Node.js REPL with GPT3 Completion https://news.ycombinator.com/item?id=34848210

Show HN: Node.js REPL with GPT3 Completion https://github.com/roryrjb/node-gpt-repl February 18, 2023 at 08:36AM

Show HN: Storygenie, a Tool for Better Stories https://news.ycombinator.com/item?id=34846876

Show HN: Storygenie, a Tool for Better Stories Hi HN, I'm Aron, I'm 26 and a software engineer working with different scrum teams for 6 years. I really enjoy working with the scrum process, however, most product owners care relatively less if stories are well written and have no problems refining them over and over again. That's where I saw potential: I built (yet another, I have to say regarding shownew) a website that uses the OpenAI API to generate scrum stories based on a project description and a short idea description. It works fairly well, but I would love to hear feedback from others than co-employees, and this is the only place I know to get some valuable early feedback. The website does not require any sign up, has no paid model, and I am really doing this "advertisement" only to get some feedback of any kind. The landing page is https://storygenie.io , the app itself is also directly accessible in a demo format under https://app.storygenie.io/demo :) Thank you for any feedback and greetings from Germany! Aron https://storygenie.io/ February 18, 2023 at 05:43AM

Show HN: Fluxsort, a stable Quicksort, faster and more adaptive than Timsort https://news.ycombinator.com/item?id=34846581

Show HN: Fluxsort, a stable Quicksort, faster and more adaptive than Timsort https://github.com/scandum/fluxsort February 18, 2023 at 05:01AM

Friday, February 17, 2023

Show HN: Epstein Documents, Fully Searchable https://news.ycombinator.com/item?id=34838422

Show HN: Epstein Documents, Fully Searchable https://collie.ai/show/epstein February 17, 2023 at 10:28AM

Show HN: Laudspeaker – open-source customer journey automation https://news.ycombinator.com/item?id=34835559

Show HN: Laudspeaker – open-source customer journey automation Hey HN, excited to share our open source tool with the community. We wanted to build an open source omnichannel tool where you can design customer journeys with a drag and drop editor. You can use our tool for example to design an onboarding flow so that users who sign up to your site can receive a series of predetermined emails and sms. Give it a spin and let us know how we can improve it. We also made it so you can self host. https://github.com/laudspeaker/laudspeaker February 17, 2023 at 07:14AM

Show HN: I built a custom USB Trackball https://news.ycombinator.com/item?id=34833098

Show HN: I built a custom USB Trackball https://www.xythobuz.de/trackball_v1.html February 17, 2023 at 02:42AM

Show HN: NPM package for a visual scripting editor https://news.ycombinator.com/item?id=34835857

Show HN: NPM package for a visual scripting editor Hey guys! I just released a NPM package to integrate a visual scripting editor into any node project (React, Vue, Angular... you name it). Basically, the goal is to provide your users a way to customize, automate, create new features for your product. Just like an open-source community, but without the barrier of code. Here's the homepage of the project: https://luna-park.app And a small tutorial for visual scripting: https://luna-park.app/challenge https://www.npmjs.com/package/luna-park February 17, 2023 at 07:39AM

Show HN: Tokodon 23.02 (Mastodon Client) https://news.ycombinator.com/item?id=34833253

Show HN: Tokodon 23.02 (Mastodon Client) https://carlschwan.eu/2023/02/17/tokodon-23.02.0-release/ February 17, 2023 at 03:05AM

Show HN: Runlength Encoding For Kids (card puzzle game) https://news.ycombinator.com/item?id=34832093

Show HN: Runlength Encoding For Kids (card puzzle game) https://punkx.org/runlength-for-kids/ February 17, 2023 at 12:03AM

Show HN: FreeRSS – RSS Viewer Portal https://news.ycombinator.com/item?id=34832319

Show HN: FreeRSS – RSS Viewer Portal FreeRSS was inspired by the former Google Personalized Homepage (iGoogle). Auto-detect RSS feeds from a url, drag to arrange widgets, add a new account (free) to remember your settings. https://freerss.robdelacruz.xyz/ February 17, 2023 at 12:40AM

Thursday, February 16, 2023

Show HN: Oxen.ai – Fast Unstructured Data Version Control https://news.ycombinator.com/item?id=34825056

Show HN: Oxen.ai – Fast Unstructured Data Version Control Hi HN! This is Greg, founder of https://oxen.ai . Oxen at it's core is a version control system built from the ground up optimized for machine learning data. Just like other VCS, Oxen can a building block for a lot of workflows. We are a couple ex-IBM Watson engineers who have seen the waves of AI and know the importance of matching the correct data to the correct model deployment in ML workflows. The commands are modeled one-for-one after git, but can handle large unstructured datasets of images, videos, audio, text, as well as tabular data. If you have a few minutes, go to https://github.com/Oxen-AI/oxen-release#-oxen and check it out! Built in Rust, with modern hashing algorithms and network protocols, it can index hundreds of thousands of images, video, audio, text, in seconds. The vision is to help collaboration on data be as easy as collaboration on code. It still feels like we are in the dark ages of iterating on machine learning datasets, downloading zip files, dumping on s3, or using legacy technology like git-lfs. We would also love to see a community grow around open source datasets, just like open source code. There is a web hub at https://www.oxen.ai where you can sign up for free. Let us know what data you are training your models on today! Running models without the proper dataset infrastructure to iterate on can take the "learn" out of machine learning. With Oxen, we help close that loop. https://github.com/Oxen-AI/oxen-release February 16, 2023 at 12:05PM

Show HN: Favird – A listing with listings of interesting things https://news.ycombinator.com/item?id=34824907

Show HN: Favird – A listing with listings of interesting things https://favird.com February 16, 2023 at 11:56AM

Show HN: High School – A Redis Mutex in Ruby and Lua https://news.ycombinator.com/item?id=34821887

Show HN: High School – A Redis Mutex in Ruby and Lua https://census.dev/blog/high-school February 16, 2023 at 09:26AM

Show HN: JinbuPal – Learning Chinese doesn't have to be difficult https://news.ycombinator.com/item?id=34818481

Show HN: JinbuPal – Learning Chinese doesn't have to be difficult My co-founder and I built a Chinese language learning web app that helps you quickly master the most common Chinese characters and recognize 95% of real content. JinbuPal uniquely enhances learning for maximized progress by allowing effortless personalization of your daily study. When I dreamed up JinbuPal, I was a maker just like others in the HN community. I was working on my electronic hardware startup and I thought that learning the fundamentals of Chinese would help me communicate with manufacturers in Shenzhen. We designed JinbuPal to help you leverage data and your own curiosity to learn as fast as possible. JinbuPal is built for (and by) analytical thinkers with a desire to “hack” Chinese learning and easily identify the “low hanging fruit” to speed up their learning process. We’ve selected the highest impact characters and words, allowing you to make more substantial progress gains with your early study. JinbuPal provides countless ways for you to filter and sort cards, identifying the easiest content for you to learn each day based on your current level and your own curiosity. As you familiarize yourself with characters, you can also utilize these filters to study words which only include characters you are already familiar with. JinbuPal boosts confidence by giving you real-time feedback of how well you can apply your Chinese skills in the real world. We do this with the JinbuPal Score, which is a metric for what percentage of Chinese you should recognize on average in real content based on our analysis of millions of characters of Chinese text. We then help you to find authentic Chinese content that actually interests you. Finally, you can see your JinbuPal Score come to life by pairing your account with the JinbuPal Chrome extension, analyzing webpages, and visually seeing in your browser how much Chinese you’ve already studied from any given webpage. Once you complete the content in JinbuPal, you should recognize, on average, around 95% of Chinese characters you encounter. Please take a look at the explainer video embedded on our webpage and register for a free account. I gladly welcome your feedback and anything you’d like to share about your own experience learning Chinese. Thanks! -Mike https://jinbupal.com/ February 16, 2023 at 05:45AM

Show HN: Duffel (YC S18) – The fastest way to sell flights https://news.ycombinator.com/item?id=34818317

Show HN: Duffel (YC S18) – The fastest way to sell flights Hi everyone! I'm Steve, founder and CEO of Duffel. We're so excited to introduce Duffel Links today - a low code solution to sell flights online fast. Through one single API request, offer your customers a best-in-class shopping experience tailored to your brand. Since day 1, we've made it our mission to break down barriers in the travel industry and make it easy for anyone to start selling travel. Now with Links, you can still use Duffel even if you don't have technical skills. It truly has never been easier to get started selling travel. The Problem: We've removed many blockers to selling flights, but until today, offering even a simple flight shopping experience could be a complicated task. Even with our APIs and components, you would still face challenges such as handling search inputs for passengers of all ages, getting the details of one-way, return and multi-city trips and more. The Solution: Enter Duffel Links! Links take care of all of this for you so you can start offering flights to your customers immediately; with a single API call, you can generate a link where your customer can access our best-in-class flight shopping experience, customised to match your brand. Leverage thousands of hours of product design and travel expertise every time you generate a link. Key features: -Search intuitively - Your customers will be able to input search parameters to ensure they see the most relevant flights and filter itineraries, so they can find the perfectly timed flight. -Optimised for conversion - When booking, they can pick the fare with the right level of flexibility and amenities, complete our simple checkout, and instantly access all the information needed to fly. -Access to 300+ airlines - including low-cost carriers, NDC and GDS. -Add markups - Quickly and dynamically add markups to fares when creating a link and easily charge your customers. Up-sell to your customers by offering premium seats and paid bags. -Make it your own - Customise the entire search and book experience to match your brand. Include your logo, custom URL and brand colours throughout. -Compatible with all screen sizes - Links is fully responsive for all devices - including mobiles, tablets and desktops. Feel free to try Links today - we're looking forward to your feedback and comments. Thanks, Steve https://duffel.com/links February 16, 2023 at 05:27AM

Show HN: Vircon32 – A virtual, simplified 32-bit game console https://news.ycombinator.com/item?id=34817920

Show HN: Vircon32 – A virtual, simplified 32-bit game console Vircon32 is a virtual game console designed from scratch to be as simple and portable as possible. Its main focus is to actually have interesting games to play, rather than just being a programmer sandbox. Console features are in line with the 32-bit generation (PSX/Saturn): true color, transparencies, CD-quality audio, memory card... But to keep simplicity, this is a 2D machine only. http://www.vircon32.com February 16, 2023 at 04:40AM

Show HN: I made a super simple iOS app to track expenses https://news.ycombinator.com/item?id=34816632

Show HN: I made a super simple iOS app to track expenses My Expenses is a very simple app to track expenses for one-time budgets. Let's say you're going on vacations in Italy and you want to allocate $1.500 to this trip. You create a budget "Italy" in 30 seconds and you're ready to go. Each time you make an expense in Italy, you add it to the app in a few seconds and you instantly know you're remaining budget. I'm bored of super complex apps. Yes, they do a lot of things, but it often takes a while to get used to the app and understand all its features. That's why I created this app. I want people to be able to track their expenses in seconds, as quickly and simply as possible. It's available on iPhone, iPad and Mac. https://apps.apple.com/us/app/my-expenses-budget-tracker/id1663043762 February 16, 2023 at 01:17AM

Wednesday, February 15, 2023

Show HN: I built a site to roast landing pages https://news.ycombinator.com/item?id=34801932

Show HN: I built a site to roast landing pages https://www.roastd.io/ February 15, 2023 at 02:10AM

Show HN: Turn Jupyter Notebook to Web App https://news.ycombinator.com/item?id=34801745

Show HN: Turn Jupyter Notebook to Web App https://RunMercury.com February 15, 2023 at 01:36AM

Show HN: Explore careers that you don't know even exist https://news.ycombinator.com/item?id=34801762

Show HN: Explore careers that you don't know even exist "Excited to launch CareerGPT.ai on Hacker news today! We're on a mission to help people ..yada...yada" No, that's ChatGPT's writing, not mine :) Folks, I was a PhD student once, in a non-home country, and just wished to know what was it like to go and work in the industry, being a programmer, or started a company. Torn apart between choices, I just wished there was a totally unbiased counselor to talk to. I couldn't do that with my supervisor since he always encouraged me to finish the thesis (of course). Heck, had ChatGPT exist back then, I would have had more infos and made decision easier. So why not launching one, on the back of the collective "intelligence" and "creativity" of large language model. About building the product: Yes, I call OpenAI's API, but need to do some 'prompt engineering', updating temperature along the conversation. Just tell me what you think. Thanks. https://careergpt.ai February 15, 2023 at 01:39AM

Tuesday, February 14, 2023

Show HN: JSON Parser in C https://news.ycombinator.com/item?id=34793643

Show HN: JSON Parser in C A JSON parser in c with some SIMD optimisation for skipping whitespace. The numerical and string parsing functions split out so they are independantly runnable. They were for me the 2 most difficult to understand how they work and to show how the parser was composed of lots of smaller parsers. https://github.com/Jamesbarford/easy-json February 14, 2023 at 10:23AM

New Express Service Comes to the 1 California

New Express Service Comes to the 1 California
By Melissa Culross

Photo showing a pole on the street painted yellow that says bus stop, 1, 1X

Newly painted Muni flag stop indicating the pilot 1X California Express

Beginning February 21, 2023, a pilot program will offer express bus service on the new 1X California Express between the Richmond neighborhood and the Financial District. The SFMTA plays a significant role in San Francisco’s economic recovery, and this pilot that serves downtown is part of that. 

We have been working on improving travel time and reliability over the last several years. Travel times are now 11% quicker on the 1 California thanks to new transit lanes on California, Clay and Sacramento streets. But our work is not done on the corridor! The new 1X California express will provide another option for riders to zoom from the inner Richmond into and out of downtown even faster. We also expect this service to ease crowding on the 1 California as more people head back to the office. 

Three morning 1X California Express buses will depart from 33rd Avenue and Geary Boulevard at 8:00 a.m., 8:30 a.m. and 9:00 a.m. They will make stops along 33rd Avenue, 32nd Avenue and California Street until Arguello Street, then express straight to Downtown.  

Three afternoon 1X California Express buses back to the Richmond will depart from Sacramento and Davis streets at 4:30 p.m., 5:00 p.m. and 5:30 p.m. They will make three downtown stops and then express straight to Arguello and California. The first two outbound stops of the 1X California Express have been aligned with 1 California local stops to improve convenience for Muni customers. The last downtown stop is at David and Pine streets.  

You can find more detailed service information on the 1X route page (SFMTA.com/1X). 

The SFMTA is monitoring this pilot and will evaluate whether to make it permanent based on the needs of our riders. Let us know what you think at the Muni Feedback page. 

We are excited about this opportunity to support the recovery of downtown San Francisco by offering people this swift way to get there. 



Published February 14, 2023 at 10:01AM
https://www.sfmta.com/blog/new-express-service-comes-1-california

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://news.ycombinator.com/item?id=34790781

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://screenshot.rocks February 14, 2023 at 07:35AM

Show HN: We made a voice-controlled personal assistant with Whisper and GPT-3 https://news.ycombinator.com/item?id=34790899

Show HN: We made a voice-controlled personal assistant with Whisper and GPT-3 https://twitter.com/chidiwilliams__/status/1625209225835122689 February 14, 2023 at 07:42AM

Show HN: Build Data Web Apps in Jupyter Notebook https://news.ycombinator.com/item?id=34788526

Show HN: Build Data Web Apps in Jupyter Notebook https://runmercury.com February 14, 2023 at 04:45AM

Show HN: Data Painter – A Different Way to Interact with Your Data https://news.ycombinator.com/item?id=34789698

Show HN: Data Painter – A Different Way to Interact with Your Data Data Painter is RATH's new feature to interact with your data. It helps you to specify complex visual patterns and find explanations and potential causals. It allows you to do on-flight data labeling, cleaning or even create new features does not exited in original dataset. Everything can be done with a brush tool(painter), You can even play with your data with your fingers on mobile. RATH is an open-source alternative to Tableau, but with more automations. Feedbacks and suggestions is appreciated. RATH's Github: https://github.com/Kanaries/Rath RATH's HomePage: https://kanaries.net/ https://docs.kanaries.net/rath/tutorials/data-painter/ February 14, 2023 at 06:24AM

Show HN: Track and Compare Audio Transcription with Whisper × W&B https://news.ycombinator.com/item?id=34789339

Show HN: Track and Compare Audio Transcription with Whisper × W&B Hi HN, based on Whisper [0] and Whisper.cpp [1], I created a comparison of transcription performance (quantitative metrics such as relative speed). You can find the code in the Colab [2] and a blog post [3] containing a how-to guide and visualizations. In the future, I'd love to add WER evaluation and visualizations based on ground-truth data. Bonus: Normally you would log these results from Python to Weights & Biases, but there is a way to log even from C++ / the cli by using `subprocess` Would love to know what you think of this comparison and what features / attributes you would like to see in a more sophisticated comparison. Thanks! [0]: https://news.ycombinator.com/item?id=32927360 [1]: https://news.ycombinator.com/item?id=33877893 [2]: https://colab.research.google.com/drive/1mXZUdIbvdNVOFRJaIhW... [3]: https://wandb.ai/hans-ramsl/gradient-dissent-transcription/r... https://wandb.ai/hans-ramsl/gradient-dissent-transcription/reports/How-to-Track-and-Compare-Audio-Transcriptions-with-Whisper-and-Weights-Biases--VmlldzozNDc5OTg2 February 14, 2023 at 06:01AM

Show HN: First Steps: Making your own voice activated virtual assistant https://news.ycombinator.com/item?id=34786179

Show HN: First Steps: Making your own voice activated virtual assistant This is some hacked together python for the beginnings of a voice -> text -> ML -> voice cycle I put together in the last couple of days as a base for building completely local virtual assistants. https://colechristensen.substack.com/p/first-steps-making-your-own-voice February 13, 2023 at 10:33PM

Monday, February 13, 2023

Show HN: Sign-up flows from 100s of websites made publicly available https://news.ycombinator.com/item?id=34777251

Show HN: Sign-up flows from 100s of websites made publicly available Hi HN! Fil here from Formsort ( https://formsort.com/ ). We just launched Fineflows, a design gallery that showcases leading sign-up flows from around the web. Why? My team has been building sign-up flows for close to a decade across mortgages and healthcare. We’ve spent a lot of time working through the technical and design aspects of this problem, such as state management (getting that pesky back button to work), design flexibility, and data enrichment. Time and again, we’ve seen product teams who don’t know what to build even though they can . Often times, builders of forms start their process by looking at what other people are doing, answering questions like: What are different ways error validations are done? Should I use photos of people, or is text enough? Is it appropriate to use emojis in forms? How can I decline a user in a polite yet firm way? To that end, we set out to capture as many different form flows as we could and make them available. We’ve found it to be an invaluable resource ourselves, and many of our customers have used it to improve their own designs. I’m always shocked by how often people reinvent the wheel instead of using a tried-and-true technique, and I hope that we’re helping address that problem. Take a look at the gallery at ( https://fineflows.formsort.com ), or head to Formsort’s homepage to start building yourself! Would love to hear any feedback, inspiration, or thoughts, as we are just getting this off the ground :) https://fineflows.com February 13, 2023 at 09:51AM

Show HN: We built a managed Kubernetes provider at half the cost of AWS https://news.ycombinator.com/item?id=34776328

Show HN: We built a managed Kubernetes provider at half the cost of AWS Since there’s a few discussions recently on $4 VPSes we thought you might be interested in Symbiosis, a cheaper and simpler managed k8s provider. Supported features include external LBs, encrypted+replicated storage and autoscaler. Infrastructure can be managed with UI, CLI, Terraform or Pulumi. Control planes are free of charge and a 1vCPU/2GB node goes for $6 per month. We’re live in Germany right now and we’re expanding into US during 2023. Feel free to try it out and leave a comment. https://symbiosis.host/ February 13, 2023 at 09:04AM

Show HN: MyJekyllBlog – an open source CMS and web host for Jekyll blogs https://news.ycombinator.com/item?id=34775025

Show HN: MyJekyllBlog – an open source CMS and web host for Jekyll blogs https://myjekyllblog.com/ February 13, 2023 at 07:50AM

Sunday, February 12, 2023

Show HN: Self-host Whisper As a Service with GUI and queueing https://news.ycombinator.com/item?id=34770898

Show HN: Self-host Whisper As a Service with GUI and queueing Schibsted created a transcription service for our journalists to transcribe audio interviews and podcasts really quick. https://github.com/schibsted/WAAS February 12, 2023 at 11:00PM

Show HN: Toodle.Studio is an art playground with Lisp and turtles https://news.ycombinator.com/item?id=34753407

Show HN: Toodle.Studio is an art playground with Lisp and turtles https://toodle.studio February 11, 2023 at 07:54AM

Show HN: Nix-init – Generate Nix packages from URLs with dependency inference https://news.ycombinator.com/item?id=34765421

Show HN: Nix-init – Generate Nix packages from URLs with dependency inference https://github.com/nix-community/nix-init February 12, 2023 at 10:34AM

Show HN: HN Pop-Up – Hover on HN Username to See Their Profile https://news.ycombinator.com/item?id=34765307

Show HN: HN Pop-Up – Hover on HN Username to See Their Profile https://github.com/mudulo/hnpopup February 12, 2023 at 10:25AM

Show HN: Get an AI generated quiz from any YouTube video https://news.ycombinator.com/item?id=34763124

Show HN: Get an AI generated quiz from any YouTube video https://qtubeai.com/ February 12, 2023 at 06:43AM

Show HN: Jendeley – JSON-based document organizing software https://news.ycombinator.com/item?id=34747285

Show HN: Jendeley – JSON-based document organizing software I created jendeley to help organize documents for programmers. - jendeley is JSON-based. You can see and edit your database quickly. - jendeley works locally. Your important database is owned only by you. No cloud. - jendeley is browser-based. You can run it anywhere node.js runs. Repository: https://github.com/akawashiro/jendeley https://akawashiro.github.io/jendeley/ February 10, 2023 at 03:10PM

Show HN: Vettel – a tiny key value store that's faster than Redis (sort of) https://news.ycombinator.com/item?id=34760870

Show HN: Vettel – a tiny key value store that's faster than Redis (sort of) https://github.com/japrozs/vettel February 11, 2023 at 11:59PM

Saturday, February 11, 2023

Show HN: Log collector that runs on a $4 VPS https://news.ycombinator.com/item?id=34756156

Show HN: Log collector that runs on a $4 VPS Hey guys, I'm building erlog to try and solve problems with logging. While trying to add logs to my application, I couldn't find any lightweight log platform which was easy to set up without adding tons of dependencies to my code, or configuring 10,000 files. ErLog is just a simple go web server which batch inserts json logs into an sqlite3 server. Through tuning sqlite3 and batching inserts, I find I can get around 8k log insertions/sec which is fast enough for small projects. This is just an MVP, and I plan to add more features once I talk to users. If anyone has any problems with logging, feel free to leave a comment and I'd love to help you out. https://github.com/Nevin1901/erlog February 11, 2023 at 12:44PM

Show HN: For Product Managers – curated collection of tools https://news.ycombinator.com/item?id=34754167

Show HN: For Product Managers – curated collection of tools Curated collection of tools and frameworks for product managers, startup founders and delivery managers. https://www.narrativeplus.net February 11, 2023 at 09:14AM

Show HN: My personal website designed in the style of Windows 95 https://news.ycombinator.com/item?id=34754997

Show HN: My personal website designed in the style of Windows 95 link: https://kaibelmo.vercel.app github repo: https://github.com/KaiBelmo/kai-belmo Your thoughts and recommendations are highly appreciated :) https://kaibelmo.vercel.app February 11, 2023 at 10:44AM

Show HN: C64 and Plus/4 compared. Justice to a forgotten 8-bit home computer https://news.ycombinator.com/item?id=34754296

Show HN: C64 and Plus/4 compared. Justice to a forgotten 8-bit home computer https://www.youtube.com/watch?v=fcZiDn3fxh8 February 11, 2023 at 09:27AM

Show HN: I’m an introvert – made an app to help maintain connections with people https://news.ycombinator.com/item?id=34753853

Show HN: I’m an introvert – made an app to help maintain connections with people https://play.google.com/store/apps/details?id=dev.mtc.ga&hl=en_US&gl=US February 11, 2023 at 08:42AM

Show HN: Experimenting with GPT-3: Building an Investment Analyst https://news.ycombinator.com/item?id=34752627

Show HN: Experimenting with GPT-3: Building an Investment Analyst We have been experimenting with using GPT3's reasoning capabilities to build an investment analyst that does this : (1) Summarize relevant news of the last 30 days, (2) Write a SWOT analysis, (3) Identify competitors, (4) Identify Key Risks, and (5) Write three investment theses (bull, neutral, bear) Here is an example how this can look like: https://app.finclout.io/tp/MSFT https://app.finclout.io/tp/LYFT https://app.finclout.io/tp/AAPL https://app.finclout.io/tp/UBER So far, the results of getting reliable data back through well-engineered prompts through the API is quite promising. Yet, from an operational perspective, the biggest problem is that even though we are not using the free service but pay for it frequently run into rate limits. Positives: For Apple, the News Summary provided a useful result. "Apple Inc. is launching Apple Pay Later soon to revolutionize the buy now, pay later (BNPL) industry. Its stock is currently indicating a potential move to $167. The company is also facing an investigation by the Pomerantz Law Firm on behalf of iPhone 7 owners who experienced performance degradation following a device update. Apple's latest iPhones are being sold at discounts in China and the company is expected to rollout a high-end iPhone 'Ultra' in 2024. Additionally, two top market watchers discussed tech's wild run this year." For Microsoft, the Bull-case made more sense than the Bear-case Bull-case "Microsoft Corporation is a technology leader in the industry and is well-positioned to benefit from the increasing demand for cloud computing and artificial intelligence. The company's strong balance sheet, competitive advantages, and focus on innovation make it an attractive long-term investment Bear-case "Microsoft Corporation is a large, mature company with limited growth potential. The company is facing increasing competition from smaller, more nimble competitors and is struggling to keep up with the rapid pace of technological change. Investors should b e wary of investing in Microsoft due to its lack of innovation and potential for declining market share." Negatives: GPT3 is only guessing the next best word. Which might sometimes provide strange results. For example, considering the News Summary for Uber "Uber Technologies, Inc. reported a surge in fourth-quarter revenues and a strong outlook for 2021." We are not in 2021 anymore for a long while. Clearly, GPT3's knowledge of the Yahoo finance dataset has been cut off in 2021 and applied the provided news effectively. For AAPL, GPT3 did not identify any competitors. While we could argue that HP, MSFT, or similar hardware+software companies are in fact, competitors. In conclusion, we need to further investigate if the actual reasoning of GPT3 is mature enough to provide a useful analysis of the stock. Especially under liability considerations. Yet, if it works it could be a really powerful game-changer. Clearly, that is only an experiment and shouldn't be used as an investment recommendation nor seen as investment advice in any way. February 11, 2023 at 06:36AM

Show HN: Sharrr – Pretty secure file transfer https://news.ycombinator.com/item?id=34750759

Show HN: Sharrr – Pretty secure file transfer End-to-encrypted file transfer. https://www.sharrr.com/ February 11, 2023 at 01:06AM

Friday, February 10, 2023

Show HN: Bashi – open-source and extensible AI assistant platform and app https://news.ycombinator.com/item?id=34741801

Show HN: Bashi – open-source and extensible AI assistant platform and app https://github.com/nathankot/bashi February 10, 2023 at 08:26AM

Show HN: Dslcad a programming language and interpreter for building 3D models https://news.ycombinator.com/item?id=34740463

Show HN: Dslcad a programming language and interpreter for building 3D models Hey HN. Over the last half a year I have been working on a 3D CAD programming language called DSLCAD. Today I am here to show my first release! It is heavily inspired by OpenSCAD which got me hooked on the idea of a CAD programming language and what it can do. Please let me know what you think. Ill be in the thread to answer any questions you may have. https://github.com/DSchroer/dslcad February 10, 2023 at 06:58AM

Show HN: Doc Search – a research tool for finding PDFs on the web https://news.ycombinator.com/item?id=34740191

Show HN: Doc Search – a research tool for finding PDFs on the web https://parksdigital.com/doc-search/ February 10, 2023 at 06:39AM

Show HN: I made a tabletop RPG for remote groups https://news.ycombinator.com/item?id=34738542

Show HN: I made a tabletop RPG for remote groups URL: https://triumvene.com/ Short version - Dungeons & Dragons with less fighting and more trolley problems. Built as a digital platform. I'm building a non-combat focused tabletop RPG. There's going to be a persistent world with a small dump of lore each month, and larger world events twice a year. Campaigns are between groups of players in a shared world. We're planning an actual play series and a bunch of other interesting things at the moment as well. Happy to give any HN readers a free account to play around with. There's no VTT element and there's no plan to build one; instead it's focused on group storytelling and logging the story, rather than combat and world management. The world and rule set is very much built to be around levelling the playing field so the GM isn't expected to buy everything and be the centre of the world. Instead, players have as much agency as the GM does, and the world lore is free to access. Registration link - https://triumvene.com/#/portal/register Sign up for the free preview and I'll upgrade you to a full account. Contact info - pete at watson-wail dot es. Feedback welcome! February 10, 2023 at 03:57AM

Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available https://news.ycombinator.com/item?id=34738340

Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available I have been collecting a lot of AI tools lately, put them in a web directory, categorized and updated daily. The idea to provide you with the means to get updates however you need (RSS, telegram, social media, etc) It's a work in progress. Looking to make this useful, let me know your ideas and comments .. https://topAi.tools February 10, 2023 at 03:31AM

Show HN: A Chrome extension to improve your website performance https://news.ycombinator.com/item?id=34737770

Show HN: A Chrome extension to improve your website performance https://medium.com/studocu-techblog/a-chrome-extension-to-help-reduce-your-dom-size-ace9c114c54 February 10, 2023 at 02:09AM

Show HN: MrScraper – A visual web-scraping tool https://news.ycombinator.com/item?id=34736691

Show HN: MrScraper – A visual web-scraping tool Two months ago, I started building this side-project in the morning, before my full-time job. A visual and easy-to-use web scraping app. Please, roast it a bit so I can work on improving it. Thanks. https://mrscraper.com February 9, 2023 at 11:19PM

Thursday, February 9, 2023

Show HN: I made a tool that turns screenshots into dramatically angled photos https://news.ycombinator.com/item?id=34729849

Show HN: I made a tool that turns screenshots into dramatically angled photos https://www.screenstab.com/editor/ February 9, 2023 at 11:28AM

Show HN: PodText.ai – Search anything said on a podcast, Highlight text to play https://news.ycombinator.com/item?id=34727695

Show HN: PodText.ai – Search anything said on a podcast, Highlight text to play Hi HN, wanted to share a project that I’ve been working on recently. PodText allows users to find anything said on a podcast. You can also listen and share clips to a specific part of the podcast audio, simply by highlighting the text of that part. Currently there are just over 25k podcast episodes and I’m adding a lot more in the coming weeks (yes my GPU bill is painful). In order to monetize it, I’m building a sponsorship database to help sponsors find podcasts and vice versa. This will be sold in the form of a $99/month “PodText Business” subscription. I bet I could charge a lot more to large sponsors but I’ll tweak that as I talk to potential customers. Right now the UI is very bare bones (doesn’t even have pagination) but I’ll polish it once the data pipeline is working well. Please let me know if you run into any bugs or have any questions about the site or business model. https://podtext.ai February 9, 2023 at 09:33AM

Show HN: Calendly Alternative https://news.ycombinator.com/item?id=34722108

Show HN: Calendly Alternative https://github.com/dayschedule/dayschedule-widget February 9, 2023 at 02:44AM

Show HN: I Made a Todo List for Developer Power Users [video] https://news.ycombinator.com/item?id=34723976

Show HN: I Made a Todo List for Developer Power Users [video] Hey HN, I've been working on Todool for a year trying to make an editor that fits my development workflow. a) Fast text-editing without needing to touch the mouse b) Multi-Selection to perform commands on more than a single line c) Switching between List/Kanban mode You can try the free demo at itch.io for (Windows/Linux) https://skytrias.itch.io/todool#demo https://www.youtube.com/watch?v=pGmdX8Znv5g February 9, 2023 at 06:01AM

Show HN: Supertweak – Chrome extension to easily tweak Tailwind websites live https://news.ycombinator.com/item?id=34722994

Show HN: Supertweak – Chrome extension to easily tweak Tailwind websites live Hey everyone, I've made a chrome extension that makes designing and building Tailwind websites much simpler and faster. It let's you quickly tweak your website right inside the browser and copy back classes or html to your editor afterwards. As a developer who designs with code, I personally find it very useful in iterating on design quickly without any context switching. Please give it a try and let me know what you think! website: https://supertweak.dev https://supertweak.dev?ref=hn February 9, 2023 at 04:32AM

Show HN: A lightweight flutter game framework, Support iOS Android and web https://news.ycombinator.com/item?id=34721270

Show HN: A lightweight flutter game framework, Support iOS Android and web https://github.com/flutterkit/zerker February 9, 2023 at 12:44AM

Wednesday, February 8, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612


from bitly https://bit.ly/3x5nWb5
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612


from bitly https://bit.ly/3I8KoXd
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612


from bitly https://bit.ly/3IaglP8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612


from bitly https://bit.ly/3IaglP8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612


from bitly https://bit.ly/3IaglP8
via IFTTT

Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://news.ycombinator.com/item?id=34708612

Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://www.indiehackers.com/post/i-just-wrote-a-novella-with-gpt-3-ama-f812e3822e February 8, 2023 at 06:40AM

Tuesday, February 7, 2023

Show HN: Database of every VC investment memo https://news.ycombinator.com/item?id=34692749

Show HN: Database of every VC investment memo https://www.vcinsights.co/ February 7, 2023 at 05:56AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149


from bitly https://bit.ly/40EvQWL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149


from bitly https://bit.ly/3I2hVCy
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149


from bitly https://bit.ly/3DNv7bH
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149


from bitly https://bit.ly/3DNv7bH
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149


from bitly https://bit.ly/3DNv7bH
via IFTTT

Show HN: Utm.zone – Bulk UTM link builder https://news.ycombinator.com/item?id=34690149

Show HN: Utm.zone – Bulk UTM link builder Hey HN! There are many UTM link builder tools out there, but all of them seem to generate one link at a time. Generating links in bulk helps you avoid mistakes. With https://utm.zone/ you can: - generate utm links in bulk - share/save your link sets with your team/client https://utm.zone/ February 7, 2023 at 12:22AM

Monday, February 6, 2023

Show HN: Simple and Secure Personal Backups https://news.ycombinator.com/item?id=34677469

Show HN: Simple and Secure Personal Backups spb is a CLI backing up your local folders into S3 while encrypting everything client side. https://github.com/andimarek/spb February 6, 2023 at 06:10AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643


from bitly https://bit.ly/3RCBNiL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643


from bitly https://bit.ly/3wYBl4N
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643


from bitly https://bit.ly/3RCwCiP
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643


from bitly https://bit.ly/3RCwCiP
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643


from bitly https://bit.ly/3RCwCiP
via IFTTT

Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://news.ycombinator.com/item?id=34676643

Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://sheetsify.app/ February 6, 2023 at 04:56AM

Sunday, February 5, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Fast VHDL language server written in Rust https://news.ycombinator.com/item?id=34658656


from bitly https://bit.ly/3DGvSDs
via IFTTT

Show HN: Dynamic UI Generation with GPT https://news.ycombinator.com/item?id=34664792

Show HN: Dynamic UI Generation with GPT https://github.com/mmmaia/dynamic-gpt-ui February 5, 2023 at 05:40AM

New Capital Entrepreneur LLC Consultants: Show HN: Fast VHDL language server written in Rust https://news.ycombinator.com/item?id=34658656


from bitly https://bit.ly/3HCeS2w
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Fast VHDL language server written in Rust https://news.ycombinator.com/item?id=34658656


from bitly https://bit.ly/3HCeS2w
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Fast VHDL language server written in Rust https://news.ycombinator.com/item?id=34658656


from bitly https://bit.ly/3HCeS2w
via IFTTT

Show HN: Fast VHDL language server written in Rust https://news.ycombinator.com/item?id=34658656

Show HN: Fast VHDL language server written in Rust I want to share a VHDL language server I have written in Rust. It is now in a really good state and is ready to be the daily driver for someone working on VHDL. It is completely free and open source, enjoy! The performance is great, it can load 200k lines in 200ms using all 8-cores on my desktop. When loaded it only consumes 220 MB of RAM. It supports goto/find-references as well as type checking for close to all of VHDL-2008. https://github.com/VHDL-LS/rust_hdl February 4, 2023 at 01:40PM

Saturday, February 4, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3X846Xk
via IFTTT

Show HN: Mass Dissent – Easily send a letter to U.S. Congress representatives https://news.ycombinator.com/item?id=34653970

Show HN: Mass Dissent – Easily send a letter to U.S. Congress representatives Hi HN! I just launched the MVP of Mass Dissent, a website that provides an easy way to send a short message as physical mail to your representatives in the U.S. Congress. The site reduces the effort required to send a letter to an elected official, hopefully resulting in more people writing to their representatives regarding the issues they care about. Originally, the idea was to allow users to select Tweets to print onto a postcard that would be sent to their representatives. However, last fall the Twitter OAuth API stopped working (for me at least), so I decided to pivot slightly to allowing users to compose a message directly on Mass Dissent. This has a side benefit of allowing users to write longer messages than what would be available using Tweets. Some notes on the technologies used: - The code is written in TypeScript[1], uses Next.js[2] and the MUI[3] React component library for the UI, and the backend APIs are created using tRPC[4]. - The site is hosted on Vercel[5] and it's using Supabase[6] for the DB. - The messages themselves are printed and mailed using Lob[7]. I also store the representatives' addresses in Lob so I don't need to maintain a separate DB table for this. - I'm able to get congress member data from the Congress.gov API[8] (though some post-processing is required because, for example, a few members are missing a headshot image). I created a little CLI tool using Rust[9] to fetch the data from Congress.gov, normalize it for usage by the site, and upload the addresses to Lob. The representatives data is pretty static so I just store it as a big JSON file on the server-side. - Payments are processed using Stripe[10] and payment notification emails are sent using Sendgrid[11]. - Previously, when the site was integrated with the Twitter OAuth API, it was also using NextAuth.js[12], but there currently isn't much need for auth so I removed it for now. At my day job I'm mainly a backend dev working with Java/AWS, so it's been a lot of fun playing with all these different technologies! [1]: https://www.typescriptlang.org/ [2]: https://nextjs.org/ [3]: https://mui.com/ [4]: https://trpc.io/ [5]: https://vercel.com/ [6]: https://supabase.com/ [7]: https://www.lob.com/ [8]: https://api.congress.gov/ [9]: https://www.rust-lang.org/ [10]: https://stripe.com/ [11]: https://sendgrid.com/ [12]: https://next-auth.js.org/ https://massdissent.com February 4, 2023 at 04:30AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3Y7qCB2
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3X846Xk
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3Rz58uz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3Rz58uz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309


from bitly https://bit.ly/3Rz58uz
via IFTTT

Show HN: Type-safe internationalization library for TypeScript https://news.ycombinator.com/item?id=34653309

Show HN: Type-safe internationalization library for TypeScript https://github.com/tanekloc/tmsg February 4, 2023 at 02:17AM

Friday, February 3, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121


from bitly https://bit.ly/3l8C0hg
via IFTTT

Show HN: DriftDB is an open source WebSocket backend for real-time apps https://news.ycombinator.com/item?id=34639728

Show HN: DriftDB is an open source WebSocket backend for real-time apps https://driftdb.com/ February 3, 2023 at 03:12AM

New Capital Entrepreneur LLC Consultants: Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121


from bitly https://bit.ly/3l17whf
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121


from bitly https://bit.ly/3l8C0hg
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121


from bitly https://bit.ly/3l17whf
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121


from bitly https://bit.ly/3l17whf
via IFTTT

Show HN: I can get you 10x more users with viral waitlists https://news.ycombinator.com/item?id=34639121

Show HN: I can get you 10x more users with viral waitlists https://www.zootools.co/referral-marketing February 3, 2023 at 01:29AM

Thursday, February 2, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Serverpod – The Missing Server for Flutter https://news.ycombinator.com/item?id=34623982


from bitly https://bit.ly/40ohGbT
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Serverpod – The Missing Server for Flutter https://news.ycombinator.com/item?id=34623982


from bitly https://bit.ly/3RyXfFh
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Serverpod – The Missing Server for Flutter https://news.ycombinator.com/item?id=34623982


from bitly https://bit.ly/40ohGbT
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Serverpod – The Missing Server for Flutter https://news.ycombinator.com/item?id=34623982


from bitly https://bit.ly/40ohGbT
via IFTTT

Show HN: Serverpod – The Missing Server for Flutter https://news.ycombinator.com/item?id=34623982

Show HN: Serverpod – The Missing Server for Flutter We just released Serverpod 1.0 https://serverpod.dev/ February 2, 2023 at 12:57AM

Wednesday, February 1, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Store your files in the Ethereum blockchain https://news.ycombinator.com/item?id=34609938


from bitly https://bit.ly/3WZW2aZ
via IFTTT

Show HN: A lightweight multi person takeout order tally tool hosted on GH Pages https://news.ycombinator.com/item?id=34610288

Show HN: A lightweight multi person takeout order tally tool hosted on GH Pages https://pubkeyspace.github.io/empanadas/ February 1, 2023 at 05:46AM

Show HN: Store your files in the Ethereum blockchain https://news.ycombinator.com/item?id=34609938

Show HN: Store your files in the Ethereum blockchain https://eth-storage.com/ February 1, 2023 at 05:15AM

Show HN: 1Daily – Do email 90% faster https://news.ycombinator.com/item?id=34605264

Show HN: 1Daily – Do email 90% faster 1Daily is a custom daily digest covering the latest news in your industry. You choose your favorite publications, newsletters, and social media posts, and we’ll summarize it in one simple email. Staying up-to-date with what’s going on in your industry isn’t easy when you’re juggling the day-to-day tasks of building a company. Many of us subscribe to dozens of newsletters and news publications and follow hundreds of social media accounts but don’t actually have the time to consume all of that content. 1Daily gives you the need-to-know information in a simple, digestible format, so you can spend your time serving your customers. Unlike other newsletters, 1Daily is customized to your specific industry and product. You can either add the publications and social accounts that you’d like to be included in your digest or we’ll select a few for you. You can set up your own 1Daily at https://1daily.email We’d love to hear what you care about most in a custom daily newsletter. We look forward to everybody’s comments! January 31, 2023 at 05:51PM