Posts

Showing posts from December, 2022

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

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/U5HTI6P January 1, 2023 at 12:42AM

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

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...

Show HN: Mastodon Quick Start in 280 Characters (Including This Title) https://ift.tt/VkY2sND

Show HN: Mastodon Quick Start in 280 Characters (Including This Title) Mastodon Quick Start In 280 Characters (Including This Title) 1) Pick a server at https://ift.tt/e1cD0sT that admits new users. 2) Register account and confirm email. 3) Search for users or check out the "Trending" tab. 4) Follow and engage with users. Mastodon works like Twitter. ------- The whole guide including the headline are exactly 280 characters long :) The philosophy behind this is that it is more important to seize current ripples in the social media space and get people to check out decentralized social media than it is to have its principles understood. There are risks, but the are low and justified in my opinion. The main thing to avoid in my opinion is to have people unexpectedly loosing their data. Regarding this, I see two these two main risks of this oversimplified approach: Server shutdown: By guiding the users to a server of https://ift.tt/e1cD0sT, it is unlikely that the server will shu...

Show HN: Integrate user auth more quickly https://ift.tt/GfzMmgB

Show HN: Integrate user auth more quickly https://ift.tt/Xp2Q9kO December 31, 2022 at 11:53AM

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

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/jlf3dBQ December 30, 2022 at 06:15PM

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

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/sp2fKlQ December 30, 2022 at 11:36PM

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

Show HN: Graphic AI Art Assistant for WhatsApp https://ift.tt/oJsNrhj December 30, 2022 at 10:27PM

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

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/EtTi6lo December 29, 2022 at 11:16PM

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

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/4JSzjvI December 30, 2022 at 10:58AM

Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning https://ift.tt/4cOwEUh

Show HN: Distilhn.com – Front-Page Articles Summarized with Machine Learning Hey HN, I've built a little website to show news articles with a summary so that I don't have to RTFA if I just want a rough sense of what it covers :) I also share the summaries in an RSS feed for those who'd prefer to use their own reader. Let me know what you think! https://ift.tt/F5ysIi8 December 30, 2022 at 01:58PM

Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/UZAoyBb

Show HN: A hypermedia-driven app based on htmx and Drogon C++ web framework https://ift.tt/Oxr7P5z December 29, 2022 at 11:10PM

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

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/tTw9NrR https://ift.tt/nxmHjdQ December 30, 2022 at 05:06AM

Show HN: Logos Created with AI https://ift.tt/WCJHegI

Show HN: Logos Created with AI https://ift.tt/Fzidjsp December 30, 2022 at 12:20AM

Show HN: 2see.ca – Bitcoin Locked Links https://ift.tt/QYF30Os

Show HN: 2see.ca – Bitcoin Locked Links Hello! We're excited to announce the launch of our new platform for monetizing online content. Our system allows users to easily create locked links that require payment in Bitcoin to unlock. This is a great way for content creators to earn revenue from their work and for users to access high-quality content. Here's how it works: - Create a locked link and set the price for unlocking the content in Bitcoin - Share the locked link with your customer and receive direct payment when the content is unlocked https://2see.ca/ December 29, 2022 at 05:37PM

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

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

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

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

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

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/R90J2NB December 29, 2022 at 02:09PM

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

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

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

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/WQTVXZY , https://ift.tt/IAP5dtu [1] memc...

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

Show HN: Helix, a Framework for AI Systems https://ift.tt/YipojcA December 28, 2022 at 09:44PM

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

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/H1iK9hN December 28, 2022 at 10:12AM

Show HN: I built haystack – Google for your workplace apps https://ift.tt/pj0kQSd

Show HN: I built haystack – Google for your workplace apps tl;dr: haystack is a workplace search engine for devs that runs in the browser. Hi Yuval here! historicly a security researcher, more recently entered the NLP space! Iv'e started working on haystack recently because I feel modern workplaces are in dire need of a good workplace search product that is free to use just like google. Information is scattered between too many communication channels, we communicate with our peers through slack and email, share docs and specs on confluence, work with tickets on jira, commit code and have discussions on github, not to mention all the .docx, .ppt and .pdf that fly around the organization. Not to mention the fact that existing search featuers just plain suck, if you tried using confluence search you know what I mean, keyword search is terrible. Even when you find relevant looking results, they require you to commit to entering the page, and scroll through to get to the relevant paragr...

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

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

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

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

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

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/sEIoUH7 Interested in your feedback! https://ift.tt/Y6rOcz1 December 28, 2022 at 12:14AM

