Wikipedia

Search results

Tuesday, February 28, 2023

Show HN: Crul – Query Any Webpage or API https://ift.tt/0hKfGNI

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://ift.tt/bVudhM4 ) 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://ift.tt/EYkwjoJ ) And come say hello to us on our slack channel - we’re a friendly bunch! ( https://ift.tt/dnghIXU ) Nic and Carl ( https://ift.tt/Xp5c7do ) https://www.crul.com/ February 28, 2023 at 04:12PM

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://ift.tt/hFwgUXx

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://ift.tt/ybgN0vS February 28, 2023 at 04:52PM

Show HN: Drai – AI Art Engine https://ift.tt/Cn4YSJi

Show HN: Drai – AI Art Engine https://ift.tt/QgNWXuF February 28, 2023 at 12:58PM

Monday, February 27, 2023

Show HN: Thunder Client CLI – A new way to test APIs in VSCode https://ift.tt/KFpENl5

Show HN: Thunder Client CLI – A new way to test APIs in VSCode Hi - I am creator of Thunder Client CLI, which helps you to test APIs from Terminal. In 2021 we launched Thunder Client extension for VSCode which was game changer, as we were the first to launch a GUI based API Client inside VSCode. Today we are launching Thunder Client CLI which will have many new innovative features for API Testing. Key Features - Simple & Easy to Use CLI tool - Seamless Integration with Thunder Client Extension - Run Requests/Collections and View Test results - Syntax Highlighting and VSCode Themes - Open Request/Collection UI from the terminal - Enhances CURL commands - CI/CD Integration https://ift.tt/IQdN2e0 February 28, 2023 at 05:57AM

Show HN: An automated code review tool using GPT3 https://ift.tt/BlUAk4S

Show HN: An automated code review tool using GPT3 https://ift.tt/HPgDM41 February 28, 2023 at 03:14AM

Show HN: WisprNote – MacOS App to Offline Transcribe your Voice Memos https://ift.tt/5LyoRYt

Show HN: WisprNote – MacOS App to Offline Transcribe your Voice Memos https://ift.tt/EPQRMH1 February 28, 2023 at 12:53AM

Show HN: AI Email Summaries https://ift.tt/ufMiEeD

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://ift.tt/LWEyig6 February 27, 2023 at 05:16PM

Show HN: Go Bindings for Roc Toolkit https://ift.tt/mbHeNhR

Show HN: Go Bindings for Roc Toolkit https://ift.tt/LZb5QFg February 27, 2023 at 04:09PM

Show HN: DbDeclare – A Python declarative layer for your database https://ift.tt/odr9WwS

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://ift.tt/xrsBRA0 February 27, 2023 at 04:04PM

Show HN: General information from data easy to use https://ift.tt/crdER14

Show HN: General information from data easy to use https://ift.tt/dBuUMJy February 27, 2023 at 06:03AM

Sunday, February 26, 2023

Show HN: Visualization of Catmull-ROM Spline Generation https://ift.tt/sgyo0eT

Show HN: Visualization of Catmull-ROM Spline Generation https://ift.tt/Vjn34ru February 26, 2023 at 09:26PM

Show HN: Ichido, search engine that tags sites using Google and Cloudflare https://ift.tt/IcJrAuh

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 03:12PM

Show HN: LLMs can be susceptible to a new kind of malware https://ift.tt/Nd2FQVU

Show HN: LLMs can be susceptible to a new kind of malware https://ift.tt/sWPj7aq February 26, 2023 at 01:26PM

Saturday, February 25, 2023

Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://ift.tt/iIRb5Oo

Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://twitter.com/ammaar/status/1627729711081345024 February 26, 2023 at 01:02AM

Show HN: Bearclaw – tiny static site generator with RSS https://ift.tt/CRmV7qz

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://ift.tt/x5zWwR8 https://ift.tt/zulbpCF February 25, 2023 at 03:10PM

Show HN: Open Optical Designer, free and open source lens design software https://ift.tt/xs6LecI

Show HN: Open Optical Designer, free and open source lens design software https://ift.tt/zEtxu14 February 25, 2023 at 08:08PM

Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://ift.tt/Hc1rJ5W

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

Show HN: Share your AI-generated images https://ift.tt/uz31RD5

Show HN: Share your AI-generated images https://ift.tt/91XkKmD February 25, 2023 at 05:07PM

Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://ift.tt/Excv0LK

Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://ift.tt/hJgayvf February 25, 2023 at 01:49PM

Show HN: Cross-Prompt Scripting https://ift.tt/mQDkExz

Show HN: Cross-Prompt Scripting https://ift.tt/mc4Hj9v February 25, 2023 at 09:52AM

Show HN: Lotus Reader: A Hacker News Client https://ift.tt/6blujg5

Show HN: Lotus Reader: A Hacker News Client https://ift.tt/fQnSOVm February 25, 2023 at 06:10AM

Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/O4gZLxj

Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/iUQ3eXL February 25, 2023 at 09:59AM

Friday, February 24, 2023

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions https://ift.tt/BSZCowk

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

Show HN: Ask Naval Ravikant https://ift.tt/By08JsA

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://ift.tt/kvQ1UG4 February 24, 2023 at 03:48PM

Show HN: Convert sketches into images using ControlNet https://ift.tt/Vbwe9Wj

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

Thursday, February 23, 2023

Show HN: Search the Hilton Leaks https://ift.tt/5L0FQTG

Show HN: Search the Hilton Leaks A simple site (made w/ SvelteKit) that lets you see if you've been affected by the recent Hilton Honors data breach and return compromised data if you have. Example: https://ift.tt/MePNfiZ https://hilton.f5.ax February 23, 2023 at 09:14PM

Show HN: GPT-3 based coaching for managers in tech https://ift.tt/bv9meNu

Show HN: GPT-3 based coaching for managers in tech https://ift.tt/aCTw1Bc February 23, 2023 at 04:44PM

Show HN: A NixOS-based declarative proxy and redirect server https://ift.tt/Y5EHKO1

Show HN: A NixOS-based declarative proxy and redirect server https://ift.tt/ELjBbhO February 23, 2023 at 03:33PM

Show HN: Xc – A Markdown Defined Task Runner https://ift.tt/j52ehAg

Show HN: Xc – A Markdown Defined Task Runner https://ift.tt/dtvTiz1 February 23, 2023 at 02:45PM

Show HN: Infinite Logo Maker https://ift.tt/wytS6L5

Show HN: Infinite Logo Maker https://ift.tt/CoyVxGi February 23, 2023 at 10:50AM

Show HN: IngestAI – NoCode ChatGPT-bot creator from your knowledge base in Slack https://ift.tt/b2zJCvI

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

Show HN: Mox - Modern full-featured low-maintenance self-hosted mail server https://ift.tt/PKAgLmp

Show HN: Mox - Modern full-featured low-maintenance self-hosted mail server https://ift.tt/BENR6eC February 23, 2023 at 09:20AM

