Sunday 31 July 2022

Show HN: Outserv – GraphQL Search Engine https://bit.ly/3OJLFUF

Show HN: Outserv – GraphQL Search Engine https://bit.ly/3OKQAEV August 1, 2022 at 06:24AM

Show HN: International Legal Dictionary https://bit.ly/3OWHllm

Show HN: International Legal Dictionary I'm a pro bono attorney, and have been really interested in making the law easier to understand. I also see a ton of government resources online in varying degrees of usability. And for sure, there's no interoperability between them. This is an international legal dictionary, an experiment in improving the situation: glossaries are scraped and parses from official sources: https://bit.ly/3BvVD9b . The results are saved as datasets in well formed JSON with Dublin Core metadata: https://bit.ly/3cVqzW6 I add Library of Congress subject headings to the sources, to enable filtering (still to come). The web app is basically an old-school mashup, which I've always liked. Another experiment is using the Dale-Chall readability formula to improve the reader's experience. Here's an example of it at work: https://bit.ly/3oL8SLS This is an experiment, using readability as a relative metric. I.e., not extracing an absolute grade-level score as its normaly used. Instead, using it to compare different definitions of the same phrase. My theory is, there's strong scientific validity for this use, even when applied to very short passages: All I simply want is to figure out, "Which is more readable? Passage A or B?" And then, my code sorts the definitions in order of readability to (theoretically) produce a newspaper-article-like effect: A reader can read the first couple of sentences to get an overview of the story. https://bit.ly/3PNzc3G August 1, 2022 at 04:11AM

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://bit.ly/3PQBNtF

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://bit.ly/3JqV7LS July 31, 2022 at 07:18PM

Show HN: Rentaflop – Render your Blender projects without sacrificing quality https://bit.ly/3zlMhKL

Show HN: Rentaflop – Render your Blender projects without sacrificing quality Hi HN, My name is David Sokol, and I'm the founder of rentaflop (https://bit.ly/3bnmMAv). We're a crowdsourced render farm aimed at making Blender rendering fast and affordable. If you've used Blender, then I'm sure you've experienced the pain of waiting around for your animations to render. You've probably even had to sacrifice the quality of your work to reduce your render times. I've been there too. If you're like me, then you're also disappointed with the alternative solutions: spending thousands of dollars on graphics cards or using prohibitively expensive cloud render farms to get fast render times. Our solution to this dilemma is to leverage low opportunity cost hardware from around the world to allow Blender artists to render their projects quickly, affordably, and without compromising on quality. Since most graphics card owners aren't utilizing their hardware to do valuable work 24/7, we provide them with a way to make money without lifting a finger, while lowering the cost curve for 3D rendering. We're currently doing a private beta. If you'd like to get early access, check out our site (https://bit.ly/3bnmMAv) and join the waitlist. If you're a graphics card owner who wants to help Blender artists while earning money, reach out to support@rentaflop.com and we'll help you get set up. Please leave a comment below, we'd love to hear your thoughts :) July 31, 2022 at 11:59PM

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku https://bit.ly/3JqFC6E

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku Hello hello HN! I wanted to share with you Ordinary Puzzles, a little puzzle game I designed and developed in my free time, inspired by Picross and Sudoku. I already posted it here ages ago, but I wanted to share it again now that I updated it to also be playable online as a Progressive Web App. Ordinary Puzzles is open source, is built with React Native, and it’s available on the mobile app stores, on the web (as a PWA), and as an Electron app. Hope you give it a try! (Please don’t skip the short tutorial :P) https://bit.ly/3bf66vi P.S.: The puzzles come from https://bit.ly/3bf67iQ (the author is credited and has been contacted before using them). https://bit.ly/3cX0eY0 July 31, 2022 at 06:31PM

Show HN: Collective list of bots on Twitter, feel free to participate https://bit.ly/3vqr416

Show HN: Collective list of bots on Twitter, feel free to participate https://bit.ly/3cZrWU4 July 31, 2022 at 04:57PM

Show HN: I've been making JavaScript sandbox alone for 6 years https://bit.ly/3cQ0oAi

Show HN: I've been making JavaScript sandbox alone for 6 years Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work. https://bit.ly/3cIevrd July 31, 2022 at 05:27AM

Show HN: DevRaven – Monitoring for Developers https://bit.ly/3oJSiMo

Show HN: DevRaven – Monitoring for Developers Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers. DevRaven enables engineering teams or individual developers to setup active monitoring for their services/applications and get alerted when things don't work as expected Today's launch makes available the following features: API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions. Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required. SSL Monitoring - Monitor SSL certificates for your end points and get alerted before they expire. Web Page Monitoring - Run continuous Lighthouse audits on your web pages to ensure best performance, SEO. Welcome any feedback, questions or suggestions. https://bit.ly/3bh3woi July 31, 2022 at 05:46PM

Show HN: I made a GH repo to curate remote jobs that don't ask for a location https://bit.ly/3vt9Jo6

Show HN: I made a GH repo to curate remote jobs that don't ask for a location https://bit.ly/3vumFdg July 31, 2022 at 02:37PM

Show HN: DALL-E Chess in Jungle and Dunes https://bit.ly/3PPNIrR

Show HN: DALL-E Chess in Jungle and Dunes https://bit.ly/3PNV9jc July 30, 2022 at 11:25PM

Saturday 30 July 2022

Show HN: Going Contactless with Electromyography Sensor https://bit.ly/3vqOB1Y

Show HN: Going Contactless with Electromyography Sensor https://bit.ly/3zlCZOQ July 30, 2022 at 11:05AM

Show HN: SSHScript – shell script-like Python script https://bit.ly/3vuWHq7

Show HN: SSHScript – shell script-like Python script I have many Python scripts which run commands and deal with outputs on localhost and remote hosts. Between these scripts, there are many common routines. Eg. making ssh connections, execution and collecting data. Based on the subprocess and Paramiko, I created the SSHScript. With it, I could embed shell commands in Python scripts. This kind of script is converted to a regular Python script by SSHScript for execution . Working with SSHScript, I feel like writing shell scripts with Python and all Python packages. For backend engineers who want to automate tasks with Python scripts instead of shell script s , hope you enjoy the SSHScript. https://bit.ly/3vthjit July 30, 2022 at 10:28AM

Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) https://bit.ly/3zgMbnr

Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) https://bit.ly/3JkpDHi July 30, 2022 at 10:04AM

Show HN: My first attempt to make a programming language https://bit.ly/3BtnbMK

Show HN: My first attempt to make a programming language https://bit.ly/3oEjfAP July 30, 2022 at 08:53AM

Friday 29 July 2022

Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers https://bit.ly/3oH0blG

Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers https://bit.ly/3PNoxG6 July 30, 2022 at 12:45AM

Show HN: Mimic Ubuntu keyboard shortcuts on macOS https://bit.ly/3Bs9IET

Show HN: Mimic Ubuntu keyboard shortcuts on macOS https://bit.ly/3baKFLT July 29, 2022 at 04:29PM

Show HN: Truss – serve any ML model, anywhere, without boilerplate code https://bit.ly/3cSuWkL

Show HN: Truss – serve any ML model, anywhere, without boilerplate code https://bit.ly/3cSuWBh July 29, 2022 at 04:06PM

Show HN: Shrug Emoji site for lazy people https://bit.ly/3zFwFDc

Show HN: Shrug Emoji site for lazy people https://bit.ly/3zDGDot July 29, 2022 at 12:27PM

Show HN: Graphman – Quickly scaffold a postman collection for any GraphQL API https://bit.ly/3OJjdT0

Show HN: Graphman – Quickly scaffold a postman collection for any GraphQL API https://bit.ly/3OJD8RP July 29, 2022 at 03:37PM

Show HN: A simple, pretty alternative to strace written in Rust https://bit.ly/3S3z3uu

Show HN: A simple, pretty alternative to strace written in Rust https://bit.ly/3S3z4P4 July 29, 2022 at 01:09PM

Thursday 28 July 2022

Show HN: OxideDB – Teach PostgreSQL Database How to Speak MongoDB Wire Protocol https://bit.ly/3OCwFrK

Show HN: OxideDB – Teach PostgreSQL Database How to Speak MongoDB Wire Protocol Hey everyone! I have created a product that relies on MongoDB for a document store but doesn't really need any of the distributed features to really justify having a hosted MongoDB or DocumentDB instance. Now that we're trying to turn this into a product, we're seeing that some companies have a little bit of resistance around managing yet another database. Most of our clients already have and manage PostgreSQL in one form or another. I knew that PostgreSQL already offered first class JSON support, but I didn't want to rewrite the application data layer from scratch if I could avoid it. That's when I started researching if there was a "proxy" that would translate the MongoDB protocol - that I was completely ignorant about - into PostgreSQL. To my surprise there was nothing ready for production use but I found MangoDB that later on became FerretDB. I delved into the code and was in love with the idea. The team around is really nice, but I found that they had greater ambitions - they basically wanted to offer multiple backends, namely Tigris, on top of PostgreSQL. On the other hand, I have been waiting to find an excuse to delve deeply into the rust ecosystem but never really found something I was passionate about until I had the idea of challenging myself to see if I could learn about the protocol that MongoDB uses by relying on their public documentation and the hints I found on FerretDB. Fast forward 3 weeks and I have something I am almost comfortable on sharing yet super excited to get feedback on. It's in very early stages, and it's work from someone that is not yet super comfortable with the stack. Please don't be too harsh and keep in mind this is the beginning of a journey for me that I embarked out of pure joy on getting a tiny bit better on rust and making things click internally. Thank you for your time and if you would like to help me on this project please be more than welcome to reach out, either here, via email or directly on the GitHub repo. (heavy breathing before clicking submit :-) ) PS: I forgot to mention, but another thing I added to my toolbelt while developing this was about creating parsers. In order to transform MongoDB JSON to SQL queries, I ported an existing library from the MongoDB team from PEG.js to pest.rs! https://bit.ly/3PVKmmU July 29, 2022 at 02:55AM

