Posts

Showing posts from 2022

Show HN: My programming language, building in public for 1 year - Klaput News

Show HN: My programming language, building in public for 1 year 2 by crowdhailer | 3 comments on Hacker News. 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.

Show HN: I made a simple, open source, chromatic tuner mobile app - Klaput News

Show HN: I made a simple, open source, chromatic tuner mobile app 3 by jonorsi | 0 comments on Hacker News. 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 d...

Show HN: Self Hosted OpenStreetMap using only Sqlite3 and Python - Klaput News

Show HN: Self Hosted OpenStreetMap using only Sqlite3 and Python 18 by punnerud | 3 comments on Hacker News.

Show HN: Advent of Code 2022 (only first eight in different langs) - Klaput News

Show HN: Advent of Code 2022 (only first eight in different langs) 2 by mhay | 0 comments on Hacker News. Tried/revisited/used: Elixir, Haskell, Python, Rust, JS, Rust-WASM, TypeScript, Java. With READMEs for each

Show HN: Graphic AI Art Assistant for WhatsApp - Klaput News

Show HN: Graphic AI Art Assistant for WhatsApp 2 by usestork | 0 comments on Hacker News.

Show HN: Clerkie AI – A GPT-3 based CLI tool that debugs your code - Klaput News

Show HN: Clerkie AI – A GPT-3 based CLI tool that debugs your code 2 by detente18 | 0 comments on Hacker News. We built ClerkieCLI - a GPT-3 based tool that: - automatically detects errors on your terminal, - identifies the programming language, - provides an explanation of the error and suggested fix right on your terminal.

Show HN: Scripting language inspired by JavaScript and GLSL - Klaput News

Show HN: Scripting language inspired by JavaScript and GLSL 3 by ianertson | 0 comments on Hacker News. 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.

Show HN: I built a possible alternative to social media RSS - Klaput News

Show HN: I built a possible alternative to social media RSS 3 by sum1ren | 1 comments on Hacker News. 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.

Show HN: Logos Created with AI - Klaput News

Show HN: Logos Created with AI 2 by beechwood | 5 comments on Hacker News.

Show HN: LiveTyper, a simple typing speed tester - Klaput News

Show HN: LiveTyper, a simple typing speed tester 5 by amalgamated_inc | 3 comments on Hacker News. Phoenix/LiveView using Presence to show the other players online. My 2nd thing in a vague quest to make 12 things in 12 months.

Show HN: A LinkedIn Chat GPT on Steroids - Klaput News

Show HN: A LinkedIn Chat GPT on Steroids 2 by Creator-io | 2 comments on Hacker News.

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached - Klaput News

Show HN: Zcached, in-memory key-value cache wire-compatible with memcached 5 by LINKIWI | 0 comments on Hacker News. 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...

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer - Klaput News

Show HN: Built your front end in React, then let ChatGPT be your Redux reducer 40 by mintplant | 5 comments on Hacker News.

Show HN: Helix, a Framework for AI Systems - Klaput News

Show HN: Helix, a Framework for AI Systems 2 by Mizza | 0 comments on Hacker News.

Show HN: Track Institutional Investors - Klaput News

Show HN: Track Institutional Investors 2 by ckardat123 | 2 comments on Hacker News.

Show HN: Pbproxy – Send your clipboard anywhere you can ssh - Klaput News

Show HN: Pbproxy – Send your clipboard anywhere you can ssh 34 by nikvdp | 2 comments on Hacker News. pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac.

Show HN: GPT Classifies HN Titles - Klaput News

Show HN: GPT Classifies HN Titles 3 by shagie | 1 comments on Hacker News. With all the "what can GPT do", I went to dabble with it to see if I could do something that plays to its strengths rather than just speculating about "would it be good at that?" https://ift.tt/fj7QRcw The basis for the prompt is: Classify following titles into one or more of {US Politics}, {World Politics}, {Technology}, {Security}, {Current Events}, {Boasting}, {Curiosity}, {Unknown} The results from the front page as I type this: 34152137 Technology: Lite XL: A lightweight text editor written in C and Lua 34151880 Curiosity: Hydrochloric acid is more complicated than you think 34156235 World Politics, Current Events: Apple Japan hit with $98M in back taxes for missing duty-free abuses 34152333 Technology: The Architecture of the Lisa Personal Computer (1984) [pdf] 34151951 Curiosity: The Zen anti-interpretation of quantum mechanics (2021) 34155009 Unknown: Added 49 volumes of Arkansas, ...

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts - Klaput News

Show HN: Mastinator. Disposable public anonymous no-login Fediverse accounts 2 by boyter | 1 comments on Hacker News.

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib - Klaput News

Show HN: Merry Sky, Dark Sky replacement and merry-timeline open source lib 3 by guillohm | 0 comments on Hacker News. 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/wcoaEXL Interested in your feedback!

Show HN: Free video conferencing over WebRTC in Go - Klaput News

Show HN: Free video conferencing over WebRTC in Go 2 by boratanrikulu | 0 comments on Hacker News.

Show HN: Rototill a Node.js library to make type-safe routes for Express - Klaput News

Show HN: Rototill a Node.js library to make type-safe routes for Express 2 by applwtr | 0 comments on Hacker News.

Show HN: Speedsums - Klaput News

