Posts

Showing posts from November, 2022

Show HN: I am building a Safari Web Extension to switch tabs efficiently https://ift.tt/gPA3JZK

Show HN: I am building a Safari Web Extension to switch tabs efficiently 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. After waiting long enough, I decided to build one myself. A little preview of Tap Tab - https://ift.tt/wjJYR9Z . The web extension APIs for managing tabs are pretty locked down in Safari, but I have already found a lot of value in using the extension. Some of the features that I find very useful(in the middle of building a few of these) : - Driven by keyboard shortcuts. I can see the tabs I have open at a glance and switch between them. - Fuzzy search to quickly filter down to the tab you want. - Quick switching between two tabs. - Ability to pin, mute, and close the tab right from the extension. Say hello, and tell me what features you would like the extension to have!! You can follow th

Show HN: Notion Standup – Get daily reports on your tasks on Notion https://ift.tt/plaL0Bf

Show HN: Notion Standup – Get daily reports on your tasks on Notion 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. https://ift.tt/4xjFyI7 November 30, 2022 at 05:40PM

Show HN: I built my own minimal PHP framework https://ift.tt/ThItbXN

Show HN: I built my own minimal PHP framework This is a simple PHP framework I built myself from scratch with minimal dependencies from composer. It has Autowiring DI and some simple routing provided by the Slim router. The code: https://ift.tt/vDkrS3e November 29, 2022 at 11:51PM

Show HN: Amazon Seller sent me a postcard asking me to leave a 5-star review https://ift.tt/6XdWM4U

Show HN: Amazon Seller sent me a postcard asking me to leave a 5-star review Wanted to jump in and throw this here since this is about the first time I've been reached out to by an Amazon seller by mail, directly asking me to leave a 5-star review in exchange for a $20 gift card. With an already struggling E-commerce market, it's quite strange to see the lengths sellers are going to, to buy 5-star reviews from buyers. I am considering reporting this to Amazon, however wanted to run this by you guys and hear similar stories from you! Here is the card I received: https://ift.tt/hBa9UXN https://ift.tt/hBa9UXN November 29, 2022 at 05:37PM

Show HN: SinglePage – Quickly and anonymously publish a page to the web https://ift.tt/m1Cczbg

Show HN: SinglePage – Quickly and anonymously publish a page to the web Creating a basic webpage has become way too complicated and expensive. Often there are those times when you just want to share your thoughts with the world but don't want the overhead and complexities that come with maintaining a website. Sometimes, you have an interesting thought piece, an education article, or just a quick and simple bio page that doesn't need the heavy hand of a WordPress blog or Medium post. That's where Single Page comes in. Publish a single page instantly to the web with no fuss. I was laid off three weeks ago from Twitter and I decided to work through a couple of my projects and this was one of them. I've tried blogs over the years, Medium didn't feel right but yet I wanted to quickly post pages online and couldn't find an easy way to do it. So I created it. Feedback appreciated! https://singlepage.cc/ November 29, 2022 at 12:14PM

Show HN: Trading cards made with e-ink displays https://ift.tt/DIRLo4X

Show HN: Trading cards made with e-ink displays I made a thing! In 2014, I was holding a stack of iPhones and thought to myself: "Hey, if I had each phone display a playing card, I could click a button and they'd shuffle themselves" I pared that idea all the way down to this: trading cards made of e-ink displays. Right now, each card costs me about $20 each, but with only a bit more scale, I think I can get that down to $10. In doing this project, I learned how to design electronics and circuit boards. I learned Rust and wrote my first driver, I upped my CAD skills, 3D printed, and did my first resin casting. I generated the images on the cards using stable-diffusion. HN always seems to appreciate new uses for e-ink. Thought I'd share :) https://ift.tt/0A4H2zV November 29, 2022 at 04:24PM

Show HN: I rebuilt MySpace from 2007 (2 year update) https://ift.tt/o2Og7lW

Show HN: I rebuilt MySpace from 2007 (2 year update) https://ift.tt/vsR9qa2 November 29, 2022 at 12:39PM

Show HN: A userscript that adds archive URLs below the paywalled HN submissions https://ift.tt/3mbVKPs

Show HN: A userscript that adds archive URLs below the paywalled HN submissions This userscript adds archive URLs to the metadata section of HN submissions without breaking the immersion. Here are 2 screenshots: https://ift.tt/R8FrOkM GreasyFork: https://ift.tt/Ps39enV... Source code: https://ift.tt/1THsOSc 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-teaching & career-changing process, I decided to b

Show HN: Daily QRCode https://ift.tt/IVtFGqX

Show HN: Daily QRCode I built https://da.ilyqrco.de/, a site which requires(*) scanning a QR Code to discover a different daily link. Hope you enjoy the concept, I have queued up a whole bunch of links I think are interesting. * If you happen to load the site on your phone and can't have your phone scan itself, you can visit the /archive page and simply click on links. It kind of defeats the whole purpose ¯\_(ツ)_/¯ November 29, 2022 at 05:13AM

Show HN: A minimal notepad – without the cloud or 3rd party libs https://ift.tt/3yqCKor

Show HN: A minimal notepad – without the cloud or 3rd party libs I made this tiny notepad website, to write things down in your browser. The Features - Just saves to your browser's localstorage (no cloud or login) - Export to TXT file - Formatting keyboard shortcuts - Works offline - Super fast The Tech - Single HTML file - 20 lines of JS + service worker (for offline usage) - Using pure CSS for modals - Github pages hosting - Basically it's just a "contenteditable div" with some extra features - Source -> https://ift.tt/qcSN973 It's been done before, but I couldn't find a version I liked, that worked offline too. Which is why I just hacked this little thing together. Plus it's fun to make things. This taught me about offline websites, css hacks to make dialogs, inline favicons, and hacking together a prototype without 500mb of "node_modules". Anyway, hope someone finds this useful too! https://ift.tt/KmJndza November 29, 2022 at 02:49AM

Show HN: Python library for embedding large graphs (Written in Rust) https://ift.tt/J1xMQKY

Show HN: Python library for embedding large graphs (Written in Rust) https://ift.tt/7cz2X4R November 28, 2022 at 10:20PM

Show HN: Compare GPT DaVinci-002 and 003 summaries of current top HN stories https://ift.tt/298PEOT