Show HN: WordBreak – A daily word puzzle game https://bit.ly/3zeO3gr

Show HN: WordBreak – A daily word puzzle game https://bit.ly/3bhNYR9 July 29, 2022 at 12:31AM

Show HN: Marple – Interactive time series visualization for engineers https://bit.ly/3vmT5Gx

Show HN: Marple – Interactive time series visualization for engineers Hi HN, excited to share the project I have been working on for the past two years. Marple was created by engineers for engineers. Marple helps them organize and analyze their sensor data in a more user-friendly way. We’ve all been there: measurement data from an experiment or test needs to be analyzed but the only thing you have is a few data files flying around. You do not have a clue how to open or read the data. So what you do next is open your Python/Matlab/Jupyter Notebook/… and start coding in order to make some sense of the data. We didn’t like that process, so we started Marple to solve this issue. Engineers tend to log data at frequencies from 1Hz to 10kHz and usually log hundreds of sensors at the same time. Data sets usually contain millions of data points. In order to make our web-based data visualization responsive, we had some technical challenges to tackle. We developed our own visualization engine based on PostgreSQL that is able to visualize millions of data points pretty much instantly. This allows us to create an interactive visualization environment which is perfect for data exploration, even for large data sets! This is the second time we show Marple to HackerNews, but since then we made some big steps. We made a pivot to a cloud product and now offer a free version of Marple. Feel free to head over to our website and give it a go. Let us know what you think of it! https://bit.ly/3cBjDxh July 28, 2022 at 10:13AM

Show HN: SDWM – Simple Dynamic Window Manager for Windows https://bit.ly/3Q43ZJt

Show HN: SDWM – Simple Dynamic Window Manager for Windows https://bit.ly/3PTVzo0 July 28, 2022 at 09:51AM

Wednesday 27 July 2022

Show HN: My website now has a CRT filter https://bit.ly/3baBPxz

Show HN: My website now has a CRT filter https://bit.ly/3bTQgBa July 28, 2022 at 05:10AM

Show HN: List of Hacking Resources https://bit.ly/3bdhojA

Show HN: List of Hacking Resources I have a list of hacking resources that I have recently been collecting, they include resources where you can learn hacking and tools to hack, most of it is for pentesting Practical and tools https://www.youtube.com/c/PentesterAcademyTV/videos https://bit.ly/3zFqHCm https://bit.ly/3zCszvj https://bit.ly/3zB6TQs https://bit.ly/3cAoA9B https://bit.ly/3zDRWwY https://bit.ly/3PYRej5 https://bit.ly/3cPbgOY https://bit.ly/3zFW4wB https://bit.ly/3zDS3bS Learning https://www.youtube.com/c/PentesterAcademyTV/videos https://bit.ly/3zFBOeA https://bit.ly/3zCouaA https://www.youtube.com/watch?v=SFbV7sTSAlA&t=108s https://bit.ly/3bfHOBi https://bit.ly/3PWVdgf https://bit.ly/3zEfP7A https://www.youtube.com/watch?v=-KBm3tBNK74&list=PLidcsTyj9JXL4Jv6u9qi8TcUgsNoKKHNn https://bit.ly/3PWHm9C https://bit.ly/3Q1FRHm https://bit.ly/3zDRWwY https://bit.ly/2RjGrUG https://bit.ly/3zDS3bS https://bit.ly/3Q1FRXS July 28, 2022 at 05:01AM

Show HN: A simple tool to easily create complex Midjourney prompts https://bit.ly/3zzvp4l

Show HN: A simple tool to easily create complex Midjourney prompts https://bit.ly/3zAnKCX July 28, 2022 at 01:29AM

Show HN: Vessal – Shipping made purposeful https://bit.ly/3zaSgSA

Show HN: Vessal – Shipping made purposeful https://bit.ly/3bhMQwV July 28, 2022 at 02:58AM

Show HN: TypeScript Editor that generates structured forms from TypeScript types https://bit.ly/3PUmrnu

Show HN: TypeScript Editor that generates structured forms from TypeScript types Hey HN! I've been doing a lot of work with the TypeScript Compiler API[1] recently as part of my work on Preview.js[2], an IDE extension that lets you preview React/Solid/Vue components. One thing I noticed is that even with great autocomplete and type validation, creating/editing JS values that match a given TypeScript type can require a lot of typing. This is especially the case in Preview.js, where you can edit the props you pass to the component you're previewing in the bottom right panel. For example, quickly switching between different variants of a union type can be a hassle. To solve this, I decided to try creating a tool that generates a structured from for a given TypeScript type. For example if you pass it `type Foo = { bar: string, baz: number }`, it will show you a form with two inputs `bar` and `baz` with the appropriate types, and it will output the equivalent JS code (or JSON) as you type. You can try it at https://bit.ly/3cO5BbF I built this as a standalone tool so that I could debug it easily (and indeed, I found a ton of great bugs!). As it took shape, I realised there might be other use cases for it than Preview.js. Imagine for example using this in Postman (or whichever tool is better than Postman these days!) instead of inputting JSON values for your request payloads. Or perhaps using this for ad-hoc forms (the form is effectively encoded in the URL). I'm curious what you'd see yourself using this editor for? Any feedback welcome of course! Thanks François (@fwouts on Twitter) [1] https://bit.ly/3OBzUQ9... [2] https://bit.ly/3vkIiNd https://bit.ly/3cO5BbF July 28, 2022 at 12:17AM

Show HN: Quarter Life List – Stories and Resource to find your purpose https://bit.ly/3bde87N

Show HN: Quarter Life List – Stories and Resource to find your purpose https://bit.ly/3zixxwe July 27, 2022 at 03:03PM

Show HN: Birdy – Twitter Profile A/B Testing https://bit.ly/3Q1OOAy

Show HN: Birdy – Twitter Profile A/B Testing https://bit.ly/3PCyYfz July 27, 2022 at 12:57PM

Show HN: Discover and discuss one painting a day https://bit.ly/3BjujuQ

Show HN: Discover and discuss one painting a day Hi everyone, I made Peerdiem (a portmanteau word between Peer and Per Diem, which means Per Day in latin). The idea is very simple, a new painting or artwork to discover and discuss with your peers every day. Content is currently only fetched from Chicago Art Institute Free API [1] but I'm planning to add more sources in the short future. It was built with a couple of technologies I wanted to try for some time. Frontend is made with Preact and styled with Tailwindcss. Backend consists of an FastAPI app deployed in a Docker container. [1] https://bit.ly/3oxahp1 https://bit.ly/3BlH34g July 27, 2022 at 01:22PM

Show HN: Create reproducible data analysis workflows with pytask https://bit.ly/3PFNraD

Show HN: Create reproducible data analysis workflows with pytask https://bit.ly/3S2oms9 July 27, 2022 at 10:06AM

Tuesday 26 July 2022

Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system https://bit.ly/3vllQ6B

Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system https://bit.ly/3vistGP July 27, 2022 at 07:09AM

Show HN: Canvas, Browser, Note Taking, One app to rule them all https://bit.ly/3cE8tbb

Show HN: Canvas, Browser, Note Taking, One app to rule them all Superus is a canvas app with browser and notes built in. You can put all your workpieces(ex: Notion, Figma, Airtable) together in a visual workspace. https://bit.ly/3OxePqd July 27, 2022 at 04:26AM

Show HN: I built a note taking tool that executes Python for indie hackers https://bit.ly/3cKeN0I

Show HN: I built a note taking tool that executes Python for indie hackers https://bit.ly/3cMkHOQ July 27, 2022 at 01:12AM

Show HN: Motor Admin Rails – Low-Code Admin Panel Gem https://bit.ly/3zzgqrb

Show HN: Motor Admin Rails – Low-Code Admin Panel Gem https://bit.ly/3cIaOSy July 26, 2022 at 01:42PM

Show HN: CodeStruct – Python programming environment for novices after Scratch https://bit.ly/3ovd5mF

Show HN: CodeStruct – Python programming environment for novices after Scratch https://bit.ly/3z6fEAp July 26, 2022 at 12:03AM

Show HN: Komokana – Automatic app-aware keyboard layer switcher written in Rust https://bit.ly/3S4a7D0

Show HN: Komokana – Automatic app-aware keyboard layer switcher written in Rust https://bit.ly/3baJgVy July 26, 2022 at 06:20AM