Show HN: Speedsums 3 by refrigerator | 1 comments on Hacker News.

Show HN: How many advertising panels in Sydney are near a public telephone? - Klaput News

Show HN: How many advertising panels in Sydney are near a public telephone? 6 by mbo | 0 comments on Hacker News.

Show HN: Predicting the Greenest time to use electricity (AU) - Klaput News

Show HN: Predicting the Greenest time to use electricity (AU) 2 by greenforecast | 0 comments on Hacker News. 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!

Show HN: Eleven – open-source alternative to Codespaces - Klaput News

Show HN: Eleven – open-source alternative to Codespaces 2 by jeremylevy | 0 comments on Hacker News. 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...

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers - Klaput News

Show HN: Test if your shortcut conflicts with any default shortcuts in browsers 2 by tem-tem | 0 comments on Hacker News.

Show HN: Retail GPU Availability Map - Klaput News

Show HN: Retail GPU Availability Map 2 by jdeve1op | 0 comments on Hacker News. A tool to collect the GPU availability in brick'n'mortar stores in the area.

Show HN: 80/20 Rule in Everything - Klaput News

Show HN: 80/20 Rule in Everything 4 by giekaton | 0 comments on Hacker News. The content of the 8020.in website was generated using the ChatGPT AI engine and then reviewed by a human editor to ensure accuracy.

Show HN: Talk to GPT-3.5 via WhatsApp - Klaput News

Show HN: Talk to GPT-3.5 via WhatsApp 2 by hgarg | 0 comments on Hacker News.

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs - Klaput News

Show HN: Secure end-to-end client sessions and API calls using crypto key pairs 4 by kdragon | 0 comments on Hacker News. 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! :-)

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM - Klaput News

Show HN: Kweb 1.3.3 released, a server-side interface to the browser's DOM 2 by sanity31415 | 0 comments on Hacker News.

Show HN: Bespoke Artist Website Hosting - Klaput News

Show HN: Bespoke Artist Website Hosting 2 by linuxdeveloper | 0 comments on Hacker News. Merry Christmas everyone! We started offering hosting services for our musical artists at our record label Epsilon Records ( https://ift.tt/P1XzLok ) 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 thi...

Show HN: Newsic - Klaput News

Show HN: Newsic 2 by zsoltimre | 0 comments on Hacker News. News portal that uses GPT-3 to extract news from the news.

Show HN: Price My Spotify Library - Klaput News

Show HN: Price My Spotify Library 2 by devrob | 0 comments on Hacker News. 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

Show HN: Mastodon.nvim (Mastodon Client for Neovim) - Klaput News

Show HN: Mastodon.nvim (Mastodon Client for Neovim) 2 by kodingwarrior | 0 comments on Hacker News. *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!

Show HN: GPT-3 Powered Shell - Klaput News

Show HN: GPT-3 Powered Shell 25 by yasyfm | 4 comments on Hacker News.

Show HN: TapTab – Tab switching web extension for Safari - Klaput News

Show HN: TapTab – Tab switching web extension for Safari 7 by manibatra | 3 comments on Hacker News. 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/1STQXDk Say hello to TapTab : https://ift.tt/S8stFuy... 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. -...

Show HN: GUI-based free app to backup and restore hard disk on Windows clients - Klaput News

Show HN: GUI-based free app to backup and restore hard disk on Windows clients 3 by cx1221 | 1 comments on Hacker News. 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

Show HN: Shmux – run all your scripts from one file - Klaput News

Show HN: Shmux – run all your scripts from one file 3 by shikaan | 2 comments on Hacker News. 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!

Show HN: Digital privacy game for middle schoolers, our Harvard final project - Klaput News

Show HN: Digital privacy game for middle schoolers, our Harvard final project 2 by sarigari | 0 comments on Hacker News. 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.

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT - Klaput News

Show HN: I built a free Chrome extension that writes entire emails using ChatGPT 2 by jerrygoyal | 1 comments on Hacker News.

Show HN: Simple golinks server backed by airtable - Klaput News

Show HN: Simple golinks server backed by airtable 2 by skhavari | 0 comments on Hacker News. 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!

Show HN: Search HN Favorites or Export to CSV/HTML - Klaput News

Show HN: Search HN Favorites or Export to CSV/HTML 8 by gabrielsroka | 0 comments on Hacker News. 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.

Show HN: Hacker News Insight - Klaput News

Show HN: Hacker News Insight 9 by Hooopo | 0 comments on Hacker News.

Show HN: Box4D – 4D physics demo using Rust and wgpu - Klaput News

Show HN: Box4D – 4D physics demo using Rust and wgpu 2 by beaumayns | 0 comments on Hacker News. 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.

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) - Klaput News

Show HN: zygolophodon: CLI for reading Mastodon posts (no account needed) 4 by jwilk | 0 comments on Hacker News.

Show HN: SuperPlanner, an innovative day planner and to-do list for iOS and Mac - Klaput News

Show HN: SuperPlanner, an innovative day planner and to-do list for iOS and Mac 4 by compassios | 3 comments on Hacker News.

Show HN: My bookmarks of HN and who I'm following - Klaput News

Show HN: My bookmarks of HN and who I'm following 5 by NicoJuicy | 1 comments on Hacker News.

