Monday, October 3, 2022

Show HN: Can I DevTools? https://ift.tt/AVSHnUs

Show HN: Can I DevTools? https://ift.tt/SOImDG9 October 3, 2022 at 12:40PM

Show HN: Personalized themes for VSCode + 25 editors, powered by color science https://ift.tt/v5pQUmZ

Show HN: Personalized themes for VSCode + 25 editors, powered by color science https://hueflake.dev/ October 3, 2022 at 03:23AM

Show HN: placesloth.com – generate placeholder images of sloths https://ift.tt/wrK71C8

Show HN: placesloth.com – generate placeholder images of sloths Hey all, Last week I had to make a couple of test pages and turned to one of my favorite sites to fill it with some imagery: https://placebear.com/ There's a pretty large amount of sites like this, but none seemed to be serving the superior animal: sloths. So I hacked this together quickly over the weekend. It's definitely ugly code and an ugly approach, nothing prevents this from going OOM, it'll probably fall over under a bit of load (or when the single spot instance running it gets replaced), but it was fun to build and fills my needs. Hope this inspires you to expand the placeholder generator landscape, or at least include some sloths on your test pages :) https://placesloth.com/ October 3, 2022 at 01:55AM

Sunday, October 2, 2022

Show HN: I made a productivity tool instead of being productive https://ift.tt/v3RYusF

Show HN: I made a productivity tool instead of being productive https://ift.tt/AzCjJOn October 2, 2022 at 06:52PM

Show HN: It's like Hangman not Wordle https://ift.tt/8gpf3XY

Show HN: It's like Hangman not Wordle Grey-haired back-end dev has a go at a web-based game using html/css/js only. The interface is (very) similar to Wordle, but it's a different game based on guess-the-word letter-by-letter Hangman. https://foximax.com October 2, 2022 at 04:56PM

Show HN: MathB.in Demo – Share Mathematics on the Web with Markdown and LaTeX https://ift.tt/ABHL2Py

Show HN: MathB.in Demo – Share Mathematics on the Web with Markdown and LaTeX https://mathb.in/1 October 2, 2022 at 04:40PM

Show HN: Flutter: Test selection for Ruby based on incremental code changes https://ift.tt/IFJ7wLU

Show HN: Flutter: Test selection for Ruby based on incremental code changes https://ift.tt/QmjU89B October 2, 2022 at 08:21AM

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...