Monday 25 July 2022

Show HN: Visual interactive explanations of VLOOKUP use-cases https://bit.ly/3PzcEnh

Show HN: Visual interactive explanations of VLOOKUP use-cases https://bit.ly/3PN8Mio July 25, 2022 at 10:52PM

Show HN: Open-Source Notion UI, Lotion https://bit.ly/3Be2ynu

Show HN: Open-Source Notion UI, Lotion My friend and I love the Notion UI, so we open-source a version we have been building. - Block-based editor - Drag to reorder blocks - Basic Markdown-parsing including bold, italic, headings and divider - Type '/' for command menu and shortcuts Tiny fun detail: When you move between blocks with your arrow keys, your cursor will remain at roughly the same horizontal position (vs jumping to the start or end of a block). Lotion is quite limited for now, and we would love any contributions (e.g. image blocks, video blocks, code blocks, etc.) https://bit.ly/3cFdEYm July 26, 2022 at 02:23AM

Show HN: PickCode – An educational coding environment for students after Scratch https://bit.ly/3PQ9Phi

Show HN: PickCode – An educational coding environment for students after Scratch PickCode is designed for use on desktop and tablet, and supports creating chatbots, visual designs, and 2D games. There is plenty of functionality missing - you can't add media to games for instance, but the current version shows off the foundation of what I'm aiming at. I taught myself to code using MIT's App Inventor, so I have an enormous respect for block based languages like App Inventor, Scratch, Snap!, MakeCode, etc. PickCode is my attempt at adding options for students who want to learn more about programming without making the jump to text, or as an alternative to block coding for beginners coming to programming at an older age. The visual language is meant to lower the barrier to entry to coding but the far more important aspect for me is giving students the ability to make things they're proud of as quickly as possible. A JS/Python API for controlling the chatbot and game engine are in the works. As of now, there are sample programs to play with and an editor which saves your programs to local storage. Full user accounts, tutorials and administrator accounts for teachers to organize assignments are on their way soon. If you're interested in using PickCode in a classroom or want to discuss feedback, send me an email at charlie@pickcode.io https://bit.ly/3PryQA1 July 25, 2022 at 09:16PM

Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid https://bit.ly/3RZ1klW

Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So I did just that =). I find hexagonal pipes a bit more difficult than the square variant because there's a larger variety of possible tile shapes. For an extra challenge I implemented wrap mode where the board can connect to itself (right to left and top to bottom), so there are no convenient outer walls to start from. The site is made with Svelte Kit, its code is available on github at < https://github.com/gereleth/hexapipes >. Hope you enjoy playing =). https://bit.ly/3PBsgGW July 24, 2022 at 07:50PM

Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://bit.ly/3cFGkkb

Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://bit.ly/3J7YOGc July 25, 2022 at 07:58PM

Show HN: Search PDFs with Transformers and Python Notebook https://bit.ly/3S1WxjR

Show HN: Search PDFs with Transformers and Python Notebook https://bit.ly/3RUOh5b July 25, 2022 at 03:11PM

Sunday 24 July 2022

Show HN: AI art from text – Express yourself with images https://bit.ly/3veirGy

Show HN: AI art from text – Express yourself with images https://bit.ly/3b6k5mX July 25, 2022 at 12:29AM

Show HN: Redirect clicks using a formula https://bit.ly/3veijqy

Show HN: Redirect clicks using a formula Part of my day job requires me to review a report monthly. The URL for July's report looks something like this: fancyreport.com?from=2022-07-01&to=2022-07-31 Typing this URL manually every month was just enough pain for me to put up a simple script on somedomainiown.com/magic that redirected me to the report for the current month by automatically filling in the "from" and "to" values in the URL. This way, I could bookmark one link and always open the latest report with one click. At some point, I figured I should put this behind a UI so that I could share it with my colleagues and maybe HN too. A couple of weeks of hacking, and here we are with an MVP the little imposter inside me finally accepted to post online. P.S. the "formule" implementation gets the job done for me, but is pretty rudimentary. Would love to know if you have a specific use case that'd benefit from other parameters or a more advanced formula system. https://bit.ly/3vePlqN July 24, 2022 at 10:05PM

Show HN: A Hugo Theme – Eternity https://bit.ly/3BauBUR

Show HN: A Hugo Theme – Eternity https://bit.ly/3BgogHs July 24, 2022 at 08:04PM

Show HN: Shelver, document store using cloud storage providers https://bit.ly/3vepcZb

Show HN: Shelver, document store using cloud storage providers https://bit.ly/3OwZUMv July 24, 2022 at 06:09PM

Show HN: Find compelling and comprehensible media for learning a language https://bit.ly/3PW0fcZ

Show HN: Find compelling and comprehensible media for learning a language https://bit.ly/3OxEM94 July 24, 2022 at 02:43PM

Show HN: HTML Forms Data into Spreadsheet https://bit.ly/3PN5lbT

Show HN: HTML Forms Data into Spreadsheet https://bit.ly/3oKewOp July 24, 2022 at 04:16PM

Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall https://bit.ly/3RXjzZ3

Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall When I was getting into web development I used a combination of Anki and git to help me quickly learn and retain skills. Figuring there might be demand for a product that uses the same strategy (without the requirement that you already know Anki and git), I created SkillPress. No account is needed to start learning. I would greatly appreciate any feedback or suggestions. https://bit.ly/3RRnFlv July 24, 2022 at 03:18PM

Show HN: Kvass, a personal key-value store https://bit.ly/3PPEsn1

Show HN: Kvass, a personal key-value store https://bit.ly/3PTzIwT July 24, 2022 at 12:05PM

Show HN: Interactive meeting demo with WebRTC and WebSockets https://bit.ly/3S1BY7c

Show HN: Interactive meeting demo with WebRTC and WebSockets Just a little no sign-up demo I threw together of my product. WebRTC is just incredibly powerful. https://bit.ly/3zsRZeN July 23, 2022 at 04:32PM

Show HN: Complete trace of the link of a distributed transaction https://bit.ly/3cD1zD8

Show HN: Complete trace of the link of a distributed transaction https://bit.ly/3Bb1Uan July 24, 2022 at 04:10AM

Saturday 23 July 2022

Show HN: Catp – print the output of a running process https://bit.ly/3z3ghuz

Show HN: Catp – print the output of a running process https://bit.ly/3cAwW10 July 23, 2022 at 02:07PM

Show HN: Big HN, Dark HN, No HN – Very Tiny Userscripts to Customize Hacker News https://bit.ly/3aYteOe

Show HN: Big HN, Dark HN, No HN – Very Tiny Userscripts to Customize Hacker News https://bit.ly/3NGMn5x July 23, 2022 at 12:41PM

Friday 22 July 2022

Show HN: Cryptosaving a tool crypto DCA calculator https://bit.ly/3PNLmZX

Show HN: Cryptosaving a tool crypto DCA calculator I've built a tool to help the DCA calculator crypto. It supports the top 100 coins. https://bit.ly/3b39gC3 July 23, 2022 at 04:17AM

Show HN: A better way of version controlling IAC https://bit.ly/3zoFTUb

Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://bit.ly/3IToDJH July 23, 2022 at 12:38AM

Show HN: humble-cli – A CLI tool to download Humble Bundle purchases https://bit.ly/3OmViZv

Show HN: humble-cli – A CLI tool to download Humble Bundle purchases humble-cli allows you to list all your Humble Bundle purchases, see their details, and download them from the comfort of your terminal. It can also limit downloads based on their size and format. https://bit.ly/3Otpcvd July 22, 2022 at 11:52AM

Show HN: I built the social media management platform you'll love https://bit.ly/3oohiIO

Show HN: I built the social media management platform you'll love https://bit.ly/3B8msjG July 22, 2022 at 10:21AM

Show HN: Timezone Sync Widget https://bit.ly/3PQtm1k

Show HN: Timezone Sync Widget I've built a widget to help remote teams stay in sync across time zones. It's easy to use, customizable, and you can embed it on your Notion page. Let me know what do you think :) https://bit.ly/3RUwdrx July 22, 2022 at 10:08AM

Show HN: Terrabook – Replit for Infrastructure https://bit.ly/3RNjO93

Show HN: Terrabook – Replit for Infrastructure https://bit.ly/3z35r7J July 22, 2022 at 01:22PM

Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse https://bit.ly/3cz1T5z

Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse https://bit.ly/3RVzKpO July 22, 2022 at 11:02AM

Thursday 21 July 2022

Show HN: Scribe, a Go library for writing, running, and generating CI pipelines https://bit.ly/3OsJ8hD

Show HN: Scribe, a Go library for writing, running, and generating CI pipelines Hi there. This is a passion project of mine I started after spending many painful hours working on CI pipelines. The general idea is that I wanted to stop making flimsy scripts in build & release pipelines and start writing software. I'm happy to answer any questions. Please let me know what you think of the idea and if there's anything you'd like to see. https://bit.ly/3BaUG6k July 21, 2022 at 10:58PM

Show HN: PodSnacks (CliffsNotes for Podcasts) https://bit.ly/3v5SV6B

Show HN: PodSnacks (CliffsNotes for Podcasts) https://bit.ly/3oiLTHG July 21, 2022 at 05:01PM