Show HN: Windstatic.160 Free Elements and Layout with Tailwind CSS and Alpine.js https://ift.tt/zjYvncd

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

Wednesday, February 22, 2023

Show HN: Liftosaur – Weightlifting tracker app for coders https://ift.tt/5NvuZHK

Show HN: Liftosaur – Weightlifting tracker app for coders I made a weightlifting tracker app specifically for coders. In weightlifting, progressive overload is one of the most important parts of gaining muscle. You should constantly increase weights, reps, use different set schemes, and that will make your muscles grow. There're many weightlifting programs, using various overloading schemes - linear increasing of weights, some periodic ladder-up increase, switching to different set schemes in case of failures, etc. You can implement all of that in Liftosaur. It works this way: each exercise may define a bunch of variables, that could be changed when you finish a workout. It could be weight, your 1 rep max, number of successful attempts, etc. You can use those variables in reps and weight values. To update the variables, you define a script, that will change them after you've done all the sets of the exercise. The script may change them based on whether you successfully done all the sets x reps, or if you failed any of the sets. For scripting, I added a super simple scripting language with JavaScript-like syntax called Liftoscript. It mostly only supports if/else, variable setting, and has some built-in types like numbers, pounds and kilograms. The app contains a bunch of built-in programs, they all are implemented using Liftoscript, and completely customizable. Check it out! https://ift.tt/rofgKN0 February 22, 2023 at 03:04PM

Show HN: Vector icons, but for viral memes https://ift.tt/9TIBWgk

Show HN: Vector icons, but for viral memes https://ift.tt/LZDKo6F February 22, 2023 at 08:54AM

Show HN: Starter.place – Gumroad for Starter Repos https://ift.tt/0blTdcy

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://ift.tt/DyGv7xO February 22, 2023 at 08:10AM

Show HN: Lost Pixel Platform – visual regression testing for your front end https://ift.tt/r8QgoIH

Show HN: Lost Pixel Platform – visual regression testing for your front end https://lost-pixel.com February 22, 2023 at 11:32AM

Show HN: Experiences with Stripe in Small Hotels https://ift.tt/JoRFYvZ

Show HN: Experiences with Stripe in Small Hotels First of all our service is not prohibited by Stripe, we are a small hotel. We sell our rooms in booking and booking sends us a virtual credit card to be used to bill each customer for the room. We withdrew the funds from the virtual credit card in the stripe platform and after two months of using it, my Stripe account was closed. The stripe account manager told me that we had a higher than normal percentage of prepaid cards and that we may be suspected of money laundering. Stripe has now refunded all the funds in my account (automatically) February 22, 2023 at 09:15AM

Tuesday, February 21, 2023

Show HN: Strada – Embed accounting automation with one API https://ift.tt/Pe9E7Ra

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://ift.tt/SkbcgoZ February 21, 2023 at 10:28PM

Show HN: A powerful prompt I discovered for landing page copy from ChatGPT https://ift.tt/9Uel06A

Show HN: YoBulk – Open Source GPT powered CSV importer[Flatfile.com alternative] https://ift.tt/v8hp1UI

Show HN: YoBulk – Open Source GPT powered CSV importer[Flatfile.com alternative] https://ift.tt/xrSV5hl February 21, 2023 at 02:05PM

Show HN: Planlike.pro – New Estimating Tool https://ift.tt/wrILp51

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

Monday, February 20, 2023

Show HN: Bing AI just ditched and ghosted me https://ift.tt/BC7GusQ

Show HN: Bing AI just ditched and ghosted me https://ift.tt/FBM6QTr February 20, 2023 at 08:42PM

Show HN: Forte, an open-source self-hosted music platform with lots of features https://ift.tt/8NTVJj6

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://ift.tt/fQGshcP Web Player: https://forte.buzl.uk/ https://ift.tt/fQGshcP February 20, 2023 at 07:51PM

Show HN: Turn Your Pandas Dataframe into a Tableau-Style UI for Visual Analysis https://ift.tt/9w5Cr4p

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://ift.tt/R35fdsW Use PyGWalker in Kaggle: https://ift.tt/nDGJwlq Feedback and suggestions are appreciated! Please feel free to try it out and let me know what you think. Thanks for your support! https://ift.tt/R35fdsW February 20, 2023 at 03:50PM

Show HN: Whisper.cpp and YAKE to Analyse Voice Reflections [iOS] https://ift.tt/h4qFUy8

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://ift.tt/8zPyOVx [1] YAKE: https://ift.tt/YEFwj65 https://ift.tt/4VF5BSh February 20, 2023 at 03:08PM

Show HN: Replbuilder, quickly build a Python REPL CLI prompt https://ift.tt/q9NBgOl

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://ift.tt/tOGWRFT February 20, 2023 at 06:04AM

Show HN: Replicad, the Library for CAD in the Browser https://ift.tt/xXbEB9Z

Show HN: Replicad, the Library for CAD in the Browser https://replicad.xyz/ February 20, 2023 at 12:55PM

Sunday, February 19, 2023

Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir https://ift.tt/QWFiHqE

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://ift.tt/vrZoKAY February 20, 2023 at 12:04AM

Show HN: A Web-Based Visual Query Designer for MySQL https://ift.tt/iVKx7gt

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://ift.tt/Lv6i5VT February 19, 2023 at 04:32PM

Show HN: Try API7 Cloud and Enterprise API Management Platform https://ift.tt/Ez3xukJ

Show HN: Try API7 Cloud and Enterprise API Management Platform https://api7.ai/try February 19, 2023 at 03:17PM

Show HN: Track My Bot https://ift.tt/3HWUKrQ

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

Show HN: Manage research papers from your CLI https://ift.tt/gp1TB4f

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://ift.tt/oYlKwCH February 19, 2023 at 06:29AM

Show HN: Duplicate Word Finder https://ift.tt/tYHwlqO

Show HN: Duplicate Word Finder https://ift.tt/yrT7LFY February 19, 2023 at 08:04AM

Saturday, February 18, 2023

Show HN: I made a Reddit-like way to browse Twitter's top content https://ift.tt/ehYo78O

Show HN: I made a Reddit-like way to browse Twitter's top content https://esplora.io/ February 19, 2023 at 12:56AM

Show HN: A tool that turns unstructured transcripts into queryable SQL and JSON https://ift.tt/U4RlP2S

Show HN: A tool that turns unstructured transcripts into queryable SQL and JSON We built Summ, a tool that provides intelligent search and question-answering across large sets of transcripts. We turn your unstructured transcripts into queryable SQL and JSON! Try it out and read how we did it. https://ift.tt/kmdHaKZ February 18, 2023 at 06:54PM

Show HN: Node.js REPL with GPT3 Completion https://ift.tt/MQUBTJ9

Show HN: Node.js REPL with GPT3 Completion https://ift.tt/rn6cAZN February 18, 2023 at 04:36PM

