Wednesday, May 24, 2023

Show HN: Build a SQLite satabase from your Reddit data https://news.ycombinator.com/item?id=36062256

Show HN: Build a SQLite satabase from your Reddit data With Reddit's upcoming API changes[0], I got nervous that I'd no longer be able to access the many posts and comments I've left there over the years. Inspired by the Dogsheep projects[1], this CLI lets you immediately pull your most recent 1k comments & 1k posts (the max allowed by the paged API) into a nicely-structured SQLite database. It's perfect for loading into Datasette for nice viewing & full-text search of your content. Taking it a step further, the project's killer feature is the ability to import data from GDPR archives. This allows you to store your full Reddit history (including deleted comments and posts on removed subreddits). I hope you find this tool useful! I'll be around to answer questions and field comments (or feel free to open a GH issue). [0]: https://old.reddit.com/r/reddit/comments/12qwagm/an_update_r... [1]: https://dogsheep.github.io/ https://github.com/xavdid/reddit-user-to-sqlite May 24, 2023 at 11:35AM

Show HN: Gis.chat – a Geospatial Community https://news.ycombinator.com/item?id=36040612

Show HN: Gis.chat – a Geospatial Community Hi folks! I'm excited to show you gis.chat, a geospatial chat platform in both senses: a platform about geospatial topics and a geospatial platform itself, referencing the location of our communities. The setup is fairly simple and reproducible: a plain Zulip instance and a homepage with geospatial search capabilities. It seems almost trivial but it has some very nice features. I guess you should be familiar with Zulips stream/topic model to follow along ( https://zulip.com/help/streams-and-topics ). The core idea is that there are city-specific streams (currently represented by a pin), but there could just as well be streams about points of interest, line geometries (e.g. a river) or polygons (e.g. national park). - Every local stream can have the same topics, e.g. "general", "news", "meetups", "jobs" etc. - With Zulip's search you can either search for a particular topic, e.g. "news" in a local stream or instead in all streams and have some kind of news feed of the community with "topic:news" - Once more communities are added, specific filters could be added, e.g. country-wise or by drawing your own area of interest - Eventually, for the ones who like, users could associate themselves with a local community in their profile or add there main location so one could not only search for the local communities but instead also for individuals There are many nice features in Zulip's pipeline that would foster gis.chat: - Further nesting of streams/topics - Semantic search If for example Zulip would allow for saving coordinates (or better an entire geometry) in the Postgres DB, with the help of PostGIS, Zulip's search could allow for bounding boxes (or custom geometries). Let me know if you have any kind of other ideas or feedback! https://gis.chat May 22, 2023 at 11:24PM

Show HN: Yakread – An RSS reader powered by machine learning https://news.ycombinator.com/item?id=36061427

Show HN: Yakread – An RSS reader powered by machine learning This is a web-based reading app I've been working on since August. The main differentiator is that Yakread uses machine learning to rank the articles in your feed: as you click on articles from a particular RSS/newsletter subscription, other articles from that subscription will tend to be ranked higher in the future (via a bandit algorithm). Yakread also uses ML to recommend articles that other users have read, so your feed will have articles in it even before you sign up and add your own subscriptions. For the recommendations, I'm using the collaborative filtering implementation from Spark MLlib[1]. I model RSS feeds instead of individual articles: when you click an article, that counts as a "point" for that article's RSS feed; at recommendation time, the algorithm first selects an RSS feed to recommend, and then it picks one of the popular/recent articles from that feed. To counter popularity bias, I have a pre-ranking step that probabilistically filters out RSS feeds that have already been recommended a lot. I manually approve all RSS feeds before they're eligible to be recommended. In addition to scrolling through the algorithmic feed, you can read articles chronologically on the subscriptions page, which I sometimes prefer when I have a larger chunk of reading time. There's also a daily digest email that lists new articles from your subscriptions; skimming that is part of my morning routine. I find the whole system gives me a nice balance between algorithmic filtering and manual control. This is the culmination of the past four years I've spent as a full-time bootstrapped founder; Yakread both scratches a personal itch and attempts to fix various deficiencies that my previous businesses have had. In a nutshell, I've come to believe that "discovery is a feature, not a product," which is why Yakread is a full reading app instead of a standalone recommender system like my previous products.[2] From a business perspective, the recommendation algorithm is primarily intended to help onboard new users quickly/easily. More ideologically, I think RSS is ready for a comeback :). [1] https://spark.apache.org/docs/latest/mllib-collaborative-fil... -- I'm using the implicit feedback setting. [2] Show HN for Yakread's immediate predecessor, The Sample: https://news.ycombinator.com/item?id=27664020 . The Sample does bring in $1k or so per month, but long-term retention is too low for me to grow it sustainably. https://yakread.com/ May 24, 2023 at 10:29AM

Show HN: I made a Chrome extension to hide history in ChatGPT https://news.ycombinator.com/item?id=36056404

Show HN: I made a Chrome extension to hide history in ChatGPT https://chrome.google.com/webstore/detail/hide-chatgpt-history/nclfjbhifakabnbohdppoghfdhmlbgak May 24, 2023 at 04:15AM

Show HN: Mental Models for Startup Founders https://news.ycombinator.com/item?id=36054769

Show HN: Mental Models for Startup Founders Hello HN, I launched Wingify/VWO (Visual Website Optimizer) here on HN in 2010. The initial momentum and feedback I got from this place was a key reason I was able to profitably bootstrap the company to roughly ~$30MN ARR. Over the last 2 years, I have been writing a book for startup founders that's informed by my experience with Wingify and many failed attempts before it. It's finally done, so thought of launching it on the same forum where it all started for me :) There are a total of 68 mental models covering various aspects of building a startup: - Choosing markets - Building products - Ecosystems and partners - Thinking about Moats - Approaching marketing - B2B v/s B2C - Hiring & culture Unlike other books, I'm not sharing my story and neither take a very prescriptive approach. Rather, I use mental models to shine light and provide a tractable way of looking at problems an entrepreneur encounters during her startup. I understand that entrepreneurship cannot be systemized, but I'm hoping some of the mental models I share help in clearer thinking and faster decisions. Would love your feedback on the book: https://invertedpassion.com/free-book-mental-models-for-star... If you find it useful, please share it with others in your network. https://invertedpassion.com/free-book-mental-models-for-startup-founders/ May 23, 2023 at 11:27PM

Show HN: Defguard – open-source security army knife (Identity,MFA,VPN,Yubikey) https://news.ycombinator.com/item?id=36056080

Show HN: Defguard – open-source security army knife (Identity,MFA,VPN,Yubikey) https://github.com/DefGuard/defguard May 24, 2023 at 03:27AM

Show HN: Dark Mode for HN https://news.ycombinator.com/item?id=36055506

Show HN: Dark Mode for HN https://chrome.google.com/webstore/detail/hacker-news-dark-mode/jnmbfobflanbemhhphppnjmfhhfdkegd May 24, 2023 at 01:41AM

Tuesday, May 23, 2023

Show HN: Veml – Vector Embedding Markup Language https://news.ycombinator.com/item?id=36045029

Show HN: Veml – Vector Embedding Markup Language https://github.com/embedditor/veml May 23, 2023 at 07:43AM

Show HN: Willow Inference Server: Optimized ASR/TTS/LLM for Willow/WebRTC/REST https://news.ycombinator.com/item?id=36044755

Show HN: Willow Inference Server: Optimized ASR/TTS/LLM for Willow/WebRTC/REST Hey HN! Willow Inference Server (WIS) is a focused and highly optimized language inference server implementation. Our goal is to "automagically" enable performant, cost-effective self-hosting of released state of the art/best of breed models to enable speech and language tasks: Primarily targeting CUDA (works on CPU too) with support for low-end (cheap) devices such as the Tesla P4, GTX 1060, and up. Don't worry - it screams on an RTX 4090 too! (See benchmarks on Github). Memory optimized - all three default Whisper (base, medium, large-v2) models loaded simultaneously with TTS support inside of 6GB VRAM. LLM support defaults to int4 quantization (conversion scripts included). ASR/STT + TTS + Vicuna 13B require roughly 18GB VRAM. Less for 7B, of course! ASR. Heavy emphasis - Whisper optimized for very high quality as-close-to-real-time-as-possible speech recognition via a variety of means (Willow, WebRTC, POST a file, integration with devices and client applications, etc). Results in hundreds of milliseconds or less for most intended speech tasks. See YouTube WebRTC demo[0]. TTS. Primarily provided for assistant tasks (like Willow!) and visually impaired users. LLM. Optionally pass input through a provided/configured LLM for question answering, chatbot, and assistant tasks. Currently supports LLaMA deriviates with strong preference for Vicuna (I like 13B). Built in support for quantization to int4 to conserve GPU memory. Support for a variety of transports. REST, WebRTC, Web Sockets (primarily for LLM). Performance and memory optimized. Leverages CTranslate2 for Whisper support and AutoGPTQ for LLMs. Willow support. WIS powers the Tovera hosted best-effort example server Willow users enjoy. Support for WebRTC - stream audio in real-time from browsers or WebRTC applications to optimize quality and response time. Heavily optimized for long-running sessions using WebRTC audio track management. Leave your session open for days at a time and have self-hosted ASR transcription within hundreds of milliseconds while conserving network bandwidth and CPU! Support for custom TTS voices. With relatively small audio recordings WIS can create and manage custom TTS voices. See API documentation for more information. Much like the release of Willow[1] last week this is an early release but we had a great response from HN and are looking forward to hearing what everyone thinks! [0] - https://www.youtube.com/watch?v=PxCO5eONqSQ [1] - https://github.com/toverainc/willow https://github.com/toverainc/willow-inference-server May 23, 2023 at 07:22AM