Show HN: I made a visual test tracker to find more bugs https://bit.ly/3z0oYWu

Show HN: I made a visual test tracker to find more bugs Headlamp is a Chrome extension that shows where you're missing tests. It reveals gaps in testing for solo testers, test teams (collaborative bug-bash, anyone?), and test automation (Selenium, Puppeteer, Playwright). Using it is easy as 1-2-3! 1) When you start testing, Headlamp puts a dot on each link and input element. 2) The dots are cleared when you click a link, type some text, or change a selection. 3) The remaining dots show you which things you missed. It also provides insightful test activity reports. It's free to use as a solo tester. Give it a try today! https://bit.ly/3ARicoz July 21, 2022 at 04:36PM

Show HN: Pg_jsonschema – A Postgres extension for JSON validation https://bit.ly/3aUli0B

Show HN: Pg_jsonschema – A Postgres extension for JSON validation https://bit.ly/3ojMQQ1 July 21, 2022 at 03:31PM

Show HN: A Linktree alternative for indie authors https://bit.ly/3cpF7Nz

Show HN: A Linktree alternative for indie authors https://bit.ly/3v5zSch July 21, 2022 at 02:27PM

Show HN: I made a website that helps you turn your life into a game and a story https://bit.ly/3PL86tK

Show HN: I made a website that helps you turn your life into a game and a story https://bit.ly/3PEOaIO July 21, 2022 at 01:49PM

Show HN: New Restaurants Discovery Notifier https://bit.ly/3PLmOkg

Show HN: New Restaurants Discovery Notifier https://bit.ly/3aVZkKs July 21, 2022 at 12:52PM

Show HN: Active learning as a service for easy data selection https://bit.ly/3zoFBga

Show HN: Active learning as a service for easy data selection We are thinking about building a framework that can be used for unlabeled data selection (using active learning) to reduce human labeling budgets. And hope it can be easily used as a service, currently we are adding more SOTA active learning algorithms and there is a demo for you to play with! https://bit.ly/3yZ29T0 July 21, 2022 at 11:03AM

Wednesday 20 July 2022

Show HN: A better way of version controlling IAC https://bit.ly/3cuLTl4

Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://bit.ly/3IToDJH July 21, 2022 at 03:11AM

Show HN: I built an all-in-one virtual production platform for indies https://bit.ly/3oibHUl

Show HN: I built an all-in-one virtual production platform for indies After being frustrated with the budget and learning curve requirements of the big names in the Virtual Production field, I decided to create my own all-in-one platform designed with beginners and less-technical folk in mind. It takes complicated tasks in other engines (tracking, compositing, floor plans, etc.) and makes them two-click solutions. And, with the free companion mobile app, you can track cameras, scan your sets, and (coming soon) do full body motion capture! There's a ton more features that I'm super proud of, and I'm open to any and all feedback! Thanks! https://bit.ly/3OC5xt7 July 20, 2022 at 11:13PM

Show HN: I built an app that helps JavaScript developers optimize their websites https://bit.ly/3PI160u

Show HN: I built an app that helps JavaScript developers optimize their websites Hi there, The app basically offers a handy user interface on top of Google's PageSpeed Insights API. It allows you to analyze URLs in bulk and save the reports for later references. Also, you can regenerate the saved reports for fresh results. I called this functionality "Automatic Checklists." The app offers "Manual Checklists", too. Those are exhaustive checklists with items in the form of "tasks". The idea is for those tasks to model real-life JIRA tickets, which will be very useful for interns and junior developers. As a start, there are two manual checklists, "Front-End Checklist" and "NextJs SEO Checklist." Any feedback is very welcome :) PS. I'm a JS full-stack developer and blogger from Bulgaria, so I'm not a native English writer. https://bit.ly/3B4gYXi July 20, 2022 at 10:41AM

Show HN: qboard, a drawing app with Vim-style keybindings https://bit.ly/3B4pxBw

Show HN: qboard, a drawing app with Vim-style keybindings I was frustrated with drawing apps where the eraser was E and the pen was P. Often, when I'm drawing, I want to quickly erase and then switch back to the pen. As one of my hands is on my mouse or tablet, I have to use my other hand to reach across the keyboard. I wanted a drawing app with customizable keybindings, so I made qboard a while back and have used it since. I talk more about the design principles on the Github repo: < https://github.com/cjquines/qboard/#design-principles >. https://bit.ly/3cpCUli July 20, 2022 at 09:14AM

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://bit.ly/3RN07OA

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://bit.ly/3yfX8VQ July 20, 2022 at 11:22AM

Tuesday 19 July 2022

Show HN: bashttp - a very (very) simple web server in Bash https://bit.ly/3crV0Dj

Show HN: bashttp - a very (very) simple web server in Bash https://bit.ly/3oh1UxQ July 20, 2022 at 03:07AM

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://bit.ly/3ROpC1S

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://bit.ly/3v0v3B9 July 20, 2022 at 02:26AM

Show HN: Open-source code editor for transforming data and building ML pipelines https://bit.ly/3PvZtTI

Show HN: Open-source code editor for transforming data and building ML pipelines https://bit.ly/3PJ030C July 20, 2022 at 12:16AM

Show HN: I made some ambient music generators that run in your browser https://bit.ly/3cpECDp

Show HN: I made some ambient music generators that run in your browser https://bit.ly/3P7nsc7 July 19, 2022 at 12:17PM

Show HN: Spinoff – a rust library for terminal spinners https://bit.ly/3cocUGW

Show HN: Spinoff – a rust library for terminal spinners https://bit.ly/3PlCoU7 July 19, 2022 at 08:48AM

Show HN: I made a site that crowdsources the top productivity hacks https://bit.ly/3PeLZMi

Show HN: I made a site that crowdsources the top productivity hacks https://bit.ly/3PhfbSQ July 19, 2022 at 08:22AM

Monday 18 July 2022

Show HN: Spartan Schema - Ultra-minimal JSON schemas with Typescript inference https://bit.ly/3aReqkz

Show HN: Spartan Schema - Ultra-minimal JSON schemas with Typescript inference https://bit.ly/3vlzhUj July 19, 2022 at 01:40AM

Show HN: I decided to re-create a mini Google Wave https://bit.ly/3aKBUrp