Show HN: Metriport – Open-source universal API for health data - Klaput News

Show HN: Metriport – Open-source universal API for health data 17 by celsinga | 2 comments on Hacker News. 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 launching 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/1qefMLF 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/p6y2erk... ). Out of the box, our H...

Show HN: My Afternoon JavaScript Library - Klaput News

Show HN: My Afternoon JavaScript Library 2 by jrberendt | 0 comments on Hacker News.

Show HN: Fully offline, open-source alternative to Scribe for Firefox - Klaput News

Show HN: Fully offline, open-source alternative to Scribe for Firefox 2 by wrbl | 0 comments on Hacker News. 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 Fir...

Show HN: Create a Children's book with AI – with illustrations - Klaput News

Show HN: Create a Children's book with AI – with illustrations 2 by jaszczw | 1 comments on Hacker News. 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.

Show HN: High Browse independent “surf engine” - Klaput News

Show HN: High Browse independent “surf engine” 2 by efficientsticks | 0 comments on Hacker News. Hi HN, I’m pleased to release my “surf engine” to the public for you to try. This is might be for you if you’ve grown frustrated with commercialised SERPs, and want to find the other websites are (still) out there. Kudos to Marginalia Search for showing that it’s possible to build a search engine as a hobbyist: https://ift.tt/sd3xKFl Feedback of all kinds very welcome! Ali

Show HN: A Dominoes Simuation in My Machine Simulation Game - Klaput News

Show HN: A Dominoes Simuation in My Machine Simulation Game 2 by felipemnoa | 0 comments on Hacker News.

Show HN: Write 500 Words a Day - Klaput News

Show HN: Write 500 Words a Day 6 by nickagliano | 3 comments on Hacker News. 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!

Show HN: System Design Practice and Discussion - Klaput News

Show HN: System Design Practice and Discussion 7 by sagar0907 | 0 comments on Hacker News. 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.

Show HN: Fetcher – Search across your social media - Klaput News

Show HN: Fetcher – Search across your social media 2 by sum1ren | 0 comments on Hacker News. A chrome extension that allows you to search across your social media. It also auto fetches new posts from your social media every 10 minutes. Hope it'll help you boost productivity.

Show HN: How to use ChatGPT+ARKit to script experiences with natural language - Klaput News

Show HN: How to use ChatGPT+ARKit to script experiences with natural language 2 by trzy | 0 comments on Hacker News. 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.

Show HN: I store my critical secrets and document, and communicate privately - Klaput News

Show HN: I store my critical secrets and document, and communicate privately 25 by mprime1 | 3 comments on Hacker News.

Show HN: Vectory – A collection of tools to track and compare embedding versions - Klaput News

Show HN: Vectory – A collection of tools to track and compare embedding versions 2 by psoto | 0 comments on Hacker News.

Show HN: Headerless C programming with __INCLUDE LEVEL__ - Klaput News

Show HN: Headerless C programming with __INCLUDE LEVEL__ 2 by milgra | 1 comments on Hacker News.

Show HN: There's an AI for That - Klaput News

Show HN: There's an AI for That 3 by andreitp1 | 0 comments on Hacker News.

Show HN: Dolla JavaScript (a library of methods for the DOM) - Klaput News

Show HN: Dolla JavaScript (a library of methods for the DOM) 3 by benehmke | 0 comments on Hacker News. Here's a growing library of javascript methods that augment the existing functionality of methods available for working with the DOM. The most helpful method is `createElement` or `append` that adds a wider range of content that can be appended, including support for callbacks, and Promises.

A Killed by Google RIP-off focusing on things AI is threatening - Klaput News

A Killed by Google RIP-off focusing on things AI is threatening 37 by demondragong | 15 comments on Hacker News.

Show HN: Veonid – Create a personal website for free - Klaput News

Show HN: Veonid – Create a personal website for free 29 by adishasanic | 41 comments on Hacker News.

Show HN: How to program in Rust as if it was old school C++ with pointers - Klaput News

Show HN: Monitor a Cyber Power UPS with node_exporter, Prometheus and Grafana - Klaput News

Show HN: Monitor a Cyber Power UPS with node_exporter, Prometheus and Grafana 2 by vivi_ | 0 comments on Hacker News.

Show HN: A new word game with a travel theme - Klaput News

Show HN: A new word game with a travel theme 2 by platesacrossusa | 0 comments on Hacker News. 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.

Show HN: Desktop Search Powered by Elasticsearch - Klaput News

Show HN: Desktop Search Powered by Elasticsearch 5 by alexmarquardt | 0 comments on Hacker News.

Show HN: Shell script for playing music from YT with a text queue file and mpv - Klaput News

Show HN: Shell script for playing music from YT with a text queue file and mpv 2 by somebody23 | 0 comments on Hacker News. Hi, I am kind of hesitant to post this because I wrote this myself and it's definitely not polished but I thought people might find it useful considering some of the music related things I have seen posted here. This doesn't have anything fancy like a recommendation system or pretty ui but it makes it very easy to listen to music and keep a history of what you've listened to. If it means anything, this is the only thing I use for music playing. Features: - Everything is a text file (queue, your listen/artist history)! - Mpv as music player (you can control or get info using the ipc socket the script opens) - Download songs after you've listened to it a chosen amount - Fzf to search music - Add playlists from the cli - Manage queue from the cli, fzf, or vim - Run arbitrary commands on song change - Search and play or select from search results He...

