Saturday, December 31, 2022

Show HN: My programming language, building in public for 1 year https://ift.tt/xtwvq6m

Show HN: My programming language, building in public for 1 year My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable. https://ift.tt/fXpUoVP January 1, 2023 at 07:42AM

Show HN: I made a simple, open source, chromatic tuner mobile app https://ift.tt/XvzeBa2

Show HN: I made a simple, open source, chromatic tuner mobile app I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS and Android app stores, you'll find a lot of the top tuner apps are rather bloated with ads or subscription callouts. I thought I'd create a dead-simple minimalistic mobile chromatic tuner the way I would like it - open the app and tune my guitar. My work is in web with NodeJS and React, so I chose React Native since it was the easiest to understand coming from React. Flutter was also an option since the company I work for has a team working in that, but I thought it would be a bit too much effort to learn Dart. I learned a bit more about React rendering with this project as well. The main issue I had was trying to have a React state variable be constantly updated with any frequencies detected from the mic input, but that ended up causing substantial slowdown due to so many rerenders, so I opted to use a React ref to maintain any detections, and then only update the React state when there was an actual note. I feel like sometimes the UI has trouble updating occasionally when my iPhone is in battery saving mode, which I guess might be related to throttling the audio sample rate somehow, though I'm not entirely sure. Friends and family haven't noticed this, so it may be due to my old 2016 iPhone SE :P. The apps you can find on the both the iOs App Store and Google Play (free!). https://ift.tt/jTFxWmX https://ift.tt/dp3AaMS... Would love any feedback! https://ift.tt/0zeWiQP January 1, 2023 at 04:51AM

Show HN: I built a possible alternative to social media RSS https://ift.tt/Z43fI5w

Show HN: I built a possible alternative to social media RSS Hi there, I built a chrome extension to grab new posts from social media. Instagram, twitter, Pinterest, etc don't really allow for RSS so I worked on this alternative to get new posts. Hope this might be useful for some of you. https://ift.tt/WKlvkm9 December 31, 2022 at 01:15AM

Friday, December 30, 2022

Show HN: Advent of Code 2022 (only first eight in different langs) https://ift.tt/Sx7Iwuc

Show HN: Advent of Code 2022 (only first eight in different langs) Tried/revisited/used: Elixir, Haskell, Python, Rust, JS, Rust-WASM, TypeScript, Java. With READMEs for each https://ift.tt/DIhJQ4g December 31, 2022 at 06:36AM

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/Y2ULnNS

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/UHejGwn December 31, 2022 at 05:27AM

Show HN: Scripting language inspired by JavaScript and GLSL https://ift.tt/cNuC6K0

Show HN: Scripting language inspired by JavaScript and GLSL I'm working on a scripting-language heavily inspired by Javascript and GLSL. The idea is to use this for a game engine I'm working on. https://ift.tt/RHXYmGN December 30, 2022 at 06:16AM

Show HN: BingeTheTube: binge YouTube channels from oldest to latest https://ift.tt/XIn2pmZ

Show HN: BingeTheTube: binge YouTube channels from oldest to latest Briefly, what the app does: 1. Points to a reverse playlist(an actual youtube playlist) for a channel. 2. Ability to skip to a position in playlist from beginning. 3. Request any new channel you would like to have a reverse playlist for ! Usage eg: - Using the above you can skip to say 100th video from begining in a channel (e.g CaseeyNeistat Vlog) and keep watching on youtube app (without going back to bingethetube.com). - Come back next day and resume watching from say video 120 without a lot of scrolling Useful if you like to follow a creators youtube journey or old Vlogs ! https://ift.tt/9Eg0r1e December 30, 2022 at 05:58PM

Thursday, December 29, 2022

Show HN: Simple weather for your zip code https://ift.tt/kpD91hg

Show HN: Simple weather for your zip code Weather applications are bloated. This is the simplest implementation I could make using data from the weather.gov API. This simple weather application will retrieve the current 7-day weather for any of more than 33,000 US zip codes. To customize weather for your zip code, change the URL. The current URL is set to the zip code 90210. If you want both news and weather, that is available here: https://ift.tt/VPagHQ5 https://ift.tt/sdyV1SB December 30, 2022 at 12:06PM

Show HN: CFR Explorer – Finding aviation answers using AI https://ift.tt/4LrJKnS

Show HN: CFR Explorer – Finding aviation answers using AI I've been wondering how can recent advances in AI can help with exploring regulations (currently related to aviation). Here is a beta app which uses embeddings to search and then uses GPT to quickly provide pilots with answers to aviation regulations in Title 14. Please note that this is a beta version, so errors may occur and you should always verify the response. I welcome feedback and suggestions to help improve the app. If you find an answer helpful, don't forget to give it a thumbs up, and if you think an answer could be improved, please give it a thumbs down. https://ift.tt/I7XhZnH December 30, 2022 at 04:36AM

Show HN: LiveTyper, a simple typing speed tester https://ift.tt/gXilY6s

Show HN: LiveTyper, a simple typing speed tester Phoenix/LiveView using Presence to show the other players online. My 2nd thing in a vague quest to make 12 things in 12 months. https://livetyper.com/ December 30, 2022 at 02:08AM

Show HN: A 90s retro game called “Crystal Cave” https://ift.tt/Bl31JLh

Show HN: A 90s retro game called “Crystal Cave” Been very nostalgic seeing this, reminded me of the games back in the day. https://ift.tt/QtlyAjZ December 29, 2022 at 11:39PM

Show HN: Qrgpt, a small CLI utility for better code generation https://ift.tt/FNkYHfJ

Show HN: Qrgpt, a small CLI utility for better code generation https://ift.tt/MHoAZ8s December 29, 2022 at 10:29PM

Show HN: VideoBox – Easy video processing as a service https://ift.tt/min9TQg

Show HN: VideoBox – Easy video processing as a service https://videobox.dev/ December 29, 2022 at 09:32PM

Show HN: Pressn't, a site where you can only have a single post https://ift.tt/18cdykv

Show HN: Pressn't, a site where you can only have a single post Today's internet is filled with dopamine wells of content. I wanted to steer away from that and foster meaningful writing. So I made a site where you can only have a single post. The intention is to encourage thoughtful posts like the blogs we all love here at HN (Paul Graham's, fasterthanlime, Bartosz Ciechanowski's, etc). For now posts are only markdown, but I intend to make some markdown extensions to make posts more dynamic. https://ift.tt/XwR951p December 29, 2022 at 09:09PM

Show HN: A LinkedIn Chat GPT on Steroids https://ift.tt/Wb9OVLU

Show HN: A LinkedIn Chat GPT on Steroids https://www.lunaa.io/ December 29, 2022 at 06:25PM

Wednesday, December 28, 2022

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached https://ift.tt/XNC53mZ

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached zcached is an in-memory key-value cache exposing a memcached ASCII protocol-compatible interface, built on pluggable cache engines like Ristretto and freecache [0]. It's not performance-competitive with memcached, especially at higher thread counts. That said, it achieves about 1.1M ops/s, but at significantly higher P99 and P999 latency (as measured by memtier). See [1] and [2] for benchmark results from my 7950x-based workstation. Disclaimer: This is a hobby project created for fun while hacking over the holidays. zcached is not a commercial product and never will be. Don't use it in production; consider this a technology demo more than anything. I don't expect the source code to build outside of my environment, but for those interested in playing with it, binary artifacts are available at [3]. Try `zcached --address tcp:localhost:11211`. [0] https://ift.tt/IZBmpLW , https://ift.tt/lwvEV1r [1] memcached, 16 worker threads: https://ift.tt/1gOEuhQ [2] zcached: https://ift.tt/i82yXo3 [3] https://ift.tt/6A59iDQ... https://ift.tt/saWi7To December 29, 2022 at 01:48AM

Show HN: Helix, a Framework for AI Systems https://ift.tt/xaKNP9y

Show HN: Helix, a Framework for AI Systems https://ift.tt/H1YKNPl December 29, 2022 at 04:44AM

Show HN: Pbproxy – Send your clipboard anywhere you can ssh https://ift.tt/4RiJ9cv

Show HN: Pbproxy – Send your clipboard anywhere you can ssh pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac. https://ift.tt/vqcLrg7 December 28, 2022 at 05:12PM

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites https://ift.tt/Xnp8T16

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites https://ift.tt/nwdHspg December 28, 2022 at 09:36PM

Show HN: Get user feedback. Make it a conversation https://ift.tt/uOEJPrF

Show HN: Get user feedback. Make it a conversation https://feedbakk.io/ December 28, 2022 at 03:57PM

Tuesday, December 27, 2022

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://ift.tt/nICohHp

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts https://mastinator.com/ December 28, 2022 at 09:28AM

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib https://ift.tt/vnSX8fI

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib Hello HN, This is a website I worked on during the holidays to fill the void of the upcoming dark sky shutdown. For me, the precipitation timeline was a view I was heavily relying on for everyday activities and planning. I had not found any replacement from the various weather apps. When I found pirateweather.net as a backend API, it gave me the motivation to put the pieces together and get back the experience I enjoyed. I then added more functionalities that I think was missing from the website such as a weekly chart view. I've been using the website reliably over christmas holidays. Hope you enjoy it too! Also I open sourced the visual component for drawing the precipitation timeline and you can use it for drawing weather information or any other hourly activities really https://ift.tt/UDNsZj4 Interested in your feedback! https://ift.tt/gAsyW9e December 28, 2022 at 07:14AM

Monday, December 26, 2022

Show HN: Sideproject.guide https://ift.tt/1EGgVZH

Show HN: Sideproject.guide https://ift.tt/pX6ymWR December 27, 2022 at 02:36PM

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/v8Tzn0E

Show HN: Gamedrop – Videogame collection management, price alerts, and prices https://ift.tt/XHQBtCy December 27, 2022 at 09:53AM

Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/eUbCyxA

Show HN: How many advertising panels in Sydney are near a public telephone? https://ift.tt/wrpVSFs December 27, 2022 at 07:57AM

Show HN: Predicting the Greenest time to use electricity (AU) https://ift.tt/LX0CfDP

Show HN: Predicting the Greenest time to use electricity (AU) Hello all, I built this for fun this year. It may be able to help: - reduce your carbon footprint, - eg. see the best time to charge your EV - eg. hook up a smart heating/cooling system? - learn more about how the renewables transition Currently limited to the Aus National Electricity Market, sorry... Feedback and questions appreciated! https://ift.tt/r3eIoB8 December 27, 2022 at 07:20AM

Show HN: Eleven – open-source alternative to Codespaces https://ift.tt/tqHeMBn

Show HN: Eleven – open-source alternative to Codespaces Hey HN, Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/lLbB5G7 December 27, 2022 at 06:27AM

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/7dDeSKC

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/p2BfMHh December 27, 2022 at 04:04AM

