Friday, August 12, 2022

Show HN: Wordle but for Tweets https://ift.tt/vZMlypN

Show HN: Wordle but for Tweets Hey HN I built this simple app that grabs four popular tweets from the last 24 hours and removes a word from each, so that the missing words spell out a phrase. It's the player's job to guess the missing words. A key motive for building this was that, to be honest, I was finding much of the news and social media dialogue quite depressing. I thought that if a wholesome or inspirational phrase can be built out of these (often tiresome) tweets, then there would be something nice about that. The stack included GCloud scheduler (for daily Tweet scraping and automatic puzzle generation), Supabase (which, by the way, is fantastic) and Next / Vercel. https://www.birdle.art/ August 12, 2022 at 02:04AM

Show HN: Go to random locations, parks and restaurants around you https://ift.tt/V9RxuCd

Show HN: Go to random locations, parks and restaurants around you https://ift.tt/SW2vQOt August 11, 2022 at 10:20PM

Show HN: I created a bedtime story for my son using GPT-3 and DALL-E https://ift.tt/SvbNH1q

Show HN: I created a bedtime story for my son using GPT-3 and DALL-E https://twitter.com/laktek/status/1555154811728695296 August 11, 2022 at 11:47PM

Thursday, August 11, 2022

Show HN: Linguistic Antipatterns https://ift.tt/MEQ16h0

Show HN: Linguistic Antipatterns https://ift.tt/echY3vz August 11, 2022 at 10:20PM

Show HN: PHP on Netlify Edge Functions https://ift.tt/sFd2oDY

Show HN: PHP on Netlify Edge Functions https://ift.tt/TOul8Mi August 11, 2022 at 06:42PM

Show HN: Open Source Zapier Alternative for Web3 https://ift.tt/K3vLrGU

Show HN: Open Source Zapier Alternative for Web3 https://ift.tt/04W68J2 August 11, 2022 at 07:44PM

Show HN: GitHub Commit Visualiser https://ift.tt/ZzNRSmJ

Show HN: GitHub Commit Visualiser I built a tool which you can use to visualise your git commits at an org or repository level. It shows just how much work an engineering team, or even an individual does, that often goes unseen by non-dev teams. You can read about the build here: https://ift.tt/SDkohTy... Repo is here: https://ift.tt/62w3iyh You can deploy your own to netlify (or provider of your choice) and start visualising your own project's commits in realtime. https://ift.tt/683ZK2w August 11, 2022 at 06:30PM

Show HN: Micro-RLE ≤264-byte compression for UART/MCU logs, zero RAM growth https://ift.tt/Pg74n2l

Show HN: Micro-RLE ≤264-byte compression for UART/MCU logs, zero RAM growth I needed to stuff twice the telemetry through the same 115 kbaud...