Show HN: I decided to re-create a mini Google Wave Even though Wave was killed more than 10 years ago, I didn't fully appreciate its value until recently, when I had to spend a fair amount of time in some group email threads discussing complex subjects. Would using chat instead solve the problem? Not really. In my opinion, chats are great for exchanging quick single-line replies. But to have a real discussion and arrive at a meaningful conclusion, we actually need more structure, not less structure. Which made me realize I wanted a product that worked exactly like Wave, but without some of its annoying features. In my opinion, the real-time typing feature was one of the main things that killed Wave. It's a very helpful feature for document editing, but maybe not so desirable when exchanging regular messages. Taking this feature out of the equation, it amazes me that no one (that I'm aware of) has built a product with basic Wave features to support intuitive threaded discussions with granular access control that can be used in both social and workplace settings. Reading some of the threads here on HN with people saying they wouldn't mind giving this idea a second chance if some product implemented it properly (with clean user-friendly design etc.), made me realize I might not be alone in this thinking. So after building and using it myself for taking notes and communicating with a couple of friends, I'm now ready to start sharing it with the rest of the world hoping to get some feedback on whether this implementation can be of any interest for others. Thank you for reading this long introduction! Please let me know what you think of this idea. My goal with this project is to small steps, iterate, and based on any feedback I can get, hopefully, eventually produce something that can provide a non-zero value :) https://bit.ly/3IPPeHS July 18, 2022 at 04:52PM

Show HN: Reverse Geocoding Offline Database https://bit.ly/3zeWfP6

Show HN: Reverse Geocoding Offline Database https://bit.ly/3uW3f0T July 18, 2022 at 03:00PM

Show HN: I Fixed Journaling for Myself https://bit.ly/3PiA28e

Show HN: I Fixed Journaling for Myself Journaling is a great practice to learn more about yourself - if done daily. I tried it multiple times and couldn't stick to it. This project is how I finally fixed it for myself. It works by eliminating my excuses. There is only one question a day that I'll answer - no time spent on "finding the perfect topic". I only need to go to the page - not find my notebook or create a new note/paragraph in another app. I only left myself a relatively small input area, less than a page in a small notebook - that way the commitment doesn't feel too big. I really enjoy the process and it has become something that I do early in the morning - a little bit of time for myself. It's now public because I am sure it could work for you too. Bonus: The data is all local, the input will be saved in the browser (IndexedDB) while I type, no login necessary - the full journal is accessible as a CSV (bottom right). https://bit.ly/3zevPNx https://bit.ly/3zevPNx July 18, 2022 at 12:58PM

Show HN: Trending AI Research Papers https://bit.ly/3cluyLs

Show HN: Trending AI Research Papers https://bit.ly/3uVmwzu July 18, 2022 at 11:28AM

Show HN: PubKey – Communicate Privately in Anonymous Public Spaces https://bit.ly/3o8JAa4

Show HN: PubKey – Communicate Privately in Anonymous Public Spaces A little while back I remember seeing a user on a certain anonymous imageboard asking for an invite to a selective email host. Only after a few minutes did the guy realize the perplexity of the situation. How do you insure against a race condition in a public forum with no way to direct message? Luckily, he nabbed the invite code, but it got me thinking about using PGP to provide a solution. This is meant to be a rough PoC and the UX is definitely not ready for the average Joe, but the functionality I'd like to think is there. What catbox.moe is to dropbox is what I'd like this to eventually be to keybase. Btw, "this page uses NO SERVER" just means it's static. I'm not trying to fool anyone lol. Edit: Source Code: https://bit.ly/3PgP3rk https://bit.ly/3PgP3Ym July 18, 2022 at 10:23AM

Show HN: If VS Code had a data-centric IDE sibling, what would that look like? https://bit.ly/3PiLu3Z

Show HN: If VS Code had a data-centric IDE sibling, what would that look like? https://bit.ly/3o8dVFV July 18, 2022 at 10:09AM

Sunday 17 July 2022

Show HN: A just another Cron alternative but with much more capabilities https://bit.ly/3AXVpHH

Show HN: A just another Cron alternative but with much more capabilities I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require writing code to manage workflows. Our ETL pipeline is already hundreds of thousands of lines of complex code in Perl and shell scripts. Adding another layer of Python on top of this would make it difficult to maintain. Instead, we needed a more lightweight solution. So we developed Dagu, which requires no coding, and is easy-to-use and self-contained, making it ideal for smaller projects with fewer people. https://bit.ly/3PeOGh2 July 18, 2022 at 03:46AM

Show HN: Typograms, Markdown-like renderer for ASCII diagrams https://bit.ly/3Pugq0A

Show HN: Typograms, Markdown-like renderer for ASCII diagrams https://bit.ly/3AXLrGy July 18, 2022 at 02:05AM

Show HN: Netflix Calculator https://bit.ly/3aKUShD

Show HN: Netflix Calculator https://bit.ly/3octoo8 July 17, 2022 at 05:09PM

Show HN: Uber for Coding — Build product with bounties https://bit.ly/3uQZMQT

Show HN: Uber for Coding — Build product with bounties https://bit.ly/3aLwf4s July 17, 2022 at 06:42PM

Show HN: MechKeebs – Online community to discover your next mechanical keyboard https://bit.ly/3oapJr4

Show HN: MechKeebs – Online community to discover your next mechanical keyboard https://bit.ly/3AWS3EM July 17, 2022 at 12:20PM

Show HN: IOK – an open ruleset and DSL for detecting phishing kits https://bit.ly/3yJticF

Show HN: IOK – an open ruleset and DSL for detecting phishing kits https://bit.ly/3chVwUg July 17, 2022 at 11:21AM

Saturday 16 July 2022

Show HN: Generate dynamic images for social sharing from HTML using Kodyfire CLI https://bit.ly/3PB1v55

Show HN: Generate dynamic images for social sharing from HTML using Kodyfire CLI https://bit.ly/3PeCBs9 July 16, 2022 at 06:11PM

Show HN: Logto beta – build universal sign-in, auth, and identity with ease https://bit.ly/3PPCEdZ

Show HN: Logto beta – build universal sign-in, auth, and identity with ease https://bit.ly/3o8kR5N July 16, 2022 at 04:17PM

Show HN: CashGraphs – A securities portfolio optimizer https://bit.ly/3PwOw4b

Show HN: CashGraphs – A securities portfolio optimizer Hello, This is a portfolio optimizer I made to help select portfolios for my clients. I'm a personal financial adviser. I generally put my clients in a mix of low-fee index funds and ETFs and I use this to set an appropriate allocation based on the client's risk tolerance. I have been working on this as a side project to 1) improve the theoretical underpinnings of my investment recommendations and 2) improve my coding skills with frameworks like Vue and Torch. Here's the repository for the frontend: https://bit.ly/3aH1opB . The frontend site is Vue 2 + Vuetify, and the backend is an AWS lambda function running the Torch optimizer. I am still working out kinks in the backend, particularly cold-start issues because the Lambda function has to load the entire Torch library (~2GB). This occasionally causes the AWS API Gateway to reach max timeout before the Lambda function finishes. Any tips on addressing this would be much appreciated. My first thought is maybe to pare down the Torch library used in the Lambda function because I am only using a small subset of the full library. The optimizer function itself is designed to overcome several classic shortcomings in Modern Portfolio Theory (MPT) ( https://bit.ly/3zab853 ). Unlike textbook implementations of MPT, this optimizer can utilize non-normal returns distributions, risk metrics besides variance, and can allow the user to specify tail behavior, such as asset correlations behaving normally most of the time but converging to 1.0 in severe downturns. Most of these "fixes" happen during the generation of custom "flavors", or asset selection universes. I have 3 flavors pre-built and there is some information on how they are constructed in the flavor selection page. Any feedback greatly appreciated! Justin Luther justinluther@lutherwealth.com https://bit.ly/3cdadb3 https://bit.ly/3o6UsoK July 16, 2022 at 04:01PM

Show HN: Interactive course about “everyday” data science https://bit.ly/3PfHBN0

Show HN: Interactive course about “everyday” data science Last year, I wrote the book Everyday Data Science. It was #1 on HN! [1] This year, I've been working with Jim Fisher on a new kind of interactive course. It's like a choose-your-own-adventure, except you'll learn Thompson sampling, differential equations, and Bayesian-optimal pricing. After several months, the first two chapters are ready! Every word, button, and sound has been painstakingly crafted. Try out the first chapter to see what we mean! [2] The course will be $99, but it’s $29 today, as a thanks for helping us build the next 8 chapters! Let us know what you think :-) - Andrew Carr [3] [1]: https://bit.ly/3bxNZwI [2]: https://bit.ly/3IH4VAM... [3]: https://twitter.com/andrew_n_carr https://bit.ly/3uSzRZp July 16, 2022 at 03:32PM

Show HN: I made a simple platform to buy/sell side projects https://bit.ly/3IM5KbS

Show HN: I made a simple platform to buy/sell side projects Hi Guys, I made a simple platform to buy/sell side projects. Current solutions are over complicated so I decided to make things simpler. Let me know your what you think about this. https://bit.ly/3yNlC9m July 16, 2022 at 01:50PM

Show HN: A searchable archive of Wikipedia's “Current Events” portal https://bit.ly/3uSl1SK

Show HN: A searchable archive of Wikipedia's “Current Events” portal https://bit.ly/3PPlE7F July 16, 2022 at 01:26PM

Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website https://bit.ly/3yOFAAF

Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website https://bit.ly/3OaM2Y3 July 16, 2022 at 09:33AM

Friday 15 July 2022

Show HN: Eesel – Federated search without API integrations https://bit.ly/3Ob6lVt

