Tuesday 31 August 2021

Show HN: Compile for Arm at native speeds in an emulated system https://bit.ly/3BrUyMw

Show HN: Compile for Arm at native speeds in an emulated system https://bit.ly/3kKDlqG September 1, 2021 at 05:29AM

Show HN: Hypothesis and CrossHair demo (concolic / SMT-based PBT) https://bit.ly/3jxHv6b

Show HN: Hypothesis and CrossHair demo (concolic / SMT-based PBT) https://bit.ly/3tbi7X6 September 1, 2021 at 01:51AM

Show HN: I created a digital product, here is how I did it https://bit.ly/3t4ix1f

Show HN: I created a digital product, here is how I did it https://bit.ly/2WJYwkI September 1, 2021 at 02:12AM

Show HN: Dynamic Resume Generator https://bit.ly/2Y3msjp

Show HN: Dynamic Resume Generator https://bit.ly/3jviYyn August 31, 2021 at 11:35PM

Show HN: One-pass lambda-to-C compiler https://bit.ly/3Bt4eWX

Show HN: One-pass lambda-to-C compiler https://bit.ly/2WGPTax August 31, 2021 at 11:26PM

Show HN: A Commodore Vic-20 Emulator on the Raspberry Pi Pico https://bit.ly/3DvlDAp

Show HN: A Commodore Vic-20 Emulator on the Raspberry Pi Pico https://bit.ly/3t37FR9 August 31, 2021 at 11:04PM

Show HN: You've all heard of stock photos, but what about stock text? https://bit.ly/3kHX7Df

Show HN: You've all heard of stock photos, but what about stock text? https://bit.ly/38sQnU7 August 31, 2021 at 10:18PM

Show HN: Market analysis framework for rental property investors https://bit.ly/2V14kWg

Show HN: Market analysis framework for rental property investors https://bit.ly/3DBlFqr August 31, 2021 at 09:51PM

Show HN: CLI for authentication into AWS right from your terminal (supports MFA) https://bit.ly/38IkMhD

Show HN: CLI for authentication into AWS right from your terminal (supports MFA) https://bit.ly/3t6xboH August 31, 2021 at 08:48PM

Show HN: I made an app to draw stickers for iMessage, Discord, and Slack https://bit.ly/3BrPBDl

Show HN: I made an app to draw stickers for iMessage, Discord, and Slack https://bit.ly/3BsmTlJ August 31, 2021 at 06:36PM

Show HN: BokehCamera: Blur webcam background photorealistically using RealSense https://bit.ly/3gQgkBD

Show HN: BokehCamera: Blur webcam background photorealistically using RealSense https://bit.ly/3jwyaeT August 31, 2021 at 05:52PM

Show HN: Whole-fleet continuous profiler for C/C++/Rust/Go/JVM/Python/Ruby/PHP https://bit.ly/3jwM9RW

Show HN: Whole-fleet continuous profiler for C/C++/Rust/Go/JVM/Python/Ruby/PHP https://bit.ly/2YdAfUN August 31, 2021 at 04:41PM

Show HN: I made a Gravatar-like service for favicons https://bit.ly/2WyaQEX

Show HN: I made a Gravatar-like service for favicons https://bit.ly/3jwaeID August 31, 2021 at 04:27PM

Show HN: Jax Transformer implementation from scratch with notes https://bit.ly/3juCmLT

Show HN: Jax Transformer implementation from scratch with notes https://bit.ly/3BxvsvP August 31, 2021 at 07:16AM

Show HN: HACK - Android iOS macOS client for Hacker News with reply notification https://bit.ly/3zAyjTW

Show HN: HACK - Android iOS macOS client for Hacker News with reply notification https://bit.ly/38Hi7Vr August 31, 2021 at 01:21PM

Show HN: Follow GitHub repos the way you like https://bit.ly/2WD5KqI

Show HN: Follow GitHub repos the way you like https://bit.ly/3gPpvCl August 31, 2021 at 01:13PM

Monday 30 August 2021

Show HN: Skybison, an optimized greenfield Python runtime https://bit.ly/2V64nAk

Show HN: Skybison, an optimized greenfield Python runtime https://bit.ly/3sXOsQW August 31, 2021 at 12:57AM

Show HN: Open-Source Cloud Security Alert Contextualization https://bit.ly/38pBsKr

Show HN: Open-Source Cloud Security Alert Contextualization https://bit.ly/38FVyQZ August 31, 2021 at 12:57AM

Show HN: Blur Webcam Background on Linux https://bit.ly/3ypqsr2

Show HN: Blur Webcam Background on Linux https://bit.ly/3mMOF8E August 31, 2021 at 12:30AM

Show HN: Excel for Writers https://bit.ly/3zz4wuQ

Show HN: Excel for Writers https://bit.ly/3zw2Y4Z August 31, 2021 at 12:28AM

Show HN: NLP Flashcards for Most of the Internet https://bit.ly/3mLSb39

Show HN: NLP Flashcards for Most of the Internet Hello HN! We're Sam and Kanyes. We're building an extension to help you remember what you read online. We're calling it Ferret [1]. When you open Ferret on an HTML page, it generates recall-based questions + answers to reinforce key concepts with NLP. Consider the following toy example where we open Ferret on an explanation of Bayesian statistics. [2] Q: What does the frequentist interpretation view probability as? A: the limit of the relative frequency of an event after many trials Q: What is often computed in Bayesian statistics using mathematical optimization methods? A:The maximum a posteriori We do this by (1) Parsing the DOM tree of an HTML page for

tags on the client, and segmenting these into preprocessed chunks (2) Performing inference on question-generation with a T5-base model pretrained on SQuAD (3) Extractive question-answering with the chunk & question we've generated with RoBERTa, also pretrained on SQuAD. No GPT-3 here— where's the fun in an API call when you can do it yourself. Ferret is built as a React.JS app deployed as a chrome extension, with models hosted on AWS Sagemaker. Finally, why could this be helpful? Human memory is lossy. Psychologists have shown for forever that your memory can be modeled with a forgetting curve. If you don't attempt to retain knowledge, you'll likely lose it. But most of the content we read online (technical blog posts, documentation, course notes, articles) gets ingested and quickly forgotten. We're interested in low-friction approaches to helping people better remember this content , starting with fellow engineers who depend on their ability to remember key concepts to do the best job. We've open-sourced the full repo and are actively responding to PRs + issues. [3]. You can read more about the technical + product challenges we faced if that interests you as well. [4] We appreciate all feedback and suggestions! [1]https://bit.ly/3gLMka0 [2] https://bit.ly/3ypgmXa [3] https://bit.ly/3gIKmYc [4] https://bit.ly/3yp5tok August 30, 2021 at 09:00PM

Show HN: A website to build and host a form that writes to your Google Sheet https://bit.ly/38ob4R1

Show HN: A website to build and host a form that writes to your Google Sheet https://bit.ly/2WCqEGB August 30, 2021 at 08:50PM

Show HN: A hackable custom Lisp in C https://bit.ly/2WDYHhB

Show HN: A hackable custom Lisp in C https://bit.ly/2V0zMnz August 30, 2021 at 10:03PM

Show HN: Computer Engineering for Babies (Book) https://bit.ly/3BoXdGH

Show HN: Computer Engineering for Babies (Book) https://bit.ly/2Wz0ZhB August 30, 2021 at 08:02PM

Show HN: Create best-selling stores using Tailwind CSS https://bit.ly/3yFmNWp

Show HN: Create best-selling stores using Tailwind CSS https://bit.ly/3yxc7sF August 30, 2021 at 10:28AM

Show HN: A WebGL Renderer for Starcraft Broodwar https://bit.ly/3ztKFgR

Show HN: A WebGL Renderer for Starcraft Broodwar https://www.youtube.com/watch?v=CwzkjboEbqo August 30, 2021 at 01:31PM

Show HN: Paper – Bookmarking and note-taking extension for VSCode https://bit.ly/3mLYgwm

Show HN: Paper – Bookmarking and note-taking extension for VSCode https://bit.ly/3jqT7rq August 30, 2021 at 12:02PM

Show HN: Note Tool Obsessed with Learners(Outliner+SRS) https://bit.ly/3kDNZiX

Show HN: Note Tool Obsessed with Learners(Outliner+SRS) https://bit.ly/3mKLBdg August 30, 2021 at 08:13AM

Sunday 29 August 2021

Show HN: I made a zero knowledge mobile puzzle game with NFT awards https://bit.ly/38oOc4c

Show HN: I made a zero knowledge mobile puzzle game with NFT awards https://bit.ly/3DtJj89 August 30, 2021 at 12:33AM

Show HN: Serverless Cloud – Fast, Forkable App Platform https://bit.ly/3jnSor4

Show HN: Serverless Cloud – Fast, Forkable App Platform https://bit.ly/3mEbtHA August 30, 2021 at 06:35AM

Show HN: Google Photos Bulk Upload https://bit.ly/2UVZauC

Show HN: Google Photos Bulk Upload https://bit.ly/2WBAbO7 August 30, 2021 at 12:24AM

Show HN: A strongly-typed document DB that runs on any transactional KV store https://bit.ly/3gIoFHM

Show HN: A strongly-typed document DB that runs on any transactional KV store https://bit.ly/3ktDoHi August 30, 2021 at 04:42AM

Show HN: Pylectronics – Reproduce digital electronics in Python https://bit.ly/2XZsul4

Show HN: Pylectronics – Reproduce digital electronics in Python https://bit.ly/3zy8N1K August 30, 2021 at 03:42AM

Show HN: A C# library to help you enforce a Given-When-Then structured Unit test https://bit.ly/2Y8wPTf

Show HN: A C# library to help you enforce a Given-When-Then structured Unit test I always strive to write better, clean and readable code. But I often find unit tests are hard to read, and especially harder to quickly identify what are the important pieces, or even what the test is testing about. So I came up with this lightweight library to help enforce unit tests with a Given-When-Then structure. I hope you find this useful. Any feedback are welcome. https://bit.ly/2WBQfPN August 30, 2021 at 03:27AM

Show HN: Dotplan Online https://bit.ly/3mDNoAG

Show HN: Dotplan Online https://bit.ly/3DCYX1d August 30, 2021 at 12:58AM

Show HN: Papiro is a script for an offline, privacy and security focused, backup https://bit.ly/3t0Vmov

Show HN: Papiro is a script for an offline, privacy and security focused, backup https://bit.ly/2WDId92 August 29, 2021 at 10:03PM

Show HN: Hurricane Ida's pressure falling in Louisiana, data from Android phones https://bit.ly/3mQzQBI

Show HN: Hurricane Ida's pressure falling in Louisiana, data from Android phones https://bit.ly/3jr0Vtn August 29, 2021 at 09:51PM

Show HN: I developed a native macOS client for EC2/S3 console https://bit.ly/3DsXOsR

Show HN: I developed a native macOS client for EC2/S3 console Hello HN: Here is the link https://apple.co/2WzJQEU After forgetting to turn off a p2.xlarge instance for a week, I got so mad at myself I learnt swiftUI to build a native macOS console for most of the actions I do on the web AWS console. I didnt want to use electron or other non native frameworks. Most importantly I just wanted it to know how much a certain instance costs right now, no matter its state, its type, its lifecycle(like ondemand or spot) and the costs associated with the EBS volumes attached including their IOPS/throughput and etc. It also has a S3 object browser, and a drag and drop UI to upload your files so that you can make S3 your own personal dropbox. I dont track or store anything, you just query the aws api. Sorry its a paid app, if anyone wants to try it and cant afford it let me know, I can send it to you. I think this can be useful and cost saving for individuals that spend more than 50usd per month on aws. August 29, 2021 at 06:53PM

Show HN: We built an end-to-end encrypted alternative to Google Photos https://bit.ly/2WErQcm

Show HN: We built an end-to-end encrypted alternative to Google Photos Hello HN, Over the last year we've been building ente[1], a privacy-friendly, easy-to-use alternative to Google Photos. We've so far built Android[2][3], iOS[4], web[5] apps that encrypt your files and back them up in the background. You can access these across your devices, and share them with other ente users, end-to-end encrypted. You can also use our electron app[6] to maintain a local copy of your backed up files. We've built a fault-tolerant data replication layer that replicates your data to two different storage providers in the EU. We will be providing additional replicas as an addon in the future. We're relying on libsodium[7] for performing all cryptographic operations. Under the hood it uses XChaCha20 and XSalsa20 for encryption and Argon2 for key derivation. We have documented our architecture[8] and open-sourced our clients[9]. We did a soft-launch on r/degoogle[10] sometime ago, and have since then ironed out issues and polished the product. But we are far from where we want to be in terms of features (object and face detection, location clustering, image filters, ...) and user experience. We are hoping to use this post as an opportunity to collect feedback from fellow hackers. If there's anything we can do better, please let us know, we would like to. Best, - Vishnu, Neeraj, Abhinav [1]: https://bit.ly/3yxHvYc [2]: https://bit.ly/3mMEG31 [3]: https://bit.ly/3mJdwde [4]: https://apple.co/3Dmx5y9 [5]: https://bit.ly/3gIPgnU [6]: https://bit.ly/3mD2Ywq [7]: https://bit.ly/2WsP3OY [8]: https://bit.ly/3ksJGHm [9]: https://bit.ly/38pgbAs [10]: https://bit.ly/3kE2Mul August 29, 2021 at 04:23PM

