Friday, October 14, 2022

Show HN: Circumflex, browse HN in your terminal https://ift.tt/4O1sh8l

Show HN: Circumflex, browse HN in your terminal Some two years ago, I found myself spending a lot of time in the terminal between learning vim and discovering new command line tools. I was surprised to see that the niche of HN clis was (relatively) small, and so I decided to write my own command line tool for browsing HN called `circumflex`(`clx`). `clx` is written in Go using Bubble Tea[1]. You can read the comment section or the linked article in reader mode in the pager `less`. Using `lesskey` to add custom keybindings, the replies can be collapsed and expanded in real-time (but not individual replies, only all replies at once). Behind the scenes I am appending invisible unicode characters to each line so that I can use the custom keybindings to filter them out. The same technique is used to allow for jumping between top-level comments. I spent a lot of time thinking about syntax highlighting and finding relevant bits to highlight while also not going overboard with colors. The end result is highlighting of things I find useful for providing context in the comment section, like indicating parent poster and original poster, coloring references, coloring indentations as well as formatting YC startups. Other quality of life features include adding submissions as favorites (it is stored as a pretty-printed json so you can check it into your vcs to allow for readable diffs). Submissions are marked as read and new comments are indicated with a bullet point. [1] https://ift.tt/YRALsjC https://ift.tt/PEGy1ar October 13, 2022 at 09:11PM

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/6EmB4tN

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/EI1Ha2Z October 14, 2022 at 06:37AM

Show HN: YouTube Screenshot API https://ift.tt/PFhTBep

Show HN: YouTube Screenshot API https://ift.tt/x1HNIy4 October 14, 2022 at 02:09AM

Show HN: Schnell Console – Terminal App Redefined https://ift.tt/s1OT3u7

Show HN: Schnell Console – Terminal App Redefined Execute commands quickly from browsers like chrome & firefox without copying. One Shortcut to run any programming file from VS Code. https://ift.tt/Z83aryS October 13, 2022 at 11:14PM

Show HN: Using AI to write picture books https://ift.tt/sZ0HglB

Show HN: Using AI to write picture books Ever wanted to create your own picture book? Introducing Mr. Seuss! Just input images of your protagonist and a basic storyline and he'll produce a (funny but weird) picture book for you using AI. The linked colab uses GPT-J to generate a story and Dreambooth Stable Diffusion to generate relevant pictures to the story. It's completely free and takes around 30 minutes to run on the free tier of colab. Let me know what you think in the comments! So excited to see what's possible for storytelling using AI. https://ift.tt/TvgGaFY October 13, 2022 at 10:45PM

Thursday, October 13, 2022

Show HN: Vite-plugin-ssr – Do-one-thing-do-it-well alternative to Next.js / Nuxt https://ift.tt/0XOvRta

Show HN: Vite-plugin-ssr – Do-one-thing-do-it-well alternative to Next.js / Nuxt Vite-plugin-ssr author here. Let me know if you have questions! https://ift.tt/Ooe2GjI October 13, 2022 at 01:18PM

Show HN: Create a Skill Tree to Track Your Learning Progress https://ift.tt/inFhVuS

Show HN: Create a Skill Tree to Track Your Learning Progress https://ift.tt/SkgPCvO October 13, 2022 at 09:50AM

Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code https://ift.tt/vt1BkI0

Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code Hey all! Few weeks ago we realized AI models are now so good you d...