Show HN: Storygenie, a Tool for Better Stories https://ift.tt/MzLVFsj

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://ift.tt/2FMB37U :) Thank you for any feedback and greetings from Germany! Aron https://storygenie.io/ February 18, 2023 at 01:43PM

Show HN: Fluxsort, a stable Quicksort, faster and more adaptive than Timsort https://ift.tt/gSyck5P

Show HN: Fluxsort, a stable Quicksort, faster and more adaptive than Timsort https://ift.tt/GqFjJKx February 18, 2023 at 01:01PM

Show HN: I made an interview platform for hardware engineers in Verilog https://ift.tt/vnFVytG

Show HN: I made an interview platform for hardware engineers in Verilog https://ift.tt/0xWtqHi February 18, 2023 at 03:25AM

Friday, February 17, 2023

Show HN: Laudspeaker – open-source customer journey automation https://ift.tt/jLAN2gf

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://ift.tt/sOSMA7B February 17, 2023 at 03:14PM

Show HN: I built a custom USB Trackball https://ift.tt/uwE51Mj

Show HN: I built a custom USB Trackball https://ift.tt/NPw57xj February 17, 2023 at 10:42AM

Show HN: Tokodon 23.02 (Mastodon Client) https://ift.tt/3IDXQiK

Show HN: Tokodon 23.02 (Mastodon Client) https://ift.tt/sx72Rg5 February 17, 2023 at 11:05AM

Show HN: Vue3 Date Picker Component Library https://ift.tt/qv4MHT8

Show HN: Vue3 Date Picker Component Library Hello everyone, I made a vue3 date picker component, let me know your suggestions or what you think about it. https://ift.tt/l3nbhdA February 17, 2023 at 07:13AM

Show HN: FreeRSS – RSS Viewer Portal https://ift.tt/emMQ5UA

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 08:40AM

Show HN: Convert Jupyter Notebook to Web Apps with Mercury and Python https://ift.tt/HsQ49W3

Show HN: Convert Jupyter Notebook to Web Apps with Mercury and Python https://runmercury.com February 17, 2023 at 07:01AM

Thursday, February 16, 2023

Show HN: Bartib – a simple time tracker for the command line https://ift.tt/Ls24UAz

Show HN: Bartib – a simple time tracker for the command line https://ift.tt/U9znxKX February 16, 2023 at 01:47PM

Show HN: JinbuPal – Learning Chinese doesn't have to be difficult https://ift.tt/ncTH7E2

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 01:45PM

Show HN: Vircon32 – A virtual, simplified 32-bit game console https://ift.tt/IXx1u3a

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 12:40PM

Show HN: I made a super simple iOS app to track expenses https://ift.tt/DlrImqa

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://ift.tt/2YNskvg February 16, 2023 at 09:17AM

Wednesday, February 15, 2023

Show HN: Camome UI – A lightweight React and CSS framework https://ift.tt/CfzKUo7

Show HN: Camome UI – A lightweight React and CSS framework https://camome.net February 16, 2023 at 04:43AM

Show HN: Helium – a headless, open-source LMS https://ift.tt/kguP4Rs

Show HN: Helium – a headless, open-source LMS https://ift.tt/QJyhvk7 February 16, 2023 at 03:21AM

Show HN: Ractor – a Rust-based actor framework with clusters and supervisors https://ift.tt/YbrzyCw

Show HN: Ractor – a Rust-based actor framework with clusters and supervisors SOME HIGHLIGHTS. * We have a full supervision tree so actors can monitor other actors for exits and unhandled panic!s (at least the ones that can be caught) * The actor lifecycle is handled for you in a simple single-threaded, message handler primitive * You have a mutable state with each message handling call, so you have an easy way to create stateful actors and update that state as messages are processed * Actors talk to other actors by message passing, but there are remote-procedure-calls (RPCs) so actors can "ask a question" to another actor and wait on the reply. * A lot of the concurrency primitives are handled by the framework, such as cancellation/termination of actors (both graceful and forceful) * A Factory primitive in order to formulate distributed processing pools with multiple job routing options * Early but stable support for a distributed epmd-like cluster environment, where you can talk to actors over a network link. It's an additional crate (ractor_cluster) that builds on ractor to facilitate the inter-connection between nodes and support remote casts and calls to actors on a remote node. We're openly seeking feedback, so please feel free to utilize the library and let us know if there's anything you find missing or doesn't work as expected! https://ift.tt/E9zdvop February 16, 2023 at 01:02AM

Show HN: Stream Arrow into Postgres https://ift.tt/U9A3BqC

Show HN: Stream Arrow into Postgres Small, simple, sans IO and fast. No more dumping to CSVs! https://ift.tt/q9ydr0T February 16, 2023 at 01:01AM

Show HN: M93, A habit tracker that's delightfully easy to use https://ift.tt/x0Ccvpz

Show HN: M93, A habit tracker that's delightfully easy to use https://www.m93.org February 15, 2023 at 12:24PM

Show HN: Impact of using 1 or 2 sticks of DDR5 on a 6800HX with 680M IG https://ift.tt/o7uTVXJ

Show HN: Impact of using 1 or 2 sticks of DDR5 on a 6800HX with 680M IG A few months ago, I ordered a Minisforum UM690 for work. For less than 500 bucks, this little beast is equipped with the incredibly powerful 8 cores / 16 threads Ryzen 9 6900HX (4.9GHz) and an integrated RDN2 680M graphics card (the single thread performance of this mobile CPU is just 10% lower than my home 5800X desktop PC). I do some light gaming on my lunch break, and I was pretty impressed by the gaming performance of the 680M. Because of budget constraints at the time of ordering, I could only afford a single stick of Gskill - RipJaws 16 Go DDR5 4800 MHz CL34. I made a few benchmarks on multiple games, but most games I play do not come with a proper benchmark loop, so I used Unigine Superposition Benchmark to make a proper benchmark. Single 16 GB stick, 1080p, medium settings: 3022 (18.85 min fps, 22.61 avg fps, 31.85 max fps) Those results were good for an IGPU, but I saw a few articles saying that having two sticks instead of one could improve performance (never backed up with benchmarks or hard numbers). So I bought another stick. Here are the results with two sticks: Dual 16 GB sticks, 1080p, medium settings: 4969 (31.66 min fps, 37.17 avg fps, 48.96 max fps) Yep, this is a whopping +65% with two sticks! So, if you use a CPU with an integrated graphics card, you should use 2 sticks! February 15, 2023 at 09:55AM

Show HN: Turn Jupyter Notebook to Web App https://ift.tt/w6AoVHU

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

Tuesday, February 14, 2023

Show HN: Openapi.security, a fast security checker for REST-based API https://ift.tt/yIEOz0A