Show HN: A recipe parser to get rid of the cruft. I need you to break it https://news.ycombinator.com/item?id=36043947

Show HN: A recipe parser to get rid of the cruft. I need you to break it I made a recipe parser to get rid of all the cruft on recipes. Check it out: https://recipeplz.fly.dev/ Has this been done? Yes. Does this project use AI? Also yes...but barely. What it does do is grab various forms of metadata that recipe sites often provide for SEO reasons (as per schema.org Recipe spec). It's commonly ld+json, but can be other formats as well. The trick is this: What the numerous recipe sites output is not always the same - there are many variations of the schema.org specs used for Recipes, so this project attempts to correct for that. It's just a bunch of conditionals. If all else fails, it uses AI as a fallback to parse a recipe and return valid ld+json Recipe data based on Schema.org's Recipe spec. I even say "please" to the AI overlords. If a request for a recipe seems to take a long time, you'll know it's pinging OpenAI's API (the Chat API via the 3.5-turbo model). I'd love to see if you can find a recipe that breaks it! May 23, 2023 at 06:29AM

Show HN: A better IP Lookup tool I made https://news.ycombinator.com/item?id=36043315

Show HN: A better IP Lookup tool I made Most other IP lookup tools I've found are mostly just trying to push you to signup for their API, which is fine but less useful if you're just trying to figure out which IP addresses in your log files are from sketchy locations and likely to do bad things to your application. I merged together a bunch of APIs and some of our own honeypot collected data to make something I hope devs and security folks find useful. If you want to try out a "bad" IP, try this one: https://wafris.org/ip-lookup/104.244.72.115 https://wafris.org/ip-lookup May 23, 2023 at 05:27AM

Show HN: MrScraper AI – Dead simple web scraper (powered by AI) https://news.ycombinator.com/item?id=36041016

Show HN: MrScraper AI – Dead simple web scraper (powered by AI) I've decided to test a new approach in my web scraping app. What do you think? https://mrscraper.com/ai May 23, 2023 at 12:20AM

Show HN: I made Hazumi, a modern HN reader for iOS https://news.ycombinator.com/item?id=36031944

Show HN: I made Hazumi, a modern HN reader for iOS Hello HN, I'm thrilled to announce the launch of my first app, Hazumi, a Hacker News reader, available for free on iOS! I’ve been lurking on HN for around 2 years while working on this project seeing people post amazing HN reader apps of their own. I’ve always figured Hazumi wasn’t good enough yet to post here but if I wait around until I’m ready, I’ll probably never share so here goes… Hazumi is a modern Hacker News app for your pocket with some intentional limitations. Stories are displayed on a simple colourful card, with images, that condenses all the information you need at a glance. Out of the box you get accessibility features for system settings like light/dark mode and text size. Others are controlled in app for opening stories in a Web View vs externally via Safari, defaulting to Reader Mode and reducing animation bounciness. You can browse top, new and best sections, limited to 30 stories each, which refresh every hour on the server. I’m not a fan of infinite scrolling or spending a lot of time reading news. I just want to get in and get out while keeping up on the latest. Other notable features: - Basic search - Widgets for your Home and Lock Screen - Apple Watch app - Warns you of non-HTTPS links There are a few “PRO” features that require a subscription ($/€1.99 monthly): - AI summaries of comments on stories that have at least 30 root level comments - In app newsletter (yesterday’s top 10 stories) - Bookmarking with iCloud support - Themes (change the colour of the cards) - Supporting indie developers and keeping the lights on for Hazumi Working on: - Better comments/tappable links - Enhancing search - More themes Being the first version, it's very early days for Hazumi and there are bugs that I’m working on fixing. I'm eager to improve it and shape its future based on your input. I welcome any feedback you may have, whether it's about existing features or ideas for new ones. Your thoughts will be instrumental in shaping Hazumi, making it an even more useful tool for tech news enthusiasts. Please give it a try and let me know your thoughts. P.S. Shout out to MB and MC for your awesome feedback during the TestFlight beta! https://apps.apple.com/ie/app/hazumi/id1670237209 May 22, 2023 at 07:31AM

Monday, May 22, 2023

Show HN: Aimless.js – the missing js randomness library https://news.ycombinator.com/item?id=36037607

Show HN: Aimless.js – the missing js randomness library https://github.com/ChrisCavs/aimless.js May 22, 2023 at 03:41PM

Show HN: Blotter – An interactive, never ending music video https://news.ycombinator.com/item?id=36037419

Show HN: Blotter – An interactive, never ending music video One day I was listening to a playlist and wished there could be some cool visuals to go along with it. Blotter is a proof of concept I hacked together that does a bit of audio recognition combined with a few generative AI models (both text and img) to create visuals that are relevant to the song. The video stream is generated in real time at 24fps - you can try it yourself by requesting visuals in the Twitch chat using the "!v" command! Right now it's mostly a fun hack project, but I am tinkering with new model architectures for higher fidelity video as well as an interactive tool so people can make videos with their own audio files. I'd love to hear any feedback or suggestions, thanks! https://www.twitch.tv/blotterstream May 22, 2023 at 03:21PM

Show HN: Psychic - An open-source integration platform for unstructured data https://news.ycombinator.com/item?id=36032081

Show HN: Psychic - An open-source integration platform for unstructured data My cofounder and I used to work at Robinhood where we shipped the company’s first OAuth integrations, so we know a lot about how data moves between companies. For example, we know that the pain of building new API integrations scales with the level of fragmentation and number of competing "standards". In the current meta, we see this pain with a lot of AI startups who invariably need to connect to their customers data, but have to support 50+ integrations before they even scale to 50+ customers. This is the process for an AI startup to add a new integration for a customer: - Pore over the API docs for each source application and write a connector for each - Play email tag to find the right stakeholders and get them to share sensitive API keys, or give them an OAuth app. It can take 6+ weeks for some platforms to review new OAuth apps - Normalize data that arrives in a different formats from each source (HTML, XML, text dumps, 3 different flavors of markdown, JSON, etc) - Figure out what data should be vectorized, what should be stored as SQL, and what should be discarded - Detect when data has been updated and synchronize it - Monitor when pipelines break so data doesn’t go stale This is a LOT of work for something that doesn’t move the needle on product quality. That’s why we built Psychic.dev to be the fastest and most secure way for startups to connect to their customer’s data. You integrate once with our universal APIs and get N integrations with CRMs, knowledge bases, ticketing systems and more with no incremental engineering effort. We abstract away the quirks of each data source into Document and Conversation data models, and try to find a good balance to allow for deep integrations while maintaining broad utility. Since it’s open source, we encourage founders to fork and extend our data models to fit their needs as they evolve, even if it means migrating off our paid version. To see an example in action, check out our demo repo here: https://github.com/psychic-api/psychic-langchain-tutorial/ We are also open source and open to contributions, learn more at docs.psychic.dev or by emailing us at founders@psychic.dev! https://github.com/psychic-api/psychic May 22, 2023 at 07:41AM

Show HN: Airbroke, open souce error catcher https://news.ycombinator.com/item?id=36030843

Show HN: Airbroke, open souce error catcher tired of errbit https://github.com/icoretech/airbroke May 22, 2023 at 05:56AM

Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://news.ycombinator.com/item?id=36028833

Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://clipbase.xyz May 22, 2023 at 01:39AM

Show HN: WikTok – A Recommendation UI for Wikipedia https://news.ycombinator.com/item?id=36028940

Show HN: WikTok – A Recommendation UI for Wikipedia Hi HN, WikTok is a UI for Wikipedia that lets you quickly swipe (or use your arrow keys) to navigate between random and recommended articles (based on the previous articles you interacted most with). It's just a fun project I hacked together this weekend, so may be a little rough around the edges, but I'd love to get your thoughts. Let me know if you have any suggestions (or find any interesting articles!) Cheers, https://wiktok.org/ May 22, 2023 at 01:59AM

Sunday, May 21, 2023

Show HN: Trogon – An automatic TUI for command line apps https://news.ycombinator.com/item?id=36020717

Show HN: Trogon – An automatic TUI for command line apps Hi HN, Trogon is a project to generate a TUI for command line apps. It presents the arguments, options, and switches as a form. Editing the form generates a command line, which you can then run with a keypress. I'm a lover of the command line. But I can recall only a fraction of the switches for most commands I use. I would love it if there was a TUI available for most commands. Trogon currently works with Python and the Click library, but I would like it to cover more of the Python ecosystem and also generate TUIs for apps not written in Python. More information in the repository. Let me know what you think... https://github.com/Textualize/trogon May 21, 2023 at 06:36AM