Show HN: Fort.js – A modern progress bar for form completion - Klaput News

Show HN: Fort.js – A modern progress bar for form completion 2 by idriskhenchil | 0 comments on Hacker News.

Show HN: Infisical – open-source secrets manager - Klaput News

Show HN: Infisical – open-source secrets manager 14 by vmatsiiako | 1 comments on Hacker News. Last month, we open-sourced Infisical ( https://ift.tt/LbBVP32 ) - 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...

Show HN: Share Mastodon link in an untraditional way - Klaput News

Show HN: Share Mastodon link in an untraditional way 2 by mustafauysal | 0 comments on Hacker News.

Show HN: Log in to Mastodon with your Twitter account - Klaput News

Show HN: Log in to Mastodon with your Twitter account 3 by danbmil99 | 0 comments on Hacker News. 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?

Show HN: Create keepsakes for your loved ones using AI - Klaput News

Show HN: Create keepsakes for your loved ones using AI 2 by nucks | 1 comments on Hacker News.

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts - Klaput News

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts 2 by rileyt | 0 comments on Hacker News. 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

Show HN: bstruct – Declarative and efficient binary parsing in Python - Klaput News

Show HN: bstruct – Declarative and efficient binary parsing in Python 1 by flxbe | 1 comments on Hacker News.

Show HN: baseline – a free, open-source journaling and mood tracking app - Klaput News

Show HN: baseline – a free, open-source journaling and mood tracking app 4 by nkalupahana | 0 comments on Hacker News. 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...

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 - Klaput News

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 6 by 0xferruccio | 4 comments on Hacker News. 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 :)

Show HN: The easiest way to run a brainstorm, supercharged with A.I - Klaput News

Show HN: The easiest way to run a brainstorm, supercharged with A.I 7 by suujia | 1 comments on Hacker News. 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 effectiv...

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs - Klaput News

Show HN: MyJekyllBlog - an open source CMS and web host for Jekyll blogs 2 by symkat | 1 comments on Hacker News.

Show HN: Readwise Reader, an all-in-one reading app - Klaput News

Show HN: Readwise Reader, an all-in-one reading app 14 by tristanho | 2 comments on Hacker News. 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/every...

Show HN: AI Avatar Image Generator Based on Other AI Images - Klaput News

Show HN: AI Avatar Image Generator Based on Other AI Images 4 by ssmaameri | 0 comments on Hacker News. 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 a...

Show HN: Ellie – Your GPT-3 email assistant - Klaput News

Show HN: Ellie – Your GPT-3 email assistant 17 by jivings | 6 comments on Hacker News.

Show HN: Automated Insights from Your Google Analytics - Klaput News

Show HN: Automated Insights from Your Google Analytics 9 by micrum | 1 comments on Hacker News.

Show HN: Good Tech Things, a collection of cloud and software engineering comics - Klaput News

Show HN: Good Tech Things, a collection of cloud and software engineering comics 4 by forrestbrazeal | 1 comments on Hacker News.

Show HN: TumorPictures.com (NSFW) - Klaput News

Show HN: TumorPictures.com (NSFW) 2 by breck | 0 comments on Hacker News.

Show HN: Sup – audio first social network with dynamic push notification sounds - Klaput News

Show HN: Sup – audio first social network with dynamic push notification sounds 2 by higgins | 0 comments on Hacker News.

Show HN: NixOS Web Hosting for Everyone - Klaput News

Show HN: NixOS Web Hosting for Everyone 18 by ghuntley | 7 comments on Hacker News.

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs - Klaput News

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs 8 by spolu | 0 comments on Hacker News. 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, ...)

Show HN: An Excel Wordle Solver - Klaput News

Show HN: An Excel Wordle Solver 4 by cgranier | 0 comments on Hacker News. 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.

Show HN: Bugbusters.ai automated bugfixing using gpt-3 - Klaput News

Show HN: Bugbusters.ai automated bugfixing using gpt-3 2 by codingmoh | 0 comments on Hacker News. 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 c...

Show HN: ShopWitYoPeople – A black Chicago business directory - Klaput News

Show HN: ShopWitYoPeople – A black Chicago business directory 4 by imagination | 0 comments on Hacker News. Hey HN! ShopWitYoPeople ( https://ift.tt/rjtwdVO ) 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!

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) - Klaput News

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) 2 by marcelthomas | 0 comments on Hacker News. 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!).

Show HN: Create auto-updating charts-as-images with low-code/nocode - Klaput News

Show HN: Create auto-updating charts-as-images with low-code/nocode 2 by sophia_oneal | 0 comments on Hacker News. 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/02BWwDk... ) 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/ROxroQA... How...

Show HN: Obsidian: Insert conversation starters generated by AI in your notes - Klaput News

Show HN: Obsidian: Insert conversation starters generated by AI in your notes 2 by louis030195 | 0 comments on Hacker News. 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).

Show HN: Why YC when there's YZ? - Klaput News

Show HN: Why YC when there's YZ? 2 by cmendez | 0 comments on Hacker News. The Crowd Supported, Crowd Constructed, Opened sourced Acceleration program for the next generation of builders. Note: Website is just to get feedback initially.