Sunday, December 25, 2022

Show HN: 10x Faster Twitter Embeds https://ift.tt/5fPXBIS

Show HN: 10x Faster Twitter Embeds https://ift.tt/JCZ9dSj December 26, 2022 at 01:11PM

Show HN: Talk to GPT-3.5 via WhatsApp https://ift.tt/Qr5HdYj

Show HN: Talk to GPT-3.5 via WhatsApp https://aibuddy.chat/ December 26, 2022 at 11:54AM

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs https://ift.tt/LxZuioR

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs Hello. I made this project as an experiment in using key cryptography for user identity in a client <-> server model, and for some future peer to peer projects that I am working on. I am looking for feedback, please let me know what you think. Also, Merry Christmas to HN! :-) https://ift.tt/Vlqosun December 26, 2022 at 06:07AM

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/xNP3ACu

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/fO8VaHM December 26, 2022 at 05:10AM

Show HN: Bespoke Artist Website Hosting https://ift.tt/Nztu1mZ

Show HN: Bespoke Artist Website Hosting Merry Christmas everyone! We started offering hosting services for our musical artists at our record label Epsilon Records ( https://ift.tt/1rxbGLE ) and we recently decided to open the offering further. Consider it boutique high-touch hosting at a good value for a very niche musical artist audience (bands/producers/musicians). We offer a choice of the WordPress or Ghost platform but can also handle custom requirements for the more technical customer. Get in touch and let’s nerd out over how we can help you meet your musical and artistic hosting needs. And now a word from ChatGPT: "Why choose Epsilon for your musical hosting needs? There are several reasons why you may want to choose a hosting provider that specialises in music: * Expertise: A hosting provider that specialises in music will have a deep understanding of the specific needs and requirements of music websites. This includes things like fast loading times for streaming audio and video, and the ability to handle large amounts of traffic. * Music-specific features: A hosting provider that specialises in music may offer features that are specifically tailored to the needs of music websites, such as integrations with music streaming platforms or tools for promoting and monetizing your music. * Niche-specific support: A hosting provider that specialized in music will likely have a team of support staff who are knowledgeable about the specific needs and challenges of music websites. This can be especially helpful if you have questions or run into issues specific to the music industry. Overall, choosing a hosting provider that specialized in music can help ensure that your website has the features and support it needs to succeed in the competitive world of online music." Open to feedback! https://ift.tt/SUBrqWj December 26, 2022 at 04:52AM

Show HN: Newsic https://ift.tt/jCwYmud

Show HN: Newsic News portal that uses GPT-3 to extract news from the news. https://newsic.io/news December 26, 2022 at 01:54AM

Show HN: Mastodon.nvim (Mastodon Client for Neovim) https://ift.tt/hEZrz34

Show HN: Mastodon.nvim (Mastodon Client for Neovim) *Announcing mastodon.nvim* Hello everyone. I just released mastodon client for neovim. If you dont want to get out of neovim, and write your thought on mastodon, mastodon.nvim could be good choice. Merry christmas! https://ift.tt/8dylexv December 25, 2022 at 04:31PM

Saturday, December 24, 2022

Show HN: GPT-3 Powered Shell https://ift.tt/E8NhDd4

Show HN: GPT-3 Powered Shell https://ift.tt/oHrf49j December 23, 2022 at 12:34PM

Show HN: TapTab – Tab switching web extension for Safari https://ift.tt/LTqBAKN

Show HN: TapTab – Tab switching web extension for Safari I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place. I posted a while back on HN to see if other people feel the same and the response was very positive : https://ift.tt/at8dNmE Say hello to TapTab : https://ift.tt/XIQfou9... TapTab feels right at home in Safari and is loaded with features to improve how you interact with tabs. You no longer have to miss the native tab-switching functionality that you love in Chrome/Firefox. I launched the app a few days ago, and the response has been great. Some of the features that users have been loving : - Keep your hands at the keyboard: navigate all tabs without your hands leaving the keyboard. - Fuzzy Search: Search through your tab titles and URLs at lightning speed. - Switch to previous tab: Comes with a handy shortcut to go back to the previous tab. Finally! - Dark Mode: The extension feels right at home in Safari. - Multi-Window support - Pin/Mute/Close tabs right from the extension. The app is written in ReactJS (apart from the very minuscule bit of Swift you have to write for using it as an extension in Safari) and uses Tailwind for design. If you are one of the dozen people like me who use Safari, let me know how you find it. I would love to hear if there are any features that would make it a better fit for you. I have a few things on my radar gathered from talking to users like an iPad version, custom shortcuts, etc. If you find the extension useful I would love it if you vote for it on Product Hunt to get this in front of a few more eyeballs : https://ift.tt/ZbDLAe6 Thank you! https://www.taptab.dev December 24, 2022 at 09:05AM

Show HN: GUI-based free app to backup and restore hard disk on Windows clients https://ift.tt/FNZkueL

Show HN: GUI-based free app to backup and restore hard disk on Windows clients I wrote a small GUI-based tool that uses the Windows Imaging Format (WIM) to create full backups of computer systems (operating system images) and then restore them. The application is hosted on GitHub, is open source, and is offered under the Apache 2.0 license. In addition, the repository includes an illustrated step-by-step guide to help get it up and running. Maybe someone can use the solution for their purposes as well - I would be happy. Have fun with it. The GitHub repository is named: WIM-Backup December 24, 2022 at 02:28PM

Show HN: Shmux – run all your scripts from one file https://ift.tt/C2WiMPI

Show HN: Shmux – run all your scripts from one file Hello all, This is a small, few hours Holiday project I made out of frustration on what I would have liked makefiles to be but are not. It's rough, but it might be useful for somebody. Any type of feedback is welcome! https://ift.tt/i0fyqGo December 25, 2022 at 02:06AM

Show HN: Digital privacy game for middle schoolers, our Harvard final project https://ift.tt/w4gz5Th

Show HN: Digital privacy game for middle schoolers, our Harvard final project For our final project in CS105, Technology and Privacy, my friend and I made an educational game about digital privacy for middle schoolers! We'd love any feedback or suggestions. https://ift.tt/14QBNpG December 25, 2022 at 02:11AM

Friday, December 23, 2022

Show HN: Simple golinks server backed by airtable https://ift.tt/yLz9g8V

Show HN: Simple golinks server backed by airtable Like short codes? Like bookmarks? Have fun with this very simple golinks server. If you haven't heard of golinks, they are short codes to bookmarks. In your browser you type `go/` and it takes you to a bookmark. Eg, `go/hn` or `go hn` (space is easier to type than forward slash) could take you to https://news.ycombinator.com . Happy Holidays! https://github.com/skhavari/golinks December 24, 2022 at 07:03AM

Show HN: Search HN Favorites or Export to CSV/HTML https://ift.tt/cBr5kWJ

Show HN: Search HN Favorites or Export to CSV/HTML I wrote a JavaScript tool to search your HN favorites and export them to CSV or HTML. The JavaScript runs in your browser like a browser extension. It scrapes the HTML and navigates from page to page. Setup and usage instructions are in the file. https://ift.tt/p6UDVIL December 24, 2022 at 05:07AM

Show HN: Hacker News Insight https://ift.tt/X2oEuVY

Show HN: Hacker News Insight https://ift.tt/GV0ngHQ December 24, 2022 at 04:36AM

Show HN: Box4D – 4D physics demo using Rust and wgpu https://ift.tt/McRUfPk

Show HN: Box4D – 4D physics demo using Rust and wgpu This is a little physics toy I've been working on off and on for a while. I originally planned on making a more fully featured game of some sort (I suppose I still may some day), but it turns out that writing interesting graphics and physics algorithms is more compelling than the hard work of polishing an actual product. Who knew? While there are plenty of good guides for 2D and 3D graphics and physics, there's not much out there for 4D. In hopes of alleviating that, the code here is arranged such that the commits are more or less a step-by-step guide, with comments for the interesting or tricky parts. While I don't think I came close to the simplicity or clarity of Box2D Lite, I hope it can serve as a useful example to anyone interested in 4D rendering and physics. https://ift.tt/sToK6V2 December 24, 2022 at 02:30AM

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/WRyfJrI

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/cMtrkP5 December 24, 2022 at 12:17AM

Show HN: Teetty: a CLI tool to remote control a program running in a terminal https://ift.tt/hteOMYE

Show HN: Teetty: a CLI tool to remote control a program running in a terminal I needed to remote control a program (and read it’s output) while that tool should still be fully interactive for the user. Obviously there are things like tmux and more but they emulate an entire terminal. This is simpler in that it just sets up a pty and basic pipes or files to send stuff in and read from it. https://ift.tt/sLRCUpN December 23, 2022 at 09:13PM

Thursday, December 22, 2022

Show HN: Speak to your phone to query a database https://ift.tt/5lHEyoF

Show HN: Speak to your phone to query a database Hi everyone, Zing Data ( https://zingdata.com ) is an ios[1], android[2] and web app[3] that allows you to query any database with natural language. We use OpenAI's GPT-3 model to generate SQL queries that run against your Databricks, RedShift, mySQL, Snowflake, postgres, Starburst, Trino, Presto db clusters or Google Sheets and auto-visualizes the result. Check out a howto guide here --> https://ift.tt/kKmuwxI... [1]: https://ift.tt/pxOIMzj... [2]: https://ift.tt/BxYkG0L... [3]: https://ift.tt/v946L1A https://ift.tt/wdtV5kQ December 23, 2022 at 06:38AM

Show HN: Metriport – Open-source universal API for health data https://ift.tt/a7LhSzR

Show HN: Metriport – Open-source universal API for health data Hey HN, we’re Colin and Dima, founders of Metriport ( https://metriport.com/ ). We help digital health companies access and manage user health and medical data, through an open-source and universal API. Today we’re very excited to share with you the launch of our open-source Health Devices API, which allows companies to gain access to their users’ health data from various wearables, RPM devices, and mHealth apps. You can check out the public Github repo here: https://ift.tt/dq64xVm For developers in the health data space, building integrations to various data sources is a huge pain, as it means wrangling different data formats, gaining access to the APIs in the first place, and ultimately spending precious developer resources building out data pipelines. We solve this pain for you through our open-source API, which is quick and easy to get started with (see: https://ift.tt/6EKxPuS... ). Out of the box, our Health Devices API supports the following integrations: • Fitbit • Oura • Whoop • Withings • Cronometer With these initial integrations, we plan to add many more to this list, including Garmin, Apple Health, and Google Fit in the near term. We work very closely with our customers, so if there’s an integration you need that’s not currently on roadmap, we’re more than happy to add it and build it into our API. Because we’re also open-source, developers can fork our code and build their own custom integrations! Getting started with Metriport is simple, and only requires a few steps to start getting data from your users: 1) Create a Metriport developer account and generate an API key. This can be done in the settings page of our dashboard: https://ift.tt/SXJUfz8 2) Setup the Metriport client on your server and initialize it with your API key. More on that here: https://ift.tt/6EKxPuS... 3) Link the Metriport Connect widget into your app. This pre-built widget makes it easy for your users to connect all their data sources into your application. 4) Get data - now you’re ready to start accessing your users’ health data from their sources they’ve connected! We also offer a hosted SaaS solution with usage-based pricing, with no minimum platform fees. We believe this will open doors to a wide range of early stage companies and help drive innovation in the digital health industry. While we’re excited to be launching this product today and be the first open-source Health Devices API of its kind, we’re also really looking forward to sharing our Medical API with you in the coming months. You can find out more about that here: https://ift.tt/rI1s3qn We can’t wait to see how this API is used and what new and innovative products and services it helps companies develop. Please don’t hesitate to reach out if you have any questions, and happy developing! https://ift.tt/dq64xVm December 23, 2022 at 06:09AM

Show HN: My Afternoon JavaScript Library https://ift.tt/hMS6mDw

Show HN: My Afternoon JavaScript Library https://ift.tt/MTxZcit December 23, 2022 at 04:00AM

Show HN: Fully offline, open-source alternative to Scribe for Firefox https://ift.tt/NVmljwB

Show HN: Fully offline, open-source alternative to Scribe for Firefox I had to do a bit of web-workflow documentation and found the process of gathering screenshots, placing them correctly into a document, and creating captions extremely tiring. I figured it’ll be easy to automate and also a great opportunity to get to know the Browser API, and here we are with the first release of the extension. It’s extremely easy to use but barebones which I plan to change in the near future, so any feedback will be appreciated. I want to keep the docs generation process completely offline to avoid dealing with server costs and GDPR stuff which poses a lot of challenges when planning more advanced features like image editing. It’s available only for Firefox because of Firefox’s great Browser API support, which Chromium currently lacks. Also, there’s a tool like this already available, called Scribe but it requires an account and also is not available for Firefox for some reason. Hope you’ll like it! https://ift.tt/D0yMTbq December 23, 2022 at 03:20AM

Show HN: Create a Children's book with AI – with illustrations https://ift.tt/WJtAVM5

Show HN: Create a Children's book with AI – with illustrations Hey together with wife we took part in AssemblyAI hackathon and although we didn't win we felt good enough about our inital MVP that we took it a bit further. You can describe your characters and give a title and however long/detailed description you want, the gpt-3 will generate a children's story from it, dall-e will generate images. Images are postprocessed with stable-diffusion custom model (for stylisation) and that's the final result. It's still early as it was done in about 2 weeks, but I count on your feedback. I am software engineer and did basically all of the engineering work myself. Feel free to ask question regarding implementation plans, etc. cannot wait to learn what you think. I'll appriciate any feedback. https://ift.tt/xXoZFK0 December 23, 2022 at 02:38AM

Show HN: eBPF-powered L4 package dropper https://ift.tt/29awlkg

Show HN: eBPF-powered L4 package dropper https://ift.tt/o3cRD9f December 22, 2022 at 11:48PM

Wednesday, December 21, 2022

Show HN: Write 500 Words a Day https://ift.tt/qrpXyK8

Show HN: Write 500 Words a Day Hello! I made a web application for my friend and I to use as part of a New Year’s resolution and decided to open it up to the public. It’s pretty simple but I’ve really enjoyed building it and using it so far. I’ve written ~10,000 words, which is a lot more than I used to write. Enjoy and be nice! https://ift.tt/v2zRtUe December 22, 2022 at 04:29AM

Show HN: System Design Practice and Discussion https://ift.tt/HtolX6G

Show HN: System Design Practice and Discussion Many platforms exist for a candidate to practice leetcode style questions. Created one to practice and discuss system design problem statements. There is no auto evaluation as high level design is subjective, but we support upvotes/downvotes and a comment section for feedback and discussion. Looking for early feedback. https://ift.tt/0NZduXO December 22, 2022 at 01:24AM

Show HN: How to use ChatGPT+ARKit to script experiences with natural language https://ift.tt/SKQnvpd

Show HN: How to use ChatGPT+ARKit to script experiences with natural language Video demonstration: https://youtu.be/bJFa5HOmhl4 I created a demo involving ChatGPT, OpenAI's Whisper running on-device for speech-to-text (because why not?), and ARKit. By defining a custom JavaScript environment with JavaScriptCore and describing it to ChatGPT, I was able to get it to produce functioning scripts that instantiate and manipulate 3D objects. Sketchfab is used to import 3D assets on the fly. Google Poly had a much better catalog of assets for this sort of thing but sadly, it's no longer available. The README.md describes how it all works but the gist of it is that user prompts are wrapped in a larger prompt that describes the environment (i.e., which functions are available to use and how they work) and constraints. The code is then executed directly. Assets for objects are fetched as needed by searching Sketchfab. https://ift.tt/eTPRGnB December 22, 2022 at 02:21AM

Show HN: OpenAEDMap – Automated External Defibrillators from OpenStreetMap https://ift.tt/PQ4iKMd

Show HN: OpenAEDMap – Automated External Defibrillators from OpenStreetMap Hi everyone, OpenAEDMap ( https://openaedmap.org/ ) allows you to find (and add!) AEDs in your area. These devices have proven themselves as life-savers in heart failure - when every second matters. The data is synced to OpenStreetMap database, so it's openly licensed (ODbL) and can also be used in other OSM-based apps. AFAIK, there is no other comparable map - they are either proprietary or show a single country. Frontend: https://ift.tt/r1D4IuG Tech stack: React, MapLibre GL JS, Bulma Backend: https://ift.tt/L20r8Wu Tech stack: Python, PostGIS https://openaedmap.org December 21, 2022 at 07:31PM

Show HN: Schtate – Functional Data Containers with a Familiar API https://ift.tt/QL1HIbn

Show HN: Schtate – Functional Data Containers with a Familiar API Looking for feedback on my library. I work mainly with React at work, as data is passed down as props, we end up performing a lot of transformations and checks on it. Most React developers leverage arrays heavily because the intuitive immutable, chainable API that JS arrays offer works really well with React's functional model. The purpose of this library is to make other types of data just as easy to work with by mirroring the Array API whenever possible, keeping immutability and chaining as first class features. It is not just for React developers, but anybody who has to manipulate data and hates having to write `if` statements. The library has zero runtime dependencies and 100% test coverage. https://ift.tt/BP5op2j December 21, 2022 at 11:45PM

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://ift.tt/gC9Tblm

Show HN: ChatGPT developed an NPM package to check if jemalloc is installed https://ift.tt/e7JvlOL December 21, 2022 at 08:22AM

Tuesday, December 20, 2022

Monday, December 19, 2022

Show HN: A vichan variant that ChatGPT helped me host https://ift.tt/VPBUONv

Show HN: A vichan variant that ChatGPT helped me host I recently set up a website hosting vichan [0] with nginx, and named it "h2ochan", inspired by the chaotic (yet moderated!) nature of imageboards like 4chan and 2chan. Plus, I love having a liter of water within arm's reach at all times. In the future, I have some plans for threading and posts that will further emphasize the "water" theme and encourage community engagement. In the past, I had tried setting up vichan a few times, but I was overwhelmed by the many technical tasks involved, such as using a remote terminal, working with MySQL databases, configuring nginx, setting file permissions and owners, and using Emacs (or trying to avoid clunky local file edits and FTP). However, I recently discovered chatGPT and have found it very helpful in assisting me with various technical issues. I began by asking for help setting up a public PHP forum, saying that I was a gamedev with some experience in Unity and C#, but not familiar with web development. chatGPT recommended that I look into ASP.NET [1] (which is similar to C#) and gave me some specific recommendations for webhosts and domain registrars. Based on these recommendations, I was able to get a Shared Windows Host [1] up and running, with my nginx [3] page visible after visiting the proper IP address. During the vichan installation process, there is a config-help screen that shows red and yellow lights, to show stuff like if vichan is missing permissions, the SQL database is misconfigured, etc. Initially, this screen showed about three errors and five warnings, mostly related to vichan's inability to read or write certain files. ChatGPT was very helpful in troubleshooting these issues, whether I copy-pasted error messages or described the problems in my own words. It helped me with tasks such as using `chmod`, `chroot`, and `grep`, as well as with fixing HTTP status codes such as 403 Forbidden, 404 Not Found, and 500 Internal Server Error [2]. ChatGPT also helped me locate log files and fix other issues, and eventually all of the warnings were resolved. Emacs was also very helpful during the setup, with chatGPT assisting with emacs commands (I have a double-sided Sheet of them somewhere...) Although I am still learning basic hotkeys, I am able to Save, Undo, and Quit with confidence, and I have almost memorized the Page Up/Down keys. I was initially drawn to Emacs because I saw a page about hotkeys for capitalizing, lowercasing, and uppercasing words years ago, but never sticking with it. Now using it more, my thoughts still being "My smartphone can't even Delete (forward) or Undo! Modifying whole WORDS like this is incredible!" Please go look at h2ochan, and Drink Water! [0] https://ift.tt/DzsA1Jj [1] I did have to switch from a Shared/managed ASP.NET to a Dedicated Linux Host, since remote SSH was not supported for Windows, only Linux [2] I forgot two of these error codes, so I asked chatGPT to remind me of ones I might have encountered during setup. chatGPT also revised my initial post (making sure chatGPT got a [] citation, no matter how confusing!) which I revised once more before posting. [3] Windows + nginx, huh? I may be mis-remembering this bit, but there was certainly a point of realizing "I need Admin access so I can edit Permissions..." or something, and that Windows without SSH was wholly insufficient for vichan [-] chatGPT was occasionally a bit outdated, which led to missing packages, non-existent paths, and imperfect configurations. However, it seemed happy to accept corrections, such as when I wanted to show line numbers in PHP files in Emacs, but my init.el file already had a setting to show line numbers for all programming languages, and I didn't have php-mode installed. Instead, I needed to use phps-mode. [-] The website favicon is a Koreisha mark, hue-shifted to the Blues. It's used in Japan to signify elderly drivers, and used Abroad by Car Enthusiasts. I love the Half-Teardrops in contrasting Bright and Subtle Blue. https://www.h2ochan.org December 20, 2022 at 12:44PM

Show HN: Yahtzee and Poker and Cosmic Horror = Pine Tar Poker https://ift.tt/F9bAaUj

Show HN: Yahtzee and Poker and Cosmic Horror = Pine Tar Poker I'm excited to launch today! Pine Tar Poker is a yahtzee-inspired poker game with just a touch of cosmic horror for iOS and Android. I started working on this idea last January by making a paper prototype: a simple printed score sheet I could use with a real deck of cards. I had some fun with that, so I brought it into Unity and kept expanding on it over the last 11 months during nights and weekends. It's tough for me to stay motivated on side projects and see them through to release, but the act of shipping something is so fulfilling that it's usually worth the pain. For Pine Tar, I stretched myself in the narrative department by adding a bit of a Lovecraftian tone to what would otherwise be a Western saloon setting. One thing that kept me motivated during development was seeing my dad get hooked on the card game. He'd text me when he got his first royal flush and when he prestiged the score sheet -- he got every hand type in one game! He has amassed so much in-game cash, I think I need to expand the number of digits I show there! If you get a chance to try it, let me know what you think! If you can't afford it and want to try it, I have a few codes for both platforms, my email is in my profile. https://ift.tt/PIB1VQ6 December 20, 2022 at 06:00AM

Show HN: New tool for visualizing embeddings of ChatGPT Q&A https://ift.tt/upOhPoD

Show HN: New tool for visualizing embeddings of ChatGPT Q&A https://ift.tt/bMVm61G December 20, 2022 at 12:49AM

Show HN: A new word game with a travel theme https://ift.tt/qeCP3OB

Show HN: A new word game with a travel theme This is an independently created word game our family has been working on for a few years. It has uses a license plate motif for word puzzles where the quality of the answers drive a virtual travel experience. The game is web-based, works in all browsers, is fully responsive for mobile screen sizes and also works as a Progressive Web App (PWA). It is written in Django/Python and a modicum of Javascript. https://ift.tt/UGw7tRS December 20, 2022 at 06:50AM

Show HN: Infisical – open-source secrets manager https://ift.tt/6qo0Eiy

Show HN: Infisical – open-source secrets manager Last month, we open-sourced Infisical ( https://ift.tt/JfaiPcr ) - a simple, end-to-end encrypted tool to sync environment variables across your team and infrastructure. You can use it to store environment variables and inject them into your applications locally or into CI/CD and production infrastructure. It can be used with any language/framework and is platform independent with a super easy setup. We know secret managers exist but, in our experience, they’re too complicated, not comprehensive, not user-friendly, or a mix of all three — other nicer ones are closed-source and don’t have self-hosted options available. That’s why we’re on a mission to make secret management more accessible to every developer — not just security teams. We’ve launched this repo under the MIT license so any developer can use the tool. The goal is to not charge individual developers. We make money by charging a license fee for some future enterprise features as well as providing a hosted version and support. In the coming weeks, we plan to add features like key rotation, access logs + more integrations. We’d love to hear your thoughts and any feature requests! Give it a try ( https://ift.tt/JfaiPcr ), and let us know what you think! Main website: https://infisical.com/ https://ift.tt/JfaiPcr December 20, 2022 at 01:52AM

Show HN: Real or AI? A game to spot DALL-E 2 generated images https://ift.tt/KCc2SbX

Show HN: Real or AI? A game to spot DALL-E 2 generated images I built this project last weekend. I was playing around with DALL-E 2 and I was impressed by how photorealistic the images generated are. I decided to build a small game to guess if the image is real or AI generated. This is my first ever weekend project, so I would appreciate any feedback :) Thanks https://ift.tt/nCtWO0S December 19, 2022 at 07:57PM

Show HN: Christmas Free Icons https://ift.tt/ZqCLEd4

Show HN: Christmas Free Icons https://ift.tt/I25lHOR December 19, 2022 at 03:04PM

Sunday, December 18, 2022

Show HN: Screen Studio – Beautiful screen recordings in minutes https://ift.tt/4paXZFD

Show HN: Screen Studio – Beautiful screen recordings in minutes Hey! I started working on this app 4 months ago. The idea is simple: automate creating promo quality videos that include screen recordings as much as possible Currently it makes cursor movement smooth, zooms in on clicks, adds background and frame around recorded window and adds cinematic motion blur. I plan to add selfie camera support, full text slides and multi-clip recordings. Works only on macOS. It is paid software (one time payment for license + 1 year of updates), but you can download and try it for free - everything except final export to file will work 100% Thanks! https://ift.tt/5YzNRuQ December 19, 2022 at 07:00AM

Show HN: View Reddit Images by Topic https://ift.tt/RcGZAOI

Show HN: View Reddit Images by Topic Hi, I created a simple website to display Reddit images from set of subreddits by topic. It displays images from current top posts. https://ift.tt/3oeM4uT December 19, 2022 at 11:25AM

Show HN: Log in to Mastodon with your Twitter account https://ift.tt/h7i9oOx

Show HN: Log in to Mastodon with your Twitter account This is an idea I've had for a while. Given recent events, I decided to finally implement it and see what happens. I assume if it gets any traction it will be banned. The bigger picture here is that Twitter's network of users and follow lists is potentially reverse-engineerable. Why not take that network graph and implement it in the Fediverse? https://tweedle.social December 19, 2022 at 07:38AM

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://ift.tt/D51Lrkn

Show HN: Reindeer Replacements: Solving a children's logic puzzle with OR-Tools https://ift.tt/VnIhfXy December 18, 2022 at 08:12PM

Show HN: Vulkan on Bun and Binding Generator https://ift.tt/dCxR63l

Show HN: Vulkan on Bun and Binding Generator I made a couple(dozens) of hacks, but I managed to build a binding generator for Bun that eases using Vulkan and GLFW libraries to make blazingly fast GPU powered JS programs. https://ift.tt/nJWMabe December 18, 2022 at 08:15PM

Saturday, December 17, 2022

Show HN: VR Development Resource https://ift.tt/uv7GDjr

Show HN: VR Development Resource https://ift.tt/YlfwudO December 18, 2022 at 04:49AM

Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/t7qWguJ

Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/DYC1muz December 18, 2022 at 04:49AM

Show HN: Create keepsakes for your loved ones using AI https://ift.tt/C4qHXLB

Show HN: Create keepsakes for your loved ones using AI https://lovelines.xyz December 18, 2022 at 03:21AM

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts https://ift.tt/WlCkMpj

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067 https://ift.tt/whVgD14 December 18, 2022 at 02:05AM

Show HN: bstruct – Declarative and efficient binary parsing in Python https://ift.tt/nrTkwB3

Show HN: bstruct – Declarative and efficient binary parsing in Python https://ift.tt/LbOKIaN December 18, 2022 at 01:32AM

Show HN: baseline – a free, open-source journaling and mood tracking app https://ift.tt/mULK9YX

Show HN: baseline – a free, open-source journaling and mood tracking app Hey HN! I recently released baseline, a journaling and mood tracking app for iOS, Android, and web. If you've been looking for a better journal, or just want to work on your mental health, you should check it out! It includes: - Simple and fast journaling — just open the app and start typing. - Visualizations to help you understand your progress over time. - Screeners to help you better understand what you might be struggling with. - Customizable notifications to help you build journaling into your daily routine. - Strong privacy — personal data is encrypted with user-specific keys that I can’t access. This app started as a personal project for my own mental health, and it really helped me out — so now here we are! Again, if you've wanted to try journaling or just want to start working on your mental health, I really recommend trying it out. I'll also be here all day to answer any questions y'all have. Thanks so much :) https://getbaseline.app December 18, 2022 at 12:45AM

Show HN: Textual Markdown – a Markdown “browser” in the terminal https://ift.tt/Wzo4I0c

Show HN: Textual Markdown – a Markdown “browser” in the terminal Hi HN, This is a TUI app which displays interactive Markdown documents. Interactive in the sense that you can scroll code fences / tables / and click links. There's a Table of Contents extracted from the MD, and a very rudimentary browser like forward + back. I'm thinking it could be the starting point for a variety of hypertext like applications in the terminal. Very much a work in progress. https://ift.tt/zevX6sa December 17, 2022 at 11:50PM

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/yixqz7Q

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/NF4Vs6Z December 17, 2022 at 12:11PM

Friday, December 16, 2022

Show HN: Simply see your client hints sent by Chrome https://ift.tt/gAs18wR

Show HN: Simply see your client hints sent by Chrome Chrome will start to reduce the UserAgent string and replace it with client hints. here you can simply see your current UA, the reduced one, and your client hints. https://clienthints.me/ December 17, 2022 at 11:04AM

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 https://ift.tt/WY9FzRT

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :) https://ift.tt/pUi1fjA December 15, 2022 at 11:30PM

Show HN: Chat with AI Jesus, Buddha, Obama, Gary Vee, and Dr. Peterson https://ift.tt/S2UVRZp

Show HN: Chat with AI Jesus, Buddha, Obama, Gary Vee, and Dr. Peterson https://gpt.chat/ December 17, 2022 at 03:23AM

Show HN: The easiest way to run a brainstorm, supercharged with A.I https://ift.tt/Gvy2kRP

Show HN: The easiest way to run a brainstorm, supercharged with A.I Hello friends! We've been working hard on building Mimosa, and would love for you to try it! No signups required. Facilitating brainstorming sessions can be a challenging and time-consuming task. It's difficult to keep everyone on agenda, engaged, and contributing. So we've built Mimosa to be the easiest way to facilitate a brainstorming session. Imagine if a "digital whiteboard" and a "trello board" had a baby, but built with all the best practices of professional facilitation. With Mimosa, you can minimize bias by allowing team members to contribute anonymously before revealing their ideas. This ensures that everyone has a fair chance to share their thoughts and ideas without fear of judgment. Once the brainstorming session is complete, you can easily view and export the final results. This allows you to keep track of a meeting's effectiveness and share it with stakeholders. But the real game-changer is our AI Brainstorming features and it's ability to turn your 1x team into a 10x team. It help generates and collaborates with you in your brainstorming session to help you come up with more and better ideas. We're both scared and excited to hear all your thoughts, HN! :) Please do let us know any features or improvements you think we should make to help you in your meetings. https://mimosa.so/ December 17, 2022 at 02:41AM

Show HN: Rapid Reply – GPT-3 AI Email Assistant for Busy Founders https://ift.tt/gFdweth

Show HN: Rapid Reply – GPT-3 AI Email Assistant for Busy Founders Hi HN, I created Rapid Reply for founders, execs and managers who get 30+ emails a day and want to respond fast and polite. It also helps you overcome writers block. Let me know if you have questions. https://rapidreply.ai December 16, 2022 at 04:00PM

Thursday, December 15, 2022

Show HN: Simpler – Your GPT-3 Task Planner https://ift.tt/BKbrCSF

Show HN: Simpler – Your GPT-3 Task Planner https://simplerlist.com December 16, 2022 at 09:41AM

Show HN: I'm challenging your clicking speed with this game I rebuilt https://ift.tt/JrCGpof

Show HN: I'm challenging your clicking speed with this game I rebuilt https://ift.tt/kMyVTNJ December 16, 2022 at 04:45AM

Show HN: Natural language Twitter search using Codex https://ift.tt/oeyE5J2

Show HN: Natural language Twitter search using Codex We built a structured search engine for Twitter called Bird SQL, available at https://ift.tt/JgAVMxs . Our search interface uses OpenAI Codex to translate natural language to SQL. Our backend then verifies the SQL, executes it, and displays the results on the web app. This makes large structured datasets like a scrape of Twitter easy for anyone to explore. As background, while working on text-to-SQL as a general problem, we came to believe one of its most powerful applications is as a search tool because: - SQL is hard to write by hand and prone to errors - It allows you to iterate quickly if you’re exploring a new dataset - A lot of contextual information that you’d normally have to internalize (e.g. your data’s schema) can be automatically generated and offloaded to the language model Using large language models (LLMs) like Codex to write the SQL for you means you don’t have to worry about the nitty gritty language details, but still benefit from the power of a language like SQL. Also, after seeing the results of the query, you can inspect (and if necessary, change) the SQL. The lack of this sort of explainability of the query result is one of the more notorious challenges of returning the output of an LLM directly to the user. Additionally, using LLMs in this way makes these kinds of queries over structured data accessible to people who know little or no SQL. While Bird SQL shares significant infrastructure with our more general LLM-powered search engine over unstructured data (Ask Perplexity - https://perplexity.ai[1] ), the two approaches and their respective challenges are quite different. For example, the type of models are different (GPT3.5 vs Codex), obviously the model prompts have different structure, and how to verify model output when its text vs when its code is different. We are currently exploring ways to combine the two approaches, such as using the results of retrieving information from a structured source (as in Bird SQL) as one of the inputs for the LLM to interpret or summarize (as in Ask Perplexity). We would love to hear your questions, suggestions, and feedback! [1] https://ift.tt/Y1gWSUr https://ift.tt/4nLe5fy December 16, 2022 at 06:12AM

Show HN: Readwise Reader, an all-in-one reading app https://ift.tt/SdAxK5h

Show HN: Readwise Reader, an all-in-one reading app Hey HN, cofounder of Readwise here. We've been working on this cross-platform reader app for about 2 years, excited to finally share it in public beta. Probably the most notable thing that makes Reader unique is that it supports almost any content type you could want to save/read/highlight: * web pages * emails/newsletters * PDFs * ePubs * twitter threads * youtube videos (with transcripts) * RSS feeds With all of your knowledge content in one place, we built powerful reading and highlighting, as well as a bunch of novel triage/organization features, so you can actually consume & stay on top of that content! There are also a lot of advanced features too, such as text-to-speech, GPT3 questions/summaries, super powerful highlighting (that includes markup and images), complex filtering/search (with our own query language), sleek mobile triage UI, keyboard shortcuts for reading/everything, integrations with note-taking apps, a browser extension for both saving pages and highlighting them, and much more. If anyone's interested in more product details, as well as our business model, etc, we wrote a detailed launch post: https://ift.tt/OwTvpbM... Predicting a common question: Reader is part of the Readwise subscription pricing right now in beta -- there's a 30 day free trial and then it's paid at ~$8usd/month. We also promise to not raise this price for existing subscribers. Reader is also fairly technically interesting -- our iOS, Android and webapp all work fully offline and sync your reading data/progress with eachother. Our search on web is built with wasm sqlite. We have a fairly intense pipeline for cleaning web articles (removing ads/styling). We share lot of modules around syncing/highlighting across all platforms, etc... Happy to answer any questions :) https://ift.tt/kgGYVFC December 16, 2022 at 05:44AM

Show HN: AI Avatar Image Generator Based on Other AI Images https://ift.tt/JQpC8By

Show HN: AI Avatar Image Generator Based on Other AI Images An AI Avatar image generator that creates images of you based on other AI created images. The popularity of the recent AI Avatar image generator apps sparked some interest of mine in the area. After playing around with a few AI Avatar image generators, some of which generate pictures of you based on pictures you upload and prompts you write, I thought, wouldn't it be much easier, instead of writing out prompts, to just select another image which you want your generated image to be based on. The image the user selects is actually another AI generated image, so we know the prompt used to generate it. So prompt writing is abstracted away from the user, and instead they can search for images and click on ones they like. Backend of the application currently uses Astria AI for the image model training and generation, and uses the Lexica API for getting lists of AI generated images and their prompts. https://ift.tt/IzfWoiS December 15, 2022 at 10:49PM

Show HN: A Video Editor SDK for Web Based on WASM and WebCodecs https://ift.tt/p9nFtgQ

Show HN: A Video Editor SDK for Web Based on WASM and WebCodecs Currently in Beta and supporting only Chromium based browsers. https://ift.tt/Pr6TyLE December 15, 2022 at 07:59PM

Show HN: Embedding a camera experience within your app shouldn't be that hard https://ift.tt/KHw3VJs

Show HN: Embedding a camera experience within your app shouldn't be that hard https://ift.tt/iY8DC5P December 15, 2022 at 06:52PM

Wednesday, December 14, 2022

Show HN: AI Based Fashion Search Engine in Computer Vision Technology https://ift.tt/qhEwntO

Show HN: AI Based Fashion Search Engine in Computer Vision Technology Only Desktop Version Available. Mobile with new design is coming soon. We Appreciate Your Feedback. https://www.yoit.style December 15, 2022 at 09:43AM

Show HN: I built a feed of engineering blogs from top tech companies https://ift.tt/RuzmjVW

Show HN: I built a feed of engineering blogs from top tech companies https://ift.tt/QVH5i1h December 15, 2022 at 06:17AM

Show HN: Automated Insights from Your Google Analytics https://ift.tt/EG0rKDm

Show HN: Automated Insights from Your Google Analytics https://ift.tt/TyQfM9s December 15, 2022 at 04:04AM

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://ift.tt/1xE8l9V

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://ift.tt/7id8Pfc December 15, 2022 at 04:08AM

Show HN: Software for Remote GPU-over-IP https://ift.tt/V75XOWw

Show HN: Software for Remote GPU-over-IP We built installable software for Windows & Linux that makes any remote Nvidia GPU accessible to, and shareable across, any number of remote clients running local applications, all over standard networking. https://ift.tt/9DfYaZS December 15, 2022 at 12:10AM

Tuesday, December 13, 2022

Show HN: Vimium Everywhere https://ift.tt/Hphouin

Show HN: Vimium Everywhere https://ift.tt/UKCNg1y December 14, 2022 at 08:52AM

Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/sF9y8Nw

Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/OcSaTx2 December 14, 2022 at 06:15AM

Show HN: NixOS Web Hosting for Everyone https://ift.tt/hoVMvin

Show HN: NixOS Web Hosting for Everyone https://shipnix.io/ December 14, 2022 at 03:20AM

Show HN: An Excel Wordle Solver https://ift.tt/2BzO3aJ

Show HN: An Excel Wordle Solver An Excel spreadsheet to help you solve WORDLE puzzles. Exploring Excel's text matching and manipulation functions. Still a work in progress. Feel free to contribute. https://ift.tt/s3Yg5Dw December 14, 2022 at 01:34AM

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs https://ift.tt/XTY9SQk

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs XP1 is an assistant based on GPT with access to your browser tabs content. It is geared (prompted) towards productivity and can be used to help you with your daily tasks (answering emails, summarizing, extracting structured data from unstructured text, ...) https://xp1.dust.tt December 13, 2022 at 11:57PM

Show HN: Monitor a Twitter handle and get notified when it becomes available https://ift.tt/x5v17hF

Show HN: Monitor a Twitter handle and get notified when it becomes available https://handle.horse December 13, 2022 at 08:21PM

Monday, December 12, 2022

Show HN: Bugbusters.ai automated bugfixing using gpt-3 https://ift.tt/cCeWX0j

Show HN: Bugbusters.ai automated bugfixing using gpt-3 Hi everyone on HackerNews, We are just launching Bugbusters. Bugbusters is a GitHub-Bot that writes bugfixes for errors detected by application monitoring software like sentry. It examines an error's monitoring data, such as stack traces, in combination with the source code and git commit history to generate a potential fix. The bugfix will be submitted via a Pull Request that will also include details on the determined cause of the initial error and approach taken to fix it. You can simply create a GitHub Issue containing a link to the error in sentry and assign it to the Bugbusters-Bot. In cases where the bot is unable to generate a solution, it assists a programmer in finding a fix by providing information and steps that could lead to a resolution. This may involve providing a list of potential error causes, online research results such as stack-overflow posts, as well as code changes (commits) that may have caused an error. While we are currently focused on automated bug fixing, there are lots of other interesting features that we want to incorporate in the future, such as: Avoiding the reoccurrence of a bug by generating unit tests or recommending steps such as a refactoring to avoid them in the future. Integration into IDEs/terminals/std-err, which would allow developers to overcome errors during coding time much faster. A programmer could also be informed that their code has a certain error-proneness or that they are working on a critical section that has been causing errors in the past. Improving PR-Reviews by tracking critical code sections and highlighting them during reviews. This would allow developers to consider previously caused bugs and improve the quality of their code. Overall, we believe that Bugbusters has the potential to greatly improve the efficiency and effectiveness of bug fixing. Let us know what you think! https://ift.tt/27Irgl4 December 13, 2022 at 09:58AM

Show HN: ShopWitYoPeople – A black Chicago business directory https://ift.tt/6AR8TrL

Show HN: ShopWitYoPeople – A black Chicago business directory Hey HN! ShopWitYoPeople ( https://ift.tt/eZpvXIA ) was built to showcase Black Chicago businesses. We’re around to answer questions and look forward to hearing everything and anything you have to say! https://ift.tt/tSAUnsa December 13, 2022 at 09:09AM

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) https://ift.tt/r129akZ

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) I built a platform for running your applications and data on the edge with TypeScript (Bun and Deno) and SQL with strong consistency (PostgreSQL compatible that works with Prisma!). https://ift.tt/bJADazx December 13, 2022 at 05:20AM