Show HN: Voicera – Add life-like AI voice dictation to your blogs and articles https://bit.ly/3jqfWvg

Show HN: Voicera – Add life-like AI voice dictation to your blogs and articles https://bit.ly/3jqrHC9 August 29, 2021 at 03:10PM

Show HN: Bhagavad Gita Android App for searching verses by topics like anxiety https://bit.ly/3Bl3aUZ

Show HN: Bhagavad Gita Android App for searching verses by topics like anxiety https://bit.ly/3kChVvU August 29, 2021 at 02:16PM

Show HN: CLI for .new Shortcuts https://bit.ly/38jKFUJ

Show HN: CLI for .new Shortcuts https://bit.ly/2WAHENh August 29, 2021 at 12:53PM

Saturday 28 August 2021

Show HN: Get lists of files in a directory that contains a large number of files https://bit.ly/3jq17sT

Show HN: Get lists of files in a directory that contains a large number of files https://bit.ly/3mChSD8 August 29, 2021 at 06:15AM

Show HN: 65,536 Cities – Lat/long, sampled by population (252KB) https://bit.ly/3ksJibQ

Show HN: 65,536 Cities – Lat/long, sampled by population (252KB) https://bit.ly/3kzEOA5 August 28, 2021 at 08:02PM

Show HN: Degen Raffle – A raffle built on Ethereum https://bit.ly/2XUSpdF

Show HN: Degen Raffle – A raffle built on Ethereum Hey HN! I've been working on this idea off and on for a few weeks now and I figured it was time to show it to folks before continuing to build it out any further (hence the terrible UI). The idea is this: A smart contract that allows players to win the tokens in the contract in proportion to the number of tokens they've depositing into the smart contract. For example, if you and another player enter a round with 1 token each, you both have a 50/50 shot of winning the other's token. Here's the catch. Anyone can end the round at any moment, even people who haven't deposited any tokens. The contract is currently deployed to Rinkeby and I currently hold all of the Degen Raffle Tokens (DRT) needed to enter the raffle. If you're interested in playing, let me know and I'll send you a few million. https://bit.ly/3gIMsY2 August 28, 2021 at 06:41PM

Show HN: Simple tool for creating commandline bar charts https://bit.ly/3BfRtyQ

Show HN: Simple tool for creating commandline bar charts https://bit.ly/3DrHcl9 August 28, 2021 at 06:00PM

Show HN: 10 months of startup life blog posts https://bit.ly/3sRH89y

Show HN: 10 months of startup life blog posts https://bit.ly/38nezYc August 28, 2021 at 05:43PM

Show HN: I made cognitive biases as online flashcards that made $43k this year https://bit.ly/2WAA5X5

Show HN: I made cognitive biases as online flashcards that made $43k this year https://bit.ly/3yuixsl August 28, 2021 at 03:58PM

Show HN: A static site generator built for longevity https://bit.ly/3DjRTX3

Show HN: A static site generator built for longevity https://bit.ly/3BePAT2 August 28, 2021 at 06:36AM

Show HN: Generate a neural hash collision with any two images https://bit.ly/38lhPU0

Show HN: Generate a neural hash collision with any two images https://bit.ly/3zrz01R August 28, 2021 at 03:38AM

Friday 27 August 2021

Show HN: ReactJS with JSX without bundling or transpiling https://bit.ly/38mnCIE

Show HN: ReactJS with JSX without bundling or transpiling source: https://bit.ly/3Biqov1 Static Template
August 28, 2021 at 12:08AM

Show HN: Visualize Rust Crates Dependencies https://bit.ly/3sQ1dgs

Show HN: Visualize Rust Crates Dependencies https://bit.ly/3t6b6qB August 27, 2021 at 10:40PM

Show HN: Double Entry Bookkeeping Server with SQL Back End and gRPC Inputs https://bit.ly/3ynSkMf

Show HN: Double Entry Bookkeeping Server with SQL Back End and gRPC Inputs https://bit.ly/3jl1iWk August 27, 2021 at 10:17PM

Show HN: ParcelRobin – The cheapest shipping rates from FedEx, UPS and USPS https://bit.ly/3mGqdWm

Show HN: ParcelRobin – The cheapest shipping rates from FedEx, UPS and USPS https://bit.ly/3zse36U August 27, 2021 at 08:58PM

Show HN: CLI Background Remover https://bit.ly/38hmqX4

Show HN: CLI Background Remover https://bit.ly/3kA4xsn August 27, 2021 at 04:23PM

Show HN: Howdy, a journaling and self-reflection app focused on privacy https://bit.ly/2WoQa1z

Show HN: Howdy, a journaling and self-reflection app focused on privacy https://apple.co/38kp5Q0 August 27, 2021 at 02:48PM

Show HN: VAERS CSV to MongoDB converter with sample data aggregations https://bit.ly/2XUaad6

Show HN: VAERS CSV to MongoDB converter with sample data aggregations https://bit.ly/3yrsGpM August 27, 2021 at 08:57PM

Show HN: Grokkoli – an individualized/adaptive math-tutoring web app https://bit.ly/3DqLTM0

Show HN: Grokkoli – an individualized/adaptive math-tutoring web app Hi All - I'm Eric, and I’ve been working on a math-tutoring application that continually adapts to a child’s learning needs as they answer questions: https://bit.ly/3BnLNmJ (introduces new concepts in granular steps, figures out where/how learners might be confused & attempts to resolve it, speeds kids past the stuff they understand clearly, tracks their recall, answer-speed, and more). Currently in beta, looking for families with kids in grades 1-6 to beta-test. Especially interested in taking on families that are finding math to be a challenge. Happy to share more details if needed (still assessing the level of detail most considerate/appropriate on HN). All feedback is welcome. August 27, 2021 at 08:05PM

Show HN: I made a meme creator that makes around $4k a month https://bit.ly/3yq3vUF

Show HN: I made a meme creator that makes around $4k a month https://bit.ly/3844iy5 August 27, 2021 at 04:59PM

Show HN: The Full Stack – A Professional Network for Software Engineers https://bit.ly/3yndf1O

Show HN: The Full Stack – A Professional Network for Software Engineers https://bit.ly/3sPLvC2 August 27, 2021 at 03:23PM

Show HN: Beam.gg – Build gamified communities your users will love and return to https://bit.ly/2WurPY4

Show HN: Beam.gg – Build gamified communities your users will love and return to https://bit.ly/3xy4bGV August 27, 2021 at 03:10PM

Show HN: Typed Postgres CRUD Queries https://bit.ly/3gCTgGo

Show HN: Typed Postgres CRUD Queries https://bit.ly/3knmrOI August 27, 2021 at 11:32AM

Thursday 26 August 2021

Show HN: Cofounder Quest — an MS-DOS style game to find my next cofounder https://bit.ly/3DmPR8w

Show HN: Cofounder Quest — an MS-DOS style game to find my next cofounder https://bit.ly/3B81Ncm August 27, 2021 at 02:01AM

Show HN: Chrome extension that summarizes text content using DistilBART model https://bit.ly/2WsobOu

Show HN: Chrome extension that summarizes text content using DistilBART model https://bit.ly/38e5sJj August 27, 2021 at 12:36AM

Show HN: Made a virtual spinner that now drives 40% of my startup's web traffic https://bit.ly/2WsRDEs

Show HN: Made a virtual spinner that now drives 40% of my startup's web traffic https://bit.ly/3gx32dh August 27, 2021 at 01:34AM

Show HN: With a 9-5 job and 2 kids I have finally finished my first MVP https://bit.ly/3kJFu6n

Show HN: With a 9-5 job and 2 kids I have finally finished my first MVP Hello HN crowd. I worked on this project on weekends and evenings. I'm excited I made it into a presentable MVP, and it is so satisfying. I would like to get some honest feedback from this great community. I made https://bit.ly/2WngWaC, to scratch a personal itch. I myself trade options as a hobby, and I didn't find a screener that satisfies my need to be able to explore raw options data freely and without preset constraints. So I made this app that allows playing with options market data and extract interesting opportunities. The techs used: - Laravel + Jquery + Mysql - Tradier API for market data - DigitalOcean for hosting - OVH for domain name It costs me 5$/month to run the website. I'll be glade to continue if it proves to be a viable product in the long run and maybe I will take it to the next level and try monetize it. Note: the app is not suitable for phone screens yet, although this is a planned feature. August 26, 2021 at 09:36PM

Show HN: Shoogle – Community project to find local shops easily https://bit.ly/3DohUnV

Show HN: Shoogle – Community project to find local shops easily https://bit.ly/3DfmDIJ August 26, 2021 at 06:47PM

Show HN: The Cloud Resume Challenge Book https://bit.ly/38flqTl

Show HN: The Cloud Resume Challenge Book Since April 2020, the Cloud Resume Challenge [0] has helped hundreds of people • skill up on cloud, • improve their career prospects, • and even land cloud jobs from totally non-tech fields like plumbing and HR. I ended up turning the challenge into a book to help the next generation of folks transition to cloud, and I'm very excited to launch it today! [1] What’s inside the ebook: ° 130+ pages of tools, tips, and bonus projects • The secret “17th step” that makes your project stand out above the crowd • How to write a challenge blog post that will get the right kind of attention • Four all-new bonus projects covering AWS, Kubernetes, and more • Proven challenge-to-job strategies for both career-changers and upskillers • Case studies from challenge champions: how they got hired, what they learned Plus, you get free access to my regular “Best Jobs in Cloud” newsletter [2], featuring curated job opportunities for both juniors and seniors - a $50/year value. You can check out the original challenge, which forms the backbone of the book, at [3]. I would love any thoughts or feedback. [0] https://bit.ly/3mFvH3B [1] https://bit.ly/2WtOUKJ [2] https://bit.ly/3jhyzBK [3] https://bit.ly/3zndFXh August 26, 2021 at 04:36PM

Show HN: Hop2.page URL shortener – Track and analyze your customers https://bit.ly/3jjOTlx

Show HN: Hop2.page URL shortener – Track and analyze your customers https://bit.ly/2XZztuu August 26, 2021 at 05:46PM

Show HN: Pulse – An open-source Baremetrics / ProfitWell alternative https://bit.ly/2Y1pbtO

Show HN: Pulse – An open-source Baremetrics / ProfitWell alternative https://bit.ly/3kqSH3x August 26, 2021 at 12:15PM

Show HN: AlphaChat – NLU chatbots that can authenticate users https://bit.ly/2Y1Ma83

Show HN: AlphaChat – NLU chatbots that can authenticate users https://bit.ly/38gIVLQ August 26, 2021 at 11:50AM

Show HN: Hippobase – easily self-host open source databases https://bit.ly/3DlQJdq

Show HN: Hippobase – easily self-host open source databases https://bit.ly/3ypzHrq August 26, 2021 at 09:04AM

Wednesday 25 August 2021

Show HN: sqlite-import-csv (short shell script using SQLite to import CSV file) https://bit.ly/3mAbV9S

Show HN: sqlite-import-csv (short shell script using SQLite to import CSV file) https://bit.ly/3jjs15w August 25, 2021 at 11:46PM

Show HN: Processing's New Website and Version 4.0 Beta Release https://bit.ly/3ytoXbz

Show HN: Processing's New Website and Version 4.0 Beta Release https://bit.ly/3DlRXW3 August 26, 2021 at 02:33AM

Show HN: ReGit – A Tiny Git-Compatible Git Implementation https://bit.ly/2Wjgk6o

Show HN: ReGit – A Tiny Git-Compatible Git Implementation https://bit.ly/3BfTATE August 25, 2021 at 03:44PM

Show HN: Heraldry in ClojureScript https://bit.ly/3DipeBD

Show HN: Heraldry in ClojureScript https://bit.ly/3mypM0f August 25, 2021 at 08:19PM

Show HN: Muon, a meson implementation written in C https://bit.ly/3knBSXs

Show HN: Muon, a meson implementation written in C https://bit.ly/3kozLm4 August 25, 2021 at 08:56PM