Show HN: Imperative Reactive Programming in JavaScript - Klaput News

Show HN: Imperative Reactive Programming in JavaScript 2 by lorean_victor | 1 comments on Hacker News.

Show HN: Mitosispictures.com - Klaput News

Show HN: Mitosispictures.com 2 by breck | 1 comments on Hacker News.

Show HN: Alle – a terminal todo manager in Rust - Klaput News

Show HN: Alle – a terminal todo manager in Rust 3 by lkyuchukov | 1 comments on Hacker News.

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho - Klaput News

Show HN: BeSanta, Real time Santa Claus AI avatars on your iPhone Ho-ho-ho 14 by redsh | 8 comments on Hacker News.

Show HN: I fine-tuned Flan-T5. Can it cook? - Klaput News

Show HN: I fine-tuned Flan-T5. Can it cook? 29 by aqader | 11 comments on Hacker News. Checkout the app at https://www.lechef.fyi

Show HN: LearnGPT – Browse and share ChatGPT examples - Klaput News

Show HN: LearnGPT – Browse and share ChatGPT examples 5 by matt1 | 0 comments on Hacker News.

Show HN: Mastodon Flock, yet another Twitter friend finder, with a Win95 twist - Klaput News

Show HN: Mastodon Flock, yet another Twitter friend finder, with a Win95 twist 3 by WesSouza | 0 comments on Hacker News. I spent the past couple of weeks building a web app that would help me find my Twitter contacts on Mastodon (and other ActivityPub-compatible sites). I wanted it to be simple and clear, as well as to try out Astro and the React95.io design system. The result isn't perfect, but it's as thorough as I wanted it to be to show others and gather feedback. The code is also open source https://ift.tt/dPVrH4e (although I just realized I never fixed the README lol)

Show HN: This VC Does Not Exist - Klaput News

Show HN: This VC Does Not Exist 2 by r3trohack3r | 0 comments on Hacker News. 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. Hosted on cloudflare workers. Source code: https://ift.tt/tvE0bMY

Show HN: Web search using a ChatGPT-like model that can cite its sources - Klaput News

Show HN: Web search using a ChatGPT-like model that can cite its sources 41 by rushingcreek | 30 comments on Hacker News. We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT. A drawback to aligning models to web results is that they are less inclined to generate com...

Show HN: Learn Go by building real-life projects in your terminal and IDE - Klaput News

Show HN: Learn Go by building real-life projects in your terminal and IDE 2 by roblaszczak | 1 comments on Hacker News.

Show HN: Record breaking performance for Python, 6.2 mi req/s in TechEmPower - Klaput News

Show HN: Record breaking performance for Python, 6.2 mi req/s in TechEmPower 3 by cirospaciari | 0 comments on Hacker News. 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/A0rl3EN https://ift.tt/8BnrgdW...

Show HN: We used ChatGPT to write a blogpost about using ChatGPT to write emails - Klaput News

Show HN: We used ChatGPT to write a blogpost about using ChatGPT to write emails 5 by alooPotato | 0 comments on Hacker News.

Show HN: Music quiz web app powered by Spotify API - Klaput News

Show HN: Music quiz web app powered by Spotify API 2 by kpeterz | 1 comments on Hacker News. 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.

Show HN: Web Search Powered by GPT and Bing - Klaput News