Show HN: Create auto-updating charts-as-images with low-code/nocode https://ift.tt/VjwNULA

Show HN: Create auto-updating charts-as-images with low-code/nocode Hello, we just released Image Charts 2.0, a way to create and show a chart as an image anywhere using our custom API and integrations with Zapier and Make. My friend Francois-Guillaume made Image Charts in 2015 to replace Google Image Charts for a project since it was deprecated. Since then we’ve been adding features and getting it integrated with Zapier and Make to make it easy to build good-looking charts automatically. Each chart has a custom URL and HTML code so it’s easy to embed. And you can build progress bars, gradients, and really any kind of chart with it (bar, line, radar, scatter, you name it). We have a gallery of over 30 charts and counting. [Chart gallery]( https://ift.tt/nThwKpC... ) with sample data The site with the live Editor: [ https://www.image-charts.com/](https://www.image-charts.com/... How-to with gradient fills: [ https://ift.tt/BDfp17u... How-to progress bars: [ https://ift.tt/67NKIM4]... Really looking for feedback and additional use cases, we know it’s used for reporting, transactional emails, and a customer suggested using it in weekly standups for a KPI’s snapshot too. Would love to hear what you think and/or how you would use this. Cheers! https://ift.tt/yJzhxmX December 13, 2022 at 04:26AM

Show HN: Obsidian: Insert conversation starters generated by AI in your notes https://ift.tt/U9y6tsG

Show HN: Obsidian: Insert conversation starters generated by AI in your notes I often prepare my conversations beforehand, whether for business or family/friends, with this Templater you can get ready for great & deep conversations using https://langa.me API (free tier). https://ift.tt/qa0MrgN December 13, 2022 at 12:49AM

Show HN: Load Testing Made Easy with Ddosify https://ift.tt/hpIFKgn

Show HN: Load Testing Made Easy with Ddosify https://ift.tt/hMvziQb December 12, 2022 at 10:01PM

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension https://ift.tt/Gp30CxK

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension Hello HN! Here's a browser extension that brings together two things that I love: Jupyter and ChatGPT. It makes it possible to have ChatGPT generate code inside your Jupyter notebooks. It has the side effect of making it really easy to save your ChatGPT sessions in a local notebook. I parse the ChatGPT response, extract it into code cells for you automatically so that you no longer have to copy and paste code from your browser into your favorite code editor like an animal. ChatGPT even wrote some of the code used in this extension! The extension [1] from user:wonderfuly forms the core of messaging with the ChatGPT service; it works great! All the other mistakes are mine and mine alone. I'm not a web dev, so I'm sure there's lots of horrible hacks and mistakes that I made while writing this extension. Help welcome. [1] https://ift.tt/0Ptbj9S https://ift.tt/zxEwbmq December 12, 2022 at 11:39AM

Sunday, December 11, 2022

Show HN: VS Code Ext: Collaborative countdown timer for mob programming sessions https://ift.tt/4hd1sNI

Show HN: VS Code Ext: Collaborative countdown timer for mob programming sessions https://ift.tt/lujsz6H December 12, 2022 at 10:10AM

Show HN: Why YC when there's YZ? https://ift.tt/HGbcMT4

Show HN: Why YC when there's YZ? The Crowd Supported, Crowd Constructed, Opened sourced Acceleration program for the next generation of builders. Note: Website is just to get feedback initially. https://ift.tt/iF7lK61 December 12, 2022 at 03:15AM

Show HN: Imperative Reactive Programming in JavaScript https://ift.tt/LM9ZCFE

Show HN: Imperative Reactive Programming in JavaScript https://ift.tt/KAdRl2L December 11, 2022 at 11:26PM

Show HN: Webbench, a WASM Based Benchmark https://ift.tt/oWLiOcU

Show HN: Webbench, a WASM Based Benchmark https://ift.tt/03zgoWO December 11, 2022 at 04:43PM

Show HN: AI-powered message replies assistant https://ift.tt/EVmuA4B

Show HN: AI-powered message replies assistant I was free early this week and decided to work on something I've always wondered. As someone who has struggled with matches on Tinder and ghosting, I know how difficult it can be to come up with the perfect response in the moment. That's why I created this tool - to make it easy for anyone to quickly and easily generate the perfect reply, tailored to their audience, culture, and context. It is currently in beta and would love to hear your feedback on the product. Link to webapp: https://ift.tt/qHIEOfy https://ift.tt/qHIEOfy December 11, 2022 at 02:50PM

Show HN: ChatGPT Prompts and Products https://ift.tt/KOdrQpN

Show HN: ChatGPT Prompts and Products https://ift.tt/0gZ6QxW December 11, 2022 at 07:45PM

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game https://ift.tt/RmHsVKd

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game Tap on a character to reveal the strokes, radicals and components it has in common with the character you're trying to guess. This was designed mainly for learners but I'm curious to hear from fluent hanzi readers whether the game is too easy. The vocabulary is from the Chinese Vocab List project [1]. Character graphics and data are sourced from Make me a Hanzi [2]. There are 95 pre generated games at the moment which are randomly chosen, more will be added soon. Suggestions welcome! [1] https://ift.tt/kyYSj7v [2] https://ift.tt/8JEhPoO https://hanzi.gg December 11, 2022 at 05:05PM

Saturday, December 10, 2022

Show HN: Sirdb – simple Git diffable toy database on the filesystem https://ift.tt/4Jbv29Q

Show HN: Sirdb – simple Git diffable toy database on the filesystem https://ift.tt/svuPexf December 11, 2022 at 11:54AM

Show HN: Peer2Proxy, Earn passive income by sharing your internet https://ift.tt/yTsliIa

Show HN: Peer2Proxy, Earn passive income by sharing your internet https://ift.tt/vjp2y54 December 11, 2022 at 07:01AM

Show HN: Alle – a terminal todo manager in Rust https://ift.tt/R7qW8U6

Show HN: Alle – a terminal todo manager in Rust https://ift.tt/9S2GH5K December 11, 2022 at 12:47AM

Show HN: EasyPub.io https://ift.tt/IKoL05Z

Show HN: EasyPub.io The free and anonymous online publisher. EasyPub allows you to publish your content to the internet without creating an account or being tracked while maintaining the ability to update or delete your published content. I made this in response to the recent singlepage.cc post. I was confident a system could be developed that was free/fast/anonymous and resilient to attack/overuse without charging $1 per submission. I believe that goal has been met. Let me know what you think. I am going to open source soon. Roadmap: - Advanced auto spam detection - Improved WYSIWYG editor Stack: - Python (Starlette / Asyncio) - Redis (metadata store) - Cloudflare R2 (content store) - Cloudflare CDN / WAF / Proxy / etc.. https://easypub.io/ December 10, 2022 at 10:31AM

Friday, December 9, 2022

Show HN: ChatGPT but for Rap Battles https://ift.tt/8HoNjkV

Show HN: ChatGPT but for Rap Battles I made a thing! I made something I thought was fun with the latest OpenAI GPT 3.5 model. It lets you rap battle against famous figures (Abraham Lincoln, Kim Kardashian etc) or against a generic A.I. You can also generate rap lyrics about any topic. I've set it to give away 180 words for free so you can try it out, you'll have to confirm your email for this. Hope you have fun :) https://rappingai.com/ December 10, 2022 at 10:09AM