Show HN: Compare GPT DaVinci-002 and 003 summaries of current top HN stories Based on quick extensions to the open source telegram summarization bot I posted a few days ago ( https://ift.tt/iQAhumy ), 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. https://news.jiggy.ai November 28, 2022 at 05:41PM

Show HN: Figma plugin to convert screen recordings to screenshots https://ift.tt/36RPTgn

Show HN: Figma plugin to convert screen recordings to screenshots I was tired of wasting hours taking screenshots on my phone—use this plugin to generate screen inventories in minutes. https://ift.tt/P87f6qY November 28, 2022 at 03:36PM

Show HN: Jektex – Fast server side rendering of latex for Jekyll https://ift.tt/3Yu94bA

Show HN: Jektex – Fast server side rendering of latex for Jekyll Hello! This is my first attempt of creating, publishing and maintaining my own package. I have a blog with something around 4000 latex expressions. Client side rendering using latex was super slow and some phones did not render it properly. I tried some KaTeX plugins for server side rendering but they were painfully slow (on my laptop it took more than 5 min to build). So I decided to learn some ruby and create latex rendering plugin by my self. So I created jektex. Jektex is a Jekyll plugin for fast server side cached LaTeX rendering, with support for macros and is very configurable. Now I can render y entire blog in 2 seconds on same laptop. I will be very happy for any feedback or advice. Have a nice day https://ift.tt/OULFJs0 November 28, 2022 at 03:07PM

Show HN: 2d heat equation simulation, reactivity with Svelte https://ift.tt/f3aTnul

Show HN: 2d heat equation simulation, reactivity with Svelte https://ift.tt/SO0Nmh3 November 28, 2022 at 07:28AM

Show HN: Create a festival lineup from your top artists https://ift.tt/f7JIxZz

Show HN: Create a festival lineup from your top artists https://ift.tt/W2gM3tw November 28, 2022 at 04:26AM

Show HN: Phoenix10.1, a Personalized Radio Station https://ift.tt/KEDnYLc

Show HN: Phoenix10.1, a Personalized Radio Station https://ift.tt/mpRSu40 November 28, 2022 at 03:49AM

Sticky Notes for the Internet https://ift.tt/ikvVdRP

Sticky Notes for the Internet https://ift.tt/6VYb3Iv November 27, 2022 at 09:55AM

Show HN: Visualizing the group stage of the 2022 FIFA World Cup https://ift.tt/GL3mvEF

Show HN: Visualizing the group stage of the 2022 FIFA World Cup 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. https://ift.tt/MPYxXns November 27, 2022 at 03:37PM

Show HN: Hacker way to half app development time and cost https://ift.tt/Yg7ysDm

Show HN: Hacker way to half app development time and cost https://ift.tt/kbsZnw7 November 27, 2022 at 03:26PM

Show HN: Scramble text to slow down your reading https://ift.tt/Tw0kHEJ

Show HN: Scramble text to slow down your reading https://ift.tt/03rE2Dl November 26, 2022 at 07:31PM

Show HN: ePub Reader + VS Code = Flow https://ift.tt/Kr3RvlB

Show HN: ePub Reader + VS Code = Flow https://ift.tt/nyr7okQ November 27, 2022 at 01:07AM

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS https://ift.tt/hWdSBNx

Show HN: A Simple CI/CD Demo of GitHub Actions to EKS https://ift.tt/ivFjGEq November 26, 2022 at 10:03PM

Show HN: footnote - a modern take on Goodreads https://ift.tt/5eCof4H

Show HN: footnote - a modern take on Goodreads footnote - A modern take on Goodreads https://ift.tt/gapJhTV November 26, 2022 at 07:52PM

Show HN: I created a Chrome extension to help keep good posture while browsing https://ift.tt/CeqzIK7

Show HN: I created a Chrome extension to help keep good posture while browsing 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/vJh1REC... [1] https://ift.tt/kr1FWa3... https://ift.tt/kO5owim November 26, 2022 at 06:57PM

Show HN: Wehn young, we read solw and eojny more. Get that aiagn with this app https://ift.tt/R8g7F4X

Show HN: Wehn young, we read solw and eojny more. Get that aiagn with this app 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. https://ift.tt/03rE2Dl November 26, 2022 at 03:27PM

Show HN: I made a sliding puzzle game https://ift.tt/xOPLHzE

Show HN: I made a sliding puzzle game Inspired by another recent puzzle game [1] and bored at home while sick with the stomach flu, I decided to create a mobile-friendly version of the sliding-tile puzzle game that I once played as a kid. How to play: 1. Tap a square to move it to the empty square. 2. Repeat until you've unscrambled the image. Options: - Allow swapping: Any image square can be moved to the empty square. (Easier) - Only sliding: Only image squares that are directly adjacent to the empty square can be moved. (Harder) Created in a day with React and the Unsplash random image API. Of course, that Unsplash API happens to be returning 503s at the moment of this submission, so I've manually added about 20 images for now. It was a fun toy project, but I'd love to hear any feedback or suggestions. It's open source on GitHub [2] if you'd like to read and critique my shitty JS :P [1] https://ift.tt/b89BPFv [2] https://ift.tt/nHap30Y https://tileslide.com/ Nove

Show HN: Understanding Braids (digital audio synthesis 101) https://ift.tt/XYVKbn2

Show HN: Understanding Braids (digital audio synthesis 101) https://ift.tt/UXKsAQf November 26, 2022 at 12:26AM

Show HN: Primitive tool to record GIFs from terminal commands https://ift.tt/G9qfbdk

Show HN: Primitive tool to record GIFs from terminal commands 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/kB2zId7 [1] https://ift.tt/dHTsaq8 [2] https://ift.tt/MnXdcoL https://ift.tt/2h4PO0t November 26, 2022 at 05:34AM

Show HN: I made an API builder for side projects https://ift.tt/dErPAzU

Show HN: I made an API builder for side projects https://ift.tt/BlIeTr1 November 25, 2022 at 08:43PM

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/Ksj4Bux

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/83UJzqe November 25, 2022 at 04:04PM

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/cmnWXfo

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/N8m4Hwb November 25, 2022 at 02:34PM

Show HN: Reproducible development environments using starlark, without Nix https://ift.tt/S7pgnu3

Show HN: Reproducible development environments using starlark, without Nix Hi all, I'm the maintainer of https://ift.tt/Sl3IMiO and https://ift.tt/qm2iSF7 . I've been part of the kubeflow community for ~5 years. One of the hardest issues I have faced is keeping our development environments in sync. We are often eager to do something speedily on the cloud or debug independently on the MacBooks. This is where envd comes in. It's a command-line utility that helps you create and manage development environments locally, or in the cloud. I can't wait to see what you create with envd. Looking forward to your feedback and contributions to our project. Happy coding! https://ift.tt/qm2iSF7 November 24, 2022 at 05:32PM

Show HN: Analyze the behavior of OSS for malicious intent https://ift.tt/okYgBfC

Show HN: Analyze the behavior of OSS for malicious intent https://ift.tt/9y7WIcR November 24, 2022 at 04:05PM

Show HN: AI Charades for Thanksgiving https://ift.tt/KQ7mzOv

Show HN: AI Charades for Thanksgiving Hi HN! We just played a charades with Dall-E for Thanksgiving. It was a blast, so I thought I'd share the rules we used in a quick guide! Would love to hear your thoughts! https://aicharades.com/ November 24, 2022 at 02:56PM

Show HN: A decentralized semantic web built atop Activity Pub https://ift.tt/XvkP9gh

Show HN: A decentralized semantic web built atop Activity Pub Chatter Net is a modern decentralized semantic web built atop self-sovereign identity. This is a very early prototype. Help, comments, criticisms are all needed to help the project move forward. https://ift.tt/2SKQmEa November 24, 2022 at 03:24PM

Show HN: Google Sheets GOOGLEFINANCE() reliability enhancement https://ift.tt/cDHZsIy

Show HN: Google Sheets GOOGLEFINANCE() reliability enhancement Anyone who uses GOOGLEFINANCE() for stock/ETF prices and then logs your total portfolio assets daily (by trigger), knows that it is not 100% reliable. What I wanted was something that would use the last good data point if GOOGLEFINANCE was failing. So I added caching to solve this problem. There is also another issue that GOOGLEFINANCE is particularly bad with Canadian stock symbols. It also does not find stock/etf dividend yields. For this I query a few finance websites to pull in the missing info. Now the problem looking up a couple hundred symbols using =CACHEFINANCE() (my custom function) was the dreaded 'Loading' error, which would also cause asset tracking to fail - so... I also added the capability to run as a trigger function, so it has now been 100% success for my logging. The app script will create a trigger for each job required (i.e. pricing is one, yieldpct is another, etc.). It will also automatically

Show HN: World Cup 2022 CLI Dashboard – Watch matches in your terminal https://ift.tt/msuFt4b

Show HN: World Cup 2022 CLI Dashboard – Watch matches in your terminal https://ift.tt/5cuZX4b November 24, 2022 at 01:56PM

Show HN: Have fun betting virtual (not real) money on predictions from HN users https://ift.tt/HtvFh1b

Show HN: Have fun betting virtual (not real) money on predictions from HN users I wanted to see how difficult it would be to build a web app using a sub-$300 android smartphone. Since I've had the Kudotap domain for a while, I decided to build a fun predictions website where you could bet virtual (not real) money on predictions made by others, and also make predictions of your own. Building it turned out to be considerably easier and more fun than I anticipated. And the site in question (kudotap) turned out to be more engrossing than a lot of sites I've built (crazy!) Primary tools used were: QuickEdit as the mobile code editor (Note: the free version of the QuickEdit app is riddled with ads, it shows an advert each time you close a tab, but it unfortunately had the best UI of the 3 or so Android code editors I tested. Ended up using NetGuard to block it from retrieving & displaying ads), PHP for the Backend ( custom PHP microframework I've used and built on over the pa

Show HN: Picst – a cross-platform CLI tool to resize clipboard images on the fly https://ift.tt/mCuNwGa

Show HN: Picst – a cross-platform CLI tool to resize clipboard images on the fly https://ift.tt/i1Vp8ej November 24, 2022 at 12:09AM

Show HN: I've created an example project for Server-Driven UI with documentation https://ift.tt/dVUPafz

Show HN: I've created an example project for Server-Driven UI with documentation Best practices for Server-Driven UI (SDUI) is hard to find or is unclear. I've worked with it for a number of years and have created this repository to share my learning. I hope this gives some clarity to what SDUI can do. It's a project that will continue to grow and feel free to share/express/educate/hate/love some feedback. https://ift.tt/xoOqbZJ November 24, 2022 at 03:45AM

Show HN: Automated Stair Lighting Project https://ift.tt/WwX2lmR

Show HN: Automated Stair Lighting Project https://ift.tt/QyegDdP November 24, 2022 at 12:11AM

Show HN: Could you be a web designer? https://ift.tt/Qs3XcHh

Show HN: Could you be a web designer? I made a short quiz to test web/frontend design skills. Some of the questions require knowledge of trends, but most of them test the ability to notice small details in the design and css of the page. Hope you have fun with it! https://ift.tt/jTg2tXO November 23, 2022 at 05:49PM

Show HN: OpenDolphin – A Community Built Open Source Social Network https://ift.tt/yhWRZN5

Show HN: OpenDolphin – A Community Built Open Source Social Network Hey HN! I'm trying to create a community of people that are willing to contribute to the OpenDolphin project. The goal of the project is to build an Open Source _centralized_ social network that would ideally compete with Twitter, Facebook and Instagram. The main difference between the well established social and this one would be that it is going to be built and managed in the public, in the most transparent way possible. Features will be implemented and requested by the community - and generally speaking everything would be community-centric. If the project takes off, this might become one of the most transparent companies / projects out there. If you fancy joining us, come say "Hi" on our Slack instance, and help us shape the next social network! https://ift.tt/j9bwsZ7 November 23, 2022 at 04:55PM

Show HN: I've made bad Apple, but using HTML tables https://ift.tt/dbYK3G2

Show HN: I've made bad Apple, but using HTML tables https://ift.tt/eLBpfgj November 23, 2022 at 02:04PM

Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://ift.tt/TUWYmO9

Show HN: I've made awesome.blackfriday to showcase great deals for software apps https://ift.tt/ToGkZBi November 23, 2022 at 01:34AM

Show HN: Vinyl: Relational Streams for Java https://ift.tt/DxTuq27

Show HN: Vinyl: Relational Streams for Java Vinyl extends Java Streams with relational operations. I wanted to try a different approach than what I'd found in the wild, to get at a solution that feels good. Vinyl offers type-safe access without type bloat. It offers an extremely expressive API without scores of opinionated methods to learn. It integrates with the Streams we already have, and plays nice with parallelism. If we can do it in SQL, we should be able to do it in Java. https://ift.tt/qNtJ4WV November 22, 2022 at 08:33PM

Show HN: Google Form filling made easy via QRCode https://ift.tt/n7qrhua

Show HN: Google Form filling made easy via QRCode Get tired of sharing the google form to email addresses one by one? Response Manager add-on makes the process easier by generating QRCode for the form and share that with your audience! https://www.youtube.com/watch?v=R49zLMZ8sxs November 22, 2022 at 08:09PM

Show HN: A robot that plays the Simon game https://news.ycombinator.com/item?id=33714029

Show HN: A robot that plays the Simon game https://ift.tt/ue6yfs2 November 22, 2022 at 05:40PM

Show HN: `Curl Asciiquarium.live` https://ift.tt/A604wGb

Show HN: `Curl Asciiquarium.live` https://ift.tt/zQXYxvD November 22, 2022 at 02:48PM

Visualising real-time Sydney bus congestion with Marey charts https://ift.tt/PvtSnAB

Visualising real-time Sydney bus congestion with Marey charts https://ift.tt/p3XkeER November 22, 2022 at 01:46PM

Show HN: JXL.js – JPEG XL Decoder in JavaScript Using WebAssembly in Web Worker https://ift.tt/ObIonwl

Show HN: JXL.js – JPEG XL Decoder in JavaScript Using WebAssembly in Web Worker https://ift.tt/JVXlu5B November 22, 2022 at 04:37AM

Show HN: Open Source Terminal Integrated Environment (Rust+Svelte) https://ift.tt/XucqPy1

Show HN: Open Source Terminal Integrated Environment (Rust+Svelte) https://ift.tt/yoPhwCr November 22, 2022 at 01:37AM

Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://ift.tt/LFH7xkR

Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace https://meat.io/oksolar November 19, 2022 at 01:03PM

Show HN: Llama – Terminal File Manager https://ift.tt/aHZ8A63

Show HN: Llama – Terminal File Manager https://ift.tt/VzpFk6y November 22, 2022 at 12:09AM

Show HN: Comparing Open Source Projects https://ift.tt/BSj6q8M

Show HN: Comparing Open Source Projects We just pushed out https://ift.tt/2PRYhe1 which allows you to compare commit and contributor velocity for a group of OSS projects. https://ift.tt/1HWgSEC November 21, 2022 at 06:38PM

Show HN: Wiretap – Transparent WireGuard proxy server without root https://ift.tt/COklYQ9

Show HN: Wiretap – Transparent WireGuard proxy server without root https://ift.tt/GQbLWSB November 21, 2022 at 04:21PM

Show HN: I built a job board for payments and fin-tech engineering jobs https://ift.tt/XkWIEMT

Show HN: I built a job board for payments and fin-tech engineering jobs https://ift.tt/nQiqsTm November 21, 2022 at 02:15PM

Show HN: Web3 is not community-led, as much as they try to claim they are https://ift.tt/bW2eufQ

Show HN: Web3 is not community-led, as much as they try to claim they are https://ift.tt/FcDkEzL November 21, 2022 at 09:15AM

Show HN: A color picker for named web colors only https://ift.tt/FHTDk1A

Show HN: A color picker for named web colors only I had this idea kicking around in my head for quite a while. Took an evening to make this, and a short morning to polish it a bit. So here it is! https://ift.tt/sM9VAFG November 21, 2022 at 07:12AM

Show HN: Open-source text-to-geolocation models https://ift.tt/tRZOCzS

Show HN: Open-source text-to-geolocation models Yachay is an open-source community that works with the most accurate text-to-geolocation models on the market right now https://ift.tt/NSHbr7j November 21, 2022 at 07:10AM

Show HN: Buzz, strongly typed scripting language written in Zig https://ift.tt/4NkoPxj

Show HN: Buzz, strongly typed scripting language written in Zig https://ift.tt/CRcpGvz November 21, 2022 at 02:29AM

Show HN: New cost of living daily game https://ift.tt/FspyJKA

Show HN: New cost of living daily game Hi everyone, decided to create a daily game (yet another one), this time based on numbeo.com information about cost of living around the world. Give it a shot at https://ift.tt/BfNJDXP , feedback is welcomed And share your results! Thank you. https://ift.tt/BfNJDXP November 20, 2022 at 02:44PM

Show HN: Create Groups for Mastodon https://ift.tt/EqtKo91

Show HN: Create Groups for Mastodon Hi all, I've had trouble adapting to Mastodon because your server is equated with your identity, but lots of servers are topic-oriented. To solve for that, I created this as a way to implement groups. You create an account and then whoever follows that account can @message them and then the account automatically boosts the original post. https://ift.tt/CVc1BpJ For context, first I built a mostly-working ActivityPub server in TypeScript/Node.js. I haven't quite figured out what to do as far as the client, but this seemed like a quick and easy solve for the groups issue. https://ift.tt/fB26c7y https://chirp.social November 20, 2022 at 01:28PM

Show HN: ILLA is an Open-source alternative to Retool https://ift.tt/AZOtU2g

Show HN: ILLA is an Open-source alternative to Retool https://ift.tt/M160QK4 November 19, 2022 at 09:30PM

Show HN: Hacker News Solarized Dark Theme for Stylus https://ift.tt/YUibQWq

Show HN: Hacker News Solarized Dark Theme for Stylus People are always asking for a dark theme, so here's my contribution. Enjoy! https://ift.tt/yY6NR3b November 19, 2022 at 08:35PM

Show HN: Rust Ownership: Value and Reference https://ift.tt/PvzdQXi

Show HN: Rust Ownership: Value and Reference https://ift.tt/E7RY35d November 19, 2022 at 07:22PM

Show HN: Flow – open-source ePub reader with VS Code style https://ift.tt/QbRUD8m

Show HN: Flow – open-source ePub reader with VS Code style After more than half a year of work, I decided to open source it. Looking for a remote job by the way. https://ift.tt/cvaXqUG November 19, 2022 at 06:38PM

Show HN: Verofile https://ift.tt/I8cJbgT

Show HN: Verofile https://ift.tt/8E2TVyq November 19, 2022 at 01:34PM

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader https://ift.tt/LJStlPa

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader https://ift.tt/6YDBl3m November 19, 2022 at 02:13PM

Show HN: Simple library for generating .wav file data in TypeScript https://ift.tt/JY6uHe2

Show HN: Simple library for generating .wav file data in TypeScript https://ift.tt/tnL5Cxy November 18, 2022 at 05:57PM

Show HN: Open-Source Alternative to Retool https://ift.tt/Dj4LNE9

Show HN: Open-Source Alternative to Retool https://ift.tt/QIPlfV5 November 18, 2022 at 07:40PM

Show HN: Curated list and UX of 4 decades of SID music https://ift.tt/GMhSuOq

Show HN: Curated list and UX of 4 decades of SID music I've listened to SID music on and off since the 80s, and mostly from early games and demos. Lately, I have explored more recent music. There are online lists of peoples favorite SID music, and online players, see [1] [2] [3] [4] [5] [6]. Because I have different tastes, I had the motivation to make my own list and UX. So from january 2020 to september 2022, I listened through the HVSC having over 50k songs, resulting in a list of 600-700 favorites. I put together a UX so I can easily access them. This project is mostly for my own enjoyment, but I guess that many others here would also enjoy it. Please let me know if you have suggestions for songs I should reconsider adding, or some feedback on the UX. [1] Show HN: Online SID-Player with spectrum viewer ( https://ift.tt/jUg7vle ) [2] High Voltage SID Collection – Commodore 64 music for the masses ( https://ift.tt/8zZ9yol ) [3] Dial-a-Sid ( https://ift.tt/jeOKNcn ) [4] The Sid Co

I made a free transcription service powered by Whisper AI https://ift.tt/J8gu3iL

I made a free transcription service powered by Whisper AI https://ift.tt/80BeJPA November 18, 2022 at 02:33PM

Show HN: A minimal, keyboard centric Firefox theme https://ift.tt/MZmSF9z

Show HN: A minimal, keyboard centric Firefox theme Hi, Tired with unneccacary clutter, and not that many options for minimal browsers, with the option of browsing without toolbars. I made this quick tweak. By now means a technical feat, but it does the job. Figured some of you might enjoy! https://ift.tt/WpJXVhL November 18, 2022 at 01:08PM

Show HN: At a Glance ESM Support for NPM Packages https://ift.tt/2qcrvkN

Show HN: At a Glance ESM Support for NPM Packages We've rolled out a feature for openbase.com that we think is a DX game changer for Node devs. Since the emergence of ECMA Script modules, it's been a continuous guessing game as to what kind of exports a package has. That's never really been discoverable without using a site like unpkg, or installing the package and inspecting package.json. Openbase now displays the ES Module support level (e.g. type of exports) on all of their package pages. We added this feature because our devs are some of the folks continually caught off guard by installing an NPM dependency only to find out it's ESM-only. If that's you too, or if the type of exports matter for your project, check out the package on Openbase first. https://openbase.com A few screenshots: - https://ift.tt/o7PZrhK - https://ift.tt/cmqdDXM - https://ift.tt/EHRfepS November 18, 2022 at 11:47AM

Show HN: A in browser image editor that lets you run custom filters https://ift.tt/4gXwED7

Show HN: A in browser image editor that lets you run custom filters https://ift.tt/yf5Z6Lq November 17, 2022 at 06:15PM

Show HN: Git + Jira Analytics on your laptop in 10 minutes https://ift.tt/iMgdUx3

Show HN: Git + Jira Analytics on your laptop in 10 minutes Git + Jira Analytics on your laptop in 10 minutes. Free and Open Source. https://ift.tt/pZo90vn November 17, 2022 at 04:02PM

Show HN: I’m launching a new side project every day https://ift.tt/iKnSdLE

Show HN: I’m launching a new side project every day Hey HN, for the past few months I’ve been launching a project almost every day. It’s a sort of experiment to see if we can build something agency-increasing every day, and we’ve learned a lot since we’ve started. You may have seen some of our more random projects of ours on HN, like: scrollwheel.js, ghostlystock, oldestsearch.com, iPod Social and we’ll have plenty more on the way soon. One fun result of starting Same Day Skunkworks is that it made the company I work at, AE Studio, start completing amazing hackathon projects (with our 150+ employees) a few times already this year. Then we decide if we want to polish them enough to turn into real skunkworks companies that spin out of AE (we sold the first skunkworks company a year ago for a number of millions of dollars) or just fun little same day skunkworks projects. They all start out as small, fun little projects and sometimes become something more. I actually have a huge backlog to

Show HN: I am building a new Python library to read/write PDF files https://ift.tt/XcZvCuW

Show HN: I am building a new Python library to read/write PDF files Hi HN! This is my pet project, written from scratch because there is so much to discover and learn in the process. The focus is on simplicity and incremental updates. Progress is slow because I do not have much spare time to work on this, but I would love to hear some feedback. Regards https://ift.tt/OIjlNTt November 17, 2022 at 02:38PM

Cartwright: Automating the detection of geographic and temporal features https://ift.tt/xswS8Aq

Cartwright: Automating the detection of geographic and temporal features https://ift.tt/VrthMG1 November 17, 2022 at 07:52AM

Show HN: I'm building the Costco for apparel https://ift.tt/xMYBm1z

Show HN: I'm building the Costco for apparel Hey there, I’m building blnkfabrics.com Think of it as a Costco for apparel, pay a yearly membership and get the best prices on high quality clothes with no weird logos or designs. The apparel is typically sold at cost+10%(to cover handling and logistics) Site is almost finished, technically is fully operational meaning you can buy the membership right now and the orders will fulfill, but need to fix some factors(landing page, copy, favicon, etc.) Also make sure to check the FAQ page, will answer most questions. If there are other questions you think I should answer let me know Would love any feedback, be honest! Thanks. https://ift.tt/Ancgjdh November 17, 2022 at 01:12PM

Show HN: Create hundreds of AI-generated profile pictures https://ift.tt/ba0V1TS

Show HN: Create hundreds of AI-generated profile pictures tl;dr: use this to create hundreds of AI-generated profile pictures of yourself! I’ve been meaning to play around with some of the latest trendy AI models (DreamBooth in this case), so I hacked this together over the weekend. I’m not doing anything particularly sophisticated other than providing a simple UI over an API that does most of the heavy lifting, but if people are interested in giving it a shot, I might invest more in fine-tuning. (`HNFAM22` coupon code for $10 off) https://ift.tt/rXjs1O4 November 17, 2022 at 12:06PM

Show HN: A Search Engine for React Components https://ift.tt/16LMghc

Show HN: A Search Engine for React Components I built this to help developers create UI faster. Just search for a component, make quick visual edits, then export the code. https://ift.tt/uo45CnD November 17, 2022 at 11:07AM

Show HN: I built a goal-oriented task manager https://ift.tt/iZYXa08

Show HN: I built a goal-oriented task manager Hello HN! I've been working on a task manager ( https://plocs.com ) that combines a todo list with project management. Unlike most task managers, Plocs supports task dependencies and makes working with them easy. Thanks to dependencies Plocs is better in two important ways: 1.) You can plan in a goal-oriented way. Start with your goal and then plan the steps you need to get there. 2.) You can tell very easily which tasks you can work on: the ones that don't depend on other tasks are shown in a list to the left of the screen. Would love to get your feedback! PS: If you click on "Start demo" you can try it in the browser without registering. Thanks, Christian Staudenmeyer https://plocs.com November 17, 2022 at 06:22AM

Show HN: Write drum patterns, get randomized songs, then just share the URL https://ift.tt/x0l1fkH

Show HN: Write drum patterns, get randomized songs, then just share the URL I know mentioning Michael Seibel is almost cheating, but this week he demonstrated the "leaky pipes" concept to me. Not that I know the guy, but in one of his videos he says something on the lines of "If you are unsure if you app is ready to be launched, just launch it. It's like a house with leaky pipes, just open the main, grab your tools, and start fixing wherever water is leaking". So we did it, we launched drummy earlier this week on /r/InternetIsBeautiful and we got very close to 10k users in just one day! Survived the hug of death, learned a ton, and made changes all around. Still a ton of bugs to fix, features to be written, but at least now we can proudly present the "dummy drums challenges". Can you find the missing beats? https://drummy.io/ November 17, 2022 at 02:23AM

Show HN: We built a browser extension to show you secondhand alternatives https://ift.tt/LzivrGB

Show HN: We built a browser extension to show you secondhand alternatives https://ift.tt/05wIPA4 November 16, 2022 at 04:01PM

Show HN: Narrative BI – Turn marketing data into automated narratives https://ift.tt/XVQOHJR

Show HN: Narrative BI – Turn marketing data into automated narratives Michael and Yury here – we're building a no-code analytics platform for growth teams that automatically generates actionable data insights. After working in the data space for many years, we realized there was still a huge gap in the marketing analytics market. Growth teams have so much marketing and advertising data, yet this siloed data is not actionable. The existing BI and search-driven analytics solutions are designed for data-savvy people. In our experience (previously built an NLP company called FriendlyData), non-technical people just don't know what questions to ask. So we decided to try a different approach: Narrative BI automatically generates a personalized feed of insights. You just need to connect your data sources (takes 2 min to set up), and you will get automated narratives, alerts, and reports in minutes. We currently support UA, GA4, Google Ads, and Facebook Ads, but many more integrations

Show HN: Browse HN on an iPod Classic https://ift.tt/Up3chGZ

Show HN: Browse HN on an iPod Classic Hey HN! For the past few months I’ve been plagued by the idea of scrolling through Hacker News on an iPod so I finally decided to bring it to life (using iPod.js). It works for HN, and then I added some other stuff like Twitter and watching Youtube videos in cover flow. https://ift.tt/tmZF7wE November 16, 2022 at 12:44PM

Show HN: I Built a Gaming GeoGuessr https://ift.tt/PBqa61N

Show HN: I Built a Gaming GeoGuessr My friend and I made a fully featured gaming geoguessr - complete with 360 degree panoramas, movement, leaderboards, and multiplayer. We had made a Fortnite geoguessr a while back, and although this was well received, our goal always was to bring the worlds of all games to the browser. A much harder task considering the scale and scope of many open world games. We had to make a bunch of tools to be able to achieve this. World of Warcraft alone took us roughly 3,000,000 images to do (and will likely need another 1,000,000 for Dragonflight once it releases). We are finally at a point where we are happy to release this into the wild and let people try it, although we are still working hard on adding all the games that are listed as coming soon. If you're ever bored, and would like to test your gaming map knowledge - or would just like to explore the world in your browser akin to Google StreetView, you can check us out at https://lostgamer.io https:/

Show HN: Pomodoro Timer with Friends https://ift.tt/0FdnBAh

Show HN: Pomodoro Timer with Friends https://pomochat.com November 16, 2022 at 11:14AM

Show HN: Woodpecker, an unusual Zachtronics-inspired cryptography challenge https://ift.tt/rDsIJAp

Show HN: Woodpecker, an unusual Zachtronics-inspired cryptography challenge https://ift.tt/fe29Xd7 November 15, 2022 at 12:42PM

Show HN: Sketch a fashion design and get a visualisation https://ift.tt/SHktUPi

Show HN: Sketch a fashion design and get a visualisation https://ift.tt/tlIbHSv November 15, 2022 at 01:35PM

Show HN: Kùzu: An Embeddable GDBMS like DuckDB/SQLite from UWaterloo https://ift.tt/cWtzYkm

Show HN: Kùzu: An Embeddable GDBMS like DuckDB/SQLite from UWaterloo Hello HN! Today, we are pleased to publicly release Kùzu: a new embeddable graph database management system under a permissible license. You can see our blog post in the above link that gives an overview of the system and our goals/vision. The system is in its early stages but please try it out and give us your feedback, tell us your feature requests, and please report bugs! https://ift.tt/JgoNwPC November 15, 2022 at 05:48AM

Show HN: The German Job Market Is Crashing https://ift.tt/Vqt75sT

Show HN: The German Job Market Is Crashing If we looked at the German Job Market as if it were the stock market, we would say that it's crashing! On the following link you can see my pet project where I have been scrapping the major job offer portal in Germany for over one year. In the last two weeks it has lost 33% percent of all posted job offers and it keeps dropping as rock :-( Dashboard: https://jobmarketanalytics.com/#months=%2212%22&technology=%... Source Code: https://ift.tt/szlQPVq Slide Deck: https://ift.tt/NMswoFH https://ift.tt/qgnDShA November 15, 2022 at 11:02AM

Show HN: Make word clouds context aware https://ift.tt/peAw1Uf

Show HN: Make word clouds context aware https://ift.tt/Ly6FTDX November 15, 2022 at 10:02AM

Show HN: $0.15/hr audio transcription API based on OpenAI Whisper https://ift.tt/jYi9uDw

Show HN: $0.15/hr audio transcription API based on OpenAI Whisper Hey HN! I've been working on a side project to create an audio transcription API based on the OpenAI whisper model. Sign up link: https://whisperapi.com I tried to make the API really easy to use and get setup with. Also, because the Whisper model is so good, turns out I can offer the service for about 75% cheaper than what seems like the industry average. I'm always looking to make improvements, so would appreciate any feedback anyone has! https://whisperapi.com November 15, 2022 at 08:26AM

Show HN: Use Slack Emoji on GitHub https://ift.tt/3YrRpQX

Show HN: Use Slack Emoji on GitHub https://ift.tt/zMeSjUo November 14, 2022 at 01:18PM

Show HN: Blue Check on the Blockchain https://ift.tt/Nqx9mrt

Show HN: Blue Check on the Blockchain Source code: https://ift.tt/IzxPcAw https://twitter.com/jusleg/status/1592233741078102016 November 14, 2022 at 11:21AM

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices https://ift.tt/fwq0hHr

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solution

Show HN: DivestOS, long term support for end-of-life Android devices https://ift.tt/8MYtOfy

Show HN: DivestOS, long term support for end-of-life Android devices https://divestos.org November 14, 2022 at 11:00AM

Show HN: Science fiction inspired by an HN thread (5 min read) https://ift.tt/8PcXpkE

Show HN: Science fiction inspired by an HN thread (5 min read) Inspired by some awesome comments in: https://ift.tt/3cZRnHj https://ift.tt/kt6Vr2U November 14, 2022 at 10:27AM

Show HN: Created a plugin to autopost new WordPress posts to Mastodon https://ift.tt/IHLKtGp

Show HN: Created a plugin to autopost new WordPress posts to Mastodon https://ift.tt/DZOKvfx November 14, 2022 at 09:13AM

Show HN: Blarb V2 – Ephemeral microblogging that promotes unfiltered sharing https://ift.tt/6kHSqxQ

Show HN: Blarb V2 – Ephemeral microblogging that promotes unfiltered sharing We are excited to announce that we are launching version 2 of Blarb. Blarb is an ephemeral microblogging platform that promotes unfiltered sharing. Anything you share in Blarb gets deleted in 24 hours. Real names are optional, no likes, and no follower count. New features in version 2: - Improved discovery by introducing explore page. - Instant notifications in supported browsers. - Recent blurbs in the landing page. - Improved UI/UX in some of the pages. - And the most requested Dark mode. Happy #sharing. https://blarb.co November 13, 2022 at 06:20PM

Show HN: A Site Builder with IDE and Visual Editor https://ift.tt/6h5DPdX

Show HN: A Site Builder with IDE and Visual Editor Hi folks, Let me know about your experience! Some of the features are: + Free SSL + Free Subdomain + Connecting Domain + Collaboration + Code IDE with Auto-completion + Visual Editor + ... https://ift.tt/fUlMbcC November 13, 2022 at 11:56AM

Show HN: Using GPT-3 to guess Wattpad users' passwords https://ift.tt/jmfdRwG

Show HN: Using GPT-3 to guess Wattpad users' passwords https://ift.tt/9xjPmbI November 13, 2022 at 09:30AM

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/mrPoSyk

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/qo6ZHNl November 13, 2022 at 06:35AM

Show HN: Twix – Atomic React Styling with TailwindCSS https://ift.tt/hpS5OXN

Show HN: Twix – Atomic React Styling with TailwindCSS https://ift.tt/lW5jRTb November 13, 2022 at 07:02AM

Show HN: I created a bookmark manager inspired by the Vim text editor https://ift.tt/gxLl1qa

Show HN: I created a bookmark manager inspired by the Vim text editor Hey HN, A couple months ago, I got fed up with my tabs and how my workflow with my browser was consistently getting out of hand. I looked at the wide array of tab manager extensions and found that just about all of them have what I considered to be deal-breakers, such as: 1. Taking over my New Tab page -- I actually like a quieter, subtle image or news feed for my New Tab page. 2. Requires a dedicated tab itself -- This means in order to manage my tabs, I have to go back to this dedicated tab on that dedicated window, and begin whatever I was going to do once I'm there. 3. User experience -- It almost seemed like they want you to spend tons of time just organizing everything and learning every little feature. I prefer to get started and learn more as I use it more . 4. Pricing & onboarding -- A lot of the paid ones have what I consider to be steep pricing for something I wasn't sure I would commit to, or

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/sfKFqxV

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/8b6SVBG November 13, 2022 at 04:48AM

Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc. https://ift.tt/XTMWANx

Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc. Hey HN, Over the past two years, I've been building Upbase, an all-in-one PM tool. I've tried so many project management tools over the years (Trello, Asana, ClickUp, Teamwork, Wrike, Monday, etc.) but they've all fallen short. Most of them are overly complicated and painful to use. Some others, like Trello, are too limited for my needs. Most importantly, most of these tools tend to be focused on team collaboration and completely ignore personal productivity. They are useful for organizing my work, but not great at helping me stay focused to get things done. That's why I decided to build Upbase. I try to make it clean and simple, without all the bells and whistles. Apart from team collaboration, I added many personal productivity features, including Weekly/Daily planner, Time blocking, Pomodoro Timer, Daily Journal, etc. so I don't need another to-do list app. Now I can use Upbase to collabora

Show HN: Kira – a fast and scalable sandbox code execution engine https://ift.tt/LRW1ind

Show HN: Kira – a fast and scalable sandbox code execution engine Greeting HN, I would like to present my project I've been worked on the several months. It is a fast and scalable general purpose remote code execution engine. The goal of this project was to get to know golang a bit better and. Currently, kira is in its early stage, and currently it does not support multiple files. However, I am constantly trying to work on this project and improve it. Feel free, to give me feedback in any way! Thank you :) The main ideas for this project: * Fast and secure remote code execution engine that is scalable, * Logging of the code executions, * Test runner that executes custom unit tests (for building something like leetcode), * Future: custom docker environments to have long-term projects https://ift.tt/zvKQiZH November 13, 2022 at 03:23AM

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS https://ift.tt/5U0Nlcf

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create code sandboxes, 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 as a remote development environment, to test some code or even to deploy your app. 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 hell

Show HN: Fed Up Inflation Game https://ift.tt/2JSqudh

Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://fed-up.fly.dev/ November 12, 2022 at 07:14PM

Show HN: A GitHub business card generator https://ift.tt/OHyMBTp

Show HN: A GitHub business card generator I built this small app for fun, to play with image generation thanks to Vercel’s new library [1]. You enter your GitHub username (or anyone’s), and it generates an image with a few info about your account. [1] https://ift.tt/9Ee1y2r... https://ift.tt/V9QIxDT November 12, 2022 at 10:17AM

Show HN: We made metadata-secure video conferencing that's easy to use https://ift.tt/2up1F0s

Show HN: We made metadata-secure video conferencing that's easy to use https://booth.video November 11, 2022 at 03:03PM

Show HN: Vaga, the Embeddable Community Chat https://ift.tt/PuHpCrq

Show HN: Vaga, the Embeddable Community Chat Vaga is Intercom for communities. It is the chatbox you can copy paste into your app or website to build a community natively, instead of Discord. https://www.vaga.chat/ November 11, 2022 at 11:55AM

Show HN: Notify – Send messages to 25 different services at once with Golang https://ift.tt/gcuq4dI

Show HN: Notify – Send messages to 25 different services at once with Golang https://ift.tt/vAgc4jd November 11, 2022 at 11:01AM

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts https://ift.tt/X59oOz6

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts Hi everyone, ShowMeYourHotKeys is a macOS application I worked for the last months. This app shows the frontmost app's menu items shortcuts (it also have some other features) There is a beta version available on the website. Accessibility permission is necessary to obtain menu items informations and Full disk Access is necessary to create custom shortcuts. I would love to hear all the feedbacks and suggestions. Thank you for your attention. https://ift.tt/l21fKSX November 11, 2022 at 08:15AM

Show HN: A silly JavaScript-free web browser in the browser https://ift.tt/LRcfogE

Show HN: A silly JavaScript-free web browser in the browser This is a browser front-end (ultra simple) for Chrome, built using puppeteer. I like it because it provides a usable single browser tab (that conveniently crashes on certificate errors (thanks to puppeteers default flags which I haven't altered here)), without using any JS scripting on the client side. There's some clever hacks to get that to work, including stylesheet media queries (to zero in on the correct viewport dimensions), and MJPEG, a crazy HTTP keep-alive way to stream JPEG frames of a video, favored by old-style CCTV/security/web cameras allegedly. I noticed it went from 18 to 19 stars yesterday so I decided to fire it up again to see what all the fuss was about, and do the minimum to fix the tiniest number of bugs to improve the install process for folks wanting to check it out (removing the default sudo install scripts in the npm postinstall was a good idea, heh). I plan to set up a silly demo of this some

Show HN: Structured HTML table data extraction from URLs in Go https://ift.tt/emn0EFi

Show HN: Structured HTML table data extraction from URLs in Go This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go. htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well. https://ift.tt/b9J0zLy November 11, 2022 at 07:30AM

Show HN: Twitter Like News App https://ift.tt/Bqnzs5Y

Show HN: Twitter Like News App Hi everyone, My name is Stuart and I've been solo developing a news app (and now newsletter) for the past half a year or so. tl;dr (current status): an app with a Twitter like feed of news events. The posts are 1-2 sentences, only actual events (no opinion, analysis, roundup, evergreen, etc), categorized into feeds, and tagged (lets you dig wikis or find events for a given entity). There is also a newsletter I just launched that is a bit cleaner in terms of UI, but with less features. longer: My goal is to make it easier to stay informed and access information (not such a hot take that news and media suffers from a UX issue). What that will look like in the long term, I can't possibly know. Although I have many theories, all I can do is iterate and keep an open mind. My first attempt at cracking this is to shorten the unit of information from an article to an event, thus saving the reader valuable time and mental energy. If you want to read more a

Show HN: Elonman (Animated Webcomic) https://ift.tt/2L6YzB8

Show HN: Elonman (Animated Webcomic) https://elonman.com/ November 10, 2022 at 12:30PM

Show HN: An API for CO₂ Removal https://ift.tt/8TgAOiu

Show HN: An API for CO₂ Removal Hi all, We're Fabienne and Ewan of Climacrux. Today we're proud to launch our latest project to try and make carbon dioxide removal as accessible as possible: CDR Platform [1]. In short: it’s an API to connect to a portfolio of carbon removers. You can purchase from as low as a single gram and select from both natural and technological removal methods. Longer: A couple of years ago we launched an alternative to carbon credits, Carbon Removed[2], designed for individuals to buy and subscribe to CDR. But we always had the nagging thought that there was more that could be done. CDR Platform is our foundation for that - a simple API to get prices and purchase (at the moment). Our plan is to become the Stripe of the carbon removal ecosystem, seamlessly connecting the supply to the demand. We’d love to hear your feedback. Do you see a use case for this and would you use it? What features have we missed? Do you understand what we’re doing and if not, wh

Show HN: FAQify – Algolia for FAQs using GPT-3 https://ift.tt/BdZFLTs

Show HN: FAQify – Algolia for FAQs using GPT-3 Hey HN! My name is Fatih and I’d like to share FAQify - a project I’ve been working on this week. FAQify is a tool that answers questions about Amazon products using GPT-3. Simply paste the link to an Amazon product and ask your question! The app will generate a good answer based on the textual data on the product webpage. The current version of FAQify is a simple POC, but I hope to expand it to be something like Algolia for question-answering. The idea is to build a widget that you can integrate with any website. You give it both text on your page but also external data like user manuals. Once it’s trained on these texts, it will be able to help your customers get answers to their questions 10x faster. This can be useful in many domains such as e-commerce websites, code documentations, and blogs. If you have any feedback or other use cases in mind, feel free to email me at contact@faqify.ai. Thank you! https://www.faqify.ai/ November 10,

Show HN: Postcard – Easiest way to make a personal website https://ift.tt/6iGARVI

Show HN: Postcard – Easiest way to make a personal website https://postcard.page/ November 10, 2022 at 08:48AM

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) https://ift.tt/O82JF5d

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) I love Streamlit but have run into many situation where taking it from PoC to MVP state is insurmountable. With all the recent HN hype around htmx and sematic html / classless css I decided to build a Streamlit alternative using these on top of FastAPI. This has a couple advantages: 1) easier to extend when you move past PoC since the FastAPI app is exposed (allowing adding more routes) and hstream acts more like a typical web stack 2) with htmx and html (plus MVP.css) doing the heavy lifting the package is alot less complex and easier to reason about - and hopefully more performant eventually 3) html is simple, so using this we can give the user much more control around the look and feel, while falling back onto MVP.css (classless css) sane defaults. Would love to hear people's thoughts. https://ift.tt/O2B1EIf November 10, 2022 at 07:25AM