Show HN: Web Search Powered by GPT and Bing 14 by aravindsrinivas | 0 comments on Hacker News. We built a search engine interface on top of OpenAI GPT 3.5 and Microsoft Bing that summarizes and cites top search results in response to natural language questions. By using search results, the AI is able to reference recent news and provide citations for specific facts. Our interface offers concise answers, without having to click through links, scroll past irrelevant content, or read ads. No login is required; no personal data is collected. We believe in the power of combining the intuitive UI of web search with the intelligence of large language models. The search engine does indexing work and interpretation is made by the LLM (a la OpenAI WebGPT https://ift.tt/0nGKB9t ). We are also working on using LLMs to reword queries before searching and to make searches more conversational. Additionally, we are building new features that allow you to curate the result of your query, e.g., by om...

Show HN: We built a Slack-based workflow assistant for devs & their teams - Klaput News

Show HN: We built a Slack-based workflow assistant for devs & their teams 7 by nirbenzon | 0 comments on Hacker News. 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 overh...

Show HN: Publish from GitHub Actions using multi-factor authentication - Klaput News

Show HN: Publish from GitHub Actions using multi-factor authentication 10 by varunsharma07 | 1 comments on Hacker News. 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/Esz0Mjg...

Show HN: Codeium – a free, ultrafast AI codegen extension - Klaput News

Show HN: Codeium – a free, ultrafast AI codegen extension 17 by varunkmohan | 1 comments on Hacker News. 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!

Show HN: Copilot Money launched their macOS app - Klaput News

Show HN: Copilot Money launched their macOS app 2 by sergiocampama | 3 comments on Hacker News.

Show HN: OpenFGA is now a CNCF Sandbox Project - Klaput News

Show HN: OpenFGA is now a CNCF Sandbox Project 6 by aaguiarz | 0 comments on Hacker News.

Show HN: Mm-go – Generic manual memory management for Golang - Klaput News

Show HN: Mm-go – Generic manual memory management for Golang 3 by joetifa2003 | 1 comments on Hacker News.

Show HN: Automations for Tasks – Height.app - Klaput News

Show HN: Automations for Tasks – Height.app 2 by michaelvillar | 3 comments on Hacker News.

Show HN: Circle Calendar - Klaput News

Show HN: Circle Calendar 2 by escot | 0 comments on Hacker News. 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.

Show HN: ChatGPT live codes in my notebook REPL - Klaput News

Show HN: ChatGPT live codes in my notebook REPL 7 by YousefED | 1 comments on Hacker News.

Show HN: Advent-of-Code using only the C Preprocessor - Klaput News

Show HN: Advent-of-Code using only the C Preprocessor 2 by camel-cdr | 1 comments on Hacker News.

Show HN: Controversial quiz game generated by ChatGPT - Klaput News

Show HN: Controversial quiz game generated by ChatGPT 2 by lovasoa | 0 comments on Hacker News.

Show HN: Automatically generate commit messages using ChatGPT - Klaput News

Show HN: Automatically generate commit messages using ChatGPT 2 by romanhotsiy | 0 comments on Hacker News.

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today - Klaput News

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today 2 by klammbueddel | 0 comments on Hacker News. 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.

Show HN: Command-Line Interface to ChatGPT - Klaput News

Show HN: Command-Line Interface to ChatGPT 3 by peterdemin | 0 comments on Hacker News.

Show HN: Using Vim as an input method editor (IME) for X11 apps - Klaput News

Show HN: Using Vim as an input method editor (IME) for X11 apps 11 by algon | 2 comments on Hacker News. 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.

Show HN: Christmas gift website to solve any problem you have - Klaput News

Show HN: Christmas gift website to solve any problem you have 2 by awareness_rofl | 0 comments on Hacker News. Merry Christmas. Submit anything and I'll do my best to solve it for you.

Show HN: A tool like jq, but for parsing HTML - Klaput News

Show HN: A tool like jq, but for parsing HTML 3 by orf | 0 comments on Hacker News.

Show HN: A more complete Rust example project for the Rasberry Pi Pico - Klaput News

Show HN: A more complete Rust example project for the Rasberry Pi Pico 2 by gbin | 0 comments on Hacker News.

Show HN: Simple self-assessment tool for OWASP ASVS - Klaput News

Show HN: Simple self-assessment tool for OWASP ASVS 3 by arunsivadasan | 0 comments on Hacker News.

Show HN: This Hacker News Does Not Exist - Klaput News

Show HN: This Hacker News Does Not Exist 23 by gravitate | 4 comments on Hacker News.

Show HN: Clerkie AI – the code debugging buddy you've always wanted - Klaput News

Show HN: Clerkie AI – the code debugging buddy you've always wanted 10 by detente18 | 5 comments on Hacker News.

Show HN: Explore Wikipedia edits made by institutions, companies and governments - Klaput News

Show HN: Explore Wikipedia edits made by institutions, companies and governments 4 by ailef | 1 comments on Hacker News. 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/1uctFiE... I had already posted it here at the time (previous discussion: https://ift.tt/hUuz4I9 ) 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/oz80vuc

Show HN: Doom Preprocessing Animations - Klaput News

Show HN: Doom Preprocessing Animations 2 by 7thSamurai | 0 comments on Hacker News.

Show HN: Rune’s Secret Type Ported to Python - Klaput News

Show HN: Rune’s Secret Type Ported to Python 2 by yasyfm | 0 comments on Hacker News.

Show HN: I wrote a free eBook about many lesser-known/secret database tricks - Klaput News

Show HN: I wrote a free eBook about many lesser-known/secret database tricks 12 by tpetry | 3 comments on Hacker News.

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show - Klaput News

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show 3 by skytrue | 1 comments on Hacker News. 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 f...

Show HN: Recipe software for saving and searching recipes - Klaput News

Show HN: Recipe software for saving and searching recipes 3 by codoren | 0 comments on Hacker News. Made a LAN web-based recipe software with a database back-end that lets you save, search, and make meal plans with your recipes! Any suggestions are very welcome. I'm an independent publisher, posting this software. Right now my pricing model is to have a 2 week free trial before it asks for a serial code, which costs $7.

Show HN: Programming Google Flutter with Clojure - Klaput News

Show HN: Programming Google Flutter with Clojure 4 by kennytilton | 0 comments on Hacker News. 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.

Show HN: Py-obsidianmd, a Python library for Obsidian users - Klaput News

Show HN: Py-obsidianmd, a Python library for Obsidian users 2 by srbd | 0 comments on Hacker News. 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/XpUQ8sl - example usage: https://ift.tt/r0EC9ZH 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,

Show HN: Transform any Wikipedia article into a graphical timeline - Klaput News

Show HN: Transform any Wikipedia article into a graphical timeline 4 by r4chna | 0 comments on Hacker News.

Show HN: The One Thing Well blog has resumed posting after a ~3y sabbatical - Klaput News

Show HN: The One Thing Well blog has resumed posting after a ~3y sabbatical 2 by alsetmusic | 0 comments on Hacker News. I'm not affiliated, just a fan. Some of my favorite CLI tools were discovered by reading this site.

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System - Klaput News

Show HN: I made a 2D shoot 'em up game with Go, using Entity Component System 2 by m110 | 0 comments on Hacker News.

Show HN: We have built a benchmark platform for graph databases - Klaput News

Show HN: We have built a benchmark platform for graph databases 14 by mapleeman | 1 comments on Hacker News.

Show HN: Notion Standup – Get daily reports on your tasks on Notion - Klaput News

Show HN: Notion Standup – Get daily reports on your tasks on Notion 3 by hey-fk | 2 comments on Hacker News. Notion Standup helps you to receive daily standup reports on email and other channels for your and your team's current and overdue tasks on Notion. Stay updated always with daily reports through email, Slack, Discord, Webhook, Zapier, and Telegram.

Show HN: AudioGata, a plugin based Web Audio player - Klaput News

Show HN: AudioGata, a plugin based Web Audio player 2 by elijahgreen | 2 comments on Hacker News.

Show HN: Generate never-before-seen storyboards for Rick and Morty episodes - Klaput News

Show HN: Generate never-before-seen storyboards for Rick and Morty episodes 5 by nutellalover | 0 comments on Hacker News. Rick and Mortify is a system we built for creating never-before-seen episodes of Rick and Morty by leveraging the state-of-the-art in generative AI. These days generative AI is so hot right now. It promises to revolutionize all aspects of creative work from copywriting and image creation, to video and audio synthesis. Given the rapid progress of AI, when will we see an AI system listed in the closing credits of your favorite feature-length film? Rick and Mortify is a tool we built to demonstrate that future is closer than you might think. Our tool uses the state-of-the-art in large vision and language models to create never-before-seen episodes of Rick and Morty with minimal human intervention. All the plot points, dialogue, and accompanying visuals are generated with machine learning. Why use Rick and Morty as a case-study? Because 1) given the show's compl...

Show HN: Tandem – An Engine for Secure Multi-Party Computation (Written in Rust) - Klaput News

Show HN: Tandem – An Engine for Secure Multi-Party Computation (Written in Rust) 5 by skoodge | 2 comments on Hacker News. Tandem is a cryptographic engine for executing programs using Secure Multi-Party Computation (MPC), which allows 2 parties to compute a function without revealing their private inputs. The classic example from cryptography is the millionaires' problem, where two millionaires compute who is richer without revealing their wealth to each other. MPC has in the past been mostly confined to academia, but thanks to some recent papers has finally become fast enough for practical applications. Tandem uses Garbled Circuits, encrypted circuits consisting of boolean gates. While there have been other implementations based on these ideas, Tandem tries to provide a much better user experience than previous attempts. For example, the Tandem repo includes a server, a command line client and client libs for wasm and native architectures. To make it easier to run practical ap...

Show HN: A userscript that adds archive URLs below the paywalled HN submissions - Klaput News

Show HN: A userscript that adds archive URLs below the paywalled HN submissions 1 by MostlyEmre | 0 comments on Hacker News. This userscript adds archive URLs to the metadata section of HN submissions without breaking the immersion. Here are 2 screenshots: https://ift.tt/ay64f0H GreasyFork: https://ift.tt/6eHtw9Y... Source code: https://ift.tt/XLosNvh Now let me overexplain. -Why?- I never liked paywalled articles. I understand where they come from, but I don't like where we cross our paths. This is why I don't use major news aggregators anymore. Instead, I spend my "catching-up-with-the-world-time" on Hacker News. However, Hacker News (HN) also has its fair-share of paywalled articles. ( Around 11.6% according to my short-lived, half-assed attempt at measuring it. See my super old data https://hpa.emre.ca/ I tell the story below.) -First try- Around a year ago, when I ran the above experiment, my goal wasn't to run that experiment. It was during my self-teachi...

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) - Klaput News

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) 3 by koins | 0 comments on Hacker News. Hey HN! I wanted to share a project that I've been working on for a while and finally "completed" (until next time I try to improve it, that is). The idea is that I wanted my guest wifi password to change frequently, but I also didn't want my guests to hate me every time they came over to visit. Hence be_my_guest was born. Please let me know what you think!