Show HN: Eesel – Federated search without API integrations Hey there! Amogh here from eesel ( https://bit.ly/3aICHcs ). eesel filters your browser history to show the docs you need for work, right in your new tab. You can see recent docs, filter by app or search by title or content. We're trying to solve a pretty universal problem. Everyone's work is spread across apps - there's a project brief in Google Docs, issues in Jira, a mockup in Figma, PRs in GitHub - and with this kind of sprawl, it can be a game of trial and error to find the links we need to do our job. Trying keywords in the address bar only works if we remember the title and it's specific enough, search in apps can be slow and noisy, company "knowledge hubs" in Confluence or Google Drive are usually not up to date, and we ultimately just ping each other on Slack to find things. I was struggling with this acutely as a PM at Intercom, and it felt ridiculous that I could search the web faster than my company's docs. It was around this time that I also discovered an Effective Altruism blog post on Operations ( https://bit.ly/3uO8KhN ) and how "maximising the productivity of others in the organisation" can have this multiplier effect for your own impact. That's when it clicked - here's an "operations" problem that felt tractable for my skills and I could potentially multiply my impact by solving it. This is what gave the conviction to prototype something on the weekends, and things spun off from there. Let's talk about the solution more. The magical thing about eesel is that we don't use APIs. When it comes to "search across apps", integrating with different APIs is a pretty default way to approach things. That's how we started, but things felt uneasy - could we really build API integrations with _everything_? There's so much out there, and this list is pretty much always changing. If we really did want a search across all work apps, we'd have to play catch up with old and new APIs. You could argue that these were just the schleps ( https://bit.ly/3uS9enr ) we had to overcome, but it was amidst this we realised that uh, the browser exists. We mostly work in the browser, and the great thing about it is that it's built on web standards. From HTTP and URLs to HTML and CSS, all apps in the browser follow the same predictable patterns: documents are accessed via URLs, content lives inside the HTML, there's a page title, there's a favicon, and so on. It's not a perfect replacement for APIs, but it felt good enough. We didn't need to manually integrate with each app, and could instead rely on existing web standards. And that's what we did. eesel works with any app in the browser, including apps without APIs (like that internal company tool), or apps that don't exist yet (the new Product Hunt hit). Not using APIs also meant that we could go an extra step with privacy - eesel works fully locally by default and you don't need to login to _anything_ (even eesel!). Simply install and it works. We want to keep building on this approach and improve how we work in the browser. For instance, eesel uses keywords to automatically organise pages into Folders, and there's Commands to take actions (spoiler: you can customise a JavaScript to inject on a page, like this script that goes to a Notion backlog and clicks the "New" button - https://bit.ly/3aIBAJP... ). Alright, that's a lot of writing from us. We have a bunch of ideas, and would love to hear about where you think we should take this next. https://bit.ly/3Pd0pwu July 15, 2022 at 01:14PM

Show HN: Mapedia.org – A Crowdsourced Learning Map https://bit.ly/3uS2NjX

Show HN: Mapedia.org – A Crowdsourced Learning Map Hi HN! We're happy to announce the launch of Mapedia.org, an open source crowdsourced learning map! Mapedia is a new kind of learning platform at the crossroad between Wikipedia, Google Maps and Khan Academy: a learning map built collaboratively to support online learners to learn any topic seamlessly. We built an interactive learning map of topics to be able to visualize the different fields of knowledge, what concepts are included in them and how they relate to each other. This allows for curiosity based exploration, identifying knowledge gaps (unknown unknowns) and figuring out what to learn next (and in which order). For each topic you can then find community and expert curated resources, learning advices and smart recommendations in order to learn as efficiently as possible. We want people to spend time learning rather than figuring out how to learn, and in particular to empower self-directed learners. The idea came out of the frustration and inefficiency of learning online, and I've been working on it for 2 years now. The vision in itself for it is not so new, Mapedia is rather a different take on it that particularly believes in the potential of crowdsourcing and online communities. Our roadmap includes implementing learning groups based on shared goals rather than shared course/learning material, customizable "constructive" feeds of learning materials and adaptive learning paths. The topic map is obviously far from complete and we are still in the early product iterations, but you can checkout a few examples here: https://bit.ly/3ARMCag -> The explore map from the top level topics https://bit.ly/3AUbG0h... -> the map focused on functional programming, showing how concepts relate to each other https://bit.ly/3uR7D11... -> the page for the functional programming topic, with curated resources https://bit.ly/3o7V1ik... -> an example of a learning path (this feature is in a very alpha version) Let us know what you think! We're very open to feedback and suggestions https://bit.ly/3o4yJht July 15, 2022 at 07:27PM

Show HN: Neural Search for Stack Overflow https://bit.ly/3uQJRCu

Show HN: Neural Search for Stack Overflow https://bit.ly/3o44cQK July 15, 2022 at 04:59PM

Show HN: Open Source Edge Proxy for Low Latency Distributed Authorization https://bit.ly/3o7W024

Show HN: Open Source Edge Proxy for Low Latency Distributed Authorization https://bit.ly/3APECXm July 15, 2022 at 03:20PM

Show HN: Generate PDF docs from HTML templates using kodyfire-CLI https://bit.ly/3RBtHqd

Show HN: Generate PDF docs from HTML templates using kodyfire-CLI https://bit.ly/3RBsu27 July 15, 2022 at 01:11PM

Show HN: tere – A Faster Alternative to cd+ls https://bit.ly/3B8HgI3

Show HN: tere – A Faster Alternative to cd+ls Hi HN! I wrote a small program to browse folders in the terminal. The main inspiration was type-ahead search in GUI file managers. There exist several programs that are similar (see the listing in the README), but none of them do it quite the way I like, and often they have a very complex UI and a ton of features. I tried to make something that is obvious how to use and gets out of your way. (I also wanted an excuse to learn Rust.) Let me know what you think! https://bit.ly/3uQrAFe July 15, 2022 at 09:45AM

Thursday 14 July 2022

Show HN: GitHop https://bit.ly/3Pu75WN

Show HN: GitHop History widget that focuses only on github links. Useful to have it somewhere in the toolbar to go to repos quickly. Most recently-visited urls go to the top. Can be filtered. And navigated with arrow keys. https://bit.ly/3o2VMcj https://mzl.la/3PsGyJw July 15, 2022 at 05:37AM

Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go https://bit.ly/3aIIUoD

Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go https://bit.ly/3AP5SoQ July 15, 2022 at 02:13AM

Show HN: Open-source authorization service based on Google-Zanzibar https://bit.ly/3P9aYAI

Show HN: Open-source authorization service based on Google-Zanzibar https://bit.ly/3z6p5RR July 14, 2022 at 03:38PM

Show HN: I built an app for when I talk too much in online meetings https://bit.ly/3o4mAsE

Show HN: I built an app for when I talk too much in online meetings Hey HN! Alexis here, I’m a product manager and software developer in Berlin by way of New York. I want to show you this app I made – It’s like a "buddy" for those, like myself, who inadvertedly talk too much in meetings. The app gives me feedback and a little more in control of what I have influence over by: * Keeping track of how long I’ve been speaking * Catching myself before I talk too much * Developing a better sense of timing I truly love having conversations with people in real-life. But online meetings, especially group calls, tend to make me nervous. I can't read body language. The tone of voice, micro-experessions and social cues get lost. If you, too, accidentally talk too much too often, check it out "Unblah". Watch the quick 2-minute demo and download the macOS app over at https://bit.ly/3AX82CK . Cheers! Alexis PS: There’s a whole FAQ section for common questions you may have – Including if this is yet another "native" Electron app ;) edit: bullet-list formatting https://bit.ly/3azeTb3 July 14, 2022 at 02:09PM

Show HN: Twitter bot analyzes chess diagrams from tweets https://bit.ly/3c2wwjG

Show HN: Twitter bot analyzes chess diagrams from tweets https://twitter.com/ChessvisionAI July 14, 2022 at 01:47PM

Show HN: Atorable-Loader – Build a website that serves itself https://bit.ly/3aGxbqD

Show HN: Atorable-Loader – Build a website that serves itself https://bit.ly/3IAwxYv July 14, 2022 at 12:22PM

Show HN: Free: NextJs Firebase Starter Kit https://bit.ly/3z1jEn4

Show HN: Free: NextJs Firebase Starter Kit https://bit.ly/3ciuBrC July 14, 2022 at 11:34AM

Wednesday 13 July 2022

Show HN: Near-Real-Time Voice Chat Moderation that my startup made https://bit.ly/3IBgPvY

Show HN: Near-Real-Time Voice Chat Moderation that my startup made https://bit.ly/3ccT69v July 14, 2022 at 04:32AM

Show HN: Blender Python 3D simulator for computer vision and inverse render AI https://bit.ly/3RBiK7V

Show HN: Blender Python 3D simulator for computer vision and inverse render AI https://bit.ly/3Ry6yVr July 14, 2022 at 04:17AM

Show HN: How to get access to coredumps from GitHub Actions runs https://bit.ly/3P8kP9Y

Show HN: How to get access to coredumps from GitHub Actions runs https://bit.ly/3z44VaX July 13, 2022 at 10:51PM

Show HN: Face IO – Facial Authentication for the Web https://bit.ly/3axLPR0

Show HN: Face IO – Facial Authentication for the Web https://bit.ly/3PkEqmU July 13, 2022 at 09:31AM

Tuesday 12 July 2022

Show HN: Restore titles for removed or private videos in YouTube playlists https://bit.ly/3o4Yk9L

Show HN: Restore titles for removed or private videos in YouTube playlists https://bit.ly/3o4YkGN July 13, 2022 at 06:26AM

Show HN: MPL Plotter – Publication Quality Plots https://bit.ly/3nZObve

Show HN: MPL Plotter – Publication Quality Plots Greetings stranger. Been working on this for some time and it's now mature enough I figured you might find some use in it. Have a nice day! https://bit.ly/3yAGsJ0 July 12, 2022 at 06:58PM

Show HN: Sun Clock: a 24hr clock that shows the position of the sun https://bit.ly/3P5u2j4

Show HN: Sun Clock: a 24hr clock that shows the position of the sun https://bit.ly/3yCZZZ3 July 13, 2022 at 02:20AM

Show HN: We are trying to (finally) get tail-calls into the WebAssembly standard https://bit.ly/3O5juPM

Show HN: We are trying to (finally) get tail-calls into the WebAssembly standard WebAssembly is a modern bytecode supported by all browsers and designed to be a compiler target for a wide variety of programming languages. To effectively support some forms of Functional Programming support for tail-calls has been proposed as an extension to the WebAssembly standard. This proposal has reached Phase3 of the standardization process years ago, but has since stalled. Phase3 is known as "the implementation phase" and the prerequisite for advancing the proposal to Phase4 is to have support in two different browser engines. V8/Chrome support has been available for a long time, so another engine is required. To unblock this situation we have contributed full support for WebAssembly Tail Calls to JavaScript/WebKit/Safari. The PR is available here: https://bit.ly/3O0y5Mk An in-depth article about the challenges of implementing this feature is also available. This is intended both as documentation for our contribution, but also as a general explainer about how tails calls actually work, with a particular focus on stack space management. https://bit.ly/3c7XqXj July 12, 2022 at 02:14PM

Show HN: Fastify DX, a full stack framework based on Fastify and Vite https://bit.ly/3P3jaSS

Show HN: Fastify DX, a full stack framework based on Fastify and Vite https://bit.ly/3PllzrX July 12, 2022 at 12:59PM

Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines https://bit.ly/3yZiOr1

Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines https://bit.ly/3P80h1q July 12, 2022 at 11:06AM

Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform https://bit.ly/3nTkKLc

Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform https://bit.ly/3yWm728 July 12, 2022 at 11:44AM

Show HN: Kreya, a Postman Alternative https://bit.ly/3Iu4CsY

Show HN: Kreya, a Postman Alternative Hi HN! For over a year we've been working on Kreya. At first, it only supported gRPC, because the alternative tools (eg. BloomRPC) were very limited in their functionality. Since then, we have added many features, trying hard to keep the UI clean while still supporting advanced use cases. Yesterday, we released Kreya v1.8, which added support for REST! In our opinion, Kreya is a good alternative to the existing tools out there. Sure, it may not support all the features that Postman has. But we think that Kreya has some innovative approaches (eg. authentication or API importers) that users may find interesting. https://bit.ly/3CpHnNn July 12, 2022 at 08:05AM

Monday 11 July 2022

Show HN: I made a simple addictive web game https://bit.ly/3APxha2

Show HN: I made a simple addictive web game https://bit.ly/3c6rHWt July 12, 2022 at 12:40AM

Show HN: Sticky News Headlines Without Photos https://bit.ly/3nUdcbi

Show HN: Sticky News Headlines Without Photos I put this together a few weeks ago. It polls for news headlines every hour and the ones that are there again and again rise to the top: https://bit.ly/3axly5p So if you make it all the way down to the score of "1" those are very fresh, only seen in the last hour and there is no guarantee they will rise. But some do rise and if they are at the very top they have been seen over and over for the past 24 hours. Max high score is 24. Similar to legiblenews, there are no photos, just the text to scan. I like the freshness of this system. Every time I want to know "ok so what are the BIG stories" I scan the top score ones and sometimes I make it down to low score ones. July 11, 2022 at 02:52PM

Show HN: Share Beautiful Screenshots https://bit.ly/3yWq2Ms

Show HN: Share Beautiful Screenshots https://bit.ly/3OZ4qEJ July 11, 2022 at 12:20PM

Show HN: Lldap, a Simplified LDAP Server https://bit.ly/3OYSC5n

Show HN: Lldap, a Simplified LDAP Server Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers. The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI. LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it. We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself! We've had some people using it for tests as well. https://bit.ly/3ay2XGw July 11, 2022 at 10:29AM

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://bit.ly/3IsauD4

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://bit.ly/3uCWL6X July 11, 2022 at 10:05AM

Sunday 10 July 2022

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://bit.ly/3RziVAS

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://bit.ly/3RmqXgi July 10, 2022 at 08:56PM

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts https://bit.ly/3RjmLhr

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and add keyboard shortcuts where it's possible (Ctr+Enter to submit idea, drag-and-drop to rearrange, Esc to jump level up). So finally I've made a tool that I use myself and will update it gradually (sorting, touch devices, ex/import (json, text), boards, more navigation with keyboard and other stuff, and login). https://bit.ly/3RnG6xR July 9, 2022 at 10:33AM

Show HN: Whatcha – the social network for digital media https://bit.ly/3uDfb7u

Show HN: Whatcha – the social network for digital media https://apple.co/3OZiIVL July 10, 2022 at 07:57PM

Show HN: Find Snippets from Stackoverflow for VSCode https://bit.ly/3oa93QF

Show HN: Find Snippets from Stackoverflow for VSCode https://bit.ly/3ywxrRa July 10, 2022 at 11:56AM

Show HN: Ants Sandbox - an ants simulator https://bit.ly/3azsAGG

Show HN: Ants Sandbox - an ants simulator https://bit.ly/3ySDqAX July 10, 2022 at 10:48AM

Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 https://bit.ly/3ymBAqw

Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 https://bit.ly/3uCKShg July 10, 2022 at 10:24AM

Friday 8 July 2022

Show HN: Find out where your supplements are made & sourced https://bit.ly/3ADYhtc

Show HN: Find out where your supplements are made & sourced I made a table where you can find out the source/location of factory for where health supplements are made. This is a work in progress but it functions. At the moment you can sort by cGMP/GMP certification. * Full disclosure - if you purchase anything using the links, i earn an small affiliate fee (5%) I made this to help demystify the language behind product labelling, which in many cases is obfuscating the manufacturing and sourcing of certain products https://bit.ly/3uAfJLk July 9, 2022 at 12:54AM

Show HN: Triple Payments – Request crypto from anyone by sharing a link https://bit.ly/3RlVcnn

Show HN: Triple Payments – Request crypto from anyone by sharing a link Hi HN, Kevin and Ben here. Triple Payments is the easiest way to invoice someone and get paid in crypto. Just specify an amount and currency to pay out in, and share the link that we generate. We built Triple Payments to solve one of the most annoying problems we faced as web3 developers – requesting crypto without going back-and-forth on tokens and wallet addresses. When sending large sums of USDC or ETH, we were never 100% sure that our money was going to the right wallets. Under the hood, we let payers send ETH or stablecoins like USDC directly by calling standard transfer methods that work with their web3 wallets. If payers don’t have any of the requested currency, we give them the option to pay with a different token, using the 0x [1] platform and our custom contract to swap tokens behind the scenes. We’d love it if you could try creating a payment request, and look forward to hearing your feedback and suggestions! [1]: https://bit.ly/3Rgtl8p https://bit.ly/3RgtlVX July 9, 2022 at 12:05AM

Show HN: Nasefa – Sending myself files (via self-hosted NATS) https://bit.ly/3yRR7Al

Show HN: Nasefa – Sending myself files (via self-hosted NATS) https://bit.ly/3PfMS76 July 8, 2022 at 11:01PM

Show HN: Wiby is now free software https://bit.ly/3yrK1Bd

Show HN: Wiby is now free software https://bit.ly/3yrcPd0 July 8, 2022 at 10:13PM

Show HN: I made a small Space Shooter https://bit.ly/3c1jAL2

Show HN: I made a small Space Shooter Thank you https://bit.ly/3arBqGG for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok). https://bit.ly/3Rln5fp July 8, 2022 at 09:58PM

Show HN: Status Page Status Page Status Page https://bit.ly/3uAMnwf

Show HN: Status Page Status Page Status Page https://bit.ly/3uyP1me July 8, 2022 at 09:33PM

Thursday 7 July 2022

Show HN: I made an app to help insomniacs learn how to sleep again https://bit.ly/3ao74Vq

Show HN: I made an app to help insomniacs learn how to sleep again Hi HN! I suffered from chronic insomnia for over a year and tried everything from cutting coffee, blocking blue light, to taking melatonin and antihistamine, but couldn’t find anything that worked. I even bought a $500 research-grade EEG device to track my sleep, which was honestly kind of depressing because it showed that I was sleeping less than 4 hours per night for weeks straight. In the day, it took an immense amount of energy for me to perform even the most mundane of tasks, such as doing my laundry or ordering groceries. At night, I felt an overwhelming sense of loneliness and resentment as I lay in bed wide-awake, reading and re-reading Sleep by Murakami or mindlessly scrolling through reddit/ HN. My performance at work suffered, my personal relationships suffered, and my happiness suffered. When I finally decided to see a sleep specialist, I was put on a 3-month long waiting list. Eventually, I was able to get my insomnia treated, but I realized that there is no reason why anyone should wait 3 months to get treatment when the same therapy that I received can be delivered online. My co-founder and I both have experience in digital health, so we decided to partner with sleep experts to create a mobile app to help people with insomnia get better sleep using psychology. We launched in February this year, and have already helped over 500 patients improve their sleep permanently. Our data shows that our program is just as effective as group, in-person sleep therapy, and we’re doing a clinical study with Brigham and Women’s hospital and Harvard Medical School to prove the efficacy of our product. On average, our users sleep 74 minutes longer than before and spend 52% less time awake in the middle of the night. If you have trouble with sleep, try our app and let us know what you think! https://bit.ly/3OUacHz July 8, 2022 at 03:23AM

Show HN: See3ee.com – Find Cars like you find EC2’s https://bit.ly/3RhULdW

Show HN: See3ee.com – Find Cars like you find EC2’s https://bit.ly/3anl81r July 7, 2022 at 03:50PM

Show HN: tlogistry.dev: Transparently Immutable Tags Using Sigstore's Rekor https://bit.ly/3NRQbA9

Show HN: tlogistry.dev: Transparently Immutable Tags Using Sigstore's Rekor https://bit.ly/3NLfx2t July 7, 2022 at 03:51PM

Show HN: RSS Feed Discovery Engine https://bit.ly/3O4iJGV

Show HN: RSS Feed Discovery Engine Proprietary feed readers don't reveal their discovery algorithms. This is a FOSS solution to that problem. Also has an api: https://bit.ly/3OW2MUf... https://bit.ly/3OW2NYj July 7, 2022 at 01:03PM

Show HN: A dependency injection library based on Go 1.18 Generics https://bit.ly/3ylaqAE

Show HN: A dependency injection library based on Go 1.18 Generics https://bit.ly/3NUpQRY July 7, 2022 at 11:31AM

Show HN: Mind Flayer – A Stranger Things style interactive web experience https://bit.ly/3yql9d2

Show HN: Mind Flayer – A Stranger Things style interactive web experience https://bit.ly/3yoa4sT July 7, 2022 at 12:56PM

Show HN: PocketBase – open-source realtime back end in 1 file https://bit.ly/3PbLPoI

Show HN: PocketBase – open-source realtime back end in 1 file https://bit.ly/3Rh3EV6 July 7, 2022 at 01:45PM

Wednesday 6 July 2022

Tuesday 5 July 2022

Show HN: A simple Italian to English translator written in C (Hello World joke) https://bit.ly/3OL9RGZ

Show HN: An unreasonably efficient Game of Life, in pure Python https://bit.ly/3ynOc0V

Show HN: An unreasonably efficient Game of Life, in pure Python https://bit.ly/3ynOepz July 5, 2022 at 06:45PM

Show HN: Credentials dumper for Linux using eBPF https://bit.ly/3RoSbD9

Show HN: Credentials dumper for Linux using eBPF https://bit.ly/3uqDeGC July 5, 2022 at 03:44PM

Show HN: Distributed location data analytics for mobile apps https://bit.ly/3uqAKYZ

Show HN: Distributed location data analytics for mobile apps The DLDB is a distributed location (and private data) analytics for mobile applications. It enables the understanding of end-user movement patterns and provides the content of different locations. DLDB is about privacy and scaling. More about DLDB can be read here https://bit.ly/3RdSEHQ and here https://bit.ly/3P3Yz0l The beta version for the SDK is available at https://bit.ly/3IjRpTx And the beta version of our dashboard is here: https://bit.ly/3R8cLHA All questions, comments and critiques are more than welcome! https://bit.ly/3P3Yz0l July 5, 2022 at 03:00PM

Show HN: GGWave – Data over Sound for Microcontrollers https://bit.ly/3IcYchX

Show HN: GGWave – Data over Sound for Microcontrollers https://bit.ly/3Asx2BS July 5, 2022 at 01:59PM

Monday 4 July 2022

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://bit.ly/3P401Qi

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://bit.ly/3aeECFq July 4, 2022 at 07:44PM

Show HN: A short dystopian game I build last weekend https://bit.ly/3nFrL2i

Show HN: A short dystopian game I build last weekend https://bit.ly/3yjDSXo July 4, 2022 at 08:43PM

Show HN: Graphsignal – ML profiler to speed up training and inference https://bit.ly/3NH2Fum

Show HN: Graphsignal – ML profiler to speed up training and inference Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback! https://bit.ly/3Bl6dNx July 4, 2022 at 12:40PM

Show HN: Trane, an automated system for learning complex skills https://bit.ly/3R6rt1R

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://bit.ly/3nz20Rb . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://bit.ly/3nDEyCo and some music courses at https://bit.ly/3nI88Gw . I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's some of you who have found a similar issue while practicing your own hobbies. https://bit.ly/3nz20Rb July 4, 2022 at 07:04PM

Show HN: Instant.gallery pushing the 3D immersive web further https://bit.ly/3yDJe18

Show HN: Instant.gallery pushing the 3D immersive web further https://bit.ly/3OM6ks8 July 4, 2022 at 05:53PM

Show HN: Auto scan receipt data feature in my app https://bit.ly/3nzD0sT

Show HN: Auto scan receipt data feature in my app Hi all, Just released a feature in my app Receipts Co to auto scan the data from receipts while saving the receipts. App will try to read store, price and purchase date from receipts to make the process faster. Kindly download the app from here https://apple.co/3OJqgf8 and let me know your feedback. Thank you July 4, 2022 at 08:43AM

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://bit.ly/3P4tOIz

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://bit.ly/3bBWGtk July 4, 2022 at 05:05AM

Sunday 3 July 2022

Show HN: Bebo – run Clojure scripts on Deno https://bit.ly/3nCTNLy

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://bit.ly/3y5u5UY In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs). Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too. It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter: - https://bit.ly/3nyoz8q - https://bit.ly/3y5u7w4 I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore. July 3, 2022 at 02:39PM

Show HN: Generate webpage summary images with DALL-E mini https://bit.ly/3nBoqRS

Show HN: Generate webpage summary images with DALL-E mini https://bit.ly/3P1ot56 July 3, 2022 at 01:18PM

Show HN: Inject TailwindCSS into HTML Templates https://bit.ly/3yfHkCq

Show HN: Inject TailwindCSS into HTML Templates https://bit.ly/3IbxLJs July 3, 2022 at 10:01AM

Show HN: Using ThreeJS to create a city from Your GitHub contributions https://bit.ly/3yfnwPO

Show HN: Using ThreeJS to create a city from Your GitHub contributions I spent some time making this. I am a beginner with blender but I did my best :) I'm open to any and all feedback. https://bit.ly/3yfX8VQ July 3, 2022 at 08:34AM