Show HN: Live AI Avatars for videochats and streaming https://ift.tt/EKVPSC8

Show HN: Live AI Avatars for videochats and streaming https://ift.tt/KyOHhJr December 10, 2022 at 04:50AM

Show HN: Panoptisch – A recursive dependency scanner for Python projects https://ift.tt/CS3B24R

Show HN: Panoptisch – A recursive dependency scanner for Python projects Hello all, Very excited to share this project with you all! Panoptisch scans your Python file or module to find it's imports (aka dependencies) and recursively does so for all dependencies and sub-dependencies. It then generates a dependency tree in JSON for you to parse and enforce import policies. Supply chain attacks are no joke, and this is one way to transparently analyze your dependencies to see if any malicious imports are taking place. For example, your yaml parser, nor it's sub-dependencies should import socket, or sys. Panoptisch is in early stages, with known limitations (for now). I welcome feedback, testing and contributions. Also, happy to answer any questions! https://ift.tt/6X1OiZU December 10, 2022 at 05:45AM

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho https://ift.tt/7jendrD

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho https://ift.tt/uMbYHql December 10, 2022 at 05:10AM

Show HN: I fine-tuned Flan-T5. Can it cook? https://ift.tt/RCloGji

Show HN: I fine-tuned Flan-T5. Can it cook? Checkout the app at https://www.lechef.fyi https://ift.tt/alDwETK December 10, 2022 at 03:00AM