Show HN: 59a34eabe31910abfb06f308 – NeuralHash Collision Demo https://bit.ly/38deru5

Show HN: 59a34eabe31910abfb06f308 – NeuralHash Collision Demo https://bit.ly/3DaPhum August 25, 2021 at 07:49PM

Show HN: Rasterizer.io – Make Dynamic Images https://bit.ly/3mC3tXt

Show HN: Rasterizer.io – Make Dynamic Images https://bit.ly/3DkRzaj August 25, 2021 at 07:36PM

Show HN: Try Apple’s Neural Hash in the Browser https://bit.ly/3DlNQto

Show HN: Try Apple’s Neural Hash in the Browser https://bit.ly/3jhIBTn August 25, 2021 at 07:02PM

Show HN: NotOnlyFans – Self-hosted OnlyFans with cryptocurrency payment https://bit.ly/3ybHjxz

Show HN: NotOnlyFans – Self-hosted OnlyFans with cryptocurrency payment https://bit.ly/3B6oOfE August 25, 2021 at 04:08PM

Show HN: Cloud Pricing API (GraphQL) – 3M Prices from AWS, Azure and GCP https://bit.ly/3zgEs7S

Show HN: Cloud Pricing API (GraphQL) – 3M Prices from AWS, Azure and GCP https://bit.ly/3ybbRPW August 25, 2021 at 03:20PM

Show HN: Exatorrent – Self-hostable Torrent client written in Go https://bit.ly/3sNqebS

Show HN: Exatorrent – Self-hostable Torrent client written in Go https://bit.ly/2ULfU7Q August 25, 2021 at 02:28PM

Show HN: WebCrate – an open source, social and self-hosted bookmarking tool https://bit.ly/3gyKyJf

Show HN: WebCrate – an open source, social and self-hosted bookmarking tool https://bit.ly/2UK6NUU August 25, 2021 at 02:15PM

Show HN: Instantly Listen to Any URL https://bit.ly/3ktr2PM

Show HN: Instantly Listen to Any URL https://bit.ly/3BayZ30 August 25, 2021 at 05:56AM

Tuesday 24 August 2021

Show HN: Angband Running In-Browser with WASM https://bit.ly/3gtBO7p

Show HN: Angband Running In-Browser with WASM https://bit.ly/3B5UBNO August 24, 2021 at 07:45PM

Show HN: Dopaminite – I wasn't productive, so I built this tool for myself https://bit.ly/2XV7xb5

Show HN: Dopaminite – I wasn't productive, so I built this tool for myself https://bit.ly/3DgC4Ar August 24, 2021 at 06:38PM

Show HN: Slack/Discord bot for running interactive REPLs and shells from a chat https://bit.ly/3zdW2cE

Show HN: Slack/Discord bot for running interactive REPLs and shells from a chat https://bit.ly/3jb2yeA August 24, 2021 at 05:57PM

Show HN: Kryptor – A simple, modern, and secure encryption tool https://bit.ly/3mvhWog

Show HN: Kryptor – A simple, modern, and secure encryption tool https://bit.ly/3kn7rRa August 24, 2021 at 05:45PM

Show HN: Template to set-up Serverless WebSockets https://bit.ly/3zf4eJD

Show HN: Template to set-up Serverless WebSockets https://bit.ly/3gvJWEd August 24, 2021 at 04:23PM

Show HN: Audiome, a tool to explore hip-hop careers, collabs, and catalogs https://bit.ly/3yeSdmf

Show HN: Audiome, a tool to explore hip-hop careers, collabs, and catalogs https://bit.ly/3kefy28 August 24, 2021 at 12:10PM

Show HN: Casa – a place for creators (from artists to programmers) https://bit.ly/3zjIoEM

Show HN: Casa – a place for creators (from artists to programmers) Hey everyone, We were once creators that had to quit because it was hard to monetise & grow in the early days. So we've built a platform for creators to create a website and offer direct engagement to their follower base. Here's an example of the profile: https://bit.ly/3jeO2CI Would be great to get some of you signed up at https://bit.ly/3B96XF6 for feedback. This is useful for the following group: -Artists who are looking to monetise their followers -Developers looking to freelance or teach directly to their network. -Sales/Marketing folks looking to help small businesses grow. -3D freelancers that are looking to engage directly with their following or grow it. -Anyone that is trying to become their own business and easily create a platform for themselves. August 24, 2021 at 01:22PM

Show HN: MergeFeed – Paste a bunch of links to create a multifeed https://bit.ly/3mqwHZd

Show HN: MergeFeed – Paste a bunch of links to create a multifeed https://bit.ly/2WnjsOv August 24, 2021 at 01:29PM

Show HN: Micro – A public API platform (now free during beta) https://bit.ly/3mxu3Rx

Show HN: Micro – A public API platform (now free during beta) https://bit.ly/3hOlPPH August 24, 2021 at 01:05PM

Show HN: A complete compiler for a simple language (less than 150 LoC of OCaml) https://bit.ly/3B9gLi6

Show HN: A complete compiler for a simple language (less than 150 LoC of OCaml) https://bit.ly/3Db7KqF August 23, 2021 at 05:33PM

Show HN: AI-Generated Illustrations of Plants https://bit.ly/3B5rXw9

Show HN: AI-Generated Illustrations of Plants https://bit.ly/3ycDurQ August 24, 2021 at 09:10AM

Monday 23 August 2021

Show HN: SlashApi – a web platform to build REST APIs without code https://bit.ly/3y6XMmw

Show HN: SlashApi – a web platform to build REST APIs without code https://bit.ly/3gs5oKs August 24, 2021 at 07:20AM

Show HN: My Covid Project: An LED Dreamcoat https://bit.ly/3moyHRS

Show HN: My Covid Project: An LED Dreamcoat https://www.youtube.com/watch?v=ZWzdUJsAMa4 August 24, 2021 at 02:14AM

Show HN: Awsboilerplate – Get live on AWS in minutes (react, lambda, cicd, cdk) https://bit.ly/3zcM1we

Show HN: Awsboilerplate – Get live on AWS in minutes (react, lambda, cicd, cdk) https://bit.ly/3msvJfi August 23, 2021 at 09:01PM

Show HN: Tmux Super Fingers https://bit.ly/3zbROlv

Show HN: Tmux Super Fingers https://bit.ly/3D9B6Wz August 23, 2021 at 06:32PM

Show HN: WishAlbum, an online wish list https://bit.ly/38aA1zv

Show HN: WishAlbum, an online wish list https://bit.ly/3D8bKbw August 23, 2021 at 06:15PM

Show HN: A sleeping pet on the Mac menu bar https://bit.ly/386Gz23

Show HN: A sleeping pet on the Mac menu bar https://apple.co/3DbNNQz August 23, 2021 at 01:45PM

Show HN: Static blog generator in about 1.2KLOC https://bit.ly/3DlcoTg

Show HN: Static blog generator in about 1.2KLOC https://bit.ly/2UFe3kW August 23, 2021 at 04:31PM

Show HN: Hypergraph, a data structure library to generate directed hypergraphs https://bit.ly/2Wjmd2J

Show HN: Hypergraph, a data structure library to generate directed hypergraphs https://bit.ly/3mrDCl0 August 23, 2021 at 12:34PM

Show HN: An Option Object for JavaScript and TypeScript https://bit.ly/3DjQsIf

Show HN: An Option Object for JavaScript and TypeScript https://bit.ly/3kbXRQW August 23, 2021 at 09:27AM

Show HN: Use libsqlite3 directly from Python with ctypes https://bit.ly/3mDGN9x

Show HN: Use libsqlite3 directly from Python with ctypes https://bit.ly/2WeTVqq August 23, 2021 at 07:27AM

Sunday 22 August 2021

Show HN: GLAuth 2.0 out, only a year late https://bit.ly/3j5221w

Show HN: GLAuth 2.0 out, only a year late https://bit.ly/2Wh72Yf August 22, 2021 at 11:06PM

Show HN: Hacker News Summary Service (HNSS) https://bit.ly/2W7kf69

Show HN: Hacker News Summary Service (HNSS) I'm Sid Sijbrandij and I love reading Hacker News. I almost always read the comment section and when there is a summary of the article in there that is frequently helpful. But most articles don't have a summary so I want to hire someone to create more summaries. I hope that this will make Hacker News more enjoyable and efficient to use for its readers. Many times it takes a while to figure out what the article is about, a summary would allow people a quick way to see if they are interested in investing that time. There are potential downsides: 1. People only read the summary and not the full article. 2. The summary might not be clear or correct. 3. People who already read the article don't want to see the summary. With a one month experiment we should have a better idea if HNSS is worth it. If it is here to stay we can also see if the summary can become an official part of HN. The writer of the summaries should: 1. Be able to do this for a month 2. Have at least 20 comments on Hacker News 3. Be able to invoice me as a contractor Apply via https://bit.ly/385nJIE August 22, 2021 at 08:00PM

Show HN: Shirtbot irresponsibly easy t-shirts in slack https://bit.ly/3j87wsl

Show HN: Shirtbot irresponsibly easy t-shirts in slack https://bit.ly/3sEMN2L August 22, 2021 at 05:15PM

Show HN: Where I get the last word https://bit.ly/2WgdGOz

Show HN: Where I get the last word https://bit.ly/3zbyJ2S August 22, 2021 at 05:57PM

Show HN: Free to play old-school browser MMORPG https://bit.ly/3B0q3wN

Show HN: Free to play old-school browser MMORPG https://bit.ly/3j7WoMd August 22, 2021 at 11:51AM

Show HN: A https://bit.ly/2XHt2vP

Show HN: A https://bit.ly/3gpcDCN August 22, 2021 at 06:18AM

Saturday 21 August 2021

Show HN: A toy compiler of a Scala subset https://bit.ly/3sBQfeg

Show HN: A toy compiler of a Scala subset https://bit.ly/38347F1 August 22, 2021 at 02:34AM

Show HN: Version 8.0 of SixArm Unix shell functions https://bit.ly/3kfBl9H

Show HN: Version 8.0 of SixArm Unix shell functions https://bit.ly/383UuG8 August 21, 2021 at 02:29PM

Show HN: A Pure SQL Raytracer https://bit.ly/3glCyvk

Show HN: A Pure SQL Raytracer https://bit.ly/3CZmXuS August 21, 2021 at 09:36PM

Show HN: edotool (X11/Wayland) https://bit.ly/3kfuUUk

Show HN: edotool (X11/Wayland) Howdy folks! edotool: Simulate keystrokes. X11 and Wayland supported - Please see: https://bit.ly/3szGDkl or https://bit.ly/380bo8u Cheers! August 21, 2021 at 08:53PM

Show HN: Facata – Connect to SQL Databases from Python https://bit.ly/3CYWIom

Show HN: Facata – Connect to SQL Databases from Python https://bit.ly/3glbyvV August 21, 2021 at 05:47PM

Show HN: DocOne – A Search Engine for Healthcare https://bit.ly/2XFgMMh

Show HN: DocOne – A Search Engine for Healthcare https://bit.ly/3jNbMwE August 21, 2021 at 09:27AM

Friday 20 August 2021

Show HN: Browser extension to (fuzzy) search bookmarks, history and open tabs https://bit.ly/2WgghYg

Show HN: Browser extension to (fuzzy) search bookmarks, history and open tabs https://bit.ly/3kft0CW August 21, 2021 at 06:34AM

Show HN: Build a Lisp in Swift https://bit.ly/2XL03HF

Show HN: Build a Lisp in Swift https://bit.ly/3rYzs4O August 21, 2021 at 01:26AM

Show HN: Duedilly.io – Accuracy of Reddit Trading Ideas https://bit.ly/3kbaqvZ

Show HN: Duedilly.io – Accuracy of Reddit Trading Ideas https://bit.ly/3z5Qcdl August 20, 2021 at 12:06PM

Show HN: FreeBoardGames.org – FOSS platform for publishing boardgame.io games https://bit.ly/37X9UvQ