Show HN: Sideproject.guide https://ift.tt/rhlqDto

Show HN: Sideproject.guide https://ift.tt/LZbdjWK December 27, 2022 at 07:36AM

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

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

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

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

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

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/IkfjBah December 27, 2022 at 12:20AM

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

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! T...

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

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers https://ift.tt/eIFa61N December 26, 2022 at 09:04PM

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

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

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

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/SCZvF5h December 25, 2022 at 11:07PM

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

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM https://ift.tt/QNJIAz9 December 25, 2022 at 10:10PM

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

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/2Ebwj4Q ) 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 ...

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

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

Show HN: Price My Spotify Library https://ift.tt/5AcxvFG

Show HN: Price My Spotify Library Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too https://ift.tt/vlm6r8R December 25, 2022 at 06:04PM

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

Show HN: GPT-3 Powered Shell https://ift.tt/HL8fTYr December 23, 2022 at 05:34AM

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

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/nejOKul Say hello to TapTab : https://ift.tt/OgDS6ts... 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 sho...

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

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 07:28AM

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

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/ysXcomM December 24, 2022 at 07:06PM

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

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/jWuQ1qf December 24, 2022 at 07:11PM

Show HN: Stop ChatGPT misinformation with the power of Community https://ift.tt/vG2Z9UH

Show HN: Stop ChatGPT misinformation with the power of Community chatGPT is all powerful but with 1 caveat It can hallucinate or display misinformation. There is a solution: Have your chatGPT information verified by others! Also, Looking for a good prompt to get the best answer out of chatGPT? Find it here as well! Join now before it explodes! https://ift.tt/kWGFZsJ December 24, 2022 at 02:42PM

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

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/a4hBWEk December 23, 2022 at 10:07PM

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

Show HN: Hacker News Insight https://ift.tt/n4zWjbQ December 23, 2022 at 09:36PM

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

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/d6miqg7 December 23, 2022 at 07:30PM

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

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) https://ift.tt/WpobBRm December 23, 2022 at 05:17PM

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

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/V1knxsP December 23, 2022 at 02:13PM

Show HN: UI for Apache Kafka v0.5 released with RBAC and serde plugins https://ift.tt/5SyKcL0

Show HN: UI for Apache Kafka v0.5 released with RBAC and serde plugins https://ift.tt/vTGRxDf December 23, 2022 at 03:41PM

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

Show HN: My Afternoon JavaScript Library https://ift.tt/W17nCtq December 22, 2022 at 09:00PM

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

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!...

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

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/IeLZYz8 December 22, 2022 at 07:38PM

Show HN: eBPF-powered L4 package dropper https://ift.tt/2E9XztA

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

Show HN: A Python AST viewer for the terminal https://ift.tt/hLpmUgX

Show HN: A Python AST viewer for the terminal Hey HN! I've been having a play with the idea of building a Python AST viewer that can be used in the terminal. It's very early days yet, but the basic approach is now available for playing with. Also on PyPi and works fine on GNU/Linux, macOS and Windows. https://ift.tt/swg0u27 December 22, 2022 at 03:12PM

Show HN: Decentralized Database https://ift.tt/MfhkKxH

Show HN: Decentralized Database DB3 is a community-driven layer2 decentralized database network. Infinite Storage Space Scalability is the key to the web3 explosion, db3 will use the following strategies to achieve web3 scale PC can meet the minimum system requirements so everyone can join the db3 network to provide storage space. Using dynamic sharding to achieve scale out. when a storage shard chain has not enough space to store mutation, it will split itself into two subchains. Using cold data archive to recycle storage space. history cold blocks and cold state data will be archived to FileCoin and the storage node will always has storage space to store new data. Blazed Fast and Provable On-chain Query Currently, decentralization means bad performance but db3 is trying to make a big improvement in performance Merkdb is the storage engine of db3 network and it not only has high performance but also the fast-proof generation Geo distribution, the nodes in every storage shard are geo-d...

Show HN: A Dominoes Simuation in My Machine Simulation Game https://ift.tt/L5pV8KU

