Tuesday, August 23, 2022

Show HN: Data Austerity Notation https://ift.tt/lhxG1My

Show HN: Data Austerity Notation Designed to replace JSON, YAML, and EDN; at least for everything I need those languages for. https://ift.tt/3sOnzJH August 23, 2022 at 12:27PM

Show HN: Discord and Slack Bots for Business https://ift.tt/TJ0hRgW

Show HN: Discord and Slack Bots for Business https://ift.tt/Cc5fFKT August 23, 2022 at 12:37PM

Show HN: Become an Awesome Open-Source Maintainer! https://ift.tt/6BXGxsC

Show HN: Become an Awesome Open-Source Maintainer! Maintainer is a CLI app which helps you to generate AUTHORS, CHANGELOG.md, CONTRIBUTING.md and so on based on the repository in GitHub. It makes your repository more contributor-friendly. https://ift.tt/6faCRQh August 23, 2022 at 12:38PM

Show HN: Crawlee – The web scraping and browser automation library for Node.js https://ift.tt/uRYstkg

Show HN: Crawlee – The web scraping and browser automation library for Node.js https://crawlee.dev/ August 23, 2022 at 11:55AM

Monday, August 22, 2022

Show HN: C# library for PDF generation got redesigned documentation (QuestPDF) https://ift.tt/Q0ECW3J

Show HN: C# library for PDF generation got redesigned documentation (QuestPDF) https://ift.tt/i13yjAN August 22, 2022 at 06:59PM

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer https://ift.tt/YfkTUhV

Show HN: Inlyne, a GPU powered, browser-less, Markdown previewer Markdown files are used universally in almost every git repository and yet you need a browser or electron app like VS Code to quickly open one. To help this I'm trying to create a markdown viewer that renders on the gpu without needing a browser. If this interests you please help try out `cargo install inlyne`. Using it is as simple as `inlyne README.md` and you can set themes, fonts and scaling as you'd like. https://ift.tt/1BsyxMm August 22, 2022 at 05:34PM

Show HN: How to find Access Key confidential data on AWS easily https://ift.tt/ebyUVsg

Show HN: How to find Access Key confidential data on AWS easily [OSINT TIP] AWS key Credential Leak How to find Access Key confidential information on Amazon Cloud Services (AWS) very easily Search the Script tag for the 'AWS.config.update()' function on the 'DynamoDB' or 'S3 Bucket Upload' function on the page using the function AWS SDK or AWS CLI. https://ift.tt/Pztik1I August 22, 2022 at 11:02AM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...