Show HN: FreeBoardGames.org – FOSS platform for publishing boardgame.io games Hello HN, I have started FBG some years ago when I moved to the Bay Area and could not find a simple, cross-platform, no-registration way to play board games with my friends back in my home country. I also wanted to make it simple to create multiplayer board games online for developers in their free time. Shortly after, I found out about boardgame.io with similar goals and decided to join forces with them. It became the engine of our board games, and we focused on publishing/serving them. To be fair with everyone and inspired by Wikipedia, we made the project a non-profit with GPLv3 Affero license. Since then, the project has gotten many amazing contributors that developed really cool board games, added translations, helped with infra, etc (see https://bit.ly/3mpZkWJ ...). My focus has been on the infrastructure (scaling, adding text chat, etc). During the pandemic, we saw a large 30x increase in usage, and it also became more useful for me, as I started using it at work for (now virtual) fun team meeting events. Please check it out and give any feedback! I've been postponing submitting on HN for a long time because I always felt it "wasn't ready enough" as there are a ton of rough edges, but I came to the realization that this feeling might never go away. August 20, 2021 at 07:14PM

Show HN: Cassyni – Relaunching Academic Seminars https://bit.ly/3y8a8L4

Show HN: Cassyni – Relaunching Academic Seminars Hi, this is Andrew (arhpreston) and Ben (benjyk) from Cassyni ( https://bit.ly/3swF2f6 ). We both completed PhDs in physics before going on to found Publons and Kopernio, companies that were acquired by -- and became a part of -- Web of Science, a product researchers on HN may be familiar with. It is well known how important academic seminars are for networking, promoting your research, and keeping up with latest developments. But the scale is under-appreciated: by our estimates more than 1 million academic seminars were happening every year. And then Covid came along... As a result many seminar series are now online and recorded using solutions that cobble together tools like Zoom, Google Sites and Sheets. This all more or less works but is painful and time consuming to operate. Our co-founders, researchers at Imperial College London and Texas A&M, experienced this firsthand. With their input we set out to build a tool to take the pain out of organising a seminar series. The idea is that in just a few minutes you can set up a professional looking seminar series and begin inviting researchers. We take care of the tedious process of setting up an online presence and working with speakers to find a time slot that works for them, collect their bio, abstract, promotion and more. We’ve been operating in beta for several months now. You can see some of the seminar series that are up and running on our homepage. These range from your standard departmental series (ABI Tuesday Seminars: https://bit.ly/3j1Ld7N ), to a series about a specific tool for scientific simulations (PyFR: https://bit.ly/3AXg7UN ) through to a journal that brings in authors to talk about influential papers (J. Comp Phys.: https://bit.ly/2W5wI9X ). Note that you can click on the archive tab of each series to watch recordings of previous seminars. As you can see, these are not just standard departmental seminars; the shift to online has removed geographics barriers, enabling different types of seminar series to develop. What they all have in common is that they are helping communities to form around different kinds of research topics, and they all give you information and nuance you wouldn’t find by reading the related publications alone. On the attendee side, we’ve done some nifty work to integrate with Zoom so the live experience is better (instead of a name in a Zoom meeting you can see the profile of people in the room and participate in a live Q&A: https://bit.ly/2Wcvgmz ). In the longer term we think Cassyni can help to make seminars and their recordings a searchable (e.g., check out the slides we’ve automatically extracted from the video and search for “flux” here: https://bit.ly/2WgzZU8 ) and citable (as you can see from the previous link public seminars on Cassyni get a DOI and are indexed in CrossRef) part of the sphere of human knowledge -- a complement to the published literature. We thought we’d share what we’ve built with HN in the hope of getting some feedback about what we can improve. If you are a researcher please do take a look and let us know what you think. And if you’re interested in setting up a seminar series drop us a line (help@cassyni.com) to let us know where you came from and we’ll organise an HN discount for you. August 20, 2021 at 04:03PM

Show HN: Yay||Nay – The Peak of Automation: Automating saying yes/no https://bit.ly/2XJ3zCk

Show HN: Yay||Nay – The Peak of Automation: Automating saying yes/no https://bit.ly/3y2o9Kp August 20, 2021 at 06:37AM

Thursday 19 August 2021

Show HN: I made earrings that work like earphones https://bit.ly/3mgsxmC

Show HN: I made earrings that work like earphones https://bit.ly/3sxi7A9 August 20, 2021 at 12:59AM

Show HN: Tangram – Train a model from a CSV file on the command line https://bit.ly/3xWmTbC

Show HN: Tangram – Train a model from a CSV file on the command line https://bit.ly/3j1Itr6 August 18, 2021 at 03:03PM

Show HN: Minymon – cute and helpful pets for your website https://bit.ly/3y52Ibs

Show HN: Minymon – cute and helpful pets for your website https://bit.ly/3miFj4i August 19, 2021 at 06:53PM

Show HN: Made a service that can text you as soon as the PS5 is back in stock https://bit.ly/2Uvjh2y

Show HN: Made a service that can text you as soon as the PS5 is back in stock https://bit.ly/382bMDi August 19, 2021 at 06:09PM

Show HN: Canonic: Visual Development Platform https://bit.ly/3suAohL

Show HN: Canonic: Visual Development Platform https://bit.ly/3D3nbRV August 19, 2021 at 05:33PM

Show HN: Gossip: short form social audio https://bit.ly/2W8MBMI

Show HN: Gossip: short form social audio https://bit.ly/3k7serR August 19, 2021 at 11:44AM

Show HN: SurplusCI – runners for your CI pipelines. More builds, smaller bills https://bit.ly/3k6eMV8

Show HN: SurplusCI – runners for your CI pipelines. More builds, smaller bills https://bit.ly/3mv3LzB August 19, 2021 at 03:03PM

Show HN: Video conference from 6ft away using your hands or phone to interact https://bit.ly/3CWjyx7

Show HN: Video conference from 6ft away using your hands or phone to interact https://bit.ly/3meI5r0 August 18, 2021 at 04:49PM

Show HN: ETSD – Transmit sensitive data encrypted across your organization https://bit.ly/3D2XlgD

Show HN: ETSD – Transmit sensitive data encrypted across your organization https://bit.ly/3gfDbpQ August 18, 2021 at 11:56AM

Wednesday 18 August 2021

Show HN: How Do I Cook That? Recipe search by photo https://bit.ly/2VYlgNP

Show HN: How Do I Cook That? Recipe search by photo https://bit.ly/3z4d398 August 19, 2021 at 05:17AM

Show HN: Job Board for Rust Developer Skills https://bit.ly/3y0FraO

Show HN: Job Board for Rust Developer Skills https://bit.ly/3CZpqpf August 19, 2021 at 04:18AM

Show HN: Neural-hash-collider – make your own NeuralHash collisions https://bit.ly/3svDodN

Show HN: Neural-hash-collider – make your own NeuralHash collisions https://bit.ly/3k3YEmR August 19, 2021 at 02:22AM

Show HN: FilesRemote. Edit files over SSH with any local editor. With sudo https://bit.ly/3ATtWnn

Show HN: FilesRemote. Edit files over SSH with any local editor. With sudo https://bit.ly/2W9Yge8 August 19, 2021 at 01:49AM

Show HN: Learn music theory with Ableton Push, WebMIDI and WebUSB display driver https://bit.ly/3ghkour

Show HN: Learn music theory with Ableton Push, WebMIDI and WebUSB display driver https://bit.ly/3z09tNb August 18, 2021 at 09:04PM

Show HN: BrainTool – Beyond Bookmarks, a Topic Manager for your online life https://bit.ly/3z35I9y

Show HN: BrainTool – Beyond Bookmarks, a Topic Manager for your online life Long time looker, first time Show-er here! I built the initial BrainTool to scratch a personal itch - to unify my bookmarks and online resources with text-based notes. I've spent the last several months iterating on it with feedback from early adopters and UX volunteers. It's finally at the point where I feel confident enough to seek this communities feedback. BrainTool is a browser extension that makes it easy to save pages of interest into a personal 'topic' hierarchy, along with associated notes. Your topics are shown in an editable side panel which can also control the browser - opening and closing tabs, tab groups and windows by topic. There's a 90 sec intro video here: https://youtu.be/7zvyvATpoVM The above by itself makes BrainTool one of the handiest bookmarks/tabs/browser managers around, but the kicker is that all your data is stored in a separately editable org-mode[1] format plaintext file. Off-browser I edit my braintool file in emacs but I've also played around syncing with LogSeq, Orgzly and other org-based tools. If you're an emacs user it could give you a shallow on-ramp into the world of org-mode, if you're an aspiring PKMer it's an easy way to slurp in all of your online resources, if you just want to get out of tab hell and up your browser game - dive right in! Its serverless so your data never leaves your personal environment. Chromium-based browsers only for now (Chrome, Edge, Brave, etc. not FF). Landing page: https://bit.ly/3j0PM2h Some articles on use: https://bit.ly/3AV3n0W Github repo: https://bit.ly/3mcsiJt [1] https://bit.ly/3gbSwYQ August 18, 2021 at 05:52PM

Show HN: Pop.com – pair programming with low-latency, Screenhero-style sharing https://bit.ly/3iX3pzm

Show HN: Pop.com – pair programming with low-latency, Screenhero-style sharing https://bit.ly/3iW3bID August 18, 2021 at 05:25PM

Show HN: Shisho, a lightweight code matching and transformation engine in Rust https://bit.ly/37UukFI

Show HN: Shisho, a lightweight code matching and transformation engine in Rust https://bit.ly/3AS4Tkr August 18, 2021 at 06:11PM

Show HN: Visionrare, an NFT-fuelled startup investment game https://bit.ly/3ge0sZj

Show HN: Visionrare, an NFT-fuelled startup investment game https://bit.ly/3AU3oCi August 18, 2021 at 04:01PM

Show HN: I built an AI art installation at home generating new pieces on the fly https://bit.ly/3AMVDhq

Show HN: I built an AI art installation at home generating new pieces on the fly https://bit.ly/3ARFwzd August 18, 2021 at 03:56PM

Show HN: Sturdy – online-first version control focused on collaboration https://bit.ly/3AJvu3g

Show HN: Sturdy – online-first version control focused on collaboration https://bit.ly/2VXIwvp August 18, 2021 at 03:10PM

Show HN: Move over Yfinance – Quantel, the Most Powerful Finance Library Python https://bit.ly/37VYWXf

Show HN: Move over Yfinance – Quantel, the Most Powerful Finance Library Python https://bit.ly/3xSehCQ August 18, 2021 at 02:45PM

Show HN: I made a Safari Extension that enables dark mode for Hacker News https://bit.ly/3ma1Y2A

Show HN: I made a Safari Extension that enables dark mode for Hacker News https://apple.co/37QCCyk August 18, 2021 at 01:00PM

Show HN: SmartConvo – An automated conversation starter app for Shopify https://bit.ly/2XwR905

Show HN: SmartConvo – An automated conversation starter app for Shopify https://bit.ly/3AQc6kZ August 18, 2021 at 12:25PM

Show HN: Fabform.io an Alternative to Google Forms https://bit.ly/3j2SN29

Show HN: Fabform.io an Alternative to Google Forms google forms alternative https://bit.ly/3dMdCLY August 18, 2021 at 12:24PM

Show HN: Simple Image encrypt/decrypt using Python https://bit.ly/2XGFfkF

Show HN: Simple Image encrypt/decrypt using Python https://bit.ly/31BCDnu August 18, 2021 at 12:12PM

Show HN: I made a clone of FTL in two weeks, and I open sourced it https://bit.ly/2W5NC8D

Show HN: I made a clone of FTL in two weeks, and I open sourced it https://bit.ly/3mhyQq7 August 18, 2021 at 11:55AM

Tuesday 17 August 2021

Show HN: AI Video Generator https://bit.ly/37RmSuV

Show HN: AI Video Generator https://bit.ly/3iVdyg1 August 18, 2021 at 02:09AM

Show HN: EmailEngine, open source REST interface to read and send email messages https://bit.ly/2W0R2ti

Show HN: EmailEngine, open source REST interface to read and send email messages https://bit.ly/3k6Vlvr August 17, 2021 at 08:47PM

Show HN: Demigod (YC S19) – Build compounding habits with a human coach https://bit.ly/3AGL5R8

Show HN: Demigod (YC S19) – Build compounding habits with a human coach Hi HackerNews! Need to get back in a rhythm for the reopening? We’re Gokul, @dhanush_rad, and @ peteturnbull from https://bit.ly/3yXM9zs - we were inspired by atomic habits to build the system for progressing towards your goals. As founders and creators with unstructured time, ambitious goals, and an uncertain journey, we really needed a system to guarantee consistent progress and avoid random procrastinating. We found James Clear’s https://bit.ly/37Q62wr and it just clicked. With the pandemic and shutdown, everyone’s regular routines were thrown completely off. We were forced to think about what we had been doing and if it resonated with our real goals versus what addiction engineering https://twitter.com/naval/status/1084739181593559040?s=20 was prescribing. With the upcoming reopening we want to help you architect your system with intention. We’re adding the levers to make it easy to be intentional with your time and make sure you hit your goals. We built our habit tracker into GCal because we realized it’s the de facto way we think about our time. We’ve added weekly data summaries, habit progress data, friend challenges, completion wagers, and most importantly - a human planning assistant to review your data and plan your next week. Step 1: Describe your objectives * Set personalized goals or just set up a comfortable daily flow Step 2: Add habits * Sleep - A consistent bedtime schedule is a keystone habit for wellness * Reading - It's hard to pick up a book, so find something you like and start with 1 page * Meditation - A minute a day keeps founders in play * Deep Work/Emails - Whether it's inbox 0, outbound targets, or lines of code. Make sure you don't miss a day. * Daily Exercise - Always sounds like a good idea but a huge workout can be daunting, we'll find something you love and make it easy * Free Time - Been stuck in a work/life purgatory? Finish the important stuff and make time to step away * Planning Session - Crucial for making sure you're actually doing what needs to get done, and stepping away afterwards Step 3: Make them atomic * Start with the smallest unit of progress for each habit you create. Shape your environment, stack habits, and reward completions. Step 4: Set up your system * Add you friends for accountability to build durable streaks * Weekly check-ins to increment, decrement, remove, or create habits * Easy resets for when you fall off Book an onboarding call https://bit.ly/3iV1efH or check it out on the app store https://apple.co/3iUavEL and let us know what you think! August 17, 2021 at 04:23PM

Show HN: Tara 2.0 – Fast project management with built-in automation https://bit.ly/3CU3Gek

Show HN: Tara 2.0 – Fast project management with built-in automation https://bit.ly/2zFZ1jX August 17, 2021 at 03:52PM

Show HN: Mockupclips.com – Showcase your app/website in a tracked 4k stock video https://bit.ly/3k51eZJ

Show HN: Mockupclips.com – Showcase your app/website in a tracked 4k stock video https://bit.ly/2W23clO August 17, 2021 at 03:10PM

Show HN: Lemon – Alternative UI for AWS https://bit.ly/3mbCKks

Show HN: Lemon – Alternative UI for AWS https://bit.ly/3k5uKP6 August 17, 2021 at 02:26PM

Show HN: Reward and Cashback API https://bit.ly/3mc5tpk

Show HN: Reward and Cashback API https://bit.ly/37NNZH9 August 17, 2021 at 03:00AM

Show HN: Domainy – Monitor domain names for availability https://bit.ly/2XomBxx

Show HN: Domainy – Monitor domain names for availability Domainy is a tool to get alerted on when the domain names you like and want are about to expire and also become available. https://bit.ly/3xVgMV4 A few use cases - I'm monitoring all the other TLD domain names for which I would like to eventually acquire to protect brand names for the domain names that I already have (e.g. I have google.com and I want to make sure that I have google.abcde, google.edfg etc etc) - I also want to know when some of the domains that I would like will expire and possibly become available, so I can quickly buy them if I can. Just because a domain is expired, it doesn't mean it's available right away. But still, I'd like to keep my eye on them. - Sometimes, it's just super interesting to see when some high profile names are available through obsecure TLDs (e.g. twitter.beauty, twitter.accountant, twitter.dealer domain names are available. What would happen if I buy them and do something with it. Twitter will probably come after me, but hey, it's an interesting thought. Maybe they'll buy them off? I don't know. What other high profile names are available through other TLDs? cheers! August 17, 2021 at 01:58PM

Show HN: A snappy and resilient Hacker News clone in ~1k lines of rust https://bit.ly/3xOrOLG

Show HN: A snappy and resilient Hacker News clone in ~1k lines of rust https://bit.ly/3iVjkxW August 17, 2021 at 06:34AM

Show HN: Siesta 6, run JavaScript/TypeScript tests in browsers, Node.js and Deno https://bit.ly/3AFFfzs

Show HN: Siesta 6, run JavaScript/TypeScript tests in browsers, Node.js and Deno https://bit.ly/3ssENl5 August 17, 2021 at 11:00AM

Show HN: Imba – I have spent 7 years creating a programming language for the web https://bit.ly/3matPj2

Show HN: Imba – I have spent 7 years creating a programming language for the web Hey all My name is Sindre, and I am the CTO of Scrimba (YC S21). For the last 7 years, I have written all my web apps in a full-stack programming language called Imba. It compiles to JavaScript and its main goal is to make web developers more productive. I just launched a major overhaul of Imba, so I wanted to share it here on HN, in case anyone are interested in learning more about it. It is very opinionated, so some of you might not like it, but I would love to hear anyones feedback regardless. Constructive criticism appreciated! The backstory: Imba initially started in 2012 as an effort to bring the elegance and conciseness of Ruby into the browser, and also because I felt that JavaScript and the DOM should be more tightly coupled together. Over the years, I have taken inspiration from React/JSX, and also Tailwind. Since 2013, I have built several business-critical apps in Imba, so this is not a toy project or an academic exercise, it is extracted from a real project trying to solve real problems. Today, we are currently a small but passionate community of devs who use Imba all over the world. The nitty-gritty details: As mentioned, Imba compiles to JavaScript, and it works on both the frontend and backend. The quickest way to get a feeling of how it works is by checking out this video: https://www.youtube.com/watch?v=8XS5q9xhaMc Alternatively, here is a list of the main benefits of the language: * Clean syntax with built-in tags and inline styles * Imba's Memoized DOM approach is *an order of magnitude* faster than Virtual DOMs (Vue, React). Learn more here: https://bit.ly/37OStgN * Imba works with Node and the npm ecosystem, and integrates tightly with both JS and TypeScript * Blazing-fast dev/build tools based on esbuild Each of the benefits above are explained more thoroughly in our docs here, so please check it out if any of the above points spark your interest: https://bit.ly/3xZNncs With this version I feel that I am very close to my vision for what Imba should be. In other words; it is finally ready for public consumption. I'd wholeheartedly advice you to look into it and give it a whirl if you are interested in web development :) Hope you like it, and please share any feedback you might have in the comments! August 17, 2021 at 09:55AM

Monday 16 August 2021

Show HN: Ain is a terminal API client https://bit.ly/3jXkp7X

Show HN: Ain is a terminal API client https://bit.ly/3slu7Vi August 17, 2021 at 01:35AM

Show HN: Burnrate.fyi v2.0 – A FREE business expense estimator https://bit.ly/3g9LvHJ

Show HN: Burnrate.fyi v2.0 – A FREE business expense estimator https://bit.ly/2VWOr3h August 16, 2021 at 11:41PM

Show HN: dotmatrix – A dot matrix rendered using Braille characters. https://bit.ly/37PPhBw

Show HN: dotmatrix – A dot matrix rendered using Braille characters. https://bit.ly/3xUuM1f August 16, 2021 at 07:10PM

Show HN: Hypertrace: A modern distributed tracing and Observability platform https://bit.ly/3g8maOy

Show HN: Hypertrace: A modern distributed tracing and Observability platform https://bit.ly/3v6VUK0 August 16, 2021 at 04:43PM

Show HN: Yesterday-Read all updates from your favorite websites in a single mail https://bit.ly/3jYPE2n

Show HN: Yesterday-Read all updates from your favorite websites in a single mail https://bit.ly/2UnvSF9 August 16, 2021 at 03:15PM

Show HN: LemonadeJS: a micro reactive, two-way binding, no dependencies lib(4KB) https://bit.ly/37ONexz

Show HN: LemonadeJS: a micro reactive, two-way binding, no dependencies lib(4KB) https://bit.ly/381pjeJ August 16, 2021 at 12:18PM

Show HN: TweetCatcher – Twitter Bookmarks on Steroids https://bit.ly/3CN3kq1

Show HN: TweetCatcher – Twitter Bookmarks on Steroids Hey Everyone! It's Firat from Fluffzy. We're a small product studio, and I'm so happy to share TweetCatcher at here. TweetCatcher is a mobile app for saving, organizing and finding Tweets you love. It's a simple app that solves a frustrating problem. Couple weeks ago my Co-founder Ege was trying to show me a funny Tweet from his bookmarks. He scroll through dozens times, try to use twitter search. At the end, he hopelessly tried Google search. We hate to go through all of our bookmarks, when we want to find a tweet we love. And It wasn't the first time we were frustrated. We have couple clients projects at hand, but we had our weekends. So, we build TweetCatcher in our weekends. It's a simple app that let you save tweets, create folders and search all your bookmarks. August 15, 2021 at 09:33PM

Show HN: KeebMangler https://bit.ly/37MExnu

Show HN: KeebMangler https://bit.ly/3iPmH9V August 16, 2021 at 09:51AM

Show HN: List of the top 100 open startups (with revenue displayed) https://bit.ly/3CQdp5p

Show HN: List of the top 100 open startups (with revenue displayed) https://bit.ly/37LvJyj August 16, 2021 at 08:58AM

Show HN: Repurposing AWS Systems Manager API to automate infrastructure testing https://bit.ly/3yPYu8N

Show HN: Repurposing AWS Systems Manager API to automate infrastructure testing https://bit.ly/3yXatSk August 16, 2021 at 06:29AM

Sunday 15 August 2021

Show HN: Tzar, Easy compression and extraction for any compression format https://bit.ly/3APBvLT

Show HN: Tzar, Easy compression and extraction for any compression format https://bit.ly/3jSe3qm August 16, 2021 at 04:04AM

Show HN: Burst – start a cloud server, run your code, turn it off https://bit.ly/3xK9XW5

Show HN: Burst – start a cloud server, run your code, turn it off https://bit.ly/3xTnRp0 August 15, 2021 at 08:03PM

Show HN: Imnew.to – get added to a group chat with other newly relocated people https://bit.ly/3mbeUp3

Show HN: Imnew.to – get added to a group chat with other newly relocated people https://bit.ly/3xNaAyf August 15, 2021 at 03:40PM

Show HN: The “tl;dr” of Recent Transformer Papers https://bit.ly/3COwCo6

Show HN: The “tl;dr” of Recent Transformer Papers https://bit.ly/3lZNl1C August 15, 2021 at 07:20PM

Show HN: SafeHODL – Safe way to track your Bitcoin holdings value via terminal https://bit.ly/3AOW9M9

Show HN: SafeHODL – Safe way to track your Bitcoin holdings value via terminal https://bit.ly/2VSBNlS August 15, 2021 at 10:17AM

Saturday 14 August 2021

Show HN: Theme Park Scavenger Hunt Game Deployed as a PWA Instead of App Store https://bit.ly/3m3Rt0P

Show HN: Theme Park Scavenger Hunt Game Deployed as a PWA Instead of App Store https://bit.ly/3k1qmAW August 14, 2021 at 08:38PM

Show HN: RxEffects- reactive state and effect management with RxJS https://bit.ly/3g5rLVH

Show HN: RxEffects- reactive state and effect management with RxJS https://bit.ly/3yPaaZp August 14, 2021 at 05:34PM

Show HN: SQLite-S3-query – Python function to query a SQLite database on S3 https://bit.ly/3iKwpdq

Show HN: SQLite-S3-query – Python function to query a SQLite database on S3 https://bit.ly/3yR0FJl August 14, 2021 at 05:45PM

Show HN: Play online chess with real chess board https://bit.ly/3sisMi5

Show HN: Play online chess with real chess board https://bit.ly/2UgQkr4 August 14, 2021 at 03:51PM

Show HN: Certificate Maker Built with GSlide, Gsheets and Gmail https://bit.ly/3iLP5cN

Show HN: Certificate Maker Built with GSlide, Gsheets and Gmail https://bit.ly/3lZC5m5 August 14, 2021 at 01:04PM

Show HN: DocOne – A Search Engine for Healthcare https://bit.ly/3iKEnn3

Show HN: DocOne – A Search Engine for Healthcare Hi Hacker News! I’m the founder of DocOne (https://bit.ly/3jNbMwE). DocOne delivers the most relevant physicians for any medical condition based on expertise. We currently cover all US physicians and ~4500 conditions. Why? The complexity of medicine is accelerating exponentially. Medical knowledge doubles every few months. To keep up, physicians are focusing on narrow groups of conditions. While there are only around 40 traditional medical specialties, in reality there are >500 ultra-specialties. If there’s one thing we’ve heard over and over from physicians (when they refer their patients) and people (when they search for specialists), it’s that they struggle to identify the right physicians. I’ve personally experienced this. Old-school physician directories (hospital, insurance, 3rd party like ZocDoc and Healthgrades) are essentially phone books. They don’t rely on expertise. They use patient reviews, which have no correlation with expertise. They often sell ads. That’s why we created DocOne. Our team has a background in data science and medicine. We capture and mine large-scale, up-to-date medical knowledge sources, and use data science (computational linguistics, NLP, shallow and deep learning language models, information retrieval) to build models of medical conditions and to rank physicians according to their relevance to any given condition. Instead of doing the traditional search by physician specialty, people can do a precise search by an individual condition. We're excited to show you the free and open version of our platform. We've tested it with a narrow group of patients, but we're ready to open it up to a broader user base. To search, start typing a medical condition and select an option from the drop down menu. Search nationwide, or type in a zip code or city/state. Filter by specialty (the platform knows all relevant specialties for each condition, helping the user search for the right type of specialist). We hope you’ll take a moment to try docone.io and let us know how it goes. Excited to have your feedback! Please leave your thoughts and comments. August 14, 2021 at 05:24AM

Friday 13 August 2021

Show HN: C++ vector type up to 40% faster than std:vector for push_back https://bit.ly/3m7OZi1

Show HN: C++ vector type up to 40% faster than std:vector for push_back https://bit.ly/2Xmssn3 August 14, 2021 at 01:58AM

Show HN: Script to compare Postgres data between two points in time https://bit.ly/3jRyQui

Show HN: Script to compare Postgres data between two points in time https://bit.ly/37G8zJx I cobbled together various programs into a bash script to compare how data changes between two points in time. My idea was basically to have a `git diff` but for data inside postgres. I wanted a util like this to help get to know a new code base: Interact with an app and watch how the data changes. You run the script with a given key (anything) before interacting with an app, then run it again with the same key to see the data diff. I'm not much of a bash scripter, as you can probably see from the script, but it was a fun and useful tool to make. Might make some more improvements in the future (eg. BYO diff command, etc.) but we'll see. August 13, 2021 at 11:56PM

Show HN: Playable Quotes for Game Boy https://bit.ly/2VTRxoQ

Show HN: Playable Quotes for Game Boy https://bit.ly/3g41aIN August 13, 2021 at 06:32PM

Show HN: Pushpin – a proxy server for adding push to your API https://bit.ly/3iIgagV

Show HN: Pushpin – a proxy server for adding push to your API https://bit.ly/37NaCLP August 13, 2021 at 05:17PM

Show HN: Alicorn Cloud – Easily move between AWS, GCP and Azure https://bit.ly/3CKVayc

Show HN: Alicorn Cloud – Easily move between AWS, GCP and Azure https://bit.ly/3yLsUt5 August 13, 2021 at 11:28AM

Show HN: Instantly Listen to Any URL https://bit.ly/3CLlgkx

Show HN: Instantly Listen to Any URL https://bit.ly/3sdrrJr August 13, 2021 at 04:57PM

Show HN: ModelMaster – Hands on excel training with in browser emulator https://bit.ly/2XuAMBv

Show HN: ModelMaster – Hands on excel training with in browser emulator https://bit.ly/2VUmZmA August 13, 2021 at 03:54PM

Show HN: Instantly Listen to Any URL https://bit.ly/3m0DAjH

Show HN: Instantly Listen to Any URL https://bit.ly/3sdrrJr August 13, 2021 at 07:04AM

Show HN: Free Jekyll online CV theme https://bit.ly/3jUc7NV

Show HN: Free Jekyll online CV theme https://bit.ly/3seZEbv August 13, 2021 at 11:36AM

Show HN: Judo - Build Native App Experiences with No Code https://bit.ly/3g0SYce

Show HN: Judo - Build Native App Experiences with No Code https://bit.ly/3xGKyfV August 13, 2021 at 11:31AM

Show HN: Nomad Visa – Working remotely? Explore your visa options https://bit.ly/2UftOir

Show HN: Nomad Visa – Working remotely? Explore your visa options https://bit.ly/3yNqgTt August 13, 2021 at 11:30AM

Show HN: C programming language extension: Cedro pre-processor https://bit.ly/3jPA09p

Show HN: C programming language extension: Cedro pre-processor https://bit.ly/2VJmxZ3 August 13, 2021 at 07:36AM

Thursday 12 August 2021

Show HN: Tech Talks at Facebook, Amazon, Netflix, and Google https://bit.ly/3AANM6L

Show HN: Tech Talks at Facebook, Amazon, Netflix, and Google Ever wonder how large scale services at built at large tech companies? I've collected tech talks given by Facebook, Amazon, Netflix, and Google to share! Facebook: https://youtube.com/playlist?list=PLqXBqaWzmb_eP2NRpwar0qtJcyrWlgLr2 - Facebook: Memcache at Scale, Whatsapp Erlang, Scaling Instagram, RocksDB, Haskell Spam fighting Amazon: https://youtube.com/playlist?list=PLqXBqaWzmb_fRGEAYEbXpQnHrqq5q_BkA - Amazon: S3 Eleven Nines Durability, DynamoDB, Lambda, EBS under the hood, Alexa NLP, Amazon Go Netflix: https://youtube.com/playlist?list=PLqXBqaWzmb_c0d3jHhxk8cF0ldP6EGfvL - Netflix: Chaos Engineering, Regional Failover, Machine Learning and Recommender Systems, Studio Engineering Google: https://youtube.com/playlist?list=PLqXBqaWzmb_c54Ff9-1kz-PJRcmtBuutH - Google: Borg, Spanner, MapReduce, GFS, Google AI, Ads Marketplaces, Robotics, SREs, Deep Learning August 13, 2021 at 05:50AM

Show HN: Is the summary enough? Save time reading non-fiction books https://bit.ly/37CD6bd

Show HN: Is the summary enough? Save time reading non-fiction books https://bit.ly/37CD6rJ August 13, 2021 at 03:09AM

Show HN: Lisp implementation in modern Java, Go, C#, TypeScript, Python https://bit.ly/3CTYJCq

Show HN: Lisp implementation in modern Java, Go, C#, TypeScript, Python https://bit.ly/3iI6pQ1 August 13, 2021 at 02:55AM

Show HN: "TL;DR" on Recent Transformers Papers https://bit.ly/3iGY0wh

Show HN: "TL;DR" on Recent Transformers Papers With the explosion in research on all things transformers, it seemed there was a need to have a single table to distill the "tl;dr" of each paper's contributions relative to each other. Here is what I got so far: https://bit.ly/3lZNl1C . Would love feedback - and feel free to contribute too :) August 13, 2021 at 12:29AM

Show HN: Taxtool https://bit.ly/3sekQhG

Show HN: Taxtool https://bit.ly/2UfB3H6 August 12, 2021 at 07:13PM

Show HN: What3Books – Custom recommendations from multiple books https://bit.ly/2XipBeN

Show HN: What3Books – Custom recommendations from multiple books https://bit.ly/3fYvx3e August 12, 2021 at 12:54PM

Show HN: Who Rules the World in '21. Biden vs. Bezos https://bit.ly/3iIsVYQ

Show HN: Who Rules the World in '21. Biden vs. Bezos https://bit.ly/3jNiW3T August 12, 2021 at 05:46PM

Show HN: AtomicEdits – automatically remove silences from videos https://bit.ly/3Azuq1K

Show HN: AtomicEdits – automatically remove silences from videos https://bit.ly/3iFnGJC August 12, 2021 at 05:42PM

Show HN: Absurd-SQL – Use sqlite3 on the web with storage in IndexedDB https://bit.ly/3s8wCKI

Show HN: Absurd-SQL – Use sqlite3 on the web with storage in IndexedDB https://bit.ly/3AF7gY2 August 12, 2021 at 04:02PM

Show HN: Rewwind – Save words and how you discovered them https://bit.ly/3lUXkFp

Show HN: Rewwind – Save words and how you discovered them https://bit.ly/3AwP42u August 12, 2021 at 02:18PM

Show HN: WhatsForm – Build form & get data from customer's WhatsApp number https://bit.ly/37yvHcY

Show HN: WhatsForm – Build form & get data from customer's WhatsApp number https://bit.ly/2VNXkMW August 12, 2021 at 08:45AM

Wednesday 11 August 2021

Show HN: Grok (VSCode Extension) Code-Centric Documentation in the IDE https://bit.ly/3CJgUdG

Show HN: Grok (VSCode Extension) Code-Centric Documentation in the IDE https://bit.ly/3lWtwZ2 August 12, 2021 at 01:38AM

Show HN: Build a Lisp in Swift https://bit.ly/3lQkP2y

Show HN: Build a Lisp in Swift https://bit.ly/3rYzs4O August 12, 2021 at 01:01AM

Show HN: Rollup your emails into daily digests https://bit.ly/2VMCIog

Show HN: Rollup your emails into daily digests https://bit.ly/37BO1SE August 11, 2021 at 04:56PM

Show HN: OCR Invoices and Receipts in Seconds Using Go SDK https://bit.ly/3CBECsq

Show HN: OCR Invoices and Receipts in Seconds Using Go SDK Here's an introduction to the Go SDK for Veryfi API that the team and I have been working on. We're gonna walkthrough a problem (having thousands of backlogged receipts) and solve it together by leveraging the Go SDK. Let me know what you all think. https://bit.ly/3jIYD7T August 11, 2021 at 05:47PM

Show HN: Phase – Slack app to see trending messages, keyword alerts, sentiment https://bit.ly/3m2d0qm

Show HN: Phase – Slack app to see trending messages, keyword alerts, sentiment https://bit.ly/3lZ4b0D August 11, 2021 at 05:20PM

Show HN: KmCaster – display keyboard and mouse events on-screen https://bit.ly/3xBB85l

Show HN: KmCaster – display keyboard and mouse events on-screen https://bit.ly/3iBoFdD August 11, 2021 at 04:39PM

Show HN: UI Guideline – No more friction between designers and developers https://bit.ly/37zCF1o

Show HN: UI Guideline – No more friction between designers and developers https://bit.ly/2VKgKlP August 11, 2021 at 01:37PM

Show HN: Free Backlink Checker https://bit.ly/3jMtbp3

Show HN: Free Backlink Checker https://bit.ly/3lUQOPe August 11, 2021 at 12:33PM

Show HN: Smart Virtual Engagement Platform for Marketing Teams https://bit.ly/3fTofxK

Show HN: Smart Virtual Engagement Platform for Marketing Teams https://bit.ly/3jRestk August 11, 2021 at 11:41AM

Show HN: Free Exchange Rates API https://bit.ly/2VMjrmL

Show HN: Free Exchange Rates API https://bit.ly/3yGWnEh August 11, 2021 at 11:14AM

Show HN: Fake Data Generation in Swift https://bit.ly/3ADObFD

Show HN: Fake Data Generation in Swift https://bit.ly/3fTsUja August 11, 2021 at 09:09AM

Show HN: My Favorite Hosting Stack. Consul, Nomad and Vault on Digital Ocean https://bit.ly/3jN5nl0

Show HN: My Favorite Hosting Stack. Consul, Nomad and Vault on Digital Ocean https://bit.ly/3yJ6zMA August 11, 2021 at 12:10PM

Show HN: Padka – Make your Zoom sessions more fun and engaging https://bit.ly/3AvMWrR

Show HN: Padka – Make your Zoom sessions more fun and engaging https://bit.ly/3lRQroo August 9, 2021 at 07:46PM

Tuesday 10 August 2021

Show HN: Zig monthly: iOS support, tutorials, tree-sitter, and more https://bit.ly/3fS0WEw

Show HN: Zig monthly: iOS support, tutorials, tree-sitter, and more https://bit.ly/3sffAL2 August 11, 2021 at 03:25AM

Show HN: What's My Car Worth? https://bit.ly/3fTDVRD

Show HN: What's My Car Worth? https://bit.ly/3yC7ZIL August 11, 2021 at 12:30AM

Show HN: YouTube Musical Spectrum – visualizer for YouTube with musical notes https://bit.ly/3fQFgsr

Show HN: YouTube Musical Spectrum – visualizer for YouTube with musical notes https://bit.ly/3AyPZQe August 10, 2021 at 11:31PM

Show HN: Lona – Framework for responsive web apps in full Python without JS https://bit.ly/3s4TJ91

Show HN: Lona – Framework for responsive web apps in full Python without JS https://bit.ly/3AB9XK9 August 10, 2021 at 02:19PM

Show HN: Write universally accessible SQL, not library-specific ORM wrapper APIs https://bit.ly/3AzgAwv

Show HN: Write universally accessible SQL, not library-specific ORM wrapper APIs https://bit.ly/3xATlAb August 10, 2021 at 03:32PM

Show HN: Solar Storm – audio reactive music video with React Three Fiber https://bit.ly/3yB7I8N

Show HN: Solar Storm – audio reactive music video with React Three Fiber https://bit.ly/3fQ4Jlv August 10, 2021 at 03:21PM

Show HN: Shottr – screenshot app for pixel professionals (macOS) https://bit.ly/3xBJXMP

Show HN: Shottr – screenshot app for pixel professionals (macOS) https://bit.ly/3CsQ3m6 August 10, 2021 at 02:37PM

Show HN: CreditHero – extend your AWS free credits https://bit.ly/2U4Wr1x

Show HN: CreditHero – extend your AWS free credits https://bit.ly/2XgiFyY August 10, 2021 at 12:24PM

Show HN: Hypertask – self service with monetized Azure Pipelines https://bit.ly/3fS6wqj

Show HN: Hypertask – self service with monetized Azure Pipelines https://bit.ly/3yBSqkl August 10, 2021 at 07:41AM

Show HN: Bunny – An Ephemeral Desktop in the Browser https://bit.ly/3s2VIdY

Show HN: Bunny – An Ephemeral Desktop in the Browser https://bit.ly/3lMup6z August 10, 2021 at 01:09AM

Monday 9 August 2021

Show HN: A collection of lessons for early stages of building a marketplace https://bit.ly/3iyWPPt

Show HN: A collection of lessons for early stages of building a marketplace https://bit.ly/37vdIUP August 10, 2021 at 01:09AM

Show HN: Torrentinim – low memory-footprint, API-only torrent search engine https://bit.ly/2VJEAxU

Show HN: Torrentinim – low memory-footprint, API-only torrent search engine https://bit.ly/3jI5nmg August 9, 2021 at 09:37PM

Show HN: Muxile – a tmux plugin that puts your terminal on your mobile https://bit.ly/3lNrxq7

Show HN: Muxile – a tmux plugin that puts your terminal on your mobile https://bit.ly/3s2GmpR August 9, 2021 at 06:41PM

Show HN: Accessibility Testing Tool for Developers https://bit.ly/2XdFUcY

Show HN: Accessibility Testing Tool for Developers https://bit.ly/2X6NtSx August 9, 2021 at 08:22PM

Show HN: Free, Accessible AI Art for Nonprogrammers https://bit.ly/3jBmlTr

Show HN: Free, Accessible AI Art for Nonprogrammers https://bit.ly/3fPukLt August 9, 2021 at 07:16PM

Show HN: LifeBits – share memories, not posts https://bit.ly/3lQPX1M

Show HN: LifeBits – share memories, not posts https://bit.ly/3fMbZz8 August 9, 2021 at 07:00PM

Show HN: Get a plastic, wallet-size vaccine card https://bit.ly/3s3NVwe

Show HN: Get a plastic, wallet-size vaccine card https://bit.ly/3lNEz74 August 9, 2021 at 06:33PM

Show HN: This Idea Does Not Exist https://bit.ly/3lUd6Ai

Show HN: This Idea Does Not Exist https://bit.ly/3jx4HjG August 9, 2021 at 05:32PM

Show HN: Personal Zero-Trust HashiCorp Vault https://bit.ly/3Ap5OJ0

Show HN: Personal Zero-Trust HashiCorp Vault https://bit.ly/3CsAifb August 9, 2021 at 02:08PM

Show HN: A floating chat web component for any framework https://bit.ly/3jyhN02

Show HN: A floating chat web component for any framework https://bit.ly/3CwANow August 9, 2021 at 03:19PM

Show HN: Countdown Game Solver in Tree Format https://bit.ly/2X5KxWh

Show HN: Countdown Game Solver in Tree Format https://bit.ly/3xyLFyc August 9, 2021 at 09:39AM

Show HN: Ots – share a secret via one-time URL (a simple Go CLI) https://bit.ly/3Czk9UY

Show HN: Ots – share a secret via one-time URL (a simple Go CLI) https://bit.ly/3jGcvzw August 9, 2021 at 02:38PM

Show HN: Everyday Utilities for the Everyday Developer https://bit.ly/3ixIXFa

Show HN: Everyday Utilities for the Everyday Developer https://bit.ly/2VuJn6B August 9, 2021 at 09:54AM

Show HN: Visualizing linear algebra algorithms like QR iteration https://bit.ly/3Cu2zBS

Show HN: Visualizing linear algebra algorithms like QR iteration https://bit.ly/3Ctd605 August 9, 2021 at 09:17AM

Sunday 8 August 2021

Show HN: Find soonest AZ GP appointments near you in Australia https://bit.ly/3s0xm4z

Show HN: Find soonest AZ GP appointments near you in Australia https://bit.ly/3jBGI2P August 9, 2021 at 12:59AM

Show HN: Open-Source EMarket Online Store https://bit.ly/3xA8DoN

Show HN: Open-Source EMarket Online Store https://bit.ly/3AoesaB August 8, 2021 at 11:05PM

Show HN: Yet another Homebrew Video Game Console, this time FPGA-based https://bit.ly/3Cu9kDO

Show HN: Yet another Homebrew Video Game Console, this time FPGA-based https://bit.ly/3fJPmv1 August 8, 2021 at 09:23PM

Show HN: Generating Collisions on NeuralHash https://bit.ly/3lJn7jP

Show HN: Generating Collisions on NeuralHash https://bit.ly/3yzBX03 August 8, 2021 at 12:05PM

Show HN: Forever Domains https://bit.ly/3iuKgEx

Show HN: Forever Domains https://bit.ly/3xrxqva August 8, 2021 at 07:25PM

Show HN: Create Realistic AI-Generated Images with VQGAN + CLIP https://bit.ly/3jDM7pY

Show HN: Create Realistic AI-Generated Images with VQGAN + CLIP https://bit.ly/2VzRtL3 August 8, 2021 at 05:29PM

Show HN: Windows Bubbles Screensaver in JavaScript https://bit.ly/3xxaI4I

Show HN: Windows Bubbles Screensaver in JavaScript https://bit.ly/3s06t0q August 8, 2021 at 06:35AM

Show HN: Textual – An async-powered terminal application framework for Python https://bit.ly/3jzpxyW

Show HN: Textual – An async-powered terminal application framework for Python https://bit.ly/3fL0Z4N August 8, 2021 at 02:02PM

Show HN: An interactive 3D mesh viewer https://bit.ly/37uTomC

Show HN: An interactive 3D mesh viewer https://bit.ly/3yz7Yp1 August 8, 2021 at 01:44PM

Show HN: Estinator – simulation tool for project management https://bit.ly/3AjAYBB

Show HN: Estinator – simulation tool for project management https://bit.ly/3Aoxi1u August 8, 2021 at 08:45AM

Show HN: Postman Alternative for gRPC https://bit.ly/3jCD6xo

Show HN: Postman Alternative for gRPC https://bit.ly/3CpHnNn August 8, 2021 at 08:27AM

Saturday 7 August 2021

Show HN: Agora: Sell Files on the Web https://bit.ly/3CvyVvW

Show HN: Agora: Sell Files on the Web https://bit.ly/3fJYaB3 August 6, 2021 at 09:16PM

Show HN: Build a Lisp in Swift https://bit.ly/3CuXKbk

Show HN: Build a Lisp in Swift https://bit.ly/3rYzs4O August 8, 2021 at 01:54AM

Show HN: Object Detection in an Hour https://bit.ly/3fISSG5

Show HN: Object Detection in an Hour https://bit.ly/3CBE9qi August 7, 2021 at 06:38PM

Show HN: AIMER.app – Actively improve your French listening with YouTube https://bit.ly/3iqSP3o

Show HN: AIMER.app – Actively improve your French listening with YouTube https://bit.ly/3s12DEq August 7, 2021 at 06:37PM

Show HN: Trending Machine Learning Papers on Twitter https://bit.ly/3iuA8f5

Show HN: Trending Machine Learning Papers on Twitter https://bit.ly/3Ctn8hW August 7, 2021 at 10:07AM

Show HN: Preventing Mindless Twitter Scrolling on iPhone https://bit.ly/2X76C71

Show HN: Preventing Mindless Twitter Scrolling on iPhone https://twitter.com/actuflow/status/1423318269440798723 August 7, 2021 at 12:51PM

Friday 6 August 2021

Show HN: Swifties – a custom language construction kit in Swift https://bit.ly/3lGwkJU

Show HN: Swifties – a custom language construction kit in Swift https://bit.ly/3yvY47y August 7, 2021 at 01:03AM

Show HN: DenseClus, clustering for categorical and numeric data https://bit.ly/3xyhgjE

Show HN: DenseClus, clustering for categorical and numeric data https://bit.ly/3itlZPf August 6, 2021 at 05:49PM

Show HN: Open-source A/B Testing framework https://bit.ly/3xrEckI

Show HN: Open-source A/B Testing framework https://bit.ly/3lCClHm August 6, 2021 at 04:53PM

Show HN: Beam.gg – Applying game theory and game design to online communities https://bit.ly/3iqSz4f

Show HN: Beam.gg – Applying game theory and game design to online communities https://bit.ly/3xy4bGV August 6, 2021 at 03:57PM

Show HN: Physically-Based GPU Pathtracer with Mitsuba XML Support https://bit.ly/3fF0h9f

Show HN: Physically-Based GPU Pathtracer with Mitsuba XML Support https://bit.ly/3cjhbqV August 6, 2021 at 02:39PM

Show HN: A link aggregator with tags about anything that piques your curiosity https://bit.ly/2VxrZNZ

Show HN: A link aggregator with tags about anything that piques your curiosity https://bit.ly/3lCI4x1 August 6, 2021 at 02:09PM

Show HN: Paper Time – Listen to abstracts of CS papers, like a custom podcast https://bit.ly/3Ahn4Qp

Show HN: Paper Time – Listen to abstracts of CS papers, like a custom podcast https://bit.ly/3jvLgry August 6, 2021 at 12:59PM

Show HN: Death to video calls. Interactive audio spaces are the future https://bit.ly/3fBZMwJ

Show HN: Death to video calls. Interactive audio spaces are the future https://bit.ly/3fBVMMS August 6, 2021 at 12:51PM

Show HN: Digsby – A virtual host for your Airbnb rental https://bit.ly/3yvUbiK

Show HN: Digsby – A virtual host for your Airbnb rental https://bit.ly/2TYVvvL August 6, 2021 at 12:16PM

Show HN: Reddit clone built in no-code in 2 weeks https://bit.ly/2Vy83e9

Show HN: Reddit clone built in no-code in 2 weeks https://bit.ly/3CxnOTw August 6, 2021 at 12:05PM

Show HN: Archive Your Website for Free https://bit.ly/3yyFSKs

Show HN: Archive Your Website for Free https://bit.ly/3cCiEdg August 6, 2021 at 10:56AM

Show HN: Git statistics simple and easy in pure bash https://bit.ly/3fyskXJ

Show HN: Git statistics simple and easy in pure bash https://bit.ly/3js6sOX August 6, 2021 at 10:22AM

Show HN: Crypto data from multiple exchanges to multiple storage systems-Updated https://bit.ly/3xn46G8

Show HN: Crypto data from multiple exchanges to multiple storage systems-Updated https://bit.ly/3lCNNmc August 6, 2021 at 10:08AM

Show HN: Visualizer for High Level System Design https://bit.ly/3fBsC0g

Show HN: Visualizer for High Level System Design https://bit.ly/3lxK89r August 6, 2021 at 08:01AM

Thursday 5 August 2021

Show HN: Procedural log cabins using code CAD https://bit.ly/3juCgD2

Show HN: Procedural log cabins using code CAD https://bit.ly/3AiRL7Y August 6, 2021 at 06:20AM

Show HN: NightCafe Creator – Create art from a text prompt using VQGAN+CLIP https://bit.ly/3lAv7DD

Show HN: NightCafe Creator – Create art from a text prompt using VQGAN+CLIP https://bit.ly/2WUD505 August 5, 2021 at 11:54PM

Show HN: Fabform.io an Alternative to Google Forms https://bit.ly/2VtWjcm

Show HN: Fabform.io an Alternative to Google Forms https://bit.ly/3dMdCLY a google forms alternative August 5, 2021 at 11:44PM

Show HN: Collaborative Online Sticky Notes https://bit.ly/2TXEfaf

Show HN: Collaborative Online Sticky Notes https://bit.ly/2WYJ6Jn August 5, 2021 at 04:21PM

Show HN: Visualizing a Codebase https://bit.ly/3fuNjLh

Show HN: Visualizing a Codebase I explored an alternative way to view codebases to the typical folder/file list, showing a bird's-eye-view of its structure. https://bit.ly/3Cumu3M August 5, 2021 at 04:09PM

Show HN: LiaScript - Markdown for interactive and open online courses https://bit.ly/3fRXI3Z

Show HN: LiaScript - Markdown for interactive and open online courses https://bit.ly/3fRXIkv August 5, 2021 at 01:12PM

Show HN: Makeai.art – Create Art from a Description https://bit.ly/3xpUoTA

Show HN: Makeai.art – Create Art from a Description https://bit.ly/3jsUIM3 August 5, 2021 at 06:17AM

Show HN: Made an internal communication app with just SWIFTUI https://bit.ly/3Ad5RaS

Show HN: Made an internal communication app with just SWIFTUI https://apple.co/3AiMihr August 5, 2021 at 11:06AM

Show HN: Open-source React SPA blog (MIT license) https://bit.ly/3ClevWm

Show HN: Open-source React SPA blog (MIT license) https://bit.ly/3io7ZpW August 5, 2021 at 07:50AM

Wednesday 4 August 2021

Show HN: Hookdeck – an infrastructure to consume webhooks https://bit.ly/2VndCMy

Show HN: Hookdeck – an infrastructure to consume webhooks https://bit.ly/37hl9ip August 4, 2021 at 06:14PM

Show HN: Mapus – An open source map tool with real-time collaboration https://bit.ly/2VtE1Im

Show HN: Mapus – An open source map tool with real-time collaboration https://bit.ly/2Vrq4L4 August 4, 2021 at 09:51AM

Show HN: 8-Bit NES Emulator as Progressive Web App https://bit.ly/3rRi022

Show HN: 8-Bit NES Emulator as Progressive Web App https://bit.ly/3fxMdhE August 4, 2021 at 12:54PM

Show HN: Learn to identify the birds at any location in the world https://bit.ly/3Cc3dDY

Show HN: Learn to identify the birds at any location in the world https://bit.ly/3iksoMC August 4, 2021 at 12:33PM

Show HN: Open-source low-code BI tool https://bit.ly/3ijcuSJ

Show HN: Open-source low-code BI tool https://bit.ly/2Ugy1Sw August 4, 2021 at 10:30AM

Show HN: Ray Tracer from Scratch https://bit.ly/2VzB0Gw

Show HN: Ray Tracer from Scratch https://bit.ly/37nyiXb August 4, 2021 at 06:28AM

Show HN: Till – Unblock and scale your web scrapers, with minimal code changes https://bit.ly/3jpenws

Show HN: Till – Unblock and scale your web scrapers, with minimal code changes https://bit.ly/3lt6vN4 August 4, 2021 at 11:16AM

Show HN: I wrote a novel about my work developing the Xerox Star https://bit.ly/3fuvVWY

Show HN: I wrote a novel about my work developing the Xerox Star https://bit.ly/2VlO3vk August 4, 2021 at 11:10AM

Show HN: KSON Is JSON with SQL and Networking https://bit.ly/3jo3ECn

Show HN: KSON Is JSON with SQL and Networking https://bit.ly/2VsQ88y August 4, 2021 at 08:03AM

Show HN: Kiteshield – an open source packer/obfuscator for ELF binaries on Linux https://bit.ly/3joGvjc

Show HN: Kiteshield – an open source packer/obfuscator for ELF binaries on Linux https://bit.ly/3xm1lov August 4, 2021 at 06:02AM

Tuesday 3 August 2021

Show HN: Pebble Finance – Create a Custom ETF https://bit.ly/3jjBF6Z

Show HN: Pebble Finance – Create a Custom ETF https://bit.ly/3ytTQgQ August 3, 2021 at 09:33PM

Show HN: Corvus Robotics (YC S18) – Level 4 autonomy, warehouse inventory UAVs https://bit.ly/3CeGsiQ

Show HN: Corvus Robotics (YC S18) – Level 4 autonomy, warehouse inventory UAVs https://bit.ly/2TSmoBv August 3, 2021 at 06:11PM

Show HN: Tomatotree.tv – Find your next series to watch using Rotten Tomatoes https://bit.ly/3ltd0Qg

Show HN: Tomatotree.tv – Find your next series to watch using Rotten Tomatoes https://bit.ly/3A7DWJq August 3, 2021 at 06:04PM

Show HN: Authentication and Verification of Digital Media Assets for Everyone https://bit.ly/3lxK6OZ

Show HN: Authentication and Verification of Digital Media Assets for Everyone https://bit.ly/3rTm0yZ August 3, 2021 at 04:00PM

Show HN: OnionShare with Just Tor and Redbean https://bit.ly/3lrn7Vv

Show HN: OnionShare with Just Tor and Redbean https://bit.ly/3lqTkwd August 3, 2021 at 05:37PM

Show HN: Tinyevents.js – A tiny event utility library https://bit.ly/3jhuTyK

Show HN: Tinyevents.js – A tiny event utility library https://bit.ly/3lrn249 August 3, 2021 at 03:27PM

Show HN: Atomd v0.1.0 – Markdown Lexer and HTML Parser (Python) https://bit.ly/3lrmXgR

Show HN: Atomd v0.1.0 – Markdown Lexer and HTML Parser (Python) https://bit.ly/3lrmXxn August 3, 2021 at 01:08PM

Show HN: Build ECommerce Website on AI Powered SaaS Platform |Shoptimize https://bit.ly/3jgfvCJ

Show HN: Build ECommerce Website on AI Powered SaaS Platform |Shoptimize https://bit.ly/2VksWt9 August 3, 2021 at 11:51AM

Show HN: Let AI predict how old you are https://bit.ly/3lnvfXb

Show HN: Let AI predict how old you are https://bit.ly/3lzcSOS August 3, 2021 at 03:25PM

Show HN: A work in progress C compiler from scratch https://bit.ly/3xoPs17

Show HN: A work in progress C compiler from scratch https://bit.ly/3rSoX31 August 3, 2021 at 01:50PM

Show HN: Shiny Buildings – GitHub for Buildings https://bit.ly/3rOU8wb

Show HN: Shiny Buildings – GitHub for Buildings https://bit.ly/3lnM4kM August 3, 2021 at 12:29PM

Show HN: PinePage– A monetization platform rooted in the value of Free Speech https://bit.ly/37ertqM

Show HN: PinePage– A monetization platform rooted in the value of Free Speech https://bit.ly/2WUi5a5 August 3, 2021 at 09:26AM

Show HN: Free Private gRPC Documentation https://bit.ly/3AiSuGf

Show HN: Free Private gRPC Documentation https://bit.ly/3fqbFpi August 3, 2021 at 09:26AM

Monday 2 August 2021

Show HN: The Simplest ML API https://bit.ly/2Vo677G

Show HN: The Simplest ML API https://bit.ly/3lpzMZi August 2, 2021 at 08:45PM

Show HN: Volcano| YouTube co-watch just by adding –-- to the video URL https://bit.ly/3jgMXJ3

Show HN: Volcano| YouTube co-watch just by adding –-- to the video URL Just follow the super easy steps below to try it right away: 1. Open any youtube video and play it in the browser. 2. Edit the youtube.com video URL to you---tube.com (adding three hyphens between "you" and "tube" in the address bar) 3. Enter and Done, Share the URL with others for them to join or live-stream your co-watching stream. (private and visible only to people with the URL you share) Example: Modify https://www.youtube.com/watch?v=eX2qFMC8cFo to https://bit.ly/3fkbxYs and press enter in the address bar. Voila! August 2, 2021 at 06:10PM

Show HN: A tiny browser game where you have 45 seconds to trade a fake stock https://bit.ly/2V6VYN3

Show HN: A tiny browser game where you have 45 seconds to trade a fake stock https://bit.ly/3rSeDYW August 2, 2021 at 05:36PM

Show HN: A web video player for local files https://bit.ly/3fo6ark

Show HN: A web video player for local files https://bit.ly/3loH7s2 August 2, 2021 at 03:55PM

Show HN: Open by Design https://bit.ly/3C8dbGf

Show HN: Open by Design https://bit.ly/2V8ZxCq August 2, 2021 at 03:40PM

Show HN: Practice Python Projects eBook for beginners https://bit.ly/3zYgkXq

Show HN: Practice Python Projects eBook for beginners https://bit.ly/3iiuEEn August 2, 2021 at 01:05PM

Show HN: Connecting Arduino and Android https://bit.ly/2Vie929

Show HN: Connecting Arduino and Android https://bit.ly/3llyX3v August 2, 2021 at 11:50AM

Show HN: A team org chart built inside Slack https://bit.ly/3xmzFzM

Show HN: A team org chart built inside Slack https://bit.ly/3fmzDSk August 2, 2021 at 06:55AM

Show HN: Nordigen Free banking data API (EU) https://bit.ly/3ymX9pK

Show HN: Nordigen Free banking data API (EU) https://bit.ly/3flvy10 August 2, 2021 at 10:35AM

Sunday 1 August 2021

Show HN: Mathematics Chalkboard with LaTeX and Markdown Support https://bit.ly/3zYwwYL

Show HN: Mathematics Chalkboard with LaTeX and Markdown Support https://bit.ly/39obR5r August 2, 2021 at 05:48AM

Show HN: nbb - run a ClojureScript script on Node without a Clojure build tool https://bit.ly/2WKUyYX

Show HN: nbb - run a ClojureScript script on Node without a Clojure build tool https://bit.ly/3A3bkRx August 1, 2021 at 12:52PM

Show HN: Python Source Code Refactoring Toolkit via AST https://bit.ly/2TPyo6M

Show HN: Python Source Code Refactoring Toolkit via AST https://bit.ly/3yd9fln August 1, 2021 at 04:34PM

Show HN: Gamestonk Terminal Update. A FOSS Alternative to Bloomberg Terminal https://bit.ly/3yj9mfi

Show HN: Gamestonk Terminal Update. A FOSS Alternative to Bloomberg Terminal Hey all, Monthly update on the state of the best -and only one- Free Open-Source Terminal: Gamestonk Terminal. Since last month, some of the features that have been added are: * Insider Screener based on https://bit.ly/3C1Ttfn * Market overview from https://on.wsj.com/2WzxVGI * A neat ETF screener to filter for ETFs that meet a certain criteria, like: price, assets held, net asset valuation, expense ratio, PE Ratio, dividend yield, and more. * An initial version of a supply-chain analysis, that based on a company shows not only the suppliers but also customers. * Literally 40 new crypto commands from a single contributor! It's actually insane the amount of new functionalities this crypto menu already has... * We incorporated also an Options screener from https://bit.ly/2WzxX1i. The author (https://bit.ly/3lhrjXZ) has been extremely keen with incorporating his API. * New partnership with Sentiment Investor!!! Which allows us to have an even better behavioural analysis, and we increase the list of our partners to 4. * For more terminal updates, you can follow our twitter account https://twitter.com/gamestonkt or check the #new-features channel on our discord. Some of the next steps: * We want to improve our unique feature of automatic report generation to help the community benefiting from real good DD. I personally benefit massively from the DD everyone puts here, and feel like there should be a tool to host all this information. And the way we automate it will make it much easier for content creators to add their notes and share their DD with everyone. * We have been having regular weekly calls with contributors to agree on the structure of the data that will be used for our sick GUI. If you are unsure about the terminal, let me tell you why I spend 99% of my spare time developing it: 1. The terminal is timeless. The terminal is fully open-source, which means that it won't die. It also means that there's 100% transparency on everything we do. You can even see the very first commit of the project, and how fast we've grown since then. 2. The terminal is 100% free. There isn't a single command that requires money from the user. It also means equality between every user, i.e. all users are premium in our view. 3. Unlimited upside. With the amount of data we are gathering, the possibilities of what we can do are unlimited. Even this week I was reached out by some DS guys where they want to improve our Residual Analysis menu to add explanations of what does that mean to people less familiar with this mathematical terms. 4. Driven by the community. Most of the features I mentioned above came from users on discord messaging us with "what about a supply-chain analysis like bloomberg terminal" or "look this openinsider website looks legit, we could do something nice with it". 5. Amazing community. I can't stress this enough. Some of the people we're working with on this, are extremely smart and hard-working people. Personally, I'm learning a ton while having a lot of fun. 6. The opportunity to make a difference. Definitely the most rewarding for me. Last year when COVID happened, I had no clue what a SPAC was, and had never invested in anything. Today I have the chance to make an impact in the financial world.You know when people say "To the people". The community behind this project are actually that same people. We don't come from Wall St, we all have 9-5 jobs and are trying to level the financial world, 1 commit at a time.Everyone can give their contribution on this project, I welcome every single one of you to join our discord. Even if you are not a developer, requesting features, finding bugs, is just as important. August 1, 2021 at 03:26PM

Show HN: Best Pumps Reviewed and Compared- Feedback Please https://bit.ly/3xffnrR

Show HN: Best Pumps Reviewed and Compared- Feedback Please https://bit.ly/3C1ToZ7 August 1, 2021 at 02:51PM

Show HN: Declarative GUIs in Racket [video] https://bit.ly/3xivIvS

Show HN: Declarative GUIs in Racket [video] https://www.youtube.com/watch?v=AXJ9tTVGDwU August 1, 2021 at 01:30PM

Show HN: Blackjack – Probabilties, Card Counting – Calculation and Simulation https://bit.ly/2TSkEZ2

Show HN: Blackjack – Probabilties, Card Counting – Calculation and Simulation https://bit.ly/3zXt0h9 August 1, 2021 at 12:37PM