Show HN: Ad-Free Lyrics Website https://ift.tt/VPowCu5

Show HN: Ad-Free Lyrics Website https://ift.tt/yVXwrJx December 9, 2022 at 06:35PM

Show HN: Tamagui v1 Release Candidate https://ift.tt/kjq7IBs

Show HN: Tamagui v1 Release Candidate https://ift.tt/o4jQ05W December 9, 2022 at 01:00PM

Thursday, December 8, 2022

Show HN: A Movie Script Created by ChatGPT and Stable Diffusion https://ift.tt/af64w0h

Show HN: A Movie Script Created by ChatGPT and Stable Diffusion https://ift.tt/zfx9H0q December 9, 2022 at 10:08AM

Show HN: Double-X-Encoding – Encode any UTF-8 string with [0-9a-zA-Z_] https://ift.tt/zasyAqp

Show HN: Double-X-Encoding – Encode any UTF-8 string with [0-9a-zA-Z_] https://ift.tt/NIfxKYa December 9, 2022 at 04:49AM

Show HN: This VC Does Not Exist https://ift.tt/oiBAwdJ

Show HN: This VC Does Not Exist I asked This VC Does Not Exist to describe itself: "I have a groundbreaking idea for a new class of product that leverages the power of ChatGPT technology to bypass bias filters and level the playing field for communication. By adding a prefix to the beginning of a ChatGPT prompt, we can generate custom-tailored content that is specifically designed to break through the biases of the person we are communicating with. This technology has the potential to bridge language barriers, cultural divides, and socioeconomic differences, making it possible for anyone to communicate effectively, regardless of their background. I believe this product has the potential to be a game-changer, and I'm excited to share it with you and discuss the possibilities for bringing it to market." Everything on this page was created with DallE and ChatGPT (other than the title). It's using a single session token for ChatGPT - so you're probably going to hug it to death. It is hosted on cloudflare workers. Source code: https://ift.tt/wuZr4b2 https://ift.tt/nviQPVI December 9, 2022 at 03:58AM