Show HN: A Dominoes Simuation in My Machine Simulation Game https://ift.tt/4pyw9GM December 22, 2022 at 01:36AM

Show HN: CAD model of the saturn V rocket on the 55th anniversary of Apollo 8 https://ift.tt/uhwHDbd

Show HN: CAD model of the saturn V rocket on the 55th anniversary of Apollo 8 Today is the 55th anniversary of Apollo 8. I figured it would be fun to make a CAD model with a space for a model rocket engine and also as an augmented reality model. The tutorial is for Fusion360 but the steps can be adapted to most CAD programs. I would love to know what you all think! https://ift.tt/wXMm1OH December 21, 2022 at 08:44PM

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

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/N4AgIZR Tech stack: React, MapLibre GL JS, Bulma Backend: https://ift.tt/vUPZ2na Tech stack: Python, PostGIS https://openaedmap.org December 21, 2022 at 12:31PM

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

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/xeiJMgp December 21, 2022 at 04:45PM

Show HN: Re-write text in the style of famous characters using GPT-3 https://ift.tt/qvoQGme

Show HN: Re-write text in the style of famous characters using GPT-3 https://ift.tt/OrmC3Hz December 21, 2022 at 03:20PM

Show HN: Protein Monster (Net Art, NSFW) https://ift.tt/3su45BU

Show HN: Protein Monster (Net Art, NSFW) https://ift.tt/AMt9Jyo December 20, 2022 at 10:20PM

Show HN: Txtai 5.2 released: open-source semantic search https://ift.tt/9uqY3rs

Show HN: Txtai 5.2 released: open-source semantic search https://ift.tt/SR67KOf December 21, 2022 at 01:20PM

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

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

Show HN: Translate JSON with this new tool, could be game changer for developers https://ift.tt/KL6Yngf

Show HN: Translate JSON with this new tool, could be game changer for developers https://ift.tt/m839Ikf December 20, 2022 at 01:00PM

Show HN: High performance HTML5 parser for Ruby, a Nokogiri alternative https://ift.tt/Ms6cHfu

Show HN: High performance HTML5 parser for Ruby, a Nokogiri alternative https://ift.tt/C9GVUSw December 20, 2022 at 04:38AM

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

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#,...

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

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 ...

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

Show HN: New tool for visualizing embeddings of ChatGPT Q&A https://ift.tt/c1nU8b0 December 19, 2022 at 05:49PM

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

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/56TZReu December 19, 2022 at 11:50PM

Show HN: Fort.js – A modern progress bar for form completion https://ift.tt/L6O28y9

Show HN: Fort.js – A modern progress bar for form completion https://ift.tt/g01pGcK December 19, 2022 at 09:35PM

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