Show HN: Openapi.security, a fast security checker for REST-based API tl;dr we released openapi.security, an online tool that performs a dozen of security tests on any given openapi/swagger-based API, with no signup or email required. You can try it here: https://ift.tt/rQ70NLj My team at Escape (YC W23) is mainly focused on securing GraphQL APIs. For this, we developed a new approach called Feedback driven API Exploration. Basically, we infer the right security tests cases to run using the specification and a carefully crafted in house graph traversal algorithm. (It's a bit long to describe here but we published a more in depth explanation of how this algorithm works in our blog!) We recently wondered if this Feedback Driven Exploration approach could be efficiently applied to good old REST APIs as well. From our experience, well designed GraphQL and REST APIs are quite equivalent: both have an organized data structure and explicit relationships between objects. So why wouldn't it work? We often organise internal hackathons. So this time, we focused on this experiment, adapting our algorithm to REST and ending up creating our last side project: OpenAPI.security. It is a very simple tool: anybody can enter an OpenAPI / Swagger spec, and openapi.security will run a bunch of security tests on it and give back a report. It's designed to be fast and smart in the way it analyzes input specs. https://ift.tt/rQ70NLj February 14, 2023 at 06:58PM

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://ift.tt/uLCc3Mq

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://ift.tt/wOX2LU8 February 14, 2023 at 03:35PM

Show HN: We made a voice-controlled personal assistant with Whisper and GPT-3 https://ift.tt/ieVxP1c

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

Show HN: First Steps: Making your own voice activated virtual assistant https://ift.tt/YXocs9V

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://ift.tt/RQ9HjaG February 14, 2023 at 06:33AM

Monday, February 13, 2023

Show HN: SceneScape: Text-Driven Consistent Scene Generation https://ift.tt/UtDEsQo

Show HN: SceneScape: Text-Driven Consistent Scene Generation https://ift.tt/qMxY0Wv February 13, 2023 at 08:37PM

Show HN: Lockval Engine – a distributed back end KV engine that can run scripts https://ift.tt/xfsjqcR

Show HN: Lockval Engine – a distributed back end KV engine that can run scripts I've been developing game backends for several years, using and designing a lot of code. They all about calculations, synchronization with front-end data, and database data, and try to ensure consistency, atomicity, and high response, etc. However, these codes and frameworks have always had problems such as very complicated APIs, incomplete or non-existent ACID, multiple calls to RPC, and non-real-time full or semi-full data landing. So, we created Lockval Engine. An easy-to-use, ACID, distributed, DOP, multi-language support backend engine. Here are some online demos that will give you a quicker understanding of Lockval Engine: [APIdemo] https://ift.tt/wz9JtPu [playground] https://ift.tt/j36PvON... https://lockval.com February 13, 2023 at 12:12PM

Show HN: LazyShell – Autocomplete for Zsh with GPT https://ift.tt/1zYvqCG

Show HN: LazyShell – Autocomplete for Zsh with GPT https://ift.tt/8gWkYKQ February 13, 2023 at 07:03PM

Show HN: We built a managed Kubernetes provider at half the cost of AWS https://ift.tt/FpfV9jy

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 05:04PM

Show HN: Recurser lib reduces GPT2-XL VRAM usage by 25% and runs it on Colab https://ift.tt/f35vBFD

Show HN: Recurser lib reduces GPT2-XL VRAM usage by 25% and runs it on Colab https://ift.tt/xaOVw3W February 13, 2023 at 03:54PM

Show HN: I made a community-based writing application https://ift.tt/ZwLNX4F

Show HN: I made a community-based writing application Hi HN! Writing has been a big part of my life for the last few years. It's helped me make sense of the world around me through journaling, and my blog and technical books have made wonders for my career as an engineer. Something I've always been missing is an online community where I can practice my skills and learn from other aspiring writers. I built Tavern, hoping to solve my own problem. Its main concept is that every Monday everyone in the app gets asked the same writing prompt and you have seven days to submit your answer. You can look at what others have posted, but only after you've submitted your answer. My hope is that this way I will reduce lurking and encourage more people to actually write rather than think about it. There is a concept of giving likes (ales, since the whole app is tavern-themed), but I've given it a twist by not showing the number of likes an answer has until you like it. Also, answers are always sorted by date, with the latest ones on top. This way if you open Tavern three times this week you'll be able to scroll until the last answers you've read and leave, they won't get shuffled. Tavern's not a technical wonder by no means - you can probably put it together in a hackathon. But I put a lot of effort into the design and its simplicity, so people can focus on the content. I have more plans for it in terms of features but I wanted to launch the bare-bones build as soon as possible. Hope you like it! https://ift.tt/gpmNxyS February 13, 2023 at 08:07AM

Sunday, February 12, 2023

Show HN: Self-host Whisper As a Service with GUI and queueing https://ift.tt/C31LIhe

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://ift.tt/9N2fIU7 February 13, 2023 at 07:00AM

Show HN: Toodle.Studio is an art playground with Lisp and turtles https://ift.tt/h95I6et

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

Show HN: Nix-init – Generate Nix packages from URLs with dependency inference https://ift.tt/HmVN54k

Show HN: Nix-init – Generate Nix packages from URLs with dependency inference https://ift.tt/Z89Xhfe February 12, 2023 at 06:34PM

Show HN: HN Pop-Up – Hover on HN Username to See Their Profile https://ift.tt/oH6yMOY

Show HN: HN Pop-Up – Hover on HN Username to See Their Profile https://ift.tt/26bC90I February 12, 2023 at 06:25PM

Show HN: Jendeley – JSON-based document organizing software https://ift.tt/cd1ZAUj

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://ift.tt/rRmBWxs https://ift.tt/DGpbNhF February 10, 2023 at 11:10PM

Show HN: Get an AI generated quiz from any YouTube video https://ift.tt/k8DfS2a

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

Saturday, February 11, 2023

Show HN: Channel 784, infinite AI generated fake news https://ift.tt/DgyYj87

Show HN: Channel 784, infinite AI generated fake news I was inspired by Nothing Forever to make something while it's off air - Channel 784. It's a parody of evening news. How it works: I have a Node server that generates headlines, then expands each one and creates an intro and outro based on them, and then passes the headlines to DALL-E to generate pictures for each story and the stories to Google Cloud to generate speech. Then I save that as a JSON and load it into Unreal Engine. I'm not sure it's as funny as Nothing Forever, it's a bit more structured. If anyone's got any suggestions I'd love to hear them. https://ift.tt/Wh2u3xC February 12, 2023 at 05:05AM

Show HN: PyCirclize – Circular Visualization in Python https://ift.tt/gtFZJ5L

Show HN: PyCirclize – Circular Visualization in Python pyCirclize is a circular visualization python package implemented based on matplotlib. This package was developed for the purpose of easily and beautifully plotting circular figure such as Circos Plot and Chord Diagram in Python. I'd love to hear your feedback. Document: https://ift.tt/o3WHd69 https://ift.tt/UmdRQYE February 12, 2023 at 04:16AM

Show HN: G-Script – Visual Scripting for the Web https://ift.tt/MWCc2lP