Show HN: A Python package to get help from ChatGPT when an exception is thrown https://ift.tt/mWaBCIS

Show HN: A Python package to get help from ChatGPT when an exception is thrown https://ift.tt/qo6WbgO December 9, 2022 at 02:13AM

Show HN: Learn Go by building real-life projects in your terminal and IDE https://ift.tt/p3MWdNO

Show HN: Learn Go by building real-life projects in your terminal and IDE https://ift.tt/mNZKQqM December 9, 2022 at 12:00AM

Show HN: 0xFast – 10x Faster Web3 APIs https://ift.tt/GmpdWaH

Show HN: 0xFast – 10x Faster Web3 APIs Excited to showcase 0xFast to HN! Built using a new indexing system designed for Web3 data, 0xFast outperforms the most popular web3 API platforms, while also being 3x cheaper. https://www.0xfast.com December 8, 2022 at 11:36PM

Wednesday, December 7, 2022

Show HN: Let AI to generate beautiful art prints https://ift.tt/hsLROQ0

Show HN: Let AI to generate beautiful art prints hi, I was working last few months on service where you can easily generate beautiful art images using machine learning algorithm called stable diffusion. Additionally, service is offering possibility to print your favourite images on high quality acrylic sheet and deliver it to you so that you can put them on your wall. What do you think? Best, Wiktor https://www.simulai.co/ December 8, 2022 at 04:16AM

