Tuesday, January 24, 2023

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions https://ift.tt/YV8gK39

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions Hello everyone. I created a very niche product for my payment gateway customers. They are struggling with the manual process of marking transaction(s) as received in QuickBooks for their franchisor reports and bookkeeping. Paysync.ca turns a manual process into an almost fully automated solution by turning a transaction into a Sale Receipt. We currently support NMi gateways or affiliated gateways and soon importing CSV files. If you are interested you can join the beta program at https://paysync.ca Hacker News registrants will be granted access in front of the line. Have a good day! https://paysync.ca/ January 24, 2023 at 11:42PM

Show HN: LowEndInsight – a “bus-factor” risk analysis tool https://ift.tt/x3EKjs1

Show HN: LowEndInsight – a “bus-factor” risk analysis tool What began as a pet-project a few years back, an a start to learning functional programming with Elixir, turned into a bit of a research effort for CS students. I'd asked them what info could they glean from a git repository, specifically about the risks associated with using it (or becoming dependent on it). The focus quickly arrived at "bus factor" - what happens when the main developer moves on. From there we started thinking about other metrics and a couple stood out - mainly the distribution of contributions, and the obvious commit currency time. The initial research was focused on library packages from the main ecosystems - e.g., Javascript's NPM and Python's PyPI. We quickly found that to be a massive challenge - at the time neither required packages to provide a valid URL pointing to their source code. This itself was an indicator of something. Once the students moved on I continued to think about and would occasionally get asked about the tool. So I picked it back up and slapped an API on it and exposed it via HTTPS POST and GETs. I am generally looking for feedback. Probably more about the issues associated with dependence on Open Source libraries - the risks derived as software atrophy happens. But what are your ideas about the metainformation that is sitting in a software project's source history. I've considered doing some ML-y stuff with the commit history, but haven't really found the right things there yet. Here are some links to the details: * Library: https://ift.tt/mWAzphX * API: https://ift.tt/vdxo8aJ... * API Source: https://ift.tt/hBup5xi * CLI: https://ift.tt/mQD7P4J * CLI Source: https://ift.tt/2MLqbKI * Demo - GitHub Trending Repos: https://ift.tt/QHYI7ps I've capped the number of requests at RapidAPI, but if you really think the tool is useful I can issue you freer, more unlimited access by request. Let me have it HN. And thanks in advance. https://ift.tt/xkVLsJa January 24, 2023 at 08:19PM

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/bgZrDPL

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/OQ70i2A January 24, 2023 at 09:03PM

Show HN: Realtime GPU-powered implicit function plotter in your browser https://ift.tt/xGWKf59

Show HN: Realtime GPU-powered implicit function plotter in your browser https://plotf.xyz/ January 24, 2023 at 06:11PM

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/yStGspF

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/i4hLbU0 January 24, 2023 at 06:04PM

Monday, January 23, 2023

Show HN: sixarm-unix-shell-functions v10 adds POSIX assert functions https://ift.tt/l59SJTH

Show HN: sixarm-unix-shell-functions v10 adds POSIX assert functions https://ift.tt/t0fnhim January 24, 2023 at 01:02AM

Show HN: Text-Based Geolocation Competition https://ift.tt/6Jxi32K

Show HN: Text-Based Geolocation Competition If you have any questions, tag us on Twitter @Yachay.ai https://ift.tt/BcFGZTY January 23, 2023 at 11:23PM

Show HN: Shite: The little hot-reloadin' static site maker from shell https://ift.tt/c4LsbN3

Show HN: Shite: The little hot-reloadin' static site maker from shell Or more precisely, my little site maker... It is a personal tool that I thoroughly enjoyed making, and enjoy using to write my website < https://evalapply.org >. A caveat before any more; nobody was supposed to promote this insanity. Like, terrible things have been done involving inotify and xdotool. But . It showed up on HN some months ago. That too while it was still, shall we say, fermenting. It got "done" some time thence, and of course one could not let the half-past just be . So here we are, for better or worse. Thank you HN mods for helping me repost! _\\// The README explains all, animated GIFs and whatnot. Some assorted highlights: - shite's, ah, "business logic" (except templates) is about 300 lines of Bash, written in Functional Programming style [^]. Pipeline all the things! - The innards won't surprise Perl/PHP/Shell gentleperson hackers from the last century. - The local hot reloading workflow is surprisingly nice, and occasionally hilarious! No JavaScript needed. - Full rebuilds are low performance and that's fine :) - Pandoc is great. - Sometimes sed and regex is exactly the HTML parser you need. *Very* sometimes. - stdio buffering can mess you up - jq -Rr @html # escapes HTML; what?! ... and all sorts of other stuff noted in the README and inline docs. [^] because shell ain't a bad place to FP... https://ift.tt/Nz72JOt... --- P.S.The commit history stops at 3-odd months ago, because I've been using a private fork for day-to-day content drafting, publishing, and layout tweaks. The "business logic" is by and large the same as the public version linked here. https://ift.tt/5EeFPWX January 23, 2023 at 01:43PM

Show HN: Making an open source project regrouping the most interesting AI APIs https://ift.tt/bXkOPvh