Show HN: G-Script – Visual Scripting for the Web Hi all, I'm a PM by day who taught themselves to code over COVID. One of the things I enjoyed during that process was learning how to make basic games in Unreal Engine using Blueprints. I found visual scripting was such an intuitive way to express what I call "mid-tier complexity" logic and I felt there really wasn't a great equivalent for the web - so I built one over the last few months and this is my MVP. Tools like Zapier etc are great and easy to use, but they're heavily limited when it comes to expressing any kind of complex logic or trying to follow coding principles like DRY. On the other end of the spectrum, serverless setups like Cloudflare workers or Firebase functions give you all the power of code, but there's atleast 20-30 minutes of additional overhead involved in just getting the things live. G-Script is designed to land exactly in the middle of these two options. It's "Lower level" than tools like Zapier and supports most of the code-level primitives you NEED in order to express logic. Examples being: - Conditional Logic - Loops - Static Typing - Objects & Arrays - Version Control - Reusable logic/functions On the flip side, it's much less friction that writing an actual serverless function, both up-front and ongoing. Examples: - You don't need to know "Code", just how to express your logic visually. - No need to manage even basic deployments or use a CLI, it's all done via a UI. - Every Workflow is a seperate little microservice with it's own URL that you can call via HTTP. - The super simple version control system makes it easy to role back to earlier versions of a workflow if you break something, or make changes to your logic without impacting what executes and the Workflow URL until you're ready to deploy your final iteration. https://g-script.io/ February 12, 2023 at 01:11AM

Show HN: C64 and Plus/4 compared. Justice to a forgotten 8-bit home computer https://ift.tt/0E5fS8R

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 05:27PM

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/K7RCe3O

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/D8GIlm5 February 11, 2023 at 04:42PM

Show HN: Experimenting with GPT-3: Building an Investment Analyst https://ift.tt/aylYHZX

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://ift.tt/pfBTc5x https://ift.tt/OEwKNux https://ift.tt/irwz2VT https://ift.tt/qbgdRIu 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 02:36PM

Show HN: slidesdown - Zero Installation Slideshows in Markdown https://ift.tt/kW6CtFr

Show HN: slidesdown - Zero Installation Slideshows in Markdown https://ift.tt/NCyPeK4 February 11, 2023 at 09:28AM

Show HN: Sharrr – Pretty secure file transfer https://ift.tt/hRvVpm4

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

Friday, February 10, 2023

Show HN: Get notified in Slack for each GitHub star https://ift.tt/2W1myJ7

Show HN: Get notified in Slack for each GitHub star I wrote a Zap on Zapier to get notified when someone stars your repo. I use it on our open-source repo and it's helpful. Fern: https://ift.tt/oclhqka https://ift.tt/z1oKPWS February 10, 2023 at 11:25PM

Show HN: GoodQuestion: A job interview note taking and collaboration tool https://ift.tt/CqWGhi9

Show HN: GoodQuestion: A job interview note taking and collaboration tool https://ift.tt/kWiU2yR February 10, 2023 at 08:18PM

Show HN: Bashi – open-source and extensible AI assistant platform and app https://ift.tt/W1w7y4R

Show HN: Bashi – open-source and extensible AI assistant platform and app https://ift.tt/pRKcqCo February 10, 2023 at 04:26PM

Show HN: Doc Search – a research tool for finding PDFs on the web https://ift.tt/uN0qZC2

Show HN: Doc Search – a research tool for finding PDFs on the web https://ift.tt/8EMvguz February 10, 2023 at 02:39PM

Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available https://ift.tt/53wjbOf

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 11:31AM

Show HN: A Chrome extension to improve your website performance https://ift.tt/oaiOefb

Show HN: A Chrome extension to improve your website performance https://ift.tt/26wZ4pv February 10, 2023 at 10:09AM

Show HN: MrScraper – A visual web-scraping tool https://ift.tt/CPwYgzc

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 10, 2023 at 07:19AM

Thursday, February 9, 2023

Show HN: Calendly Alternative https://ift.tt/x9GC0zH

Show HN: Calendly Alternative https://ift.tt/DZVQA4G February 9, 2023 at 10:44AM

Show HN: I Made a Todo List for Developer Power Users [video] https://ift.tt/YyBQKSt

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://ift.tt/xl5RCvh https://www.youtube.com/watch?v=pGmdX8Znv5g February 9, 2023 at 02:01PM

Show HN: Supertweak – Chrome extension to easily tweak Tailwind websites live https://ift.tt/X7ad6RY

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://ift.tt/AQNfkRx February 9, 2023 at 12:32PM

Show HN: Privacy friendly suite of PDF tools https://ift.tt/SnsyjBg

Show HN: Privacy friendly suite of PDF tools Hi HN, I have been working on a set of PDF tools that does all the processing directly in the web browser. From time to time I needed to do some simple PDF manipulations like merging PDF files. Sometimes the files contain my personal data and I was not comfortable using other online services where the file usually is uploaded to a remote server. Behind the scenes there is a small library written in C++ doing the changes to the PDF files. I am using the Emscripten compiler to compile it to WebAssembly that is running in the browser. It was a very good learning for me and it was easier than I thought to get something working, credits to the Emscripten project. The tool is also a PWA and can be used offline (once loaded). I am looking for any kind of feedback, comments or ideas for new tools that I could add. https://pdfux.com/ February 9, 2023 at 11:32AM

Show HN: A lightweight flutter game framework, Support iOS Android and web https://ift.tt/1MajA2C

Show HN: A lightweight flutter game framework, Support iOS Android and web https://ift.tt/vZjEl9q February 9, 2023 at 08:44AM

Wednesday, February 8, 2023

Show HN: Open-source Ecommerce platform built with Node.js and React(beta) https://ift.tt/EIbjo28

Show HN: Open-source Ecommerce platform built with Node.js and React(beta) Hi guys, I've open-sourced the ecommerce project I build for my business. I've spent a lot of time on choosing the right libraries and decided to go with NodeJs and React. I'm sharing the project with you, and hope it will give you some ideas so you can build your ecommerce project faster. [Demo] https://ift.tt/pET1DXV [Github] https://ift.tt/VQCMPWe Feel free to share/contact if you have any feedback or questions. Thanks February 9, 2023 at 03:35AM

Show HN: Use Apple's Vision APIs and OpenAI to Automate Nutrition Label Reading https://ift.tt/43pEf65

Show HN: Use Apple's Vision APIs and OpenAI to Automate Nutrition Label Reading https://ift.tt/iIrwtnW February 8, 2023 at 11:37PM

Show HN: ListLang – Learn Languages to Fluency https://ift.tt/lnkSIiH

Show HN: ListLang – Learn Languages to Fluency Depending on the language, the top 1,000 most frequently used words account for ~85% of all speech and text, and the top 5,000 account for ~95%. It’s really important to learn these words. Learning words in context helps you naturally understand their meaning and use cases, while avoiding the rote memorization of definitions. ListLang helps you achieve fluency by learning the 5,000 most frequently used words in context. Most language learning apps never move past beginner level content. This method requires some basic knowledge, but otherwise it should rapidly increase your level past the intermediate level and into the advanced level. I built this app because I studied Spanish and Russian for many years in school, but when I traveled to Argentina and Russia, I realized I didn’t know enough vocabulary to meaningfully communicate with the people there. I hope it will be helpful for you. https://ift.tt/8si1Uav February 8, 2023 at 03:04PM

Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://ift.tt/lIs7Wv3