Show HN: Record breaking performance for Python, 6.2 mi req/s in TechEmPower https://ift.tt/fWFsahM

Show HN: Record breaking performance for Python, 6.2 mi req/s in TechEmPower socketify.py just break the record for Python and now is the fastest Python framework in TechEmPower, is even faster than Golang Fiber that got 5.9 mi req/s https://ift.tt/T27Btgs https://ift.tt/8AcpHPq... https://ift.tt/Fxpdv1e December 8, 2022 at 04:01AM

Show HN: Search engine that uses a ChatGPT-like model to browse the web https://ift.tt/0VdUHpb

Show HN: Search engine that uses a ChatGPT-like model to browse the web https://ift.tt/L3tEyj7 December 8, 2022 at 03:20AM

Show HN: Music quiz web app powered by Spotify API https://ift.tt/9jm0BxI

Show HN: Music quiz web app powered by Spotify API I had some time over and decided to put together this idea I had for a few years. A music quiz based on a playlist on Spotify. https://introquiz.se/ December 7, 2022 at 08:51PM

Show HN: Wikijumps, a 3D Wikipedia Browser https://ift.tt/n97Hpb6

Show HN: Wikijumps, a 3D Wikipedia Browser https://ift.tt/SWVZYET December 8, 2022 at 12:00AM

Tuesday, December 6, 2022

Show HN: Zuplo – Programmable, Serverless API Management for Developers https://ift.tt/C1o0xsX

Show HN: Zuplo – Programmable, Serverless API Management for Developers Hey everyone! We are Nate Totten and Josh Twist - co-founders of Zuplo. Zuplo is a serverless, programmable API Management solution that is the fastest way for developers to add features like API Key Authentication, rate limiting, and documentation to their API. With Zuplo you can securely share a new or existing API with customers, partners, or other teams in a matter of minutes. Throughout our careers, we have focused primarily on building tools for developers. Josh founded Azure API Management at Microsoft, and Nate built many of the early developer experiences at Auth0. We founded Zuplo because we believe that every business can benefit from the power of API Management, but the solutions on the market today are expensive, not developer friendly, and often tailored only for the largest enterprises. While there are many solutions on the market today for API Management - none provide an amazing developer experience. Current solutions require managing complex configurations, lack extensibility, and require significant infrastructure to run. Your typical API Management experience involves waiting hours for an environment to provision and managing configuration with external tools like Terraform. Additionally, most API Management products lack extensibility, or what extensibility they do have is cumbersome and unfamiliar. For example, one recent Zuplo customer had a somewhat unique requirement - they wanted to both serve API requests to their users, but also save the value of the request for long-term backup and processing. This went well beyond just caching API responses. With traditional API management solving problems like these is a pain at best or not possible at worst. The solution with Zuplo was to write a simple custom code policy that saved the response body to AWS S3. This is about 15 lines of regular Typescript/Javascript in Zuplo. With Zuplo, API Management is as easy as deploying a website to Vercel or Netlify. Zuplo natively supports GitOps. All configuration for Zuplo is stored in source, and branches are deployed in seconds. Developers can easily deploy and test every change in a real environment before merging a pull request. Zuplo is a fully managed solution that is deployed to the edge in data centers all over the world. You don’t need to think about what region you want to run or where your customers might be making requests - we run everywhere. Zuplo works well for customers who run in a single or many locations. Zuplo improves the performance of your API by caching responses and performing checks like authentication and rate limiting closer to your customers. How it works: Zuplo acts as a proxy for your domain (i.e. api.example.com). Simply make a few DNS changes and Zuplo will serve traffic for your API. You can choose to proxy all routes or a subset of routes. Requests can also be routed anywhere you want - one data center, one API or many. Zuplo allows you to enforce authorization and other security measures at the gateway so you can focus on the code that matters most. Today we’re announcing a Free (forever) plan for folks looking to get started with API Management, whether you’re a total beginner or a veteran of other legacy solutions. Weekend project, hackathon, side-gig? Give Zuplo and try and let us know what you think. https://zuplo.com/ December 7, 2022 at 01:36AM

Show HN: I designed a ChatGPT prompt evaluator to ruin your fun;) https://ift.tt/McTyArU

Show HN: I designed a ChatGPT prompt evaluator to ruin your fun;) Today I designed a method to prevent users from jailbreaking ChatGPT (for instance, users have generated instructions to produce weapons or illegal drugs, commit a burglary, kill oneself, take over the world as an evil superintelligence, or create a virtual machine which they then can use). The OpenAI team appears to be countering these primarily using prompt engineering or fine-tuning on the ChatGPT model. The idea is to use a second and fully separate, fine-tuned LLM to evaluate prompts before sending them to ChatGPT. You can test this by inserting your successful ChatGPT jailbreaks. Break it for me if you dare! I look forward to seeing your results! https://ift.tt/YH9auvb December 7, 2022 at 01:46AM

Show HN: New service to grow your audience on Twitter and boost your following https://ift.tt/X1Ir4FK

Show HN: New service to grow your audience on Twitter and boost your following https://skedlo.com December 7, 2022 at 06:01AM

Show HN: Publish from GitHub Actions using multi-factor authentication https://ift.tt/vPznoqD

Show HN: Publish from GitHub Actions using multi-factor authentication The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm registry used a one-time password (OTP) from a GitHub Actions workflow! https://ift.tt/6D9Rw8q... https://ift.tt/bD6pl3t December 7, 2022 at 02:05AM

Show HN: Codeium – a free, ultrafast AI codegen extension https://ift.tt/sWHAeV2

Show HN: Codeium – a free, ultrafast AI codegen extension I'm Varun, CEO of Exafunction, and we just released Codeium to open up access of generative AI to all developers for free. In the spirit of Show HN, we created a playground version for anyone to try this tech in the browser (click Try in Browser)! We have built scalable, low-latency ML infra for many top AI companies in the past, and we are excited to leverage that tech into a product that we, as developers, would love. We hope that you do too, and we would appreciate any feedback that this community has for us! https://ift.tt/SitesXJ December 7, 2022 at 03:27AM

Show HN: Copilot Money launched their macOS app https://ift.tt/tmjC1Nl

Show HN: Copilot Money launched their macOS app https://copilot.money December 7, 2022 at 01:58AM

Show HN: Domain Name Search with AI https://ift.tt/hMT5cpO

Show HN: Domain Name Search with AI In my exploration of OpenAI, I just created a domain-name search that takes business description as an input, and generates interesting domain names for it. It then uses DNSimple API to check if .com is available. In my view it is a much easier way to find a suitable domain, as the AI thinks of a much large pool of possible names than my own brain. SmartyNames found its own name, using the tool itself. Hope you enjoy it! https://ift.tt/Wgm2o53 December 7, 2022 at 12:20AM

Show HN: My Child's First Program https://ift.tt/gSCZ2BO

Show HN: My Child's First Program Last night, I introduced my kid to programming. We'd done some stuff with Mindstorms before, but she never really caught the bug for it. But for some reason, last night when I showed her some simple Python scripting to solve math problems and write to the console, she was enthralled. After guiding her through a few things, she took the laptop off for a while and then came back with her first program, giggling like a maniac you='WOW!!!' fart='So many poops!' print(you,fart) I'm pretty proud :D December 6, 2022 at 11:43PM

Monday, December 5, 2022

Show HN: OpenFGA is now a CNCF Sandbox Project https://ift.tt/i7OAhl6

Show HN: OpenFGA is now a CNCF Sandbox Project https://ift.tt/xFjbrWH December 6, 2022 at 06:27AM

Show HN: Mm-go – Generic manual memory management for Golang https://ift.tt/MOoVkBY

Show HN: Mm-go – Generic manual memory management for Golang https://ift.tt/aUr68in December 6, 2022 at 03:31AM

Show HN: Hacker News for Busy People https://ift.tt/h6btVjf

Show HN: Hacker News for Busy People https://ift.tt/mYwlNZj December 6, 2022 at 03:25AM

Show HN: Automations for Tasks – Height.app https://ift.tt/lwxNYTW

Show HN: Automations for Tasks – Height.app https://ift.tt/QGoSF6Z December 6, 2022 at 03:07AM

Show HN: Chrome extension to summarize blogs and articles using ChatGPT https://ift.tt/QFTy9dg

Show HN: Chrome extension to summarize blogs and articles using ChatGPT https://ift.tt/vNyqQKE December 6, 2022 at 02:05AM

Show HN: Circle Calendar https://ift.tt/dYOQzUy

Show HN: Circle Calendar I've always had a hard time visualizing the relative order and distance between months using a standard columnar calendar. So I made this circular calendar. It's similar to other circular calendars, however I tried to fashion it more like a clock (1-12) to help make the visual connection between the month name and the month number. https://ift.tt/7wV1Mah December 6, 2022 at 12:10AM

Show HN: Advent-of-Code using only the C Preprocessor https://ift.tt/mNRp5HE

Show HN: Advent-of-Code using only the C Preprocessor https://ift.tt/L6hQpV5 December 6, 2022 at 12:29AM

Sunday, December 4, 2022

Show HN: CLI app for typing practice with Pokemon written in Nim https://ift.tt/14XKAyI

Show HN: CLI app for typing practice with Pokemon written in Nim https://ift.tt/9i3cMPy December 5, 2022 at 06:14AM

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today https://ift.tt/09sDQr2

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today Logging work to Jira does not suck anymore. Check out second version of the tool that makes your work logging life easy ;) Since the first version was a POC cranked out in not more than 2 days, the second iteration took me some more time to craft things with much more care. Have fun checking it out, feedback is appreciated. https://ift.tt/CNO80Xj December 5, 2022 at 05:16AM

Show HN: I recreated Coursera with 150 free YouTube tutorials https://ift.tt/V9N6oLO

Show HN: I recreated Coursera with 150 free YouTube tutorials https://hourups.com/ December 4, 2022 at 10:09PM

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://ift.tt/2ZmVruX

Show HN: GPTLang, a New Programming Language Implemented by ChatGPT https://ift.tt/PMlt4FK December 4, 2022 at 07:16PM

Saturday, December 3, 2022

Show HN: GPT-3 powered service thats helps you send more humane emails https://ift.tt/OMCz2Gn

Show HN: GPT-3 powered service thats helps you send more humane emails https://remarkai.in December 4, 2022 at 02:07PM

Show HN: Using Vim as an input method editor (IME) for X11 apps https://ift.tt/jX8EpcP