Saturday 2 July 2022

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://bit.ly/3unuj90

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://bit.ly/3uIxsR1 July 3, 2022 at 02:45AM

Show HN: WebReducer – micro event sourcing cloud function https://bit.ly/3R5JPzZ

Show HN: WebReducer – micro event sourcing cloud function Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://bit.ly/3bM7xBc Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this? https://bit.ly/3bAfV6A July 2, 2022 at 07:17PM

Show HN: Beast – The Build System https://bit.ly/3I7dNj4

Show HN: Beast – The Build System Beast is a build system built for speed and power - a tool for all your build needs. GitHub: https://bit.ly/3P1GRKP Docs: https://bit.ly/3NItqyl As a project grows larger, it becomes difficult to keep track of all the build and compilation procedures that need to be followed. So what should we do??? Not to worry! Beast helps you build your projects with minimal effort and high efficiency, bringing more power to you. In addition, it is super easy to use and syntactically easy to understand, making it suitable for both: beginners and highly experienced programmers. With its new release: Nimble (v1.1.0), Beast has become much faster and stronger than before. Its build times are now overtaking or matching those of current community standards!!! In contrast to other such build systems, Beast focusses on both: ease of usability and speed!!! https://bit.ly/3P1GRKP July 2, 2022 at 12:04PM