Show HN: I wrote a novella with GPT-3 (with prompts and screenshots) https://ift.tt/ceyimEz February 8, 2023 at 02:40PM

Show HN: I made a library that adds a metallic look to anything you throw at it https://ift.tt/W8YuGey

Show HN: I made a library that adds a metallic look to anything you throw at it https://ift.tt/RNcWVDv February 8, 2023 at 12:29PM

Tuesday, February 7, 2023

Show HN: Embra – A fast, Chat-GPT like assistant for your Mac. App integrated https://ift.tt/iKrjBJe

Show HN: Embra – A fast, Chat-GPT like assistant for your Mac. App integrated Hey HN! We're building Embra, an always-one-second away GPT assistant that integrates into your OS, apps, and workflows. Everyone is talking about the "context problem" as it relates to GPT, in that the answers you get out are only as good as the information you put in. And, well, a lot of users don't want to type in a bunch of text. With Embra, you can pick and choose which context to feed the AI within the interface itself. And that context can be anywhere on your computer -- text in a PDF document, any tabs within Chrome, etc. One of the primary use cases is improved coding, debugging, and software workflows. We especially want to gather feedback in this direction, as engineers engage in Q&A workflows and code creation 15+ times a day. Really awesome. :) Just launching our closed beta signup page today, and rolling out first invites to broader community. https://embra.app/ And the twitter launch thread: https://twitter.com/zachtratar/status/1623015294569713665 We're also looking for the following feedback: 1) What do you think about OS-level integration vs VSCode extension? Both have filesystem access, but do you perceive them differently security or capability wise? 2) What do you use ChatGPT for today primarily, and would desktop access improve those workflows meaningfully? 3) What context would you like to pull into the AI, as an engineer? Thanks! And feel free to poke at the idea. We've been around the block and welcome the classic, ruthless HN constructive criticism. February 7, 2023 at 06:40PM

Show HN: Adblocker for Google Ads and auto skip YouTube video ads https://ift.tt/m7oidtZ

Show HN: Adblocker for Google Ads and auto skip YouTube video ads Simple Adblocker for Google Ads and auto skip Youtube video ads. https://ift.tt/oOU2B3W... https://ift.tt/yoA5HtX February 7, 2023 at 04:24PM

Show HN: AI-Powered SQL Tools https://ift.tt/Fe0RHpa

Show HN: AI-Powered SQL Tools Generate arduous database queries in a snap https://dbsensei.com February 7, 2023 at 01:36PM

Show HN: Database of every VC investment memo https://ift.tt/SuajDrR

Show HN: Database of every VC investment memo https://ift.tt/FPXgSHW February 7, 2023 at 01:56PM

Show HN: LangChange and Flask on Vercel https://ift.tt/FHVAi5M

Show HN: LangChange and Flask on Vercel https://ift.tt/yd5alp4 February 7, 2023 at 09:54AM

Show HN: Utm.zone – Bulk UTM link builder https://ift.tt/VOz5ELs

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 08:22AM

Monday, February 6, 2023

Show HN: iWF – A new “workflow as code” execution engine https://ift.tt/bC2vwMg

Show HN: iWF – A new “workflow as code” execution engine It's built on top of Cadence Temporal(Similar to AWS SWF, Microsoft Azure Durable Function) by expert of Cadence/Temporal to provide clean and simple API/interface for development. * Easy to understand and get started * Easy to make changes -- no non deterministic errors and no need to write versioning code. * Easy to write and maintain unit tests * Easy to monitor and operate * Provide all power of Cadence/Temporal(scalability/reliability) Look at the samples for how easy it is, and try it out! https://ift.tt/1wYFuH0 February 6, 2023 at 11:38PM

Show HN: Elaborate AI – Generate Slides and Speaker Notes from Your Outline https://ift.tt/tV2uEDZ

Show HN: Elaborate AI – Generate Slides and Speaker Notes from Your Outline We've just unveiled our brand new service, Elaborate AI, and it's a game-changer for anyone who has to create presentations. With this innovative tool, you can turn your simple outlines or even topics into professional slides and speaker notes with ease. Here are just a few examples of who could benefit from using Elaborate AI: - Team leaders: Generate slides for your weekly progress reports with ease. - Project managers or researchers: Present your insights and research on a topic in a polished and professional manner. - Educators: Create educational materials from your content quickly and efficiently. So, if you're tired of spending hours preparing presentation slides, head over to https://elaborate.ai and see if Elaborate AI can help you save time and streamline your presentation-creation process. February 7, 2023 at 03:37AM

Show HN: Customised Summary for web pages using ChatGPT: ReaderGPT https://ift.tt/rv0cquH

Show HN: Customised Summary for web pages using ChatGPT: ReaderGPT The extension offers: - Generating bullet points summary for the article. - Change of the ChatGPT prompt to customise the summary. - Some example prompts: - Summarise the article in 3 concise bullet points. - Summarise the article in 50 words. - Translate the article to Spanish. - Simplify the article for a five years old. - Write a caption based for article. https://ift.tt/lbgLUkJ February 6, 2023 at 01:55PM

Show HN: Database Replication and Synchronization https://ift.tt/AK84e0d

Show HN: Database Replication and Synchronization Replicate data and synchronize changes from MySQL and PostgreSQL, enabling applications to respond to these changes in real-time with minimal latency. https://ift.tt/GZejD9z February 6, 2023 at 11:32AM

Show HN: Simple and Secure Personal Backups https://ift.tt/l80FvBL

Show HN: Simple and Secure Personal Backups spb is a CLI backing up your local folders into S3 while encrypting everything client side. https://ift.tt/1h9nBqD February 6, 2023 at 02:10PM

Show HN: Connect any form with Google Sheets in 3 clicks – Sheetsify https://ift.tt/AYjmsUH

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

Sunday, February 5, 2023

Show HN: An experimental project, Particle Animation App, developed using OpenGL https://ift.tt/yYINdq2

Show HN: An experimental project, Particle Animation App, developed using OpenGL https://ift.tt/H9nqM5K February 6, 2023 at 01:04AM

Show HN: WordPies – guess the word before time runs out https://ift.tt/bQNDYzd

Show HN: WordPies – guess the word before time runs out https://wordpies.com February 5, 2023 at 04:44PM

Show HN: Total Duration of YouTube Playlist from Bash Terminal https://ift.tt/JeuiGo5

Show HN: Total Duration of YouTube Playlist from Bash Terminal https://ift.tt/FbkdZAS February 5, 2023 at 05:44PM

Show HN: No code landing page I made for my startup idea with yep.so https://ift.tt/lhOHF4j