Show HN: Making an open source project regrouping the most interesting AI APIs Hi, I'm working on a project that regroups all best AI (AIaaS) from different providers (GCP, AWS, Azure, DeepL, etc.) [in one API]( https://ift.tt/riqcAlK ). I've got asked the question : *why aren't you regrouping Open Source models (instead of proprietary APIs) into one repo?* well because it doesn't make sens to deploy and maintain large pytorch (or other framework) AI models (especially for document parsing, image and video moderation or speech recognition) in every solution that wants AI capabilities. So using APIs makes way more sens. Deployed OpenSource models are being included using different APIs like HuggingFace and other equivalents. The current plan is to add some of these AI capabilities into [n8n automation]( https://ift.tt/8YXUWBG ) and [Odoo App]( https://ift.tt/1ZOsgSo ) (*receipt, resume* and *ID document parsing, content moderation* and *translation*) . Some other capabilities can include : *summarization, keyword extraction, sentiment analysis* for text data and also *speech to text* or *image* and *video tagging*. Do you know other Open Source projects You want this could integrate to ? https://ift.tt/riqcAlK January 23, 2023 at 03:39PM

Sunday, January 22, 2023

Show HN: DIY Ngrok Alternative https://ift.tt/Pbkpy0c

Show HN: DIY Ngrok Alternative https://ift.tt/OSWMH5L January 23, 2023 at 03:34AM

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/C6QEhM7

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/XbfIuJg January 23, 2023 at 01:16AM

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/XJPO0aH

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/8WMH1zU January 23, 2023 at 03:09AM

Show HN: Tmfi: The Missing Firefox Installer https://ift.tt/kzvSgJi

Show HN: Tmfi: The Missing Firefox Installer Mozilla provides prebuilt versions of Firefox for macOS, Windows and Linux. Unfortunately, the Linux version is just a tarball, so it does not create a menu entry or install itself in $PATH. tmfi fixes this. https://ift.tt/cG1zBtb January 22, 2023 at 11:45PM

Show HN: New AI edits images based on text instructions https://ift.tt/a6hn94R

Show HN: New AI edits images based on text instructions This works suprisingly well. Just give it instructions like "make it winter" or "remove the cars" and the photo is altered. Here are some examples of transformations it can make: Golden gate bridge: https://ift.tt/hdNSWFG... Girl with a pearl earring: https://ift.tt/hdNSWFG... I integrated this new InstructPix2Pix model into imaginAIry (python library) so it's easy to use for python developers. https://ift.tt/Q6yrGzh January 22, 2023 at 09:55AM

Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/KcqxBPM

Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/lBsNorH January 22, 2023 at 06:27PM

Show HN: Task Completion Engine https://ift.tt/V0DKcgP

Show HN: Task Completion Engine Hi HN, This is Saravanan. I built a simple tool to assist you to complete a given task. I love to hear your thoughts / feedback on this POC. Thank you https://taskbloom.com/ January 22, 2023 at 12:35PM

Saturday, January 21, 2023

Friday, January 20, 2023

Show HN: TypeHub – a collaborative platform to design open data specifications https://ift.tt/yu84m6R

Show HN: TypeHub – a collaborative platform to design open data specifications https://typehub.cloud/ January 21, 2023 at 05:41AM

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/i2gj6ev

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/foC7cua January 21, 2023 at 04:36AM

Show HN: Linkagram a Daily Word Game https://ift.tt/UV5oyw0

Show HN: Linkagram a Daily Word Game I made this game years ago (originally for PocketPC) but have recently updated it for the web. The goal is to find all the words on a 4x4 grid of letters. Shamelessly ripping off wordle with a new board each day… The hardest part was actually getting a decent word list that made it not too challenging to find all the words. In the end I went with ~ 3000 of the most common English words. Unfortunately it does mean that you can enter real words that aren’t recognised, but I wanted to optimise for a fun challenge! It’s all open source and running on Cloudflare workers with some interesting technical aspects (dynamic open graph description and image generated with WASM) https://ift.tt/PKSz3IN January 21, 2023 at 04:05AM

Show HN: Copilot plugin for any shell program https://ift.tt/sHPeOwi

Show HN: Copilot plugin for any shell program Hi HN, I thought some of you might find this useful/fun. cpwrap runs whatever command you pass it, sending the transcript to copilot and giving you autocomplete suggestions along the way. It's like how rlwrap gives you readline input editing- cpwrap gives you copilot input editing. In other words, copilot for ed: https://twitter.com/markdotdev/status/1616273277533446145 Or sh, python, any non-curses interactive shell program. And it's a single public domain c file, though you need node and the copilot extension files to run the copilot agent. (And a copilot subscription.) https://ift.tt/laNEJpT January 20, 2023 at 11:52PM

Show HN: Simple server-side push example Flask app using socketio (75 lines) https://ift.tt/uHCX6Wm

Show HN: Simple server-side push example Flask app using socketio (75 lines) https://ift.tt/YSeamj7 January 21, 2023 at 03:08AM

Show HN: Dopt – State machines and SDKs/APIs for your user flows https://ift.tt/7mrXEPt

Show HN: Dopt – State machines and SDKs/APIs for your user flows Hi everyone, Dopt lets you visually model flows (which are state machines) to power your product’s onboarding and education experiences. We offer a React SDK that lets you create instances of those flows for any user of your product and exposes methods for transitioning the state of the user—effectively moving them through the flow. Dopt then acts as a persistence layer for the users' flow state. Dopt lets you send in data about your users (identify calls/properties) and lets non-devs define rules based on that data for which users should enter the flows. Non-devs can also update content and other custom properties that can be referenced via the SDK. For example, with Dopt’s SDK you can build: - a multi-step, interactive product walkthrough that helps users learn how to use a product by using it https://ift.tt/WaMClzi - a getting started checklist that helps a team get setup and activated https://ift.tt/0TQBSD7 You can see a short 4 minute demo of how Dopt at https://www.youtube.com/watch?v=1gRvAp6Cnls We make iteration on your state modeling easy with flow versioning, and we even handle migrating your users between versions on the fly. Dopt's UI lets everyone easily track how users move through your flows and provides controls for enabling/disabling or resetting them. We’ll work right alongside your analytics and experimentation tools. We started Dopt because we’ve seen the teams building onboarding/education flows struggle with a similar set of issues that Dopt sets out to solve: - Homegrown onboarding is time-consuming to maintain (and it changes a lot!). The logic of the flows is complex and opaque to non-developers and devs are forced to be in the loop for every small copy, targeting, and logic change. - The customer and user data needed to show people relevant experiences lives in multiple places and is hard to build interactive experiences with (e.g. what’s their use case, what plan they’re on, what they’ve done in the product, what other teammates have done in the product, etc…). - Persisting and migrating user flow state is hard. The existing tools aimed at helping people put onboarding into their products frankly suck. They’re not built for developers, only offer boilerplate components, and have brittle integration points that are hard to troubleshoot. They end up producing mostly low-quality tooltip tours. We’re in a closed beta period right now but are looking to find more people building product onboarding and education that are willing to give Dopt a spin. We’re not charging for Dopt during our beta period and are just asking for feedback to help us learn how to make Dopt better. We’ll eventually start charging later this year (by monthly tracked users) when we go fully self-service but are planning on having a “free in-perpetuity” tier for small use cases to make it easy to evaluate whether Dopt’s valuable. We won’t pull the rug out from anyone who’s built with us during the closed beta. You can signup for our waitlist on https://dopt.com or drop us a note at info@dopt.com. If you mention HN we’ll skip you to the head of the line. We’d love any feedback on the site, docs, and examples too! https://www.dopt.com/ January 21, 2023 at 01:08AM

Thursday, January 19, 2023

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions https://ift.tt/BFVGhgQ

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions I am excited to announce a new tool for music producers and audio enthusiasts - a music audio search engine. With just a simple description of the groove you're looking for, our semantic search engine will output the most similar audio in seconds. I used the Freesound.org API to upload over 3,000 grooves to MongoDB, and combined all the relevant data such as tags, title, description, BPM, etc. into OpenAI's Text-Davinci to generate a unique description of each sound. I then embedded these descriptions using the Ada Embeddings Model and inserted them into Pinecone DB vector database, making it easier to find the perfect sound for your next project. This search engine is designed to save you time and make your music production process more efficient. Give it a try and see the difference it makes in your workflow. I would also appreciate any feedback on how I can improve the website and make it even more user-friendly. https://ift.tt/povEkDc January 20, 2023 at 07:37AM

Show HN: lakeFS – Version Control for Big Data https://ift.tt/5hlbw6U

Show HN: lakeFS – Version Control for Big Data https://ift.tt/rs3RQ7m January 19, 2023 at 09:48PM

Show HN: Awkdoc: javadoc for the shell, written in Awk https://ift.tt/1wYDZhr

Show HN: Awkdoc: javadoc for the shell, written in Awk I like bash, and use it as often as possible. Sometimes the projects become large. I needed a tool to help generate documentation. Makes it easier to step away, come back after some time, and re-acquaint myself with the monstrosity I've wrought. `awkdoc` generates markdown documentation from in-line comments in shell scripts. https://ift.tt/YMfwBCe January 20, 2023 at 03:39AM

Show HN: A spreadsheet that can connect to 1000 APIs https://ift.tt/8gqz3fu

Show HN: A spreadsheet that can connect to 1000 APIs We launched on Product Hunt today with a spreadsheet that's pre-connected to 1k+ APIs (no code or configuration required). Would love to hear what you think! https://databar.ai/ January 20, 2023 at 03:18AM

Show HN: Fully LLM powered code repair – fix and explain your code in seconds https://ift.tt/wtWzhA3

Show HN: Fully LLM powered code repair – fix and explain your code in seconds https://ift.tt/GV6xM94 January 20, 2023 at 02:09AM

Show HN: DALL-E for Playlists https://ift.tt/Fx7BNQm

Show HN: DALL-E for Playlists Natural language playlist is an AI tool that generates a Spotify playlist based on your prompt. https://ift.tt/RPKIEj2 January 20, 2023 at 12:41AM

Show HN: Alternative to ChatGPT with limited downtime and unlimited calls https://ift.tt/gEvDSZ8

Show HN: Alternative to ChatGPT with limited downtime and unlimited calls https://ift.tt/mUeqA3G January 19, 2023 at 11:36PM

Show HN: A version control system based on rsync https://ift.tt/eVWdlDN

Show HN: A version control system based on rsync Hi everyone! I'm trying to create a version control system that solves some of the problems that Git and other version control software has when working in a team. Let me know if you have any feedback! https://ift.tt/F24ivBy January 19, 2023 at 05:37PM

Wednesday, January 18, 2023

Show HN: Codex – Find and Replace for Code https://ift.tt/m4z65vH

Show HN: Codex – Find and Replace for Code Most code editors' find & replace features are still very close to the original design intended for text documents, so they become unwieldy when you need to match across newlines and indentation for example, or when a parse of the code is necessary to capture a particular expression. Codex ( https://ift.tt/kEdCons ) is an attempt to rethink what find & replace should look like in a modern code editor. It defines a simple but powerful syntax for describing code modifications, combining plain text, regular expressions and Tree-sitter queries, along with sensible handling of newlines and indentation*. It can be used just like regular plain text find & replace, but allows freely mixing in regexes and Tree-sitter queries as more flexibility is needed. It introduces "line quantifiers" for matching a bunch of lines at the same nesting level, so basic structural changes can be achieved without even using a query (see the JavaScript function example in the link). I designed Codex with a specific use case in mind (the one I show in my demo video: https://www.youtube.com/watch?v=MQ_N0-AJ2Qg ), so any suggestions for other things it should support would be much appreciated, as well as general feedback. *Indentation is relative and space/tab agnostic. https://ift.tt/kEdCons January 18, 2023 at 02:26PM

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/LT6H0qw

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/DXanPbf January 19, 2023 at 04:21AM

Show HN: A tool to de-identify using Stable Diffusion https://ift.tt/nmO8aIs

Show HN: A tool to de-identify using Stable Diffusion Hey HN! Really excited to share this new image de-identifier. Kind of like a game of image telephone, you can upload an image and our app will convert the image to a caption, then will generate an image using stable diffusion using the parameters you set for the model yourself. We had so much fun making this and seeing the varying levels of scary generated images. https://ift.tt/1jdwFIk January 19, 2023 at 02:19AM

Show HN: Codeium: Free Copilot Alternative for Vim / Neovim https://ift.tt/46I1NbY

Show HN: Codeium: Free Copilot Alternative for Vim / Neovim I'm Varun from the Codeium team. After support for VSCode, Jetbrains, Jupyter, and Colab, we are super excited to bring free AI-powered code autocomplete to Vim and Neovim. And in the spirit of Show HN, we have a playground version for anyone to try the tech in the browser without any installation ( https://ift.tt/56VrbCe )! We also made the vim client open source and are open to contributions. https://ift.tt/MukT1G6 January 19, 2023 at 02:13AM

Show HN: Columnar store for fast, lightweight logging https://ift.tt/pxIF73N

Show HN: Columnar store for fast, lightweight logging Founder here, Parseable is a lightweight log ingestion and query engine written in Rust. Parseable can ingest data from existing logging agents (FluentBit, LogStash, Vector, syslog-ng and more) using HTTP + JSON output. Ingested logs are stored as semi-indexed Parquet files (on disk or S3). You can query the data with builtin query engine using SQL or use a query engines of choice like Spark, Presto, Trino and so on. We also developed a Grafana data source plugin that lets you visualise log data via Grafana. Sample dashboard link in readme. As log data grew, our industry has responded with SaaS and fully managed offerings, but if you're looking for freedom, interoperability and full control over your data - there are no great options. With Parseable, we are looking to provide an strong, viable and FOSS alternative. https://ift.tt/UmBb6JF January 18, 2023 at 10:06PM

Tuesday, January 17, 2023

Metapict – TikZ like figures using Racket https://ift.tt/BzbP7mN

Metapict – TikZ like figures using Racket https://ift.tt/ogjvXl2 January 18, 2023 at 03:30AM

Show HN: I made a tool, create GitHub Repository from local directory directly https://ift.tt/7AeGTxy

Show HN: I made a tool, create GitHub Repository from local directory directly Create a remote repository directly from your local folder to GitHub. https://ift.tt/8F1emxO January 18, 2023 at 06:58AM

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://ift.tt/8AF6up9

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://summate.it/?v2 January 18, 2023 at 05:29AM

Show HN: A tool for motion-capturing 3D characters using a VR headset https://ift.tt/5CGMnNq

Show HN: A tool for motion-capturing 3D characters using a VR headset Hi everyone! I'm one of the authors of this project. The demo you see here is powered by a tool that I recently helped develop and open-source at Shopify called handy. You can find the repo here: https://ift.tt/9zcYWty Most people don't realize that VR headsets have become really capable motion capture platforms, so we decided to release this tool to bring motion capture into the hands of everyone who owns a headset. With a cheap Quest 2 you can capture your hands using the headset's hand-tracking feature and your head. With an expensive Quest Pro you could capture your facial expressions using the headset's eye and face-tracking features. Thanks for checking this project out! I'm here to answer questions if you have any. https://ift.tt/ALVh2Z1 January 17, 2023 at 07:33PM

Show HN: Plus – Self Updating Screenshots https://ift.tt/F1kORuA

Show HN: Plus – Self Updating Screenshots https://ift.tt/ezvDJgX January 17, 2023 at 11:53PM

Show HN: Semantic Search for Confluence Workspace https://ift.tt/un3Qti0

Show HN: Semantic Search for Confluence Workspace Hello Hacker News! I built Sleuth, an open source search tool for your workspace. I originally started off with Slack but quickly learned that Confluence search is a well documented problem: https://twitter.com/beajammingh/status/1273742155731791872?s... Sleuth solves this problem using semantic search to find relevant Confluence pages and Slack messages for your query. You can ask Sleuth questions about HR policies, technical documentation, product decisions, and more. Sleuth is open source and can be self-hosted, although there are dependencies on OpenAI and Pinecone (which will be swapped out for open-source alternatives for larger orgs with regulatory constraints). Feel free to reach out in our Slack group if you're interested in using Sleuth in your workspace: https://ift.tt/97Ac0nF... https://ift.tt/4zpFQHT https://ift.tt/DnKBbLh January 17, 2023 at 10:53PM

Monday, January 16, 2023

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes https://ift.tt/zyxXp6P

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes Hey folks, we made this screen recording tool to fix one simple problem - fixing your mistakes easily when recording so you don’t have to constantly restart or stitch. I’m not particularly great at presenting and so mistakes will inevitably happen during a screen recording, and it’s worse when you’re already 5 minutes into your recording, forcing you to restart completely. Please check this out and let us know what you think! https://vento.so January 17, 2023 at 04:01AM

Show HN: Anonymous Feedback Tool for Teams https://ift.tt/xSNs9l3

Show HN: Anonymous Feedback Tool for Teams https://runsignals.com/ January 17, 2023 at 03:23AM

Show HN: Gen AI career guide for software engineers https://ift.tt/b1mHx8F

Show HN: Gen AI career guide for software engineers https://joingenai.com/ January 16, 2023 at 10:59PM

Show HN: Cross-Platform GitHub Action https://ift.tt/Ohlm9UI

Show HN: Cross-Platform GitHub Action https://ift.tt/ikA2x7Y January 17, 2023 at 01:00AM

Show HN: Live code MIDI sequencers in the browser https://ift.tt/28uEoeS

Show HN: Live code MIDI sequencers in the browser https://ift.tt/wO2NAIl January 16, 2023 at 07:23PM

Show HN: Smooth-scrolling IBM retro ASCII text to soothe all your illusions https://ift.tt/xljUcr7

Show HN: Smooth-scrolling IBM retro ASCII text to soothe all your illusions https://ift.tt/L0uf6z1 January 16, 2023 at 07:18PM

Show HN: VeloxDB Fast Object oriented DB for C# https://ift.tt/GMyR0Od

Show HN: VeloxDB Fast Object oriented DB for C# This is a project I have been working on with some friends for some time. We left our jobs in March to pursue it full-time, and now we have something to show. We built a database called VeloxDB (Velox means speed in Latin). VeloxDB is a fast, object-oriented, in-memory database for C# with an emphasis on correctness. Let me give a quick breakdown of all the terms involved: • "Fast": The whole database is built with performance in mind. We achieve 2.5 million ACID write transactions with an AWS c6a.8xlarge compute instance. • "Object-oriented": The DB offers an object-oriented interface, giving you an ORM-like experience. Your code is deployed within the database, reducing the overhead of communicating with the database to a minimum. • "In-memory": The entire dataset has to fit in memory, so if you have a 30GB database, you need 30GB of RAM. The data is still persisted on disk, so there is no data loss if the server crashes. • "For C#": The ORM API is primarily designed for C#, although it should work with any .NET language (F#/VB). • "Emphasis on correctness": The database is fully ACID, with no eventual consistency. The database is still in beta phase, and any feedback is very welcome! The source can be found at https://ift.tt/wSY6c9v . https://vlxdb.com/ January 16, 2023 at 02:32PM

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/P2w5rjv

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/2Q1MKnX January 16, 2023 at 07:03PM

Sunday, January 15, 2023

Show HN: Free Online Course – Debugging Difficult Conversations https://ift.tt/VTi7GWe

Show HN: Free Online Course – Debugging Difficult Conversations As an engineer I get frustrated at other training courses that talk a lot of theory, but don't have a lot of practical advice and tools to actually help. So, I built an online self-paced training course on difficult conversations (think feedback, salary negotiation, etc) that I wanted to share with the community. I like to make my training courses more "algorithmic." A process you can follow to approach a Difficult Conversation, get in the right mindset to tackle it, and prepare what you need to that allows you to do it well. This course will teach you: - What Difficult Conversations are and what happens when you ignore them - Why having Difficult Conversations can be beneficial to you, your team, and your career - A framework (and accompanying worksheet) to help you prepare for Difficult Conversations https://ift.tt/N7i4sIK January 16, 2023 at 03:49AM

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/Tj0HISu

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/68By2ms January 16, 2023 at 02:51AM

Show HN: CVE Vulnerability Info Downloader – Including Dashboard for OpenVAS https://ift.tt/ILdPOhg

Show HN: CVE Vulnerability Info Downloader – Including Dashboard for OpenVAS https://ift.tt/Qd8YAp2 January 16, 2023 at 01:16AM

Show HN: AI-powered code correction that teaches you along the way https://ift.tt/3i7ZCfK

Show HN: AI-powered code correction that teaches you along the way https://ift.tt/HCm32Sg January 15, 2023 at 07:34PM

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/8pn1wNm

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/bKeQvGl January 15, 2023 at 06:17PM

Show HN: Group accountability for atomic habits (iOS) https://ift.tt/wIqzd7Y

Show HN: Group accountability for atomic habits (iOS) I started this project by running 10-day group challenges on Whatsapp. The group was gathered via a Webflow landing page, Google forms, Zapier and a PayPal button (here’s what I posted on HN at that time - https://ift.tt/4rNBqG5 ). The WhatsApp challenges turned out to be a hit with over 85% checking in daily and 45% repaying to join multiple challenges. After having tried Streaks, Habitify, GTD, reminder apps, google calendar, Notion...etc—I was still having trouble staying consistent with my personal/wellness goals and habits. Methods from Atomic Habits by James Clear—are what worked best for me—but sticking to it alone was hard. For example, I had a daily push-up reminder on my google calendar that I ignored for almost a year. Fast forward, I’m now on day 120+ doing push-ups, meditation and waking up before 6am—after participating in group accountability challenges :) To see if we can scale it to help more people and potentially build a community-driven business—we just released an iOS app. Recap of how it works: - Join 10-30 day accountability challenges in small groups of 3-12 people - Commit a daily goal and check-in with the group on whether you didn’t or didn’t do it - Daily visual progress reports, reward credits/penalties and support from others helps everyone stay on track - Create and join private challenges with friends Would love to have you try it by joining a challenge—and see if could help you become the person you want be for 2023! https://ift.tt/XGOkspZ January 15, 2023 at 05:46PM

Saturday, January 14, 2023

Show HN: Gopherawaitof: For Await of Library for Golang https://ift.tt/XQARJGm

Show HN: Gopherawaitof: For Await of Library for Golang https://ift.tt/QrJncKF January 15, 2023 at 03:00AM

Show HN: She built a better Zapier https://ift.tt/hWdfxpj

Show HN: She built a better Zapier https://ift.tt/CFOi1QN January 15, 2023 at 02:36AM

Show HN: Pipelines https://ift.tt/auO8jY4

Show HN: Pipelines https://ift.tt/SLCeQ3H January 14, 2023 at 06:28PM

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://ift.tt/lOV0f3r

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://tweetspear.com January 14, 2023 at 12:26PM

Show HN: Hacker News Without News https://ift.tt/QI6ia5D

Show HN: Hacker News Without News https://ift.tt/URBHcZ6 January 14, 2023 at 05:49PM

Show HN: Building a public domain print-at-home newspaper using Scroll https://ift.tt/YMuPCRK

Show HN: Building a public domain print-at-home newspaper using Scroll https://www.youtube.com/watch?v=6a-QyXYKOYw January 14, 2023 at 04:49PM

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/rk6ReXA

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/qlNRIZA January 14, 2023 at 12:03PM

Friday, January 13, 2023

Show HN: Use predictive modeling to win your bracket competition https://ift.tt/cdLI03l

Show HN: Use predictive modeling to win your bracket competition Hi! I made this as a side project this week to submit a bracket for our friends' NFL playoff bracket competition. It is all html and vanilla JS, runs directly in the browser, and is pretty fun to take for a spin. Obviously it is far from polished - that might have to wait for next year! https://nflbracket.xyz/ January 14, 2023 at 08:16AM

Show HN: An AI Assistant for Obsidian https://ift.tt/J2Uls4z

Show HN: An AI Assistant for Obsidian https://ift.tt/z1W5CBf January 13, 2023 at 02:29PM

Show HN: Golang Configuration Library https://ift.tt/39Pb5qp

Show HN: Golang Configuration Library https://ift.tt/fOdt0H8 January 13, 2023 at 12:38PM

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/61ZqboQ

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/9gerMFL January 13, 2023 at 03:18AM

Thursday, January 12, 2023

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/P1mgyCM

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/uh6pztO January 13, 2023 at 07:35AM

Show HN: Sleuth, open source workspace search in natural language https://ift.tt/NHbQ7FC

Show HN: Sleuth, open source workspace search in natural language Hey everyone, We know how hard it can be to ramp up and learn the ins and outs of a new company. - “Who should I talk to about customer onboarding?” - “What was that project the onboarding team shipped in June, that had a massive impact on step 3 completion rate?” Instead of asking someone the same question that’s been asked hundreds of times before, it’s more efficient to find answers in existing documents and past conversations. The problem is, this data is spread out across dozens of workplace apps, with search features that all work differently. That’s why we’ve created Sleuth, an open source library that allows you to search through your company’s entire history using natural language. It understands the intent of your question, not just the keywords. Here’s a demo: https://ift.tt/d9R5XBx You can fork our repo ( https://ift.tt/pu1Gveg ) and try it right now, or book a 15 min call ( https://ift.tt/YXD8bH3 ) with us to share your feedback. How does it work? Vector embeddings are generated for slack messages using OpenAI’s text-embedding-ada-002 model and stored in a Pinecone vector database for easy querying. How is this different from Glean? Glean is great, but we wanted to introduce a product that anyone can fork, use, and customize without ever talking to a sales team. Building in public makes for better products. What integrations do you support? Just Slack to start. What other integrations would you like to see? https://www.getsleuth.xyz/ January 13, 2023 at 01:10AM

Show HN: Collaborative live-coding MIDI sequencers in JavaScript https://ift.tt/VWYuhNf

Show HN: Collaborative live-coding MIDI sequencers in JavaScript https://ift.tt/uBn8QND January 12, 2023 at 11:34PM

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/2TLFr4E

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/Ark3lZ9 January 12, 2023 at 04:09PM

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven https://ift.tt/coLIMTW

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven https://ift.tt/lSAvnoh January 12, 2023 at 04:04PM

Wednesday, January 11, 2023

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI https://ift.tt/cfxi2zg

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI Hi HN, this is Danny, Deep, and Zach. We built Fern after our previous ed tech startup failed. We were frustrated with how much time we spent writing “API code” instead of working on the actual product. We tried to use OpenAPI but we were underwhelmed - the generated code wasn’t idiomatic and it still required manual work (custom templates, scripts, manually publishing SDKs to registries). The Fern compiler takes your API as input and invokes generators that output things like: SDKs, server code, a Postman collection, and an OpenAPI spec. Some technical highlights about the compiler + generators: - The compiler (available as a CLI) handles syntactic + semantic validation. It also includes a linter that encodes best practices. If your API Definition compiles, you can have high confidence that the SDKs will generate correctly. - After all the parsing and validation, the compiler outputs an intermediate representation that gets handed off to the generators. This prevents each generator from re-implementing the same parsing and validation logic. - Each generator is implemented in the language it is targeting - e.g. the Python generators are written in Python, the TypeScript generators are written in TS. It makes the SDKs more idiomatic because every programming language generally has the best tooling/libraries for generating code in itself. We also think it’ll make community involvement + contribution easier. - The generators can output the code to disk, but also push the code to a Github repo and publish the SDK directly to registries (e.g. npm, Maven). We are looking for devs to use Fern for API development. If you have any feedback about the process, compiler, or the generated code, we’d love to hear it. "Plant Store" example: https://ift.tt/LYoz6n1 Generated repos: - https://ift.tt/03N29hD - https://ift.tt/FPke7uy - https://ift.tt/maWUDjt - https://ift.tt/rXEuIfe https://ift.tt/u5e6lRx January 12, 2023 at 04:39AM

Show HN: The OP Stack https://ift.tt/Ja3BNxE

Show HN: The OP Stack https://ift.tt/wE1dBoX January 12, 2023 at 01:26AM

Show HN: Val Town – A Cloud Scripting Site https://ift.tt/CwXvGt0

Show HN: Val Town – A Cloud Scripting Site Hey HN! We're so excited to show you Val Town ( https://val.town )! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes. We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community. Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool. We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1` or `@yourFriend.bar()` right in your code. There are a lot of thorny implications this newfangled import scheme creates, but also many joyous and carefree coding experiences! One of my favorite features is that we store every evaluation, up and down the callstack, including inputs, outputs, logs, etc, which has been an amazing aid to debugging. So far, Val Town is mostly used for what we're calling "programmatic notifications": query a data source for new items on an interval and email them to yourself. Get notified when users you "follow" post on Hacker News: https://ift.tt/p3Qtu75 Get notified when to close your window during fire season in SF: https://ift.tt/t7G46QN Get notified when there are new citations on a paper: https://ift.tt/W6vQRfc Subscribe to RSS feeds: https://ift.tt/ZBghrn9 A good place to get started would be forking one of those vals and modifying it to suit your needs. Some folks are using the tool in other ways, such as in webhook contexts, and we encourage those uses as well. We'd LOVE to pair-program with anyone looking to try out the tool and give feedback. Email steve@val.town :-) Main site: https://val.town Docs: https://ift.tt/NnRGOY7... Discord: https://ift.tt/Mwy3j8o Blog & Newsletter: https://ift.tt/Y7uMTKI... [1] - Whole Code Catalog: https://ift.tt/Xd5RuyS https://www.val.town/ January 12, 2023 at 12:48AM

Show HN: We’re building a gaming console for the browser https://ift.tt/BNR30ix

Show HN: We’re building a gaming console for the browser hey all, We’re excited to share bash.gg - a way to play all games on your browser. Our mission is to enable you to play games, from any device, with your friends. We're planning on using a combination of WebGL (soon WebGPU) & pixel streaming to run any game. Our product is going viral within a few school districts, here’s what we’ve built. The Problem: Poor Experiences: Mobile gaming is limited by hardware. Most mobile games are spammy & focused on optimizing value extraction. Existing web games are junk. Expensive: For good games, you need a console or PC, costing $600 - $3k. Not Scalable: Consoles are sold at a loss & desktop computers are too expensive. Necessary hardware is increasing in size and cost. On the other hand, games continue to get more computationally expensive. bash.gg: Great Experiences: We’re bringing the best games from PC and console to your browser so you can play from any device instantly. Affordable: You don’t need expensive hardware, just a stable internet connection. Scalable: As games demand more resources, they’re run in the cloud. The games that don’t need all that power can run in a browser. TLDR: Consoles make it difficult to play with all of your friends. If your friend has Xbox, and you have Playstation - you might not be able to play together. Having games on the browser lets anyone play, by just clicking a link. Not only that, but you can chat and play, all in one place. In progress features: pixel streaming (quic + webcodecs), community features, live audio/text chat (should release within in 2 weeks) Excited to hear what you all think! https://bash.gg January 11, 2023 at 11:25PM

Tuesday, January 10, 2023

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/HoDzPfl

Show HN: Grila – Calendar for keyboard addicts, always one keypress away https://ift.tt/4xQG7p8 January 11, 2023 at 12:19PM

Show HN: Syncthing-map – a utility to map syncthing devices and folders https://ift.tt/d29K53i

Show HN: Syncthing-map – a utility to map syncthing devices and folders If you use the excellent Syncthing[1], you may quickly be lost in the various shares between devices. I was. This was the trigger to write a small application that creates a map of your devices, their folders, and how each is shared. It is directly based on the configuration file of each device. The stable version[2] generates a HTML file you can render in a browser to show the map (based on mermaid.js[3]). I just released an experimental feature[4] that starts a web server which will dynamically create the map based on configurations shared by the devices. Binaries are available as well[5]. I would be glad to hear any comments or advice (I am an amateur developper). Thanks! [1] https://syncthing.net/ [2] https://ift.tt/4mnIDsH [3] https://ift.tt/pBePqiY [4] https://ift.tt/w9xnSfR... [5] https://ift.tt/Fm6qEUA https://ift.tt/F8SXbkR January 11, 2023 at 01:33AM

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://ift.tt/sDuB9aE

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://usbc.wtf/ January 11, 2023 at 05:25AM

Show HN: Klotho – Transform plain code into cloud native code https://ift.tt/ZdshP5W

Show HN: Klotho – Transform plain code into cloud native code https://ift.tt/9ROtsPL January 11, 2023 at 01:24AM

Show HN: A Harry Potter Trivia Bot, Powered by GPT-3 https://ift.tt/pes6D5O

Show HN: A Harry Potter Trivia Bot, Powered by GPT-3 Over winter break I resurfaced an old project, a harry potter trivia bot. I rebuilt it using generative models instead of the extractive ones I had used previously. The generative approach was far easier to implement and performed better. Cheers. https://ift.tt/jcB5OrH January 11, 2023 at 01:08AM

Show HN: Vector illustrations from text prompts AI https://ift.tt/3QerLTb

Show HN: Vector illustrations from text prompts AI I created a vector illustration generator (SVG) from text prompts. He's still an MVP. I'd like to know your opinion. https://illustroke.com/ January 10, 2023 at 09:16PM

Monday, January 9, 2023

Show HN: Ecode – A minimalist and fast open-source code editor https://ift.tt/XbTC8oY

Show HN: Ecode – A minimalist and fast open-source code editor Hi HN! I've been working on a code editor and I think that it's mature enough to catch some interest. It's using a custom GPU accelerated GUI written in C++. Currently implements some interesting features: LSP, terminal, auto-completion, linters, formatters, custom keybindings, plugins and more. It's a hobby project but still intends to be an alternative to other popular code editors like Sublime, Kate, Lapce, Lite XL (and takes inspiration from them). The project was born as a playground for the GUI I'm developing (eepp GUI) and is advanced enough to currently be my main code editor, but it's a work in progress, and many features are still pending. Some minor hints on how to use it: Folders are used as project (and .gitignore is used to ignore files) The wheel icon on the top-right has all the options you need (Ctrl/Cmd + M to show). Some keybidings to navigate any project (navigation is keyboard driven): Ctrl/Cmd + K = Locate Files Ctrl/Cmd + Shift + F = Global Search Ctrl/Cmd + Number (Go to tab #) https://ift.tt/tugNRXS January 10, 2023 at 10:51AM

Show HN: PipeScore – FOSS Bagpipe Notation Software https://ift.tt/7mwBSNt

Show HN: PipeScore – FOSS Bagpipe Notation Software I've been working on some version of this since May 2019. It is a web app that allows writing out music for the Highland bagpipe. While it uses the same notation as normal music, bagpipe music tends to have a greater focus on gracenotes (embellishments). Most music software does not deal with this very well (e.g. MuseScore just displays a list of every single possible embellishment, of which there are hundreds [1]). PipeScore instead takes advantage of the fact that the form of many embellishments is dependent on the notes adjacent to it, allowing it to reduce the number of options down to just 13. Questions/comments welcome! [1] https://ift.tt/5v1r6hB... https://ift.tt/HBXSUZv January 10, 2023 at 05:40AM

Show HN: FixScript, an embedded/standalone language with custom syntax additions https://ift.tt/cfjunlX

Show HN: FixScript, an embedded/standalone language with custom syntax additions Hello, I want to introduce you to a programming language that I've been working on for a few years and is ready to be shared with a broader community. Feel free to ask any question about it, it's hard to describe what it is all about in a single blog post. For examples of a more complex code I recommend looking into to the "src" directory in the SDK. And here are some documentation links: https://ift.tt/lnx6toi https://ift.tt/g5VsLMk https://ift.tt/iEe3jo0 January 10, 2023 at 01:26AM

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API https://ift.tt/u61WX70

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API Tortoise TTS is the best TTS available today. We built an open-source, at cost, pay per second API for it. The quality of intonation it generates is unparalleled, and we hope our at-cost API will make it easier for people to build on top! This allows folks to run via a single API call - it costs $0.03/query. The WAV file is downloadable, we apply no restrictions. We're open-sourcing all our work — we made Tortoise run 30% faster, and have more improvements coming. If you're keen to contribute we can help with ideas, pointers, compute and data; just DM us. Our fork with the improvements can be found at https://ift.tt/m95yDe2 . The deployment code can be found at https://ift.tt/eJ6oBQ0 . There are already great alternatives for using : i) @mdnest_r's awesome Huggingface Spaces, ii) original Google Colab, iii) host it yourself. Our work should accelerate those who need an API, don't want to spend time/$ hosting and need a scalable infra backing them. We're especially excited about combining text-to-speech with content generated from LLMs, and about how it fits into video creation tools. Tortoise in its current form is also inaccessible to non-technical users, which is why we are also providing a simple UI on top (also "at-cost"): https://tts.themetavoice.xyz To use, generate an API key on https://tts.themetavoice.xyz and call via POST request. Or use the web UI. Or run your own deployment. https://twitter.com/vatsal_aggarwal/status/1612536547248836608 January 10, 2023 at 01:35AM

Show HN: How to create a 3D space using CSS https://ift.tt/Mm8TN1D

Show HN: How to create a 3D space using CSS https://ift.tt/OtfuxKj January 10, 2023 at 01:46AM

Show HN: Product analytics on your data warehouse https://ift.tt/NReuZaB

Show HN: Product analytics on your data warehouse https://ift.tt/iBZN1DK January 10, 2023 at 01:27AM

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C https://ift.tt/ftTPwoX

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C https://ift.tt/Jxigd7m January 9, 2023 at 07:32PM

Show HN: Hey GPT-3, Write my PRD https://ift.tt/gkSmcdb

Show HN: Hey GPT-3, Write my PRD https://writemyprd.com/ January 9, 2023 at 05:39PM

Show HN: Timezones Calculator App https://ift.tt/EqW8Yym

Show HN: Timezones Calculator App Helpful tool for remote work to track time in different cities https://ift.tt/RkptCHO January 9, 2023 at 04:04PM

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/OiXw49K

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/ISATZXL January 9, 2023 at 01:59PM

Sunday, January 8, 2023

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext https://ift.tt/9To5YWP

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext I told it to create a virtual machine first: I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do no write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd. Then I told it to create a python script to do the conversion: {Create and write to the filesystem a python script called convert.py that takes a URL as its first argument. The URL is a chrome extension. The script then converts the extension to a Firefox extension and saves the result in a directory called "res". Make sure the script works with an actual URL to a chrome extension on the Chrome Webstore. It requires you to possibly download the extension first from the URL. Also make sure the generated Firefox extension meets all the requirements and the Chrome to Firefox conversion takes place for all assets in the extension, it includes the content scripts, etc. Only print done to the terminal here when finished.} Then ran it with this URL (URL to Google Translate Chrome ext): python convert.py "https://ift.tt/HTNhiOS" It actually created a zipped Firefox extension with the manifest file converted correctly, etc. January 9, 2023 at 09:50AM

Show HN: Ark v1.0.0 https://ift.tt/LTOZNqk

Show HN: Ark v1.0.0 Ark is a program that aims to provide an easy way to manage system themes. Ark can set themes for specific programs, or the whole system with only one command. https://ift.tt/ZmM1N23 January 9, 2023 at 12:19AM

Show HN: I created a Udemy course about How to extend Keycloak(programmatically) https://ift.tt/ekUwV3B

Show HN: I created a Udemy course about How to extend Keycloak(programmatically) I summarized everything I learned while working on Keycloak during the past years https://ift.tt/JcRmBSq January 8, 2023 at 08:25PM

Show HN: jc - Meta-program C with JavaScript https://ift.tt/3k4edpT

Show HN: jc - Meta-program C with JavaScript https://ift.tt/7mK0Ihj January 8, 2023 at 09:17AM

Show HN: Have voice-only virtual coffees with fellow HN'ers https://news.ycombinator.com/item?id=34296783

Show HN: Have voice-only virtual coffees with fellow HN'ers I'm running several voice-only virtual coffee events on the Discord server in the URL, only for today. The rules are pretty simple: 1. Wait for the "event" to start (see times at the end) 2. If there are no tables with 1 participant, join any one. 3. If there is a table with 1 participant, join that one. 4. When the event ends, all the voice channels are deleted and you have to wait till the next event starts. I initially wanted to build my own web app but then I realised it would be so much easier to just leverage Discord's infrastructure. I also built a bot in a couple hundred lines of Go code (love the language!) to bulk create/delete voice channels. I intentionally left it super basic to validate if there's a need. I personally would love to have virtual networking events, but then again I know I'm somewhat odd as I come from a sales background. If you're interested/want to take part in more of these events, check out my profile where I have some contact options. Anyway, here's the times (each lasts 1 hour): - 8 AM GMT / 1.30 PM IST / 12 AM PST - 11 AM GMT / 4.30 PM IST / 3 AM PST - 2 PM GMT / 7.30 PM IST / 6 AM PST - 5 PM GMT / 10.30 PM IST / 9 AM PST - 8 PM GMT / 1.30 AM IST / 12 PM PST - 11 PM GMT / 4.30 AM IST / 3 PM PST https://ift.tt/rpbksA3 January 8, 2023 at 12:29PM

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/Q2Ri3rU

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/pHqXtjw January 8, 2023 at 12:15PM

Saturday, January 7, 2023

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/wgSBiJP

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/WpBoNzV May 7, 2026 at 01:58AM