Posts

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

Show HN: Notion Standup – Get daily reports on your tasks on Notion Notion Standup helps you to receive daily standup reports on email and other channels for your and your team's current and overdue tasks on Notion. Stay updated always with daily reports through email, Slack, Discord, Webhook, Zapier, and Telegram. https://ift.tt/zoqAhpa December 1, 2022 at 05:10AM

Show HN: Basement – a GraphQL API for on-chain Ethereum data https://ift.tt/9jFWf2t

Show HN: Basement – a GraphQL API for on-chain Ethereum data If we want better web3 experiences, developers need better tools. RPC nodes are really good at executing transactions, however they are notoriously cumbersome to set up, and reading large chunks of data is not very efficient: To show a list of transactions and receipts, nodes have to re-execute smart contract code on entire blocks. For every read call. Not great at scale. Which is why everyone is building ETLs to move data from the chain into their own database. This GraphQL API is our first step in allowing developers to spend more time on building product, rather than ETL infrastructure. https://basement.dev/ November 30, 2022 at 02:25PM

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

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

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) https://ift.tt/jXORZN0

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) Hey HN! I wanted to share a project that I've been working on for a while and finally "completed" (until next time I try to improve it, that is). The idea is that I wanted my guest wifi password to change frequently, but I also didn't want my guests to hate me every time they came over to visit. Hence be_my_guest was born. Please let me know what you think! https://ift.tt/50UBtM9 November 29, 2022 at 08:01PM

Show HN: Real-World Datasets for Benchmarking Object Detection Models https://ift.tt/iPhCJqc

Show HN: Real-World Datasets for Benchmarking Object Detection Models https://www.rf100.org November 29, 2022 at 06:49PM

Show HN: Daily QRCode https://ift.tt/3xPvDNY

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

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

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