Tuesday, June 25, 2024

Show HN: Qq: like jq, but can transcode between many formats https://ift.tt/72mMH4u

Show HN: Qq: like jq, but can transcode between many formats qq is jq inspired interoperable config format transcoder with interactive querying. It features an optional interactive editor with autocomplete for structured data. And supports inputs and outputs for json, xml, ini, toml, yaml, hcl, tf, and csv to varying degrees of capability. https://ift.tt/BYUmPp2 June 25, 2024 at 04:14AM

Show HN: Sandcastle – a minimal, lightweight build tool and shell automator https://ift.tt/fZqRwpE

Show HN: Sandcastle – a minimal, lightweight build tool and shell automator Automate your repetitive build tasks and terminal commands with Sandcastle. Built in Go. I'm a solo student developer - I'm open to contribution to build this into something that everyone can and will want to use. https://ift.tt/NscEKkU June 25, 2024 at 12:16AM

Monday, June 24, 2024

Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/k5K7NCh

Show HN: Field report with Claude 3.5 – Making a screen time goal tracker https://ift.tt/CQSUPLT June 24, 2024 at 07:00AM

Show HN: API for Internet Brand Data https://ift.tt/7Gk39Pz

Show HN: API for Internet Brand Data https://brand.dev/ June 24, 2024 at 01:32AM

Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/haI4ZWT

Show HN: Open-source version of Anthropic's Artifacts UI https://ift.tt/KWhSjdD June 24, 2024 at 03:51AM

Show HN: Tsellm: Interactive SQLite shell with LLM support https://ift.tt/lkSMosY

Show HN: Tsellm: Interactive SQLite shell with LLM support Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif: https://ift.tt/voT4dak... https://ift.tt/YMU4i1f June 23, 2024 at 11:45PM

Sunday, June 23, 2024

Show HN: Online OPML editor to manage subscription lists https://ift.tt/se2xibY

Show HN: Online OPML editor to manage subscription lists I made a small online editor to manage OPML[1] files easily. There are a lot of smart online editors for formats like JSON, but while OPML is supported by most subscriptions services, the experience of editing/managing it is poor outside of what each platform support. The pain of managing the file independently increases as the size of the OPML file grow larger. It's rather simple at the moment but the goal is to provide shortcuts for common desired tasks to make the experience of editing OPML much smoother and streamlined. The editor is a static website that runs locally in your browser, it doesn't require an account, nor do any tracking. Let me know your feedback or if you've any pain points around OPML GitHub repo: https://ift.tt/KmVBshw Website: https://ift.tt/iA157F2 [1] - https://ift.tt/Hhcdi0F https://ift.tt/KmVBshw June 21, 2024 at 06:43PM

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) https://ift.tt/14pnsOW

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) Hey HN! I’m a Product Manager and made a DIY doggy cam (using Claude a...