Show HN: No code landing page I made for my startup idea with yep.so I wanted to share a project I've been working on : Styrate, a social rating and review platform for products. I built a landing page for it using a no-code platform, which allowed me to create a professional and functional website without writing any code. As someone who is not very tech-savvy, I was able to easily build a landing page that looks and functions like it was built by a professional. This really showcases the power of no-code platforms, as they allow people with limited technical knowledge(me) to create websites, apps, and other digital products without having to learn how to code. If you guys know any other no-code websites or resources, feel free to chime in. https://ift.tt/kAOtRPJ February 5, 2023 at 06:17PM

Show HN: Dynamic UI Generation with GPT https://ift.tt/iJuoWcw

Show HN: Dynamic UI Generation with GPT https://ift.tt/EP8UbuS February 5, 2023 at 01:40PM

Show HN: Fast VHDL language server written in Rust https://ift.tt/1mMBslH

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://ift.tt/B7g1WM9 February 4, 2023 at 09:40PM

Saturday, February 4, 2023

Show HN: I made one place to discover all AI things https://ift.tt/giPaLR2

Show HN: I made one place to discover all AI things https://ift.tt/xNnrS39 February 4, 2023 at 05:14PM

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/sWSQ3V2

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/eCkTaO1 February 4, 2023 at 05:13PM

Show HN: A First Look at Practal https://ift.tt/Vn1hUOm

Show HN: A First Look at Practal https://ift.tt/Y4GtXLj February 4, 2023 at 12:07PM

Show HN: BookaBooka, a multilingual picture book app for children 2-8 https://ift.tt/eShGwxo

Show HN: BookaBooka, a multilingual picture book app for children 2-8 BookaBooka is a child friendly app with a library of 150+ picture books available in 20+ languages. Books can be read in single, or dual language mode. Any language combination is possible. Research shows: - clear benefits of children that are being read to from an early age. - parents should read to their children in the language they are most proficient in, which might be a different language from the one used in school, and therefore a language that is harder for them to acquire books in. With BookaBooka I hope to provide all children in the world, including immigrants, expats and refugees with a library in their native tongue, and the privilege of being read to, even if parents aren't willing or able. I work with a growing network of language enthusiasts that help me translate / narrate our collection. These people work on a semi-voluntary basis (royalty model + low revenue currently resembles volunteer work). You can try BookaBooka out for free, it is available in all major appstores: - iOS: https://ift.tt/XCsitw5... - Android: https://ift.tt/tTAequG... - Microsoft: https://ift.tt/v8HltQA https://ift.tt/MKiOX0E February 4, 2023 at 01:19PM

Show HN: Mass Dissent – Easily send a letter to U.S. Congress representatives https://ift.tt/1BwdheZ

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://ift.tt/bmArDpa [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://ift.tt/3ADiLmW [9]: https://ift.tt/dbMANE8 [10]: https://stripe.com/ [11]: https://sendgrid.com/ [12]: https://ift.tt/jMGCx8a https://massdissent.com February 4, 2023 at 12:30PM

Show HN: Type-safe internationalization library for TypeScript https://ift.tt/H0B1NJA

Show HN: Type-safe internationalization library for TypeScript https://ift.tt/ZquFCw9 February 4, 2023 at 10:17AM

Friday, February 3, 2023

Show HN: Indian Space Progress, the world’s only blog dedicated to Indian space https://ift.tt/XMSIpfL

Show HN: Indian Space Progress, the world’s only blog dedicated to Indian space https://ift.tt/kucdSCF February 4, 2023 at 04:50AM

Show HN: I built open-source suite of tools to streamline Microservices https://ift.tt/4kAf1TE

Show HN: I built open-source suite of tools to streamline Microservices I have been dedicating my time and efforts to a project in the world of Node.js development. This project simplifies and streamlines the creation of microservice architecture, utilizing NestJS as its main backend framework. It is packed with a plethora of tools and features, including code generators for services and libraries, a user-friendly CLI for seamless local deployment, Terraform code generation to effortlessly set up the infrastructure on AWS, an NX monorepo solution that keeps all services organized in one place, a Github CI generator that streamlines the deployment process to AWS, and enforces event-driven design through the reliable RabbitMQ message broker. Additionally, strict folder structure is imposed to maintain a clean and well-organized monorepo. The entire project is open-sourced, accompanied by extensive documentation and a demo project to provide a hands-on experience. The purpose of this project is to empower developers by guiding them towards the right approach when building their applications and eliminating the fear of the perceived complexity associated with microservice architecture through the use of powerful code generators. https://ift.tt/sbpVL8Z February 3, 2023 at 12:12PM

Thursday, February 2, 2023

Show HN: I trained an AI model on 120M+ songs from iTunes https://ift.tt/oDdruQx

Show HN: I trained an AI model on 120M+ songs from iTunes Hey HN! I just shipped a project I’ve been working on called Maroofy: https://maroofy.com You can search for any song, and it’ll use the song’s audio to find other similar-sounding music. Demo: https://twitter.com/subby_tech/status/1621293770779287554 How does it work? I’ve indexed ~120M+ songs from the iTunes catalog with a custom AI audio model that I built for understanding music. My model analyzes raw music audio as input and produces embedding vectors as output. I then store the embedding vectors for all songs into a vector database, and use semantic search to find similar music! Here are some examples you can try: Fetish (Selena Gomez feat. Gucci Mane) — https://ift.tt/bw6UqdR The Medallion Calls (Pirates of the Caribbean) — https://ift.tt/6xU4Fyf Hope you like it, and would love to hear any questions/feedback/comments! :D https://ift.tt/nNS92UE February 3, 2023 at 12:20AM

Show HN: Who is hiring? data since first Covid infection https://ift.tt/Rra9WpM

Show HN: Who is hiring? data since first Covid infection Curious if we could predict a recession, and without ChatGPT’s assistance, I compiled total comments from HN's who is hiring? threads since November 2019. According to Wikipedia, Chinese gov’t records suggest the first COVID infection occurred then. Numbers are total comments and estimate is >90% of comments are job posts. Summary: February 2023 comments are less than half of the peak in 2021 when several months had >1000 comments. 2023: 2/23 = 465, 1/23 = 533 2022: 12/22 = 576, 11/22 = 635, 10/22 = 560, 9/22 = 618, 8/22 = 761, 7/22 = 617, 6/22 = 852, 5/22 = 844, 4/22 = 798, 3/22 = 869, 2/22 = 883, 1/22 = 766 2021: 12/21 = 832, 11/21 = 1019, 10/21 = 852, 9/21 = 968, 8/21 = 907, 7/21 = 987, 6/21 = 1041, 5/21 = 925, 4/21 = 970, 3/21 = 964, 2/21 = 1052, 1/21 = 848 2020: 12/20 = 767, 11/20 = 808, 10/20 = 811, 9/20 = 698, 8/20 = 828, 7/20 = 681, 6/20 = 659, 5/20 = 686, 4/20 = 601, 3/23/20 = 786, 3/20 = 776, 2/20 = 677, 1/20 = 697 2019: 12/19 = 673, 11/19 = 742 OpenAI employees, watch for this flood of ChatGPT prompts: how to gamble on stocks with HN hiring data? February 2, 2023 at 11:40PM