Show HN: A utility to reduce TypeScript errors over time - Klaput News

Show HN: A utility to reduce TypeScript errors over time 3 by marchuffnagle | 0 comments on Hacker News.

Show HN: Airy – Open-Source Platform for Real-Time ML/AI and Data Streaming - Klaput News

Show HN: Airy – Open-Source Platform for Real-Time ML/AI and Data Streaming 5 by skandergarroum | 0 comments on Hacker News. Why Airy? - Easily deploy mature streaming infrastructure powered by Apache Kafka with our open-source streaming app framework. - Build real-time data pipelines and make real-time data universally accessible. - Join historical and real-time data in the stream to create smarter ML and AI applications. - For data and dev ops teams: Standardize complex data ingestion and stream data directly to standard and customized applications, using pre-built, easily configured connectors. - For engineering teams: Significantly simplify deployment and reduce development times and increase the robustness of your infrastructure and apps. ----------------- About Airy Mid last year we launched our open-source conversational platform enabling developers to ingest and process conversational and customer data in real-time: https://ift.tt/89uMJTe Airy has now evolved with its use ca...

Show HN: Python library for embedding large graphs (Written in Rust) - Klaput News

Show HN: Python library for embedding large graphs (Written in Rust) 2 by h4kor | 0 comments on Hacker News.