Show HN: Generic dual-paradigm hooking mechanism https://ift.tt/PHDNzTb

Show HN: Generic dual-paradigm hooking mechanism Hi HN ! I am Alex, a tech enthusiast, I'm excited to show you a major iteration of my library for performing hooking in Python. I redesigned the whole project because it didn't not cover all my needs. I'm happy with the current iteration that I've written tests for and look forward to spending weeks and months using it in my projects. Python has a concept called Decorator [1] which is a function that takes another function and extends the behavior. In the following script, the timeit decorator is used to measure the execution time of the heavy_computation function: import time from functools import wraps def timeit(text): def deco(target): @wraps(target) def wrapper(*args, **kwargs): # execute and measure the target run time start_time = time.perf_counter() result = target(*args, **kwargs) total_time = time.perf_counter() - start_time # print elapsed time print(text.format(total=total_time)) return result return wrapper r

Show HN: Unblob – accurate, fast, and easy-to-use extraction suite https://ift.tt/jIOBs1b

Show HN: Unblob – accurate, fast, and easy-to-use extraction suite https://unblob.org/ November 9, 2022 at 10:46AM

Show HN: Hypertest - A test runner for developers with ADHD https://ift.tt/se7zojM

Show HN: Hypertest - A test runner for developers with ADHD TL;DR: a test runner focused on making devs w/ ADHD happy. Hello HN! My name is Yuval, a dev with ADHD. I gathered experiences of other ADHD devs, to summarize: ( https://ift.tt/deba8P9 ) - Memory: People w/ ADHD have horrendous short term memory (hard to keep grasp of the current *thing/task*) - Distraction: Are easily distracted, tend to fall off the focus wagon easily. - Boring Maintenance: They need and use lists, but are bad at maintaining them. I believe devs with ADHD have different design constraints compared to their "normal"(see the quotes) developer counterparts. A star would feel awesome (MIT licensed): https://ift.tt/KnaWI2V https://nabaz.io November 9, 2022 at 09:26AM

Show HN: Supertweak – a visual devtools extension for Tailwind CSS https://ift.tt/1aHBg0e

Show HN: Supertweak – a visual devtools extension for Tailwind CSS Hi folks, I've been working on a visual devtool chrome extension for Tailwind CSS for quite some time now and just launched in recently. It let's you tweak your website from the browser itself and copy the classes or html afterwards to paste in your IDE. It's especially well suited to try out changes quickly, but I've built most of the landing page with the help of the extension itself. You can try it out in the landing page itself (no need to install anything). Features: - Click on any class (eg: px-4) and try out other values easily. - Preview the website in responsive mode and quickly toggle between breakpoints. auto detects breakpoints set in the config. - Quickly try out new variants. Supports arbitrary variants too. - Lets you try out arbitrary and negative property values. - Add, remove or re-order elements. - Edit element attributes and text nodes etc. I'm excited to share it here and would l

Show HN: Open-source load testing on AWS Lambda. With built-in cost reporting https://ift.tt/MSm9qC4

Show HN: Open-source load testing on AWS Lambda. With built-in cost reporting Hiya HN! tldr: Artillery is an open-source load testing toolkit. It's cloud-native, i.e. you can scale out your test with AWS Lambda (other runtimes coming soon). There's no infra to set up or manage - you give Artillery an AWS account, and it takes care of the rest. We just released an update which includes cost reporting. Every time you run a load test, Artillery will show how much that cost in AWS Lambda fees. Blog post with a demo here: https://ift.tt/i2ldS85 The demo shows a distributed load test running in us-east-1 at 100k+ RPS for about 10 minutes. Total cost is $1.23. We constantly hear from our users how cost is one of the biggest barriers to load testing more frequently. We're making cost much less of a factor with Artillery, and hoping that will unlock load testing at scale to more teams. Would love to hear what the biggest barriers are for you with load testing! Hassy & team Artil

Show HN: HN Follow – email alerts from your friends on Hacker News https://ift.tt/Kn9bh5I

Show HN: HN Follow – email alerts from your friends on Hacker News HN Follow lets you “follow” authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com. The app was built in an experimental style. Instead of being a normal app where we store all your data, it is just a wrapper over a series of JavaScript snippets that we guide you through installing, and which you can then customize 100%. The scripts call out to Agolia’s wonderful HN Search API. You can read more about the app’s architecture and it’s motivation here[1]. HN Follow runs on Val Town [2], an online scripting tool my team and I are building. Part of why we built hnfollow.com is to show off the kind of things you can do with the primitives Val Town provides:emailing yourself (`console.email`), persistent state (`@me.foo = "bar"`), persistent cron jobs (`setInterval`), etc. Here’s a demo[3], the docs[4], and Discord[5] for Val Town. We hope hnfollow.com is

Show HN: Build a Better Software Developer Resume https://ift.tt/sLglbBS

Show HN: Build a Better Software Developer Resume After about 10 years as a developer, interviewing many devs, and reviewing hundreds of resumes I decided to write a guide that I wish I had when I was first starting out. Completely free (just enter $0 as price) If you find it helpful, would love it if you: - Leave a review - Share it with a friend who might also benefit! https://ift.tt/KJYxigA November 8, 2022 at 03:50PM

Show HN: Helping laid-off people find their next job https://ift.tt/nGxDySM

Show HN: Helping laid-off people find their next job https://ift.tt/BFAbIWV November 8, 2022 at 09:12AM

Show HN: Pet Portrait AI – Custom Pet Portraits https://ift.tt/xSVogTL

Show HN: Pet Portrait AI – Custom Pet Portraits https://petportrait.ai/ November 8, 2022 at 10:56AM

Show HN: TwitterBreak.app – quickly find/follow your Twitter follows on Mastodon https://ift.tt/fUSjpuh

Show HN: TwitterBreak.app – quickly find/follow your Twitter follows on Mastodon Built this in my spare time over the last couple days to help people explore Mastodon with some friendly faces. Feedback welcome! Early feedback: Random errors connecting to twitter or mastodon instances. - working on this. https://ift.tt/sfGLmln November 8, 2022 at 10:07AM

Show HN: Cito – Actionable data observability for every data team https://ift.tt/SMG7ZBz

Show HN: Cito – Actionable data observability for every data team https://ift.tt/9mqRI6Y November 8, 2022 at 09:47AM

Show HN: Twofer Goofer – rhyming daily word game made with Midjourney https://ift.tt/TvlB20I

Show HN: Twofer Goofer – rhyming daily word game made with Midjourney https://ift.tt/dk9Sp7N November 8, 2022 at 09:14AM

Show HN: Text-to-Figma https://ift.tt/XFTGC1g

Show HN: Text-to-Figma Hey HN! I've made a NLUI for Figma. This is based on GPT-3 (for generating components & schemas) and Dall-E 2 (for image generation); it's remarkably flexible already and there's plenty of room to expand. One of the more noteworthy features is the ability to edit existing designs instead of just generating things from scratch - we accomplish this by training it on pairs of (before, after) designs in Figma with a description of what changed, and it learns to output the diff based on the description of the change. Let me know what you think! https://twitter.com/mathemagic1an/status/1589657222094934016 November 7, 2022 at 12:30PM

Show HN: AI Editor - Outpainting and image editing using Stable Diffusion https://ift.tt/fomNwr3

Show HN: AI Editor - Outpainting and image editing using Stable Diffusion https://getimg.ai/ November 7, 2022 at 04:15AM

Show HN: Fully-featured desktop gRPC/gRPC-Web client https://ift.tt/x1r7DNK

Show HN: Fully-featured desktop gRPC/gRPC-Web client https://ift.tt/cvlXYBi November 7, 2022 at 10:11AM

Show HN: Open-source and real-time orchestrator for distributed architectures https://ift.tt/ez7F1aj

Show HN: Open-source and real-time orchestrator for distributed architectures https://ift.tt/F1y6SIQ November 7, 2022 at 08:43AM

Show HN: What you think of this Excel to database add-in? [Video] https://ift.tt/up9INkv

Show HN: What you think of this Excel to database add-in? [Video] I have been developing easy way for non-IT people to upload data from Excel to database to be able to use the data in BI system and for example no-code app builders and similar. I'm interested to hear what people think of this solution? Add-in is not yet in any marketplace so I recorded video (https://youtu.be/Rxmvx6AMFK0) which shows how uploading, appending and overwriting data works. What you think? Could this be useful? November 7, 2022 at 07:54AM

Show HN: Picst – a Rust CLI tool to resize clipboard images on the fly https://ift.tt/bmh4l3o

Show HN: Picst – a Rust CLI tool to resize clipboard images on the fly https://ift.tt/cZCdKTe November 7, 2022 at 06:01AM

Show HN: RxJS Insights – a toolset for RxJS visualization https://ift.tt/AYQDWE5

Show HN: RxJS Insights – a toolset for RxJS visualization Hi HN! I'd like to present you the thing that I'm building - the RxJS Insights. It was primarily created as something that allows for debugging complex RxJS streams, but after showing it to a few people it turned out that it might be more helpful in learning RxJS since it can visualize the observables execution step by step. The setup is somewhat similar to the Redux Devtools' one in a sense that it requires an application level component (the proper @rxjs-insights/* packages) to instrument the RxJS and to connect with the devtools. I invite you to try it out in your app (the setup is rather easy) or on StackBlitz (all links are in the readme). Thanks! https://ift.tt/739yJc8 November 7, 2022 at 01:02AM

Show HN: Hacker News for Events https://ift.tt/Oo2vtph

Show HN: Hacker News for Events NextEvent.dev is a Hacker News for events. Share tech and around tech events here. Who's hosting an event in your area this upcoming week? Share it here, let the community know. https://ift.tt/EqpoGhy November 6, 2022 at 09:52PM

Show HN: textshader.com https://ift.tt/KzxfWag

Show HN: textshader.com TLDR: Click the link to see some cool visualizations, refresh a few times for random examples, and try editing some of the code yourself. This is a small weekend project of mine inspired by shadertoy.com It's a static single-page site hosted on GitHub pages so the website design is pretty barebones. I'm not a web developer so I mainly wanted to create a Cool Thing with my free time and not have to learn tons of front-end to do it. I'd love to hear what people think about it and please post or send me any shaders you make! You can use the link button in the bottom right to share. I hope that this gets more people interested in shaders because GPU programming is a pretty different paradigm and learning it has made me a better software engineer even though my current job doesn't touch it. That said, textshader only runs normal Javascript on the CPU so think of it like a simplified sandbox and not the real thing. I'd highly recommend checking out

Show HN: Financial Scraped Data https://ift.tt/6W1DvZX

Show HN: Financial Scraped Data https://ift.tt/6nfreIN November 6, 2022 at 12:41PM

Show HN: Lotus – Open-Source Pricing and Packaging Infrastructure https://ift.tt/gRfQ8PL

Show HN: Lotus – Open-Source Pricing and Packaging Infrastructure Hi HN! We’re building an open-source pricing & packaging engine for SaaS with a built-in billing system. ( https://ift.tt/tVp6UYk ). We strongly believe pricing is the largest untapped growth lever for SaaS, primarily because pricing affects so many critical systems that don’t talk to each other (billing, payments, feature limits, metering, and CRM). We’re building this infrastructure to fix this and enable quick experimentation. Lotus acts as a central repository for all of your pricing plans and utilizes your payment gateway, to manage usage-based, per-seat, and custom enterprise pricing. We’re excited to open-source this because we want to enable developers to build their custom pricing and integration edge cases on top of this base. We’ve launched this repo under an MIT license so any developer can use the tool. Give it a spin for us at either: * test our cloud version at ( https://ift.tt/TzbU26D ) * self-host he

Show HN: Feep search, an independent search engine for programmers https://ift.tt/XG8cYRO

Show HN: Feep search, an independent search engine for programmers https://search.feep.dev November 6, 2022 at 08:25AM

Show HN: Clubhopr – My first indie project: 30 seconds for soccer/football fans https://ift.tt/UwKcfjR

Show HN: Clubhopr – My first indie project: 30 seconds for soccer/football fans https://clubhopr.app/ November 6, 2022 at 02:27AM

Show HN: OpenCrossword Suite - Make and share your own puzzles https://ift.tt/Dlui7G8

Show HN: OpenCrossword Suite - Make and share your own puzzles https://ift.tt/9KVt0U7 November 5, 2022 at 08:19PM

Show HN: Utility for Searching the Earliest Root Commit (Open Source) https://ift.tt/kvG6x8i

Show HN: Utility for Searching the Earliest Root Commit (Open Source) I wrote the utility for searching the earliest root commit in a repository and the earliest repository in a repository group. Repositories are searched recursively in the specified base directories. The earliest root commit and the earliest repository in a repository group are determined in the two ways: by author datetime and by committer datetime. Collected data are represented in the JSON format. The utility is written in Python. I also tried to use type hints, data classes and generators as much as possible. https://ift.tt/ZUtEj39 November 5, 2022 at 12:06PM

Show HN: SAF, portable game library/fantasy console https://ift.tt/qgY7hdt

Show HN: SAF, portable game library/fantasy console https://ift.tt/rA28hQ3 November 5, 2022 at 06:09AM

Show HN: Stable Diffusion print-on-demand apparel https://ift.tt/6G1UIE0

Show HN: Stable Diffusion print-on-demand apparel Hey HN, Obviously we are experiencing a surge of stable-diffusion based apps at the moment, but I have yet to see anyone try and map the outputs onto actual physical products that can be delivered to your door. I wanted to make it easy to: - pick an artistic style - hit 'record' and speak into your phone / tablet / desktop or whatever, and describe the kind of design you want your clothing to have (since speaking is more spontaneous that typing) - swipe among a variety of mockups (t-shirts, hoodies etc.) featuring your design, and order it to your door with the click of a button The product is called 1SEWN. Fulfilment is currently achieved using a print-on-demand service called Printful ( https://ift.tt/nqSMFe7 ) that I have integrated with. If you guys would like to try it, I would love some feedback. Shipping is currently limited to outside Europe, but even if you are in Europe, your feedback about the whole UX would be much a

Show HN: I built a Golang module to access and parse data from Wikipedia https://ift.tt/bJlo3K2

Show HN: I built a Golang module to access and parse data from Wikipedia I was making a Python Wikipedia scapper for my system, then I realised Python is kinda slow so I moved my project to Go. The problem is there wasn't any module to easily access and parse data from Wikipedia in Go, so I made this module. Please enjoy playing with the module and send me your feedbacks. https://ift.tt/ADWbrg5 November 5, 2022 at 05:07AM

Show HN: 980k USA restaurants and grocery stores search via Zipcode https://ift.tt/azx1TLy

Show HN: 980k USA restaurants and grocery stores search via Zipcode https://menumy.com/ November 4, 2022 at 12:35PM

Show HN: Auto generate images from Figma using an API https://ift.tt/OcdVbEL

Show HN: Auto generate images from Figma using an API https://pikmaker.com/ November 4, 2022 at 12:10PM

Show HN: Top 70000 educational YouTube channels in 20 languages by category https://ift.tt/goVYL7a

Show HN: Top 70000 educational YouTube channels in 20 languages by category https://limnology.co/ November 4, 2022 at 10:02AM

Show HN: MakePlace – An Interior Design Simulator https://ift.tt/HojIDta

Show HN: MakePlace – An Interior Design Simulator MakePlace is a PC app that lets you drag-and-drop furniture and edit floorplans. The goal is to make interior design easy and fun, like playing with Lego. It started off as an app to simulate housing in an MMORPG, since the furniture system there was atrocious. I'm now trying to see if it would work well as a simulator for general interior design too. Like many 3D design software, there are a bunch of tools and controls, and first-time users may feel somewhat lost. So I've made a starting tutorial to help ease users into the controls. Do you think the tutorial works well? Let me know what else can be improved! https://ift.tt/ax9tNST November 4, 2022 at 08:39AM

Show HN: Step CI – open-source lightweight alternative to Checkly https://ift.tt/rSdl0zM

Show HN: Step CI – open-source lightweight alternative to Checkly In our last post, we showed that there is an easy way to generate automated tests for Rest APIs from your specification. Since the last release, we have added some new features: - Generate tests from your API spec in the CLI - Run tests against gRPC APIs automatically - Get request and response information when your tests fail - Generate fake data and use them in the requests - Bring your own test data (from .csv) - More intuitive CLI interface We built this because we wanted a simple, developer-friendly way to automate API testing without relying on cloud solutions. You can integrate it with Docker, GitHub Actions and Node. Your tests can have multiple steps, with shared context between them. Lastly, you can use it as a library and in combination with other testing tools like Jest, Ava, Mocha (and soon Insomnia). If you want to step out of locked-in cloud solutions, give our tool a try. https://ift.tt/gD7zf49 November 4

Show HN: I built a helper script for AUTOMATIC1111 / stable-diffusion-webui https://ift.tt/nH7ei6X

Show HN: I built a helper script for AUTOMATIC1111 / stable-diffusion-webui In case you are into offline Stable Diffusion image generation, chances are high that you use the AUTOMATIC1111 version, as it is quite user friendly and constantly evolving. One thing it has is support for scripts. And I have built a script that eases finding the right look quite a bit. StylePile has 135 artist presets, 55 styles, 25 emotions. Insert keywords sequentially or randomly. Adjust influence of result types, artists and styles. See detailed progress information in prompt. Feedback welcome. https://ift.tt/OhrNDdL November 4, 2022 at 07:23AM

Show HN: Mitzu the open-source Amplitude alternative https://ift.tt/m5yr6S0

Show HN: Mitzu the open-source Amplitude alternative Mitzu is an open-source product analytics tool that directly queries your data warehouse or data lake. (Something like Rakam was before Liveramp bought it) We designed Mitzu for people who don't know or don't want to write SQL or python analytical queries. It is only an MVP yet. So please be gentle :) We are looking for constructive feedback :) Landing page: https://mitzu.io Demo app (sign in required): https://ift.tt/e9UIJQz GitHub: https://ift.tt/rQtd8wF November 3, 2022 at 09:33AM

Show HN: RealSkillz – PR based homework assignments, for hireing developers https://ift.tt/TMyrUqp

Show HN: RealSkillz – PR based homework assignments, for hireing developers RealSkillz helps you assess your developer candidates through real-world technical assignments. From several sources and also our own experience, we think that the process of hiring developers is broken. Currently most of the available interview platforms only provide arbitrary interview tasks their candidates. Most of the developer jobs does not require heavy algorithmic skills. Still most of the interviews focus on that. We think this is painful for the developers and for the companies alike. As a developer, you need to maintain a very specific set of skill just for your interviews, while you can rarely show how you really shine in a more realistic coding scenario. As a company, you select your candidate by an irrelevant interview task, having limited knowledge how the candidate works in a daily setting. RealSkillz aims to fix this broken hireing process by generating pull request based homework assignments f

Show HN: Open-source OAuth2 server Ory Hydra v2.0 https://ift.tt/qAzMFTQ

Show HN: Open-source OAuth2 server Ory Hydra v2.0 https://ift.tt/DX1lvA3 November 3, 2022 at 07:06AM

Show HN: Sprig, open-source game console and engine, by teenagers, for teenagers https://ift.tt/3RnfSzW

Show HN: Sprig, open-source game console and engine, by teenagers, for teenagers https://ift.tt/Q6oARez November 3, 2022 at 07:04AM

Show HN: GitHub Copilot Can Help with Shell Scripting https://ift.tt/67MsAR0

Show HN: GitHub Copilot Can Help with Shell Scripting https://ift.tt/OuNDhI6 November 3, 2022 at 05:00AM

Show HN: unsock: shim to automatically change AF_INET sockets to AF_UNIX, etc. https://ift.tt/7eRnIGA

Show HN: unsock: shim to automatically change AF_INET sockets to AF_UNIX, etc. unsock is an LD_PRELOAD-able Linux library that converts AF_INET socket connections to AF_UNIX, AF_VSOCK, AF_TIPC, etc, helping reduce the dependency on TCP/UDP/IP for local communication. It even handles the painful "CONNECT" proxy dance on Firecracker AF_UNIX/AF_VSOCK multiplexing sockets for you. https://ift.tt/RMCtcWi November 3, 2022 at 06:07AM

Show HN: Word Tower – A simple daily word puzzle https://ift.tt/fbBsiyu

Show HN: Word Tower – A simple daily word puzzle https://wordtower.net November 3, 2022 at 01:47AM

Show HN: Build-your-own bedtime story generator https://ift.tt/GEVuzpx

Show HN: Build-your-own bedtime story generator https://ift.tt/UYhAEZw November 2, 2022 at 10:02AM

Show HN: CrowdView – Discussions Search Engine (stop adding “Reddit” on Google) https://ift.tt/DY2Lzbe

Show HN: CrowdView – Discussions Search Engine (stop adding “Reddit” on Google) I built a quick prototype for my YC application and figured I'd share it with the HN community as well. CrowdView is a search engine for discussion sites (forums, message boards, Discord, and Twitter for now). Like many of you, I find Google results to be full of SEO spam and have resorted to adding "site:reddit.com" or "site:news.ycombinator.com" to all my queries (since 2015!). Otherwise, it's really hard to figure out "what does a genuine, real life human think about this thing?". But limiting my results to just Reddit isn't ideal because so much great content exists elsewhere. Lots of great information and conversations have moved to Discord, and niche forums are still alive on the web! But it's impossible to find these places because they rank so poorly on Google. So I built a search engine across a curated list of these (there's about 3000+ forums, mes

Show HN: Track your bone health, help create better bone health treatments https://ift.tt/Y4wZdGU

Show HN: Track your bone health, help create better bone health treatments When I was 32 years of age I was told that my bones were like that of an 80 year old due to a health disorder called Osteoporosis. Osteoporosis can make our bones fragile and likely to break. 1 in 3 women over the age of 50 years and 1 in 5 men will experience osteoporotic fractures in their lifetime. It is likely that your parents and grand parents are already suffering from Osteoporosis. Osteoporosis is identified using a Bone Mineral Density(BMD) scan test which gives scores for our bone density and is compared with the known scores from the healthy individuals of same age. I was told that these known scores does not include all races, ethinicities and are generally unreliable for those with pre-existing diseases. This makes it difficult for providing proper healthcare, Even more so for outliers like me. I'm attempting to change that with Bone Health Tracker. Bone Health Tracker classifies the Bone Minera

Show HN: A site where you watch an animated landscape pass and draw in the sky https://ift.tt/5kNpWE3

Show HN: A site where you watch an animated landscape pass and draw in the sky Aurora is a project I built that was designed to be something meditative, delightful, and tactile, since so much of what I do on my devices is not! Here's a bit more on my process building it (tailored to be mostly non-technical): https://ift.tt/dA2ZDWm... I hope you enjoy it, and am eager to hear any feedback or ideas you all have. https://ift.tt/J8X0Cz9 November 2, 2022 at 09:20AM

Show HN: Eleven – Code sandboxes with automatic HTTPS https://ift.tt/vexXDJf

Show HN: Eleven – Code sandboxes with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The

Show HN: Time Travel for Billing Periods https://ift.tt/iw01aAN

Show HN: Time Travel for Billing Periods Hi HN, Lago (YC S21 = Open-source metering and usage-based billing) founder here. Billing cycles are often a source of engineering complexity and confusion, so we made billing periods flexible in Lago: - If you want to migrate existing customers to Lago, you can set a billing period in the past. - If you just signed a new contract that will start in two weeks, you can set a start date in the future Other elements of flexibility: - Switch from 'calendar' to 'anniversary billing periods' within Lago - Assign multiple plans to a customer, and meter and charge usage separately (e.g., if your pricing looks like Heroku, Shopify or Webflow, for instance) Documentation: https://ift.tt/a9UxAmp Github: https://ift.tt/POJyF0A November 2, 2022 at 05:28AM

Show HN: Docker in the browser using x86-to-WASM recompilation https://ift.tt/OLklRna

Show HN: Docker in the browser using x86-to-WASM recompilation https://ift.tt/aTl2UyW November 1, 2022 at 10:24AM

Show HN: An open-source React framework(4.2K stars) for building CRUD apps https://ift.tt/f9Lmdk2

Show HN: An open-source React framework(4.2K stars) for building CRUD apps https://ift.tt/0TxbgNe November 1, 2022 at 06:57AM

Show HN: I made an offline-ready hiking trail companion app https://ift.tt/7GV8ySn

Show HN: I made an offline-ready hiking trail companion app https://ift.tt/moeZMXz November 1, 2022 at 06:25AM

Show HN: DIY Aeroponic Gardening https://ift.tt/WmAqNsc

Show HN: DIY Aeroponic Gardening https://ift.tt/4b8501T November 1, 2022 at 02:58AM

Show HN: Stylish Camera.100 frame color variation and can find favorite pattern https://ift.tt/dpBUALj

Show HN: Stylish Camera.100 frame color variation and can find favorite pattern https://ift.tt/q196zcV November 1, 2022 at 03:15AM

Show HN: I made a collection of 60 beautiful CSS checkboxes (click to copy) https://ift.tt/D52f69t

Show HN: I made a collection of 60 beautiful CSS checkboxes (click to copy) https://ift.tt/82v6cjg November 1, 2022 at 01:32AM