Show HN: Dev-Docs – A tool that helps you document as you code https://ift.tt/euiISq4

Show HN: Dev-Docs – A tool that helps you document as you code Hi all, Super excited to share that I am building Dev-Docs, and I wanted to create a post to get other developers' thoughts. Background: Developers know how important it is to document their codebases, but often, it's an afterthought that ends up taking a lot of time and effort. That's where Dev-Docs comes in - a solution that helps developers document as they code, making the process easier and more efficient. Features: Dev-Docs handles both internal documentation for teams and external documentation around APIs and codebases for customers and partners. Internal Documentation: Dev-Docs makes it easy for engineers to document their code, right within their editor. This way, they can easily document the code they're working on, without having to switch between multiple tools. Think of it as a mini local notion that lives within vs code. External API and Codebase Documentation: Developers can also use Dev-Docs to document their external APIs and codebases, making it easier for their customers and partners to understand how the code works. Quick demo(From December): https://youtu.be/fmcgw3MkW4E Currently it is live but I am going to try to refine it a bit during this month and hopefully market a more open launch. In the meantime I would love some feedback on the video/product(hopefully none that obliterates my identity and all of my self-esteem). :') Additionally feel free to dm on linkedin if you have direct feedback or want to start using the rough version of it: https://ift.tt/IvMi48O . Thanks! https://ift.tt/rupP29S February 1, 2023 at 11:37PM

Show HN: iPhone app that lets you edit photos with words https://ift.tt/sQMDAdX

Show HN: iPhone app that lets you edit photos with words Built this quick app that feels like a lot like ChatGPT for photos. Upload a photo, type an edit, e.g. give him a mustache, make him bald, etc. The edits build on top of each other so you can really do some fun stuff. Works best with close ups of faces and landscape/architecture images. Not very good if there are multiple people in the image. The underlying model is Instructpix2pix. It can require a few tries so there's an easy retry button that undos and retries the previous edit. Another fun feature is you can hit "Send" without typing in a prompt, then it'll just pick a random prompt for you. This can lead you to some interesting and weird places. https://ift.tt/eNGczwj February 2, 2023 at 05:03PM

Show HN: Voice in 3D in real-time in-browser https://ift.tt/YrbHutO

Show HN: Voice in 3D in real-time in-browser https://ift.tt/8xhXPVA February 2, 2023 at 12:24PM

Show HN: Serverpod – The Missing Server for Flutter https://ift.tt/0QAXEpV

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

Wednesday, February 1, 2023

Show HN: Validate, Launch and Grow 3-5x Faster with No BS Startup Guide https://ift.tt/s36Qz0x

Show HN: Validate, Launch and Grow 3-5x Faster with No BS Startup Guide Launch and grow your startup 3-5x faster with the No BS Startup Guide. Get +400 specific tactical activities that you can start doing today, to save 2,000 hours of research, and know exactly what to do every step of the way. I started the guide initially for myself. I posted on reddit over a year ago ( https://ift.tt/8TlGFIV... ) and it became super popular. I kept using it and adding to it as I've coached and mentored over 200 founders. After thousands of hours of research and field testing, I am ready to release it. Still in early access and lots of things are work in progress. https://ift.tt/0QgPqUv February 1, 2023 at 09:21PM

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 https://ift.tt/AfwqVHM

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 Hey Hackernews! I am the creator and maintainer of GO Feature Flag, a self-hosted OpenSource solution for feature flags (or feature toggles) that requires almost no infrastructure. We store all our flag in a flat file somewhere (S3, github, ...) and we use it directly. Today we have finally released the version v1.0.0 that brings a new flag format that enable you to do even more with your feature flags. The solution offer some capabilities such as: - Targeting specific users - Fancy rollout capabilities (progressive rollout, A/B testing, scheduled rollout). - Exporting your usage in several location. - Compatibility with the new standard Open Feature. All feedback are welcome . Github: https://ift.tt/WFrmHTD v1.0.0 blog post: https://ift.tt/6d8ZcnP https://ift.tt/6d8ZcnP February 1, 2023 at 08:52PM

Show HN: We built a developer-first open-source Zapier alternative https://ift.tt/PUoOi7H

Show HN: We built a developer-first open-source Zapier alternative For the past few months we’ve been building Trigger.dev and can now share our beta with you: https://ift.tt/brWlNE9 . Trigger.dev is an open source platform that makes it easy for developers to create event-driven background tasks directly in their code. You write workflows using our SDK, and can view all the runs in our web app. Why we built this: - We found current workflow / automation tools like Zapier and n8n are good for simple tasks, but not for more advanced use cases. - Dropping down into code in these tools is just not a great experience. We prefer using our own IDEs, version control, and having access to GitHub Copilot etc. - Sometimes, a workflow requires us to query a database or handle some sensitive information. It would be great if this data wasn’t sent to a third party. Our beta version lets you: - Trigger workflows from webhooks, custom events or schedules (CRON) - Use API integrations with Slack, GitHub, Shopify and Resend. We’re adding more of these each week. - Add delays of up to 1 year. Workflows will resume where they left off, even if your server has gone down. - Support for Fetch and subscribing to generic webhooks. - Observe every workflow run in the app (great for debugging). - Open source MIT license so anyone can self-host the platform. We’re still early so would love your feedback and opinions. Feel free to try us out for free – and if you want a specific API integrated, just let us know. Main website: https://trigger.dev Github: https://ift.tt/brWlNE9 https://trigger.dev February 1, 2023 at 02:15PM

Show HN: A lightweight multi person takeout order tally tool hosted on GH Pages https://ift.tt/cByINM0

Show HN: A lightweight multi person takeout order tally tool hosted on GH Pages https://ift.tt/6vkHfcM February 1, 2023 at 01:46PM

Show HN: Using Google Sheets to manage localization strings across platforms https://ift.tt/MDCcYUj

Show HN: Using Google Sheets to manage localization strings across platforms As an app developer, I noticed that smaller teams frequently run into the hassles of managing translation strings across iOS, Android and web, and keeping them in sync and up to date. To make this a little easier I've been working on a small utility that allows you to use Google Sheets to manage these translations. Perfect for small teams that do not need any of the advanced features that paid platforms offer, but still want to have an easy to use centralised place to edit these strings. Without creating any account or whatsoever, you can use the Localeasy endpoint to convert your sheet into translations files for multiple platforms: iOS/macOS, Android, Rails, JSON, or YAML. I would love to hear your feedback! https://ift.tt/H5alzqN February 1, 2023 at 12:41PM

Show HN: 1Daily – Do email 90% faster https://ift.tt/O3TFzUB

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! February 1, 2023 at 01:51AM