Show HN: Compare GPT DaVinci-002 and 003 summaries of current top HN stories - Klaput News

Show HN: Compare GPT DaVinci-002 and 003 summaries of current top HN stories 2 by wskish | 1 comments on Hacker News. Based on quick extensions to the open source telegram summarization bot I posted a few days ago ( https://ift.tt/OwT2PRG ), you can see for yourself how davinci 002 and 003 compare on the current top HN stories for the same prompt and temperature (0.2). Items that don't have summaries are usually due to a failure to access meaningful url content.

Show HN: Get the trust score for an Ethereum Wallet ID - Klaput News

Show HN: Get the trust score for an Ethereum Wallet ID 2 by chuzmeli | 0 comments on Hacker News. I built this page to check the trustworthiness of an ethereum wallet ID. Feel free to comment or at the bottom of the page, there is a link to provide feedback.

Show HN: Using GPT-3 to reply to emails - Klaput News

Show HN: Using GPT-3 to reply to emails 2 by tifa2up | 0 comments on Hacker News.

Show HN: Create a festival lineup from your top artists - Klaput News

Show HN: Create a festival lineup from your top artists 2 by komape | 0 comments on Hacker News.

Show HN: Phoenix10.1, a Personalized Radio Station - Klaput News

Show HN: Phoenix10.1, a Personalized Radio Station 2 by pncnmnp | 0 comments on Hacker News.

Show HN: WebStickies – Sticky notes for the internet - Klaput News

Show HN: WebStickies – Sticky notes for the internet 129 by lawrencehook | 61 comments on Hacker News. I made a browser extension that lets you leave notes on websites. Some features: search by content, add tags, sync, export/import

Show HN: Visualizing the group stage of the 2022 FIFA World Cup - Klaput News

Show HN: Visualizing the group stage of the 2022 FIFA World Cup 3 by sporritt | 0 comments on Hacker News. This is a visualization we created for a blog post back in 2018 and decided to resurrect for 2022. You can see at a glance a bunch of information about the progress of each group - the result of each match that has been played, the status of each team, and how many matches have been played. I like to think this would get a good data-ink score from Edward Tufte.

Show HN: Hacker way to half app development time and cost - Klaput News

Show HN: Hacker way to half app development time and cost 3 by eelash | 2 comments on Hacker News.

Show HN: Scramble text to slow down your reading - Klaput News

Show HN: Scramble text to slow down your reading 3 by westcort | 0 comments on Hacker News.

Show HN: ePub Reader + VS Code = Flow - Klaput News

Show HN: ePub Reader + VS Code = Flow 2 by pacexy | 0 comments on Hacker News.

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS - Klaput News

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS 3 by ransom1538 | 1 comments on Hacker News.

Show HN: footnote - a modern take on Goodreads - Klaput News

Show HN: footnote - a modern take on Goodreads 2 by nicobelll | 4 comments on Hacker News. footnote - A modern take on Goodreads

Show HN: I created a Chrome extension to help keep good posture while browsing - Klaput News

Show HN: I created a Chrome extension to help keep good posture while browsing 2 by killa_kyle | 0 comments on Hacker News. Hey HN, this is a small project I created that blurs your browser window whenever you start slouching. I'm sure it can be improved, but I wanted to put it out there in case anyone was interested. Links to the github repo [0] and the extension on the Chrome Webstore [1]. I'd love to get some feedback on it. [0] https://ift.tt/UAHe78s... [1] https://ift.tt/5C78wdT...

Show HN: Wehn young, we read solw and eojny more. Get that aiagn with this app - Klaput News

Show HN: Wehn young, we read solw and eojny more. Get that aiagn with this app 3 by westcort | 0 comments on Hacker News. If you can read this, you are one of the plpoee who can raed text in wihch the first and lsat letrets are uncghenad and the mlddie leterts are scrambled. Tihs technique, and others taht make rdnaeig swoler (such as cingnahg the font to Papyrus) hvae been shown to incearse rneitoten of information. Wtih tihs bookmarklet, you can force yuorself to raed sloewr and wtih mroe effort, pteliolnaty iionmvprg retention.

Show HN: Understanding Braids (digital audio synthesis 101) - Klaput News

Show HN: Understanding Braids (digital audio synthesis 101) 2 by FabienC | 0 comments on Hacker News.

Show HN: Primitive tool to record GIFs from terminal commands - Klaput News

Show HN: Primitive tool to record GIFs from terminal commands 2 by kotborealis | 1 comments on Hacker News. I've made a primitive tools to record GIF files. There's many tools like this, but I was inspired by VHS[0]. The thing is, VHS requires ffmpeg and chromium to create GIFs and videos, which is a nice approach, but it's too heavy for my taste. Basically, I forked a simple terminal emulator[1] written in plain C and added commands to write output straight to a GIF file[2]. It's stil a WIP pet-project, but I believe it could be usefull for someone, for example, to create animated illustrations for documentation, blog posts and such. [0] https://ift.tt/3Mz8BJ0 [1] https://ift.tt/LqKjTpB [2] https://ift.tt/jI9OkqE

Show HN: I made an API builder for side projects - Klaput News

Show HN: I made an API builder for side projects 2 by BryanHoulton | 1 comments on Hacker News.