Show HN: Infisical – open-source secrets manager Last month, we open-sourced Infisical ( https://ift.tt/l6aAumN ) - 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 ...

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

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/jaL9UNF December 19, 2022 at 12:57PM

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

Show HN: Christmas Free Icons https://ift.tt/FZd8Ssr December 19, 2022 at 08:04AM

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

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/iyp98Nc December 19, 2022 at 12:00AM

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

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/hUJ0wV2 December 19, 2022 at 04:25AM

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

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 12:38AM

Show HN: Laravel Documentation Bot https://ift.tt/a5dFy8V

Show HN: Laravel Documentation Bot https://ift.tt/tlFxWab December 18, 2022 at 11:29AM

Show HN: mkdirpy. Like mkdir, but with __init__.py https://ift.tt/y5moTes

Show HN: mkdirpy. Like mkdir, but with __init__.py https://ift.tt/VbIXMmv December 18, 2022 at 01:52AM

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

Show HN: VR Development Resource https://ift.tt/kHLhtNe December 17, 2022 at 09:49PM

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

Show HN: Speleomorph, an Exploration Puzzle https://ift.tt/OGmfiKX December 17, 2022 at 09:49PM

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

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/NfDqwjr December 17, 2022 at 07:05PM

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

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 h...

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://ift.tt/xvPyNAB

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(https://ift.tt/jLUIDQ5). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://ift.tt/ga67fJr 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://ift.tt/feO5u9L Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/feO5u9L -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/feO5u9L -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://ift.tt/n6cqNP3) If you've any feedback or question, please reply to https://ift.tt/W2rpEcb to let me know. December 17, 2022 at 04:16PM

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

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/uaORo1Q December 17, 2022 at 04:50PM

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

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

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

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 04:04AM

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

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 th...

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://ift.tt/Wgqz37M

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs https://ift.tt/xqCdLXi December 16, 2022 at 05:47PM

Show HN: Airbyte, data integration platform with 300+ open-source connectors https://ift.tt/G62rcmL

Show HN: Airbyte, data integration platform with 300+ open-source connectors https://ift.tt/JYGMbNQ December 16, 2022 at 05:01PM

Show HN: forma: An efficient vector-graphics renderer https://ift.tt/Lh9znkg

Show HN: forma: An efficient vector-graphics renderer https://ift.tt/xpVnCJm December 16, 2022 at 04:53PM

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://ift.tt/IRq9Uud

Show HN: LeanQt Widgets, item and graphic views – GUI feature complete https://ift.tt/1S5lFvJ December 16, 2022 at 02:01PM

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

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

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

Show HN: I'm challenging your clicking speed with this game I rebuilt https://ift.tt/VcUJ3XZ December 15, 2022 at 09:45PM

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

Show HN: Natural language Twitter search using Codex We built a structured search engine for Twitter called Bird SQL, available at https://ift.tt/xJzlyD4 . 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 sti...

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

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/bRGMQPV Decemb...

Show HN: Ellie – Your GPT-3 email assistant https://ift.tt/TVtHyC2

Show HN: Ellie – Your GPT-3 email assistant https://ellieai.com December 15, 2022 at 05:11PM

Show HN: Complete catalog of data connectors and ETL providers https://ift.tt/oXymAD7

Show HN: Complete catalog of data connectors and ETL providers My team built this free open-source catalog that allows anyone to search through any data connector/source. There's a list of ETL providers for each so your analytics and BI projects can be as comprehensive as possible. https://ift.tt/eF0Kb8X December 15, 2022 at 03:37PM

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

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 02:43AM

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

Show HN: I built a feed of engineering blogs from top tech companies https://ift.tt/N0EnFd8 December 14, 2022 at 11:17PM

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

Show HN: Automated Insights from Your Google Analytics https://ift.tt/JcK9xzL December 14, 2022 at 09:04PM

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

Show HN: Good Tech Things, a collection of cloud and software engineering comics https://ift.tt/zpJ6fPe December 14, 2022 at 09:08PM

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

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/Bbmqf3U December 14, 2022 at 05:10PM

Show HN: iPhone Camera + Google Maps = Vlogoscope https://ift.tt/DdAotpH

Show HN: iPhone Camera + Google Maps = Vlogoscope https://ift.tt/1m8JNEV December 14, 2022 at 04:01PM

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox https://ift.tt/MxUDz6o

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox We are excited to launch Mailsociety today! We'd love to hear your feedback on the app. What are some of the challenges you face when it comes to managing your inbox? https://ift.tt/XtK5i6q December 14, 2022 at 11:02AM

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

Show HN: An open-source UI Library with automatic routing and SuperComponents https://ift.tt/3STNx5Z December 13, 2022 at 11:15PM

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

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

Show HN: Line counter – web tool for counting number of line in text https://ift.tt/xId9anU

Show HN: Line counter – web tool for counting number of line in text https://linecounter.co/ December 13, 2022 at 05:50PM

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://ift.tt/87W9BMm

Show HN: Plural.sh-Deploy, secure and scale open-source apps on your cloud https://ift.tt/Xb7rG3z December 13, 2022 at 04:34PM

Show HN: Onin – E2EE calendar and chat app https://ift.tt/LXYq2cu

Show HN: Onin – E2EE calendar and chat app Hey HN! Ryan here (co-founder of YC-backed Muzz). I’m now building Onin, an end-to-end encrypted calendar and chat app that makes organising your personal and social life simple and secure. I’ve been building technology businesses for 10+ years and have witnessed the reoccurring problem that digital calendars were built for companies, not people. They feel cold, transactional, and anti-social — not the thing of dreams for planning your personal life. They also lack the security we now come to expect from consumer products. Onin is the first calendar to be fully E2EE, protecting not just your events, but your messages and even your profile. Unlike existing E2EE calendars, you cannot share Onin events to others without the protection of E2EE. When you consider how much personal information your calendar stores about you and your loved ones’ lives, we think this is essential. With such a focus on security and privacy, it’s only fitting that we ho...

Show HN: We scaled Git to support 1 TB repos https://ift.tt/gbiQfOU

Show HN: We scaled Git to support 1 TB repos I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git. Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: https://ift.tt/cwxduS3 Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we buil...

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

Show HN: ShopWitYoPeople – A black Chicago business directory Hey HN! ShopWitYoPeople ( https://ift.tt/ROu8Giq ) 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/rRiWMJ1 December 13, 2022 at 02:09AM

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

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/K7qtHQm December 12, 2022 at 10:20PM

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

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/mdHR54Y... ) 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/qu4wcEW... How-to progress bars: [ https://ift.tt/chUlJMQ]... Re...

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

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/sNfB3LM December 12, 2022 at 05:49PM

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

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

Show HN: Embed a snow effect on your website https://ift.tt/ITqhPoX

Show HN: Embed a snow effect on your website Embed a snow effect on your website with one line of code (~1.3kB), and add some Christmas magic to your websites. A quick weekend project :) https://embed.im/snow/ December 12, 2022 at 03:27PM

Show HN: Train your own image generator (Stable Diffusion) for free https://ift.tt/a8XGxEr

Show HN: Train your own image generator (Stable Diffusion) for free I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: https://ift.tt/nDztmT3 and here is an example of using it for people: https://ift.tt/Nu8kZzY and an example for using it for styles: https://ift.tt/ZOg3bGi The UI is rough, but I would love feedback on how to improve it for you. https://88stacks.com https://88stacks.com/ December 12, 2022 at 01:52PM

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

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/p0RDLZ3 https://ift.tt/E23qmds December 12, 2022 at 04:39AM

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

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

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

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

Show HN: Prompt Engineering Course https://ift.tt/OwUD2tv

Show HN: Prompt Engineering Course https://ift.tt/N7QXESZ December 11, 2022 at 03:31PM

Show HN: Predict team ranks in sports and video games with openskill.py https://ift.tt/ey9nD1J

Show HN: Predict team ranks in sports and video games with openskill.py You can now predict the ranks of a team of players since v3.2.0 of openskill.py. OpenSkill is a rating system designed for complex n-team, n-player matchups and is ready out of the box with 5 different models and 3 prediction functions to suit your needs whether it be building video game leaderboards, matchmaking players or predicting how well a sports team will do. OpenSkill is not only up-to 20x faster, it is also now has the same accuracy as TrueSkill and sometimes even more (we benchmark against TrueSkill's implementation of win prediction). There are also no implementations of TrueSkill that are free from patent and trademark issues. It's time to ditch Elo and TrueSkill for good. https://ift.tt/Gyig1ME December 11, 2022 at 11:11AM

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

Show HN: ChatGPT Prompts and Products https://ift.tt/UFPBpan December 11, 2022 at 12:45PM

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

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/FwfYEu2 [2] https://ift.tt/zMRXtqy https://hanzi.gg December 11, 2022 at 10:05AM

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

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

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

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

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

Show HN: Alle – a terminal todo manager in Rust https://ift.tt/cwiDB39 December 10, 2022 at 05:47PM

Show HN: ChatGPT in Emacs https://ift.tt/bwA6PcW

Show HN: ChatGPT in Emacs I noticed there wasn't any and wrote a small wrapper around ChatGPT. I found myself using ChatGPT to code and generate documentation, but copy and paste is a bit difficult. Emacs integration makes it extensible with custom prompts and all, based on region selected. https://ift.tt/iZl0BfF December 10, 2022 at 03:23PM

Show HN: Pg_CRDT – an experimental CRDT extension for Postgres https://ift.tt/HzLejiu

Show HN: Pg_CRDT – an experimental CRDT extension for Postgres This is an experimental extension for CRDTs, pg_crdt: GitHub repo[0]. It supports Yjs/Yrs and Automerge. The linked blog post describes how we're thinking about this extension in a Supabase context. Ideally this "Show HN" generates some discussion/interest, both here and in the github discussions [1]. I want to emphasise this part from the blog post[2]: "pg_crdt has not been released onto the Supabase platform (and it may never be). We’re considering many options for offline-sync/support and, while CRDTs will undoubtedly factor in, we’re not sure if this is the right approach." [0] GitHub repo: https://ift.tt/ihf0bDr [1] Discussions: https://ift.tt/MFvg8cz [2] Blog post: https://ift.tt/zFOacpZ https://ift.tt/zFOacpZ December 10, 2022 at 01:20PM

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

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

Show HN: ChatGPT but for Rap Battles https://ift.tt/3MfIaUd

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 03:09AM

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

Show HN: Live AI Avatars for videochats and streaming https://ift.tt/v4sjIJ2 December 9, 2022 at 09:50PM

Show HN: LearnGPT – Browse and share ChatGPT examples https://ift.tt/kpTxNtA

Show HN: LearnGPT – Browse and share ChatGPT examples https://ift.tt/ycJSGzH December 9, 2022 at 06:21PM

Show HN: Pynecone – Web Apps in Pure Python https://ift.tt/4Lh0Wq9

Show HN: Pynecone – Web Apps in Pure Python Hello, we just launched the alpha release of Pynecone - a way to build full-stack web apps in pure Python. The framework is easy to get started with even without previous web dev experience and is completely open source / free to use. We made Pynecone for Python devs who want to make web apps, but don’t want the overhead of having to learn or use Javascript. We wanted more flexibility than existing Python frameworks like Streamlit/Dash that don't allow the user to make real, customizable web apps. With Pynecone, you can make anything from a small data science/python project to a full-scale, multi page web app. We have over 60+ built-in components and are adding more. We are actively trying to grow this project so no matter you skill level we welcome contributions! Open up an issue if you find missing features/bugs or contribute to existing issue. https://ift.tt/dNns2rb December 9, 2022 at 05:00PM

Show HN: Socrata Roulette – run random SQL on a random government dataset https://ift.tt/3hHQ2bA

Show HN: Socrata Roulette – run random SQL on a random government dataset https://ift.tt/ChB1NP4 December 9, 2022 at 02:11PM

Show HN: Versatile Metallic Finish for CSS https://ift.tt/HQmAKId

Show HN: Versatile Metallic Finish for CSS https://ift.tt/j4a1SOC December 9, 2022 at 01:28PM

Show HN: Open-Source AI Parser for HTML Elements https://ift.tt/iaxCl93

Show HN: Open-Source AI Parser for HTML Elements https://ift.tt/wMGro47 December 9, 2022 at 01:20PM

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

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

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

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...

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

Show HN: A Python package to get help from ChatGPT when an exception is thrown https://ift.tt/5rHLvJj December 8, 2022 at 07:13PM

Show HN: Hnpdf.com – Quick Access to PDFs Shared on Hacker News https://ift.tt/ACPayW4

Show HN: Hnpdf.com – Quick Access to PDFs Shared on Hacker News https://ift.tt/KjYrhSA December 8, 2022 at 06:20PM

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

Show HN: Learn Go by building real-life projects in your terminal and IDE https://ift.tt/qiSLkf2 December 8, 2022 at 05:00PM

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

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

Show HN: IKEA Price – Get Notified When an IKEA Product's Price Drops https://ift.tt/DFpe9fm

Show HN: IKEA Price – Get Notified When an IKEA Product's Price Drops https://ikeaprice.com/ December 8, 2022 at 12:32AM

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

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

Show HN: We built a Slack-based workflow assistant for devs & their teams https://ift.tt/jE2e1sL

Show HN: We built a Slack-based workflow assistant for devs & their teams Hey, Nir here - co-founder & CEO of Zigi. It’s a personal workflow assistant that was built for devs and their teams to automate non-coding tasks, giving updates and quick actions only on what’s relevant. It works by examining your activity in Jira and GitHub (more systems being added soon) to understand your workflow, creates context out of all that information, and offers you actionable assistance from Slack. Zigi is customiazible. We’re building it to match every R&D persona so you can tailor the messages and assistance you get to meet your specific needs. Like if you’re TL, you can get daily updates on the progress of your team’s sprint or as a QA, you’ll be notified as soon as ticket is ready for testing. We’re developers who are used to managing big R&D teams and over the last few years, we have seen dev change drastically. There’s so much overhead on top of coding, more dependencies, multip...

Show HN: CodePal – the chat-based code assistant built on top of GPT-3 / ChatGPT https://ift.tt/MkpSzu3

Show HN: CodePal – the chat-based code assistant built on top of GPT-3 / ChatGPT https://ift.tt/miNARCV December 7, 2022 at 10:00AM

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

Show HN: Wikijumps, a 3D Wikipedia Browser https://ift.tt/5p8CE3K December 7, 2022 at 05:00PM

Show HN: Vimkey – A browser extension, Use the keyboard to control the browser https://ift.tt/LCbYDsA

Show HN: Vimkey – A browser extension, Use the keyboard to control the browser Use the keyboard to control the browser, navigation, scroll, open new pages, trigger click button, etc. reduce your reliance on the mouse & trackpad. Support Chrome, Edge, and Safari (macOS, iPadOS, iOS) No collect any private information. https://ift.tt/R41PQlM December 7, 2022 at 03:38PM

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

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/WNt1SHh December 6, 2022 at 05:20PM

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

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

Show HN: Keep an eye on your domains from terminal https://ift.tt/3aIzpgE

Show HN: Keep an eye on your domains from terminal https://ift.tt/186g0Jb December 6, 2022 at 02:23PM

Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone https://ift.tt/KU5whQA

Show HN: TinyUX – Grid based low-fi wireframing on your mobile phone You tap icons to create a wireframe, or do some visual brainstorming. Then export the image to share on Slack, Gitlab, etc. I wanted to work on neural net that interprets an imported image of a wireframe, to then manipulate it inside an app. Figured it would be best to first build the wireframing app. So I created TinyUX. It's released as quickly as possible this influenced some choices: - While created in React Native, it's Android only. - It's paid only (~$5). While freemium might make more sense, this was quicker to release, since in-app-purchases in RN is not trivial. First app I created that's not free, so that's an experiment too. - There are no online features, all is stored on the device. Looking to validate with UX designers, but all feedback is welcome. https://www.tinyux.app/ December 6, 2022 at 01:53PM

Show HN: Will data apps into existence with GPT-3 https://ift.tt/hvQpHBC

Show HN: Will data apps into existence with GPT-3 https://hal9.com/ December 6, 2022 at 08:25AM

Show HN: Edupops (Antler VN2) – Learn with Short Videos https://ift.tt/1ROWgHt

Show HN: Edupops (Antler VN2) – Learn with Short Videos https://edupops.com December 6, 2022 at 10:19AM

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

Show HN: OpenFGA is now a CNCF Sandbox Project https://ift.tt/OVR4qnf December 5, 2022 at 11:27PM

Show HN: Site to see which airlines your carry-on luggage will fit on https://ift.tt/lKObRXn

Show HN: Site to see which airlines your carry-on luggage will fit on https://ift.tt/e4SALWB December 5, 2022 at 02:44PM

Show HN: We built a CLI app for electronic PDF signature https://ift.tt/cCVMI4y

Show HN: We built a CLI app for electronic PDF signature As developers, Philipp and me (Thomas) were frustrated with the lack of options for easily signing PDFs via CLI. Most solutions were either proprietary, had no CLI interface or had restrictive licenses, making it difficult for us to use them in our projects. That's why we created open-pdf-sign - a simple, easy-to-use tool for signing PDF from the commandline. We designed with developers in mind, and released it under the Apache-2.0-license. We also added a configurator that configures your Nginx server. It will automatically install and configure your Nginx so all your PDFs will be signed with your SSL certificate on the fly. You can even use your existing Let’s Encrypt certificates. We believe that open-pdf-sign will be a valuable tool for any developer looking to quickly and easily sign PDFs. Give it a try and let us know what you think! https://ift.tt/2VemG1t December 5, 2022 at 01:49PM

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://ift.tt/I5zLiQc

Show HN: A smart contract and website to tax loss harvest your worthless NFTs https://ift.tt/LdJA2O7 December 5, 2022 at 01:08PM

Show HN: Automatically generate commit messages using ChatGPT https://ift.tt/g6q2OGE

Show HN: Automatically generate commit messages using ChatGPT https://ift.tt/761caxN December 4, 2022 at 11:08PM

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

Show HN: CLI app for typing practice with Pokemon written in Nim https://ift.tt/PS8N9Kc December 4, 2022 at 11:14PM

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

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/CWD2Aug December 4, 2022 at 10:16PM

Show HN: Unzip files in S3 with Java, without memory or disk storage https://ift.tt/6NOxs2I

Show HN: Unzip files in S3 with Java, without memory or disk storage S3 stream unzip: Java library to manage unzipping of large files and data in AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk. https://ift.tt/vlt65WH December 4, 2022 at 04:48PM

Show HN: Whole Git repo was made with ChatGPT https://ift.tt/sSaDXQb

Show HN: Whole Git repo was made with ChatGPT https://ift.tt/p7tr0Fw December 4, 2022 at 04:43PM

Show HN: Browser extension to display ChatGPT response besides Google Search https://ift.tt/Evi4A7L

Show HN: Browser extension to display ChatGPT response besides Google Search https://ift.tt/6Yu8wQj December 4, 2022 at 03:01PM

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

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

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

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

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

Show HN: A tool like jq, but for parsing HTML https://ift.tt/Mnpytfo December 3, 2022 at 07:24PM

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

Show HN: A more complete Rust example project for the Rasberry Pi Pico https://github.com/gbin/rp2040-mandel-pico/blob/main/README.md December 3, 2022 at 04:36PM

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

Show HN: This Hacker News Does Not Exist https://ift.tt/8MK3Iqt December 3, 2022 at 07:29PM

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

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/hmfn3UT December 3, 2022 at 04:00PM

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

Show HN: A nice C string API A convenient C string API, friendly alongside classic C strings. https://github.com/mickjc750/str December 3, 2022 at 01:31PM

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

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

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

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

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

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 th...

Show HN: Mini Christmas Trees with addressable LEDs and RP2040-based controller https://ift.tt/HVboL9e

Show HN: Mini Christmas Trees with addressable LEDs and RP2040-based controller Hello HN, these Mini Trees have a custom circuit board with WS2812 addressable LEDs on one side and a controller using an RP2040 microcontroller on the other, all inside a CNC'd Foamex PVC case. They stand around 23cm (9") tall. The firmware is written in MicroPython, which can be modified or replaced. Power is provided via USB-C, which is also used for programming. There is also a web-based animation sequencer to create lighting sequences in time to arbitrary audio, examples of which are on the linked page. This is similar to xLights ( https://xlights.org/ ), but much less powerful, and we hope to release firmware to interface directly with xLights soon. My colleague and I started kicking the idea for these around after making some custom circuit boards for another project, and thought we'd have a go at making smaller versions of some much larger exhibits we had made using 12 volt WS1812 bulle...

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

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/2rgRnU8 December 2, 2022 at 02:21PM

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

Show HN: I made a Google Chrome extension automatically with ChatGPT https://ift.tt/p082Nmf December 2, 2022 at 09:55AM

Show HN: CastDop – Search Inside Podcasts https://ift.tt/qDHg8Md

Show HN: CastDop – Search Inside Podcasts Hi fellow hackers, I made a website to search full episodes in podcasts. You can search by terms/words, or list all episodes of podcast and view their transcripts. (To list available episodes, click on the podcast name in the search result) - Search in transcripts - View Full transcripts of episodes - Highlight important section of podcast episode - Currently only for English podcasts There is another feature in transcripts which highlights important sentences in the podcast. The website has around 2500 episodes transcribed from around 80 podcasts. I am working on adding around 1000 episodes per day but the list is random. If you provide your favorite podcast in comment / on the website form, then I can prioritize that. Note that full transcript is not available for some episodes but search is working. For full episodes, you can look for 10 podcasts with full transcripts on the right side of the page. e.g (Lex Fridman doesn't have search re...

Show HN: Data Breach Source Detector https://ift.tt/Iidw1Tm

Show HN: Data Breach Source Detector https://ift.tt/8BUuNAK December 1, 2022 at 12:46PM

Show HN: Semantic Question Answering as a Service https://ift.tt/TayEUwg

Show HN: Semantic Question Answering as a Service Since managing the Large Language Models in production might be challenging, we've made a short demo to present how to use Cohere co.embed API and Qdrant Cloud to create a semantic QA system. This is based on bi-encoder architecture, and can be easily adopted to a different use case, like semantic search in any domain. https://ift.tt/6y9jFbi December 1, 2022 at 02:11PM

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

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

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

Show HN: We have built a benchmark platform for graph databases https://ift.tt/I6RgvOU December 1, 2022 at 09:34AM