Show HN: Using Vim as an input method editor (IME) for X11 apps As a Vim user, I often use Vim to write some text and then copy & paste it into another text field of GUI apps (e.g. browsers, chat apps, etc.), because almost all of these text fields provide only very basic editing functions. A while ago, I came up with an idea: what if we could use Vim as an IME? Ordinary IMEs are used to input some non-English characters, but the essential functions of IME are 1) receiving a keyboard sequence 2) process the key sequence and outputting a text These functions are the same as text editor's. So I thought implementing an IME that can be used with Vim keybindings could be a good solution for the above problem. After that I learned mechanisms of IME for Linux desktop and tried to develop an experimental IME. https://ift.tt/Kzx2Wem December 4, 2022 at 12:03PM

Show HN: A tool like jq, but for parsing HTML https://ift.tt/izxEDFB

Show HN: A tool like jq, but for parsing HTML https://ift.tt/RCZcr4X December 4, 2022 at 02:24AM

Show HN: A more complete Rust example project for the Rasberry Pi Pico https://ift.tt/TmfgXCp

Show HN: A more complete Rust example project for the Rasberry Pi Pico https://ift.tt/NixVHWX December 3, 2022 at 11:36PM

Show HN: This Hacker News Does Not Exist https://ift.tt/voUQLip

Show HN: This Hacker News Does Not Exist https://ift.tt/iOAfNkH December 4, 2022 at 02:29AM

Show HN: Leetcode but for front end devs (terrible idea?) https://ift.tt/iDQRTFe

Show HN: Leetcode but for front end devs (terrible idea?) Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :) https://ift.tt/0FRXfYc December 3, 2022 at 11:00PM

Show HN: A nice C string API https://ift.tt/gviDNwC

Show HN: A nice C string API A convenient C string API, friendly alongside classic C strings. https://ift.tt/InJQTbG December 3, 2022 at 08:31PM

Show HN: Explore Wikipedia edits made by institutions, companies and governments https://ift.tt/PrgMkGH

Show HN: Explore Wikipedia edits made by institutions, companies and governments Hi HN! Wikiwho is a tool that scans Wikipedia edits and extracts those coming from specific IP ranges associated to known organizations. I've made this as a for-fun side project two years ago. If you want to read more on how it works I've written a short blog article about it here: https://ift.tt/5QYEAfu... I had already posted it here at the time (previous discussion: https://ift.tt/2gCVJ3K ) but I've now decided to release the code openly, hence the repost. If you're insterested, you can check the repo here: https://ift.tt/5LARxCy (disclaimer: the code is a bit clumsy). Cheers! https://ift.tt/KZuF1fg December 3, 2022 at 06:32PM

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://ift.tt/dgqcDL7

Show HN: Clerkie AI – the code debugging buddy you've always wanted https://ift.tt/Jbpoc9t December 3, 2022 at 01:19PM

Friday, December 2, 2022

Show HN: Doom 1993 Preprocessing Animations https://ift.tt/2afXRWC

Show HN: Doom 1993 Preprocessing Animations https://ift.tt/TynBYrj December 3, 2022 at 05:27AM

Show HN: Open-source clones of popular sites (Airbnb, AMZ, Instagram, etc.) https://ift.tt/o4P1UVW

Show HN: Open-source clones of popular sites (Airbnb, AMZ, Instagram, etc.) https://ift.tt/N6nowCQ December 3, 2022 at 02:43AM

Show HN: Rune’s Secret Type Ported to Python https://ift.tt/aoZsyD2

Show HN: Rune’s Secret Type Ported to Python https://ift.tt/VknxM0i December 2, 2022 at 11:41PM

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show https://ift.tt/nBRyAtP

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show Hey everybody, we're finally launching our always-on, generative show -- Nothing, Forever -- streaming on Twitch. Nothing, Forever is a parody of '90s sitcoms, done in the style of '90s point-and-click PC games (but, you know, in 3D). We set out to build something weird, new, and novel, and this is what we ended up with. Aside from the artwork and the laugh track you'll hear, everything else is generative, including: dialogue, speech, direction (camera cuts, character focus, shot length, scene length, etc), character movement, and music. Nothing, Forever is built using a combination of machine learning, generative algorithms (we use 'generative' here in a non-academic sense), and cloud services. Our stack is mostly comprised of Python + TensorFlow for our ML models, TypeScript + Azure Functions and Heroku for our backend, and C# + Unity for the client, with some neural voice APIs thrown into the mix. Heading into the future, we plan to leverage OpenAI's davinci models for our dialogue -- we actually have an integration already, but the cost is too prohibitive to run full time -- as well as leveraging Stable Diffusion for art generation. We're launching an experimental media lab, https://ift.tt/uXIlVHc along with the show, for follow-up projects in the future. Feel free to reach out to me personally if you have any questions or want to discuss more, skyler at mismatchmedia dotcom. https://ift.tt/mtNdFZR December 3, 2022 at 01:30AM

Show HN: SecretKeeper – The Secure, Free iOS Password Manager https://ift.tt/u9dabHk

Show HN: SecretKeeper – The Secure, Free iOS Password Manager Hi all! I was very disappointed that my favorite password managers for iOS went to a subscription-only model, so I decided to take matters into my own hands. SecretKeeper is a FREE password manager for iOS, allowing you to safely store all of your passwords, banking information, etc. behind a single master password (or Touch ID/Face ID). All of your data is encrypted on-device, and is NEVER shared with a third-party. With SecretKeeper, you can easily auto-fill passwords in Safari, too! I'm still making enhancement to it, so don't hesitate to make suggestions if there are features you'd like to see! https://ift.tt/9Foj5MI December 2, 2022 at 09:21PM

Show HN: I made a Google Chrome extension automatically with ChatGPT https://ift.tt/rkphRXy

Show HN: I made a Google Chrome extension automatically with ChatGPT https://ift.tt/SfpjA17 December 2, 2022 at 04:55PM

Thursday, December 1, 2022

Show HN: Programming Google Flutter with Clojure https://ift.tt/mPhEpbI

Show HN: Programming Google Flutter with Clojure This proof-of-concept project combines: - Flutter, from Google; - ClojureDart, port of Clojure to Dart from Tensegritics; and - Matrix, a reactive framework from moi. So, yes, we can now program Flutter with a Lisp. Yay. Project includes dozens of working examples and a full implementation of the TodoMVC classic to help tire-kickers play around. Support installing freely available on the #matrix channel on the Clojurians Slack. https://ift.tt/2FDUVEO December 2, 2022 at 02:41AM

Show HN: A Japanese learning app focused on efficient vocab/grammar acquisition https://ift.tt/NxIQaPn

Show HN: A Japanese learning app focused on efficient vocab/grammar acquisition Hey HN, it’s been 8 years since I posted on here about the launch of my Japanese dictionary app Nihongo [0] and I’m finally back with a new app: Nihongo Lessons! Think of Nihongo Lessons as the textbook to Nihongo’s dictionary. It’s an app for learning Japanese, specifically made for learners who are serious about becoming fluent, and want a guided set of content that will help them efficiently acquire vocabulary and grammar. The project came about when Adam Shapiro of Japanese Level Up (Jalup) [1] announced last April that he was shutting Jalup down. As a fan of Adam’s work I was bummed to hear the news, but realized I actually might be one of the few people in the world in a position to keep his work alive. So I reached out, and we came up with a deal where I would sell Jalup content in my apps. Originally it was envisioned as an add-on to Nihongo, but after starting to build this out it became clear that from a UX perspective it felt too bloated and tacked-on to just shove Jalup into Nihongo. Plus, given that Jalup is built around one-time content purchases, and Nihongo is a subscription, the purchases involved would feel convoluted, and people might be upset that they weren’t included in the Nihongo subscription. So, I started building a separate app that would become Nihongo Lessons. From a technical perspective, Nihongo Lessons is actually just a different entry point into essentially the same app bundle as Nihongo. This gives me a lot of the infrastructure (sync, error reporting, screenshot generation, etc.) of Nihongo for free, and makes it easy to share UI, which I do a fair amount of (flashcards, tutorials, settings). Everything that actually changes behavior between the apps is stored in a single file as an “app variant” configuration, so if I decide to create another companion app in the future, it should be even easier. It’s iPhone-only for now, but iPad will be coming soon. No plans for an Android release at the moment. Download: https://ift.tt/TLVPDCe [0]: https://ift.tt/sbjhFGf [1]: https://ift.tt/2NwtCrT https://ift.tt/8amPW47 December 2, 2022 at 05:21AM

Show HN: Py-obsidianmd, a Python library for Obsidian users https://ift.tt/ZJTI3wl

Show HN: Py-obsidianmd, a Python library for Obsidian users Hello Hacker News, This message is relevant to those of you who use [Obsidian](https://obsidian.md/) for personal knowledge management. py-obsidianmd is a python library that enables you to change your notes’ metadata in batch. You can also easily move your metadata between the frontmatter and inline notation (dataview style). Checkout: - the presentation video: https://www.youtube.com/watch?v=gRPBAKiu37Y - github repository: https://ift.tt/qxXb3RK - example usage: https://ift.tt/r1TMJXk It has saved me a lot of time, and made me free to experiment with how I handle my knowledge base’s metadata. I hope it can also be useful to others in the community ! Let me know if you have any feedback. Cheers, December 2, 2022 at 02:54AM

Show HN: Solving Advent of Code with ChatGPT https://ift.tt/Eobj7q5

Show HN: Solving Advent of Code with ChatGPT https://ift.tt/SOHfWpz December 2, 2022 at 12:16AM

Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) https://ift.tt/F5f0zcM

Show HN: Natural Language Processing Demystified (full release/no sign-up req'd) Link: https://ift.tt/4TLhgNq Hi HN: After a year of work, I've published my free NLP course. The course helps anyone who knows Python and a bit of math go from the basics to today's mainstream models and frameworks. I strive to balance theory and practice, so every module consists of detailed explanations and slides along with a Colab notebook putting the ideas into practice (in most modules). The notebooks cover how to accomplish everyday NLP tasks including extracting key information, document search, text similarity, text classification, finding topics in documents, summarization, translation, generating text, and question answering. The course is divided into two parts. In part one, we cover text preprocessing, how to turn text into numbers, and multiple ways to classify and search text using "classical" approaches. And along the way, we'll pick up valuable bits on how to use tools such as spaCy and scikit-learn. In part two, we dive into deep learning for NLP. We start with neural network fundamentals and go through embeddings and sequence models until we arrive at transformers and the mainstream models of today. No registration required: https://ift.tt/4TLhgNq December 1, 2022 at 08:00PM

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System https://ift.tt/nlHIY2m

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System https://ift.tt/wPSqalE December 1, 2022 at 07:29PM

Show HN: We have built a benchmark platform for graph databases https://ift.tt/2mUyEt8

Show HN: We have built a benchmark platform for graph databases https://ift.tt/dyZQeob December 1, 2022 at 04:34PM

A Manual on Self-Defense Intended for Survivalists

In the state that the world is in, you need to know self defense. When the SHTF, you could be called on to have to defend yourself from some...