Show HN: Emoji Puzzle Podcast https://news.ycombinator.com/item?id=36020350

Show HN: Emoji Puzzle Podcast https://www.buzzsprout.com/2185630/share May 21, 2023 at 05:46AM

Show HN: Pretty code snippets for PowerShell in the terminal https://news.ycombinator.com/item?id=36018399

Show HN: Pretty code snippets for PowerShell in the terminal I had some fun learning to parse PowerShell code with the built-in abstract syntax tree for this one. I originally wrote it to add some color to the output in PowerShellAI. https://github.com/ShaunLawrie/PwshSyntaxHighlight May 20, 2023 at 10:59PM

Show HN: Summary GPT – host a bot to summary Text, URLs, PDFs and videos for you https://news.ycombinator.com/item?id=36017928

Show HN: Summary GPT – host a bot to summary Text, URLs, PDFs and videos for you An AI-powered text summarization Telegram bot that generates concise summaries of text, URLs, PDFs and YouTube videos. https://github.com/tpai/summary-gpt-bot May 20, 2023 at 09:06PM

Show HN: Reimplement the Embedded Security CTF Game in Elixir/LiveView https://news.ycombinator.com/item?id=36019155

Show HN: Reimplement the Embedded Security CTF Game in Elixir/LiveView I've heard good words about Elixir language and Phoenix/LiveView frameworks here in HN for quite sometimes, but haven't had any chance to use it at work. So, as an exercise, I decided to reimplement from scratch the famous https://microcorruption.com game (which I've been playing on and off for almost a decade). You can try playing it at https://elixir-ctf.gigalixirapp.com https://github.com/it4rb/elixir_ctf May 21, 2023 at 02:12AM

Show HN: Loofi – Our AI-Powered SQL Query Builder https://news.ycombinator.com/item?id=36017420

Show HN: Loofi – Our AI-Powered SQL Query Builder Hi HN Community, We're a team of software engineers who've experienced the complexity of crafting SQL queries. To address this, we've developed a tool that simplifies this process. Introducing Loofi, an AI-powered SQL Query Builder. Loofi streamlines query building and leverages AI algorithms for intelligent recommendations. We value community feedback and invite you to try out Loofi. Your thoughts and suggestions will help us improve our tool. Here's the link to Loofi: https://loofi.dev/ For any questions or assistance, feel free to reach out. We're eager to engage with this community. Your valuable feedback is much appreciated! https://loofi.dev/ May 20, 2023 at 07:19PM

Saturday, May 20, 2023

Show HN: My affordable solution to costly workflow automation: Embed Workflow https://news.ycombinator.com/item?id=36013586

Show HN: My affordable solution to costly workflow automation: Embed Workflow https://embedworkflow.com/ May 20, 2023 at 09:59AM

Show HN: AppLogoCreator, create a logo in seconds with AI https://news.ycombinator.com/item?id=36011068

Show HN: AppLogoCreator, create a logo in seconds with AI https://applogocreator.com/ May 20, 2023 at 04:46AM

Show HN: DevToo: A Dev.to Article Recommendation and Search Engine https://news.ycombinator.com/item?id=36010274

Show HN: DevToo: A Dev.to Article Recommendation and Search Engine Based on OpenAI Text Vector Embeddings of Article metadata, finds related Articles to help you explore the topics you are interested in. Implemented using Prisma+PostgreSQL and SvelteKit. https://devtoo.dev/ May 20, 2023 at 01:27AM

Show HN: PuzzleMoji, a daily emoji pictionary challenge against ChatGPT https://news.ycombinator.com/item?id=36010778

Show HN: PuzzleMoji, a daily emoji pictionary challenge against ChatGPT https://puzzlemoji.com/ May 20, 2023 at 03:49AM

Show HN: Personalized Online Tarot Service Powered by AI and 3D Interactivity https://news.ycombinator.com/item?id=36010178

Show HN: Personalized Online Tarot Service Powered by AI and 3D Interactivity Discover the magic of tarot with TarotAI – the AI-powered online tarot service with stunning 3D interactivity. Ask a question, choose your deck, and get personalized insights in seconds. https://www.lumi-tarot.com/ May 20, 2023 at 01:01AM

Friday, May 19, 2023

Show HN: How to Prevent Prompt Injections https://news.ycombinator.com/item?id=36000829

Show HN: How to Prevent Prompt Injections https://haystack.deepset.ai/blog/how-to-prevent-prompt-injections May 19, 2023 at 05:07AM

Show HN: Todo PWA with Pomodoro with keyboard friendly https://news.ycombinator.com/item?id=36006582

Show HN: Todo PWA with Pomodoro with keyboard friendly https://github.com/skittleson/todo-dombuilder May 19, 2023 at 01:35PM

Sunday Streets Starts This Weekend

Sunday Streets Starts This Weekend
By Enrique Aguilar

Children and adults seen on a street as a festive gathering, There are buildings in the background.

A full season of Sunday Streets starts this weekend! Check out the upcoming schedule below.  

Sunday Streets 2023 is here, featuring three community parties, two signature mile-plus routes and the Third Annual Phoenix Day block party program.

The 15th season will kick off on Galvez Avenue and Mendell Street in Bayview on May 21 from 12 p.m. to 5 p.m. Residents and visitors alike will celebrate the neighborhood's vibrant diversity with cultural programming, health resources, local vendors and recreational activities for all ages. It is completely free and open to everyone!

Each neighborhood's character makes the experience a distinct adventure. As the streets come alive with music, dance, and community spirit, SFMTA project experts will be on hand with updates and information on various transportation options.

In partnership with Livable City and Into The Streets, the SFMTA proudly supports this series of events that empower communities to transform their streets into car-free community spaces. The Sunday Streets program creates temporary open spaces and recreational opportunities in neighborhoods that typically lack such resources. It encourages physical activity, fosters community-building and inspires people to reimagine their streets as vibrant public spaces that everybody can enjoy.

Sunday Streets encourages alternative modes of transportation such as public transit, biking, walking or rolling. Leave your car behind and join the movement toward greener and healthier ways of getting around.

Sunday Streets 2023 Season Schedule

Bayview – May 21

Tenderloin – June 4

Valencia – July 30

Western Addition – September 24

Excelsior – October 15

Phoenix Day – October 15