Show HN: Rapidly Develop CRUD Apps with Locode https://bit.ly/3bLdpdK

Show HN: Rapidly Develop CRUD Apps with Locode https://bit.ly/3wpNrmU July 2, 2022 at 07:12AM

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://bit.ly/3R2YyvA

Show HN: Coffeehouse, one-on-one voicechat with random HN users One-on-one, because it's simpler: - When one stops talking, the other starts. - No groups, no hierarchy, no status. Voicechat, because it's more intimate then text and more private then video. With other HN readers, because that creates some common ground. https://bit.ly/3ojgSUC July 2, 2022 at 10:02AM

Show HN: Responsecodes.xyz https://bit.ly/3NETIS6

Show HN: Responsecodes.xyz responsecodes.xyz returns response status codes based on the subdomain. https://bit.ly/3R4sgQQ returns a response with a status code of 222. https://bit.ly/3nyAovj returns a response with a status code of 999. Non-numeric subdomains will return a 400. I built this because I needed it and I couldn't find one after searching around for a few minutes. July 2, 2022 at 05:43AM

Show HN: What do avoided crossings sound like? https://bit.ly/3AlemDS

Show HN: What do avoided crossings sound like? https://bit.ly/3OVNLRP July 2, 2022 at 07:40AM

Friday 1 July 2022

Show HN: Create invitations for weddings and virtual events https://bit.ly/3yd2Ho7

Show HN: Create invitations for weddings and virtual events https://bit.ly/3OTwMjh July 1, 2022 at 10:36PM

Show HN: Codesearch.ai – Semantic Code Search https://bit.ly/3NCLTfY

Show HN: Codesearch.ai – Semantic Code Search https://bit.ly/3ydBYaK July 1, 2022 at 05:26PM

Show HN: Typed GQL in Zeus 5.1.5 https://bit.ly/3ycNu6k

Show HN: Typed GQL in Zeus 5.1.5 https://bit.ly/3a8s7eo July 1, 2022 at 01:15PM

Show HN: Meantime.me – I'll call you to check that you have done your tasks https://bit.ly/3ycvNDR

Show HN: Meantime.me – I'll call you to check that you have done your tasks https://bit.ly/3ycvPvt July 1, 2022 at 12:49PM

Show HN: Sliceform – Learn CAD for 3D printing from scratch https://bit.ly/3ytJcb9

Show HN: Sliceform – Learn CAD for 3D printing from scratch https://www.youtube.com/playlist?list=PLV7axIz-kU_AZ8wjR6cdvTTn4aGcvXhVg July 1, 2022 at 04:31PM

Show HN: CSVFiddle – Query CSV files with DuckDB in the browser https://bit.ly/3bwt7ta

Show HN: CSVFiddle – Query CSV files with DuckDB in the browser https://bit.ly/3NuosFy July 1, 2022 at 02:27PM

Show HN: Find Developers via GitHub Data https://bit.ly/3a8TaXa

Show HN: Find Developers via GitHub Data So i made this, was thinking if i can improve what kind of people get invited for interviews. Probably better than filtering by linkedin but who knows. didnt bother to buy a proper domain for now. https://bit.ly/3ycejI5 July 1, 2022 at 11:15AM