Check out SFMTA.com for trip planning information to or near Sunday Streets events and Muni service impacts. For real time updates, visit our Twitter (https://twitter.com/SFMTA_Muni). For more about the program, visit SundayStreetsSF.com.



Published May 19, 2023 at 10:07AM
https://www.sfmta.com/blog/sunday-streets-starts-weekend-0

Show HN: AI/ML Weekly Digest – Curated by LLM, Summarized and Sentiment-Analyzed https://news.ycombinator.com/item?id=36002269

Show HN: AI/ML Weekly Digest – Curated by LLM, Summarized and Sentiment-Analyzed Hey, HN community! I'm excited to share the fifth issue of our AI/ML Weekly Digest. This innovative newsletter uses the power of GPT-4 to analyse and curate the most relevant and exciting AI/ML stories from Hacker News. This week I also share with our subscribers a curated list of resources during my learning journey https://github.com/vlameiras/ai-ml-resources/ GPT-4 scours through the top stories on Hacker News to bring you a concise summary and sentiment analysis of the hottest AI/ML news each week. Subscribe & Stay Updated To get the complete weekly digest delivered straight to your inbox, subscribe now at https://hn-ai-newsletter.beehiiv.com/subscribe . You'll receive a comprehensive, easy-to-read summary of the essential AI/ML news and the sentiment analysis for each story. Stay on top of the latest trends, breakthroughs, artificial intelligence and machine learning discussions! Feel free to leave feedback, questions, or suggestions in the comments. Looking forward to hearing what you think! Happy reading! https://hn-ai-newsletter.beehiiv.com/p/last-weeks-ai-highlights-hn-5 May 19, 2023 at 07:17AM

Show HN: Numtease – My new number word puzzle game https://news.ycombinator.com/item?id=35999086

Show HN: Numtease – My new number word puzzle game https://www.numtease.com May 19, 2023 at 01:04AM

Thursday, May 18, 2023

Show HN: Playtext – Turn articles into audiobooks and read 2x faster https://news.ycombinator.com/item?id=35990266

Show HN: Playtext – Turn articles into audiobooks and read 2x faster https://playtext.app May 18, 2023 at 09:20AM

Show HN: PAKman – A new build system built around Alpine Linux Packages https://news.ycombinator.com/item?id=35962315

Show HN: PAKman – A new build system built around Alpine Linux Packages https://zacksiri.dev/posts/why-i-created-pakman May 16, 2023 at 07:23AM

Bike to Wherever Day

Bike to Wherever Day
By

Join people across the city bicycling today for the annual Bike to Wherever Day. The SFMTA is proud to be the official citywide sponsor of Bike to Wherever Day 2023, San Francisco's favorite biking celebration!   

A bicyclist with a backpack and helmet is seen in the street adjacent to a crosswalk.

Hosted by the San Francisco Bicycle Coalition, Bike to Wherever Day celebrates  bicycles as a fun and healthy way to get around. This annual event invites people to pedal to their destinations, and it promotes bicycling both as an alternative commute and as a healthy and safe alternative to driving to…wherever. 

We encourage everyone, including those who don't usually bike, to get out and cycle today. After grabbing some wheels  (your own or a bikeshare bike), consider joining one of the Neighborhood Rides. Need more reason to stop by? You also can pick up your free Bike to Wherever Day canvas tote bag, filled with goodies, courtesy of the SF Bicycle Coalition. 

Resources to Help You Plan Your Bicycle Trip 

The SFMTA has go-to resources to help you plan your bicycle trips.  The interactive bike network map highlights recommended routes and shows bikeshare station locations. Go to our Get Out, Get Going website  to find an interactive multi-mode map with information about other sustainable ways to get around that you could pair with your bicycle trip, including walking and using shared mobility devices, like a scooter or moped.   

The SFMTA supports low-carbon transportation options like bicycles, and we continue to expand our dedicated bike lanes around the city to make streets safer and more comfortable for bicycling.  

You can check out our Slow Streets Program with over 18 corridors  that have traffic limitations so they can be used as shared spaces with walkers and bicyclists. Biking, scooting and rolling  are integral to our new Active Communities Plan, a 2-year process to develop a plan for active mobility in San Francisco.  For more information, visit the project website (SFMTA.com/ActiveCommunities).  



Published May 18, 2023 at 02:20PM
https://www.sfmta.com/blog/bike-wherever-day

Show HN: Jesth – Next-level human-readable data serialization format https://news.ycombinator.com/item?id=35991018

Show HN: Jesth – Next-level human-readable data serialization format Hi HN ! I'm Alex, a tech enthusiast. I'm excited to show you Jesth, a next-level human-readable data serialization format. This project started out as a markup language for writing the docstrings of functions that would ultimately be consumed by a documentation generator. Basically the idea was to split a docstring into sections like Description and Parameters. Each section would consist of a header in square brackets and a body (lines of text between two headers). Here's what a docstring for a sum function would look like: This function takes in two integers a and b and returns their sum. [parameters] - a: First integer - b: Second integer [return] Sum of a and b The Description section in the example above is actually an anonymous section, i.e., a section with an empty header. Meanwhile, I was thinking of a way to automate part of my dev workflow by storing in a file commands grouped into tasks such as project creation, build, testing, release, et cetera. Similarly with the markup language for my documentation generator, I would use square brackets to define the tasks. Thus, a task would consist of a header and a body which would be a list of commands to be executed sequentially. I built this project and named it Backstage. Here is a hypothetical backstage.tasks file: [release] & test & generate_doc & git_stuff & build # upload to PyPI $ twine upload --skip-existing dist/* [git_stuff] $ git add . $ git commit -m {message} $ git push origin master The example above is illustrative only and would not work. It contains 2 sections "release" and "git_stuff". Running the "release" task from the command line is equivalent to sequentially executing the commands in the "release" section. The documentation generator and the scripting language, despite the obvious similarity in their formats, did not share any parsing code. So, to stop repeating myself, I created a file format and its library named Jesth which stands for "Just Extract Sections Then Hack". The library acts as an incomplete INI file parser that only hands the programmer the sections (as headers and their associated bodies which are lists of strings). No further interpretation of the data is done by the parser, allowing the programmer to unleash their creativity through useful hacks. In its latest iteration, Jesth has matured and also includes a proper and extensively tested hack to convert a compatible section into a dictionary data structure, making Jesth my de facto preferred format for config files. I find Jesth more readable than TOML, YAML, and JSON. Here, encoding a dictionary data structure in its own section with another section containing a prompt for ChatGPT: [prompt] I want you to act as a detective story writer. I will provide you with two dictionary data structures representing the profiles of two people. Your goal is to write a thrilling neo-noir story. My first request is: "guess who the killer and victim is from the profiles, then build a story that includes every detail of the profiles". [profile] # This section can be converted into a dictionary data structure name = 'Jane Doe' birthday = 2000-12-23Z10:17:37Z photo_jpg = (bin) VGhpcyBpcyBub3QgYSBwaG90by4uLiBCdXQgdGhhbmsgeW91 IGZvciB5b3VyIGludGVsbGVjdHVhbCBjdXJpb3NpdHkgOyk= --- books = (dict) romance = (list) 'Happy Place' 'Romantic Comedy' sci-fi = (list) 'Dune' 'Neuromancer' epitaph = (text) According to the law of conservation of energy, no a bit of you is gone; you are just less orderly. --- [profile] name = 'John Doe' birthday = null books = (list) 'American Predator' 'Mindhunter: Inside the FBI's Elite Serial Crime Unit' You can learn more by reading the project's README and playing with the demo. Let me know what you think of this project. https://github.com/pyrustic/jesth May 18, 2023 at 10:08AM

Show HN: Open-Source ChatGPT Code Interpreter https://news.ycombinator.com/item?id=35988044

Show HN: Open-Source ChatGPT Code Interpreter Hi friends! I've been waiting for ChatGPT Code Interpreter access for so long that I decided to just build my own. I figured maybe some of you are in the same boat so decided to do it as an Open Source project. https://ricklamers.io/posts/gpt-code/ May 18, 2023 at 07:00AM

Show HN: A ChatGPT-powered colour palette generator https://news.ycombinator.com/item?id=35987315

Show HN: A ChatGPT-powered colour palette generator https://www.colourgpt.app/ May 18, 2023 at 06:07AM

Show HN: Is Bard Available in EU? https://news.ycombinator.com/item?id=35986405

Show HN: Is Bard Available in EU? Wonder no more if Google Bard is available in the EU, you can check here. https://isbardavailablein.eu May 18, 2023 at 04:15AM

Show HN: Bitmatch – ANSI C bit pattern matching https://news.ycombinator.com/item?id=35986559

Show HN: Bitmatch – ANSI C bit pattern matching Hi HN, bitmatch is my new library to do bit pattern matching and data extraction, similar to Regular Expressions. It has no dependencies, libc usage or dynamic memory allocations. I'm sharing the code as Open Source since the question for bit pattern matching came up on Stack Overflow but there aren't that many options for C out there. https://git.sr.ht/~cryo/bitmatch May 18, 2023 at 04:37AM

Show HN: Do not chat with your pdfs alone. Let others join the fun too https://news.ycombinator.com/item?id=35985579

Show HN: Do not chat with your pdfs alone. Let others join the fun too https://www.documind.chat/ May 18, 2023 at 02:01AM

Wednesday, May 17, 2023

Show HN: Rompt – Run A/B tests on your GPT prompts https://news.ycombinator.com/item?id=35977163

Show HN: Rompt – Run A/B tests on your GPT prompts https://rompt.ai May 17, 2023 at 08:56AM

Show HN: Till.sh, enhanced access controls for AWS S3 https://news.ycombinator.com/item?id=35975876

Show HN: Till.sh, enhanced access controls for AWS S3 Hi everyone, I'm an independent developer who has been building an S3-related project over the past few months: https://till.sh . I wanted to share it in its MVP state to get others' opinions on the idea and to see if anyone is interested in being an early tester. ## What is it The core concept is that Till provides an S3 API proxy that authenticates with its own custom keys. This enables us to build features that are not easily achievable with standard AWS credentials. Namely, we can add data limits to the keys, time-based expiration of keys, quickly surface access logs, and apply custom billing policies to auto-invoice users based on their data access. ## Why I built it Till was born out of having built numerous custom data portals for clients in my professional work. These were typically organizations that have large interesting data sets (e.g. ML training sets, satellite imagery, etc) and want to share access to their data but needed some guard rails to prevent run-away costs, needed fine-detailed access tracking to analyze data access, or are looking to recoup costs associated with the creation and storage of the data. It felt like these needs were common enough to be turned into a project to allow people to start sharing their data within a few minutes. Being that Till provides an S3-compliant API, it immediately fits into many of the existing workflows and clients that end-users are already using. ## What I'm looking for So that's the pitch. I'd love to get thoughts and critiques. Does this seem like a product you or someone you know would use? It's a bit niche so I'm admittedly struggling to get an estimate on the size of the market it could serve. Any obvious needs or use cases that I'm missing? At this stage, I'm trying to get as many people using the project as possible, so let me know your GitHub handle if you signup and I'll happily up your key-limit on the free tier. Many thanks. Looking forward to hearing your thoughts. https://till.sh May 17, 2023 at 07:41AM

Show HN: Pinbot – An extension to privately search one's browser history with AI https://news.ycombinator.com/item?id=35974965

Show HN: Pinbot – An extension to privately search one's browser history with AI https://getpinbot.com May 17, 2023 at 06:28AM

Show HN: No-code AI-powered API endpoints https://news.ycombinator.com/item?id=35974924

Show HN: No-code AI-powered API endpoints Backengine is a tool that evolved from an experiment at my startup for which we wanted to pass structured data to an LLM completion API and receive structured data back. We thought we'd release it as a standalone tool for others who might also find it useful. Backengine lets you create hosted API endpoints for which the endpoint logic is described in natural language as an LLM prompt. The endpoints accept structured requests and return structured responses. Why is this useful? Hosted - no additional infrastructure to maintain. Prompt engineering workspace - you can edit, test and tweak endpoint prompts without touching any code. Instant deployment - created endpoints should be immediately available, and changes to your endpoints are deployed in one click. This is a first and very early release - we'd love for HN to try out Backengine and hear what you think! There's a playground where you can try it out - we're very interested to hear what use-cases people come up with. https://backengine.dev/ May 17, 2023 at 06:25AM

Show HN: Printnanny.ai, Monitoring for 3D Printers https://news.ycombinator.com/item?id=35974738

Show HN: Printnanny.ai, Monitoring for 3D Printers https://printnanny.ai/ May 17, 2023 at 06:09AM

Show HN: Generative wall art, running on a Raspberry Pi https://news.ycombinator.com/item?id=35974695

Show HN: Generative wall art, running on a Raspberry Pi https://twitter.com/adamfuhrer/status/1657070909469884429 May 17, 2023 at 06:06AM

Show HN: CounterDB, to persist your likes/dislikes counts https://news.ycombinator.com/item?id=35971695

Show HN: CounterDB, to persist your likes/dislikes counts A Solution to durably store your counts. For example number of likes/dislikes on a post. Its time complexity is O(1). Single header only C++ file for storing and retrieving numbers. It does this without increasing the file size, as its not append only DB. Which also means it can be slower on simultaneous writes to an index. Well if your task is just to store likes/dislikes counts, than it must not be much of a problem. As reads are done more than writes for such cases. https://github.com/anuragvohraec/CounterDB May 16, 2023 at 10:50PM

Show HN: A nihilist All-hands Meeting Simulator https://news.ycombinator.com/item?id=35973855

Show HN: A nihilist All-hands Meeting Simulator I was just digging through some old projects to find a link for a potential new employer and stumbled upon this reminder of how much I enjoyed middle-management office politics. https://rafsters.itch.io/all-hands May 17, 2023 at 04:33AM

Tuesday, May 16, 2023

Show HN: I made a news site built on prediction markets https://news.ycombinator.com/item?id=35963264

Show HN: I made a news site built on prediction markets Goal is to be kinda like The Economist meets Metaculus Just a quick MVP, would love to hear any feedback https://www.baseratetimes.com/ May 16, 2023 at 08:34AM

Show HN: AI-Powered Mailroom Automation in Microsoft Teams https://news.ycombinator.com/item?id=35960323

Show HN: AI-Powered Mailroom Automation in Microsoft Teams We built this app (Is here!) specifically for Teams as a handy way to notify employees of new deliveries. Using AI label recognition it can search your company directory and send a notification in chat. The platform is free to trial for 30 days. It just needs your tenant admin to permit proactive messaging. We would love your feedback! https://ishere.kanvent.com/ May 16, 2023 at 04:30AM

Show HN: Lines Bash Todo List https://news.ycombinator.com/item?id=35960002

Show HN: Lines Bash Todo List td a "something" # add new item at the bottom td l # list all todos td p # pop current item from the list td c # show current todo https://gist.github.com/kwkr/e786b4821e56fb1879b0228338924880 May 16, 2023 at 03:50AM

Show HN: ChatGPT Figma Plugin – Translate, summarize or simply create new text https://news.ycombinator.com/item?id=35959635

Show HN: ChatGPT Figma Plugin – Translate, summarize or simply create new text https://www.figma.com/community/plugin/1239848297860271390 May 16, 2023 at 02:57AM

Show HN: Oblivus GPU Cloud – Affordable and scalable GPU servers from $0.29/hr https://news.ycombinator.com/item?id=35958715

Show HN: Oblivus GPU Cloud – Affordable and scalable GPU servers from $0.29/hr Greetings HN! This is Doruk from Oblivus, and I'm excited to announce the launch of our platform, Oblivus Cloud. After more than a year of beta testing, we're excited to offer you a platform where you can deploy affordable and scalable GPU virtual machines in as little as 30 seconds! https://oblivus.com/cloud - What sets Oblivus Cloud apart? At the start of our journey, we had two primary goals in mind: to democratize High-Performance Computing and make it as straightforward as possible. We understand that maintaining GPU servers through major cloud service providers can be expensive, with hidden fees adding to the burden of running and maintaining servers. Additionally, the cloud can sometimes be overly complex for individuals who don't have much knowledge but still require powerful computing resources. That's why we decided to create a platform that offers affordable pricing, easy usability, and high-quality performance. - Features 1. Fully customizable infrastructure that lets you switch between CPU and GPU configurations to suit your needs. 2. Transparent and affordable per-minute-based Pay-As-You-Go pricing with no hidden fees. Plus, free data ingress and egress. (Pricing: https://oblivus.com/pricing/ ) 3. Optimized cost with storage and IP address-only billing when the virtual machine is shut down. 4. Each virtual machine comes with 10Gbps to 40Gbps public network connectivity. 5. NVMe ($0.00011/GB/hr) and HDD ($0.00006/GB/hr) storage that is 3x replicated to fulfill your storage needs. 6. Choose from a variety of cutting-edge CPUs and 10 state-of-the-art GPU SKUs. (Availability: https://oblivus.com/availability/ ) 7. OblivusAI OS images come with pre-installed ML libraries, so you can start training your models right away without the hassle of installing and configuring the necessary libraries. 8. If you're working with a team, utilize our organization feature to simplify the billing process. Everyone in your organization uses the same billing profile, so you don't need to keep track of multiple accounts. 9. No quotas or complex verification processes. Whether you represent a company, an institution, or you're a researcher, you have full access to our infrastructure without any limitations. 10. Easy-to-use API with detailed documentation so that you can integrate your code with ours. - Pricing At Oblivus Cloud, we provide pricing that is affordable, transparent, and up to 80% cheaper than major cloud service providers. Here is a breakdown of our pricing: 1. CPU-based virtual machines starting from just $0.019/hour. 2. NVIDIA Quadro RTX 4000s starting from $0.27/hour. 3. Tesla V100s starting from $0.51/hour. 4. NVIDIA A40s and RTX A6000s starting from $1.41/hour. We also offer 6 other GPU SKUs to help you accurately size your workloads and only pay for what you need. Say goodbye to hidden fees and unpredictable costs. If you represent a company, be sure to register for a business account to access even better pricing rates. - Promo Code Join us in celebrating the launch of Oblivus Cloud by claiming your $1 free credit! This may sound small, but it's enough to get started with us and experience the power of our platform. With $1, you can get over 3 hours of computing on our most affordable GPU-based configuration, or over 50 hours of computing on our cheapest CPU-based configuration. To redeem this free credit, simply use the code HN_1 on the 'Add Balance' page after registration. Register now at https://console.oblivus.com/register - Quick Links Website: https://oblivus.com/ Console: https://console.oblivus.com/ Company Documentation: https://docs.oblivus.com/ API Documentation: https://documenter.getpostman.com/view/21699896/UzBtoQ3e If you have any questions, feel free to post them below and I'll be happy to assist you. You can also directly email me at doruk@oblivus.com! https://oblivus.com May 16, 2023 at 12:30AM

Monday, May 15, 2023

Show HN: Hosted Motorhead (LLM Memory Server) https://news.ycombinator.com/item?id=35950442

Show HN: Hosted Motorhead (LLM Memory Server) https://getmetal.io/posts/06-hosted-motorhead May 15, 2023 at 09:04AM

Show HN: I made a site to help you decarbonize with friends: Zero Percent Club https://news.ycombinator.com/item?id=35949797

Show HN: I made a site to help you decarbonize with friends: Zero Percent Club https://thezeropercentclub.org/ May 15, 2023 at 08:28AM

Show HN: Willow – Open-Source Privacy-Focused Voice Assistant Hardware https://news.ycombinator.com/item?id=35948462

Show HN: Willow – Open-Source Privacy-Focused Voice Assistant Hardware As the Home Assistant project says, it's the year of voice! I love Home Assistant and I've always thought the ESP BOX[0] hardware is cool. I finally got around to starting a project to use the ESP BOX hardware with Home Assistant and other platforms. Why? - It's actually "Alexa/Echo competitive". Wake word detection, voice activity detection, echo cancellation, automatic gain control, and high quality audio for $50 means with Willow and the support of Home Assistant there are no compromises on looks, quality, accuracy, speed, and cost. - It's cheap. With a touch LCD display, dual microphones, speaker, enclosure, buttons, etc it can be bought today for $50 all-in. - It's ready to go. Take it out of the box, flash with Willow, put it somewhere. - It's not creepy. Voice is either sent to a self-hosted inference server or commands are recognized locally on the ESP BOX. - It doesn't hassle or try to sell you. If I hear "Did you know?" one more time from Alexa I think I'm going to lose it. - It's open source. - It's capable. This is the first "release" of Willow and I don't think we've even begun scratching the surface of what the hardware and software components are capable of. - It can integrate with anything. Simple on the wire format - speech output text is sent via HTTP POST to whatever URI you configure. Send it anywhere, and do anything! - It still does cool maker stuff. With 16 GPIOs exposed on the back of the enclosure there are all kinds of interesting possibilities. This is the first (and VERY early) release but we're really interested to hear what HN thinks! [0] - https://github.com/espressif/esp-box https://github.com/toverainc/willow May 15, 2023 at 07:13AM

Show HN: SocratiQ – Tomorrow's Classroom for Today's Students https://news.ycombinator.com/item?id=35946946

Show HN: SocratiQ – Tomorrow's Classroom for Today's Students Hello HN, SocratiQ brings to life inquiry based, student-led, social learning for everyone. It helps you gradually fill gaps in your knowledge by asking questions deeper and broader. If you lack context, you can generate a quick lesson to get you started. You can invite friends learn anything together. All the lessons, responses and feedback is stored locally and accessible offline. We believe this is definitely one possible future of learning. I'd love get feedback from parents and long-term learners in the community. (It is not optimized for mobiles yet, so please use wider screen devices). Thank you. https://koodup.com/journey/socratiq/ May 15, 2023 at 05:11AM

Show HN: smol menubar - Zero latency access to ChatGPT/Bard https://news.ycombinator.com/item?id=35945451

Show HN: smol menubar - Zero latency access to ChatGPT/Bard https://github.com/smol-ai/menubar May 15, 2023 at 02:05AM

Sunday, May 14, 2023

Show HN: Online and CLI Tool to backup password protected data with QR codes https://news.ycombinator.com/item?id=35940040

Show HN: Online and CLI Tool to backup password protected data with QR codes https://qrpwd.franzai.com/ May 14, 2023 at 11:17AM

Show HN: Run AWS Cedar Policy Like OPA https://news.ycombinator.com/item?id=35941464

Show HN: Run AWS Cedar Policy Like OPA https://github.com/permitio/cedar-agent May 14, 2023 at 02:25PM

Show HN: I built my first Cyberdeck https://news.ycombinator.com/item?id=35940218

Show HN: I built my first Cyberdeck https://github.com/g1sbi/qaz-cyberdeck May 14, 2023 at 11:38AM

Show HN: Tack, a fast lightweight scripting language for games and embedding https://news.ycombinator.com/item?id=35939720

Show HN: Tack, a fast lightweight scripting language for games and embedding https://github.com/PlumeCat/tack Hi HN! Tack is a scripting language I've been working on sporadically for the past year or so, and intensely for the past few weeks. It originated out of a desire for something that was like Lua, but with a more familiar syntax, and without some of the other surprises in Lua such as the 1-indexed tables. It's also been a great learning project, and a very satisfying challenge! While the current version is early beta at best, I hope to continue working on it and maybe see some adoption. Despite the relative lack of optimization, I'm very pleased with the performance so far - although I haven't done a huge amount of benchmarking, it seems to be significantly faster than the stock Lua 5.4 interpreter for the quicksort test, and the btrees test (copied from the Computer Language Benchmarks Game). The language is designed for embedding in C++ programs, and is written in C++ more or less from scratch including the handwritten recursive descent parser, and a register-based compiler/interpreter. The only dependency other than the standard library is my C++ adaptation of the khash library used for the object type - a from-scratch hashmap seemed not worth the trouble. Quick code example - more examples in the repo! fn quicksort(arr) { const n = #arr if n <= 1 { return arr } " find the midpoint " let l = min(arr) let r = max(arr) if r == l { return arr } const mid = (l + r) / 2 " split array into upper and lower " const upper = filter(arr, fn(x) { return x < mid }) const lower = filter(arr, fn(x) { return x >= mid }) " recursively sort the upper and lower sub-arrays and join the result" return quicksort(lower) + quicksort(upper) } let A = [] for i in 0, 1000000 { A << random() } let before = clock() let B = quicksort(A) let after = clock() print("Time taken: ", after - before, "seconds") Building requires just cmake and a C++20 compiler - tested with MSVC 2022, g++11 on WSL and Clang 15 on M1 https://craftinginterpreters.com was a great help with implementing closures, as I had gone down a blind alley with my first approach for locating the closed-over variables. However I have taken a slightly different approach towards boxing. As I do intend to use this for some small games myself going forward, there is a standard library already, and plans to expand it. I also intend to release a GLFW-based mini game framework along with precompiled binaries, so hobbyists (and younger relatives!) may use it without needing a full compiler toolchain. I would love if anyone is interested enough to try it out! James https://github.com/PlumeCat/tack May 14, 2023 at 10:39AM

Show HN: Torquigen,create symmetrical animated GIFs from your images https://news.ycombinator.com/item?id=35939224

Show HN: Torquigen,create symmetrical animated GIFs from your images This is the first code I've written in WebGL2. It supports Chrome, Firefox, and Safari (macOS or ipadOS). https://torquigen.app May 14, 2023 at 09:39AM

Show HN: ts-npm-template – Template to bootstrap NPM package with TypeScript https://news.ycombinator.com/item?id=35937508

Show HN: ts-npm-template – Template to bootstrap NPM package with TypeScript https://github.com/AkashRajpurohit/ts-npm-template May 14, 2023 at 05:36AM

Show HN: Botecko, a gpt4 client that simulates an instant messenger https://news.ycombinator.com/item?id=35937519

Show HN: Botecko, a gpt4 client that simulates an instant messenger This is a simulation of an instant messenger running on the browser. It generates contacts (including the profile picture) based on a single sentence. All chat history is stored on your browser. Features: - Open source (apache 2) - Profile generation including picture - Prompt with plan-ahead in 4 steps. This improves the response and also gives a way to debug the character motivation. - Group Chat. Get new insights by making characters with different opinions talk to each other. If you don't have an openAi account you can check a demo here https://youtu.be/e07yjZJGnYo https://github.com/beothorn/Botecko May 14, 2023 at 05:37AM

Saturday, May 13, 2023

Show HN: WhyBot, making GPT-4 question itself https://news.ycombinator.com/item?id=35935271

Show HN: WhyBot, making GPT-4 question itself Hi HN — we’re John and Vish! We built WhyBot, a tool to help you deeply explore a question or topic. You ask a question, and WhyBot responds by building an ever-expanding knowledge graph. It does this by recursively generating answers and follow-up questions. You can change its persona to change the flavor of the generations (try toddler mode!). We originally built this for the AngelList Agent Hackathon ( https://twitter.com/AqeelMeetsWorld/status/16502799744050421... ) and got a lot of interest from folks asking to play around with it. So we thought it’d be fun to brush it up and release it as a web app! It’s a work in progress and we plan on adding more features, such as saving, sharing, focusing on one branch and potentially executing code. We hope you enjoy playing around with it and would love to hear any of your feedback or thoughts. https://whybot-khaki.vercel.app/ May 13, 2023 at 09:17PM

Show HN: Bytebase – a GUI-based database schema change tool for developers https://news.ycombinator.com/item?id=35930976

Show HN: Bytebase – a GUI-based database schema change tool for developers https://www.bytebase.com/blog/bytebase-2-0/ May 13, 2023 at 11:06AM

Show HN: Learn beautifully, with content-specific AI lessons https://news.ycombinator.com/item?id=35927459

Show HN: Learn beautifully, with content-specific AI lessons Hi HN, For 4 years I've worked on the psychology of learning following a CompSci degree with an AI minor from back in 2019. I love the future of effective learning that is coming. This is a way for you to study for specific exams, lectures and videos. You upload your content, and get specific, citing flashcard exercises delivered in a fun way. Not only can you view the timestamp in the video that a question was generated from, for example, but your answers are used to inform a "Compilation stage". The Compilation stage uses your choices of answers (and wrong answers), as well as data on when you clicked to "Explain why", to summarise your knowledge gaps and create a specific action plan for studying the next day - a plan which conceptually understands Involved in this tool are transformer models, including the classics (BERT, T5, etc), the new kid (ChatGPT), and embeddings (for balls-amazing lessons segmentation). One last thing, we have two different UK and US brands, because of cultural differences. Answer one question: Have you ever been cheered on by a website before? Would love to hear your thoughts. You can try it for free with a PDF, or youtube video, respectively at studywand.com and studywand.com/video https://www.studywand.com?hn May 13, 2023 at 04:46AM

Show HN: Emacs major mode for editing QuakeC files https://news.ycombinator.com/item?id=35926807

Show HN: Emacs major mode for editing QuakeC files As a part of my personal Quake Renaissance I decided to fulfil my childhood dream of making a mod for the game I played 25 years ago. Surprisingly, I discovered there was no Emacs mode available for QuakeC! So I came up with one. It currently mostly supports Vanilla QuakeC and assumes FTEQCC as a compiler but given some interest I am more than happy to add as many features as necessary for a modern Emacs experience. https://github.com/vkazanov/quakec-mode May 13, 2023 at 02:12AM

Show HN: Kaizen, music updated over time like software https://news.ycombinator.com/item?id=35926465

Show HN: Kaizen, music updated over time like software Hi, I'm co-founder and CTO of Kaizen. The project started as just a weekend project with me and a music producer friend. It has since grown into a community of artists looking to share their music more frequently and engage with their fans more consistently. We've just launched on ProductHunt: https://www.producthunt.com/posts/kaizen-3 We would love any thoughts or feedback! https://kaizen.place/ May 13, 2023 at 12:46AM

Friday, May 12, 2023

Show HN: A game about guessing which YT video is the most popular https://news.ycombinator.com/item?id=35924409

Show HN: A game about guessing which YT video is the most popular https://videoguessr.onrender.com May 12, 2023 at 06:06PM

Show HN: Infinity Whiteboard, Designed for Teachers https://news.ycombinator.com/item?id=35915929

Show HN: Infinity Whiteboard, Designed for Teachers I've created a whiteboard which I use every lesson when teaching maths, though it can be used for anything. It currently has a few hundred teachers using it daily. It's designed for use with touch-screen interactive whiteboards in classrooms, and stays in sync with your phone/tablet/whatever without signup/login. You can also find me on Twitter where I post updates etc: https://twitter.com/jakegmaths Some features and cool things: * Sync devices without signup - offline by default, just hit 'sync devices' and use the same code on multiple devices to sync * Touch-first - 1 finger draws; 2 finger pan/zoom; 3 finger gestures like changing pen colour * Add images - when teaching, this is usually photos of student work taken on my phone and auto-sync'd to the whiteboard at the front of the room * Add PDFs - when teaching, these are usually past paper exams which I then annotate over with the class * Zen mode - 3 finger tap or hit the ∞ icon to hide the UI; something I use every lesson so students can focus on the actual maths (there's also a fullscreen button when not on iOS) * Visualiser - often when teaching we'll work on paper with a webcam aka 'visualiser' pointing down at it; this projects that to the main whiteboard, with optional cropping, freeze-frame and snapshots * Screencast - many teachers use eg PowerPoint to teach; instead, I'll use PowerPoint in edit/design mode rather than slideshow mode, with a locally-cast cropped portion of that on the main whiteboard at the front of the room. This enables me to eg edit my PowerPoint as I go and use all the PowerPoint tools not available in slideshow mode * Instant replay - hit the play button to play back all the scribblings currently showing on the screen * Magnet mode - when sync'd with another device, use the magnet icon so the other device follows you. Most of my teaching is now via a tablet-with-stylus anywhere in the room, and as I pan/zoom around with the tablet the main whiteboard comes with me... but only when I want it to by activating the magnet * Student mini-whiteboards (MWBs) - if my students have devices and I want them to use them, I 'sync devices' then enable student MWBs and each student has a live copy of the whiteboard, and I can see what they write and can showcase any student instantly on the main board * PWA support - install as a PWA and you can download whiteboards as .iwb files which can then be double-clicked to open/edit on desktop * Free - I have no plans to charge for this Other things you may find interesting from a tech perspective: * The client is a single <5,000 lines HTML file, with JS, CSS, SVG-favicon all inlined (plus PDF.js lazily loaded if you add a PDF) * This is vanilla Javascript with no frameworks or libraries (except PDF.js) and no minification or build scripts - just view-source and check out how ugly all my code is! * 77.6kB for everything (except PDF support)... the size of 'modern' websites frankly disgusts me * The server is just a single ~500 line Javascript file and runs on Deno (also ported to Bun but unstable for now) and really just serves some static files, deals with websockets and temporarily stores images people add * Costs ~£5/month on Heroku * There's no database or any long-term persistence - Heroku servers restart every 24h and nothing is saved beyond that; it's all ephemeral https://www.mathsuniverse.com/infinity May 12, 2023 at 06:26AM

Show HN: A Jupyter notebook for creating how-to videos with GPT4 and LangChain https://news.ycombinator.com/item?id=35919009

Show HN: A Jupyter notebook for creating how-to videos with GPT4 and LangChain https://teachomatic.net May 12, 2023 at 10:13AM

Show HN: The Leica MPi: A Leica M2 with a Raspberry Pi-Powered Digital Sensor https://news.ycombinator.com/item?id=35914651

Show HN: The Leica MPi: A Leica M2 with a Raspberry Pi-Powered Digital Sensor PetaPixel article: https://petapixel.com/2023/05/11/the-post-digital-leica-mpi-... https://psychomugs.github.io/mpi May 12, 2023 at 04:25AM

Show HN: Create next level chat bots with your documents https://news.ycombinator.com/item?id=35915152

Show HN: Create next level chat bots with your documents Hi everyone, We've launched our customisable AI chat bot service. Magic AI helps you to create your own chat bot which is trained with your own documents or website. You can use it as a knowledge hub of your team or as a self service customer support chat bot on your web site. You can use it for free. https://magicai.ai/ May 12, 2023 at 05:23AM

Show HN: PrivateGPT, the Privacy-Preserving Chatbot That Redacts Sensitive Data https://news.ycombinator.com/item?id=35913809

Show HN: PrivateGPT, the Privacy-Preserving Chatbot That Redacts Sensitive Data PrivateGPT is a privacy-preserving chatbot that redacts personally identifiable information (PII) from prompts before sending them through the chatbot. This makes it safe to use ChatGPT without compromising customer or employee privacy. PrivateGPT is a valuable tool for organizations that want to use ChatGPT but are concerned about data privacy. https://chat.private-ai.com/ May 12, 2023 at 02:19AM

Thursday, May 11, 2023

Show HN: AutoGPT for Ethereum https://news.ycombinator.com/item?id=35899775

Show HN: AutoGPT for Ethereum I built this on a weekend, I would love to get some feedback on the app. https://www.etherpal.xyz/ May 11, 2023 at 02:25AM

Show HN: Interactive story map built using Google 3D Tiles and deck.gl https://news.ycombinator.com/item?id=35898650

Show HN: Interactive story map built using Google 3D Tiles and deck.gl https://3dtiles.carto.com/ May 10, 2023 at 11:52PM

Show HN: BundleStore – increase revenue by offering your product in a bundle https://news.ycombinator.com/item?id=35899587

Show HN: BundleStore – increase revenue by offering your product in a bundle On BundleStore, users buy more to save more. By offering your product in a bundle, you can make your product instantly more attractive! Visit the website and tell me what your product is, and I'll do the rest. https://bundlestore.airballoon.app/ May 11, 2023 at 01:58AM

New Capital Entrepreneur LLC Consultants: Show HN: Search Xkcd https://news.ycombinator.com/item?id=35899202


from bitly https://bit.ly/42wzJxl
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Search Xkcd https://news.ycombinator.com/item?id=35899202


from bitly https://bit.ly/42wzJxl
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Search Xkcd https://news.ycombinator.com/item?id=35899202


from bitly https://bit.ly/42wzJxl
via IFTTT

Show HN: Search Xkcd https://news.ycombinator.com/item?id=35899202

Show HN: Search Xkcd https://xkcd.netcore.io May 11, 2023 at 01:03AM

Tuesday, May 9, 2023

New Capital Entrepreneur LLC Consultants: Show HN: We built an end-to-end encrypted alternative to Notion https://news.ycombinator.com/item?id=35874244


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

New Capital Entrepreneur LLC Consultants: Show HN: We built an end-to-end encrypted alternative to Notion https://news.ycombinator.com/item?id=35874244


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

New Capital Entrepreneur LLC Consultants: Show HN: We built an end-to-end encrypted alternative to Notion https://news.ycombinator.com/item?id=35874244


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

Show HN: We built an end-to-end encrypted alternative to Notion https://news.ycombinator.com/item?id=35874244

Show HN: We built an end-to-end encrypted alternative to Notion Hello HN, Over the last year we've been building snote.app, a Privacy focused, End-to-End Encrypted alternative to Notion. You can write, plan, collaborate and get organized - it allows you to take notes, store files, add tasks, manage projects & more. Whether you're working solo or in a team. We are hoping to use this post as an opportunity to collect feedback from fellow hackers. If there's anything we can do better, please let us know https://www.snote.app/ May 9, 2023 at 06:47AM

Show HN: Metarank – open-source hybrid search with LLMs https://news.ycombinator.com/item?id=35872925

Show HN: Metarank – open-source hybrid search with LLMs A small demo for a Metarank open-source project I'm maintaining. https://demo.metarank.ai/ May 9, 2023 at 04:52AM

Monday, May 8, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

New Capital Entrepreneur LLC Consultants: Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209


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

Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club https://news.ycombinator.com/item?id=35861209

Show HN: Play SineRider, a math puzzle game built by teenagers at Hack Club Messing with your TI-84 graphing calculator is a rite of passage for every teenager who has ever been bored in a math class. In 2013 I was that teenager, and it gave me an idea for a tiny game about sledding on graphs. This project grew into my white whale, and I spent my twenties trying and failing to finish it alone. I shelved the game when I started working for Hack Club in 2018—until last May, when a few community members took it off the shelf. The project took on a life of its own, and turned into a year of nights and weekends from a global team of 20+ teens in 8+ countries. Today SineRider enters public beta! SineRider is literally an infinite universe of function composition puzzles, each with infinite solutions, that range from welcoming for 9th graders to difficult for even the most serious matlab user. And every day we tweet out a fresh one to be solved with your morning coffee. We hope you enjoy playing SineRider as much as we’ve enjoyed making it. And we’re not done! Mobile support, polar coordinates, and a level editor are all on the roadmap. SineRider is a living project, to be continuously built and maintained as free OSS by the Hack Club community: https://github.com/hackclub/sinerider The team that built the game will try to be in the comments today between high school classes and AP tests. —chris walker, creative director Watch the trailer: https://www.youtube.com/watch?v=35nDYoIwiA8 Play now: https://sinerider.com https://github.com/hackclub/sinerider May 8, 2023 at 06:14AM

Sunday, May 7, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Hyrable - An AI powered job description writer for recruiters https://news.ycombinator.com/item?id=35849076


from bitly https://bit.ly/44No9zA
via IFTTT

Show HN: ChatGPT powered AI chatbot for your website https://news.ycombinator.com/item?id=35849210

Show HN: ChatGPT powered AI chatbot for your website Introducing Chabotix.com - the no-code chatbot builder powered by ChatGPT! With Chabotix.com, you can easily create a custom chatbot for your website without any coding skills. Simply upload your document and get a link to your chatbot. Your users can then interact with the chatbot, ask questions, and get answers - all without leaving your website! Whether you're a small business owner, a blogger, or a website owner, Chabotix.com is the perfect solution for enhancing your online presence and engaging your audience. Say goodbye to expensive developers and complicated code - with Chabotix.com, you can create a chatbot in minutes and start reaping the benefits of enhanced user engagement and improved customer support. Visit Chabotix.com today and start building your own chatbot! You upload a text file like this one in Chabotix website. Then you receive a personalized link to your AI chat bot. To get your own chabotix, follow simple steps: 1- Sign in to Chabotix.com, 2- Upload your document 3-You get a link to your personalized AI chatbot. Add it to your website. To add chabotix to your website, follow simple steps: 1-Add that Javascript link to your website, before closing html tag. Check this page to see an example. 2- Also use our CSS file to style it. You can also style your Chabotix bot according to your taste by using your own CSS file. Any time if you have any questions, either ask Chabotix directly here or send me a message on Twitter. https://www.chabotix.com/ May 7, 2023 at 01:34AM

New Capital Entrepreneur LLC Consultants: Show HN: Hyrable - An AI powered job description writer for recruiters https://news.ycombinator.com/item?id=35849076


from bitly https://bit.ly/41bsE3Y
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Hyrable - An AI powered job description writer for recruiters https://news.ycombinator.com/item?id=35849076


from bitly https://bit.ly/41bsE3Y
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Hyrable - An AI powered job description writer for recruiters https://news.ycombinator.com/item?id=35849076


from bitly https://bit.ly/41bsE3Y
via IFTTT

Show HN: Hyrable - An AI powered job description writer for recruiters https://news.ycombinator.com/item?id=35849076

Show HN: Hyrable - An AI powered job description writer for recruiters Write Better Job Descriptions Faster with Hyrable https://hyrable.webflow.io/ May 7, 2023 at 01:13AM

Saturday, May 6, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: SpiderSuite: Advance GUI web security crawler https://news.ycombinator.com/item?id=35838489


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

New Capital Entrepreneur LLC Consultants: Show HN: SpiderSuite: Advance GUI web security crawler https://news.ycombinator.com/item?id=35838489


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

New Capital Entrepreneur LLC Consultants: Show HN: SpiderSuite: Advance GUI web security crawler https://news.ycombinator.com/item?id=35838489


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

New Capital Entrepreneur LLC Consultants: Show HN: SpiderSuite: Advance GUI web security crawler https://news.ycombinator.com/item?id=35838489


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

Show HN: SpiderSuite: Advance GUI web security crawler https://news.ycombinator.com/item?id=35838489

Show HN: SpiderSuite: Advance GUI web security crawler https://github.com/3nock/SpiderSuite May 5, 2023 at 10:56PM

Friday, May 5, 2023

Show HN: Make domain verification as easy as verifying an email or phone number https://news.ycombinator.com/item?id=35827952

Show HN: Make domain verification as easy as verifying an email or phone number Hi HN, This is a project [1] I've been working on for a little while and I'm interested in your feedback and point of view. Many of us would have verified a domain name by pasting a string into a DNS TXT record. Some providers ask us to store this DNS TXT record at a domain using a DNS label like "_provider" e.g. _provider.yourdomain.com, and some providers ask that you do it at the zone apex (God help us [2]). The Domain Verification protocol stores a DNS TXT record at a DNS name derived from a hashed "verifiable identifier" (think email, telephone, DID), enabling anyone that can prove control over the verifiable identifier to prove authority for the domain name. For example, the domain verification record giving the email address user@example.com authority over the domain dvexample.com can be seen with this terminal command: dig 4i7ozur385y5nsqoo0mg0mxv6t9333s2rarxrtvlpag1gsk8pg._dv.dvexample.com TXT The record can specify what type of services the authorised party is allowed to use (e.g. SEO, Storage, Advertising) or specify an exact provider (ads.google.com), you can also specify an expiry date. The benefits of this approach are: - Domain owners can grant time-limited, granular permissions for third parties to verify a domain - Every service provider could use the same verification record - Once a domain owner creates a verification record by following instructions from one service provider, that same record could be used by other service providers - Domain registrars could set these records up on behalf of users, perhaps even upon domain registration (with registrant opt-in). This would provide domain registrants with a fast lane for signing up to services like Google Ads, Facebook Ads, Dropbox, whatever I'm still working on licensing but creating these records will always be free. I hope to find service providers that see significant upside in reducing friction for user onboarding that are willing to pay to license it. Worked example: Let's say you want to authenticate the user with the email user@example.com with the domain dvexample.com, these are the steps: 1. HASH(user@example.com) -> 4i7ozur385y5nsqoo0mg0mxv6t9333s2rarxrtvlpag1gsk8pg 2. Store Domain Verification record at: 4i7ozur385y5nsqoo0mg0mxv6t9333s2rarxrtvlpag1gsk8pg._dv.dvexample.com 3. TXT record determines permissions and time limit: @dv=1;d=Example user emali;e=2025-01-01;s=[seo;email];h=4i7ozur385y5nsqoo0mg0mxv6t9333s2rarxrtvlpag1gsk8pg BTW, if you're interested the syntax of that DNS record is a compact data serialisation format I created especially for DNS [3]. Thanks for taking a look, Elliott 1. https://www.domainverification.org 2. dig target.com TXT 3. https://www.compactdata.org (edit: formatting) https://www.domainverification.org May 5, 2023 at 04:40AM

New Capital Entrepreneur LLC Consultants: Show HN: Text to Music – Create music and drum samples with AI https://news.ycombinator.com/item?id=35826235


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

New Capital Entrepreneur LLC Consultants: Show HN: Text to Music – Create music and drum samples with AI https://news.ycombinator.com/item?id=35826235


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

Show HN: Text to Music – Create music and drum samples with AI https://news.ycombinator.com/item?id=35826235

Show HN: Text to Music – Create music and drum samples with AI https://www.texttomusic.app May 5, 2023 at 12:14AM

Wednesday, May 3, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Public data research using ChatGPT https://news.ycombinator.com/item?id=35798482


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

New Capital Entrepreneur LLC Consultants: Show HN: Praxis, an iOS browser that blocks all JavaScript and cookies https://news.ycombinator.com/item?id=35801213


from bitly https://bit.ly/44pO2Fb
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Praxis, an iOS browser that blocks all JavaScript and cookies https://news.ycombinator.com/item?id=35801213


from bitly https://bit.ly/44pO2Fb
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Praxis, an iOS browser that blocks all JavaScript and cookies https://news.ycombinator.com/item?id=35801213


from bitly https://bit.ly/44pO2Fb
via IFTTT

Show HN: Praxis, an iOS browser that blocks all JavaScript and cookies https://news.ycombinator.com/item?id=35801213

Show HN: Praxis, an iOS browser that blocks all JavaScript and cookies https://apps.apple.com/us/app/praxis/id1598706451 May 3, 2023 at 04:50AM

Show HN: Public data research using ChatGPT https://news.ycombinator.com/item?id=35798482

Show HN: Public data research using ChatGPT After trying some queries, I found ChatGPT is good at finding public data, sometimes it may not be accurate, but overall, pretty good. Then why don't we make the data in a beautiful way ready to share? Columns + ChatGPT (alpha) is for data researchers! Looking forward to any feedback or suggestion... https://columns.ai/chatgpt May 2, 2023 at 10:48PM

Tuesday, May 2, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027


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

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027


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

New Capital Entrepreneur LLC Consultants: Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027


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

New Capital Entrepreneur LLC Consultants: Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027


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

New Capital Entrepreneur LLC Consultants: Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027


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

Show HN: Hivemind – ChatGPT can now send you reminders and have async convos https://news.ycombinator.com/item?id=35784027

Show HN: Hivemind – ChatGPT can now send you reminders and have async convos Prompt -> notifications https://twitter.com/NickADobos/status/1653251763674419203 May 1, 2023 at 11:22PM