Monday, June 5, 2023

Show HN: LLMO – An LLM pair programmer in your terminal https://ift.tt/uP6zdoL

Show HN: LLMO – An LLM pair programmer in your terminal Hello HN! LLMO (Elmo) is an AI pair programming tool I created that's become an indispensable part of my workflow. https://ift.tt/ky1IlOR LLMO is designed to meet you where you are – your terminal. It provides real-time, interactive programming assistance. With its "staging area" feature, you can keep files in the context window and update the AI about your ongoing coding tasks without the hassle of copying and pasting every time you make changes to your code. Key features include: - Interactive Chat: Get real-time programming assistance directly in your terminal. - Staging Area: No need to copy and paste updates. Simply add your files to the AI's context. - Model Customization: Choose the OpenAI model that fits your needs. - Personality: By default, Elmo loves to make bodybuilding references. You can turn this off through a CLI flag or environment variable The recommended way to install LLMO is via `pipx install llmo` https://ift.tt/Wp0Juc5 As a sidenote, LLMO uses Textual which runs the terminal in application mode, meaning that you can't simply copy content as you would normally. In iterm2, you can hold down the `option` key to select text. You'll need to refer to the documentation for your own terminal for more information. I hope you find LLMO as useful as I have! June 6, 2023 at 01:37AM

Show HN: Roboduck, a GPT-powered Python debugger https://ift.tt/beknPAy

Show HN: Roboduck, a GPT-powered Python debugger I made a python library that gives GPT4/chatGPT access to both your source code and current program state. If it suits your workflow better, you can also turn all your error messages into (optional) conversations: https://ift.tt/2Mp73Px https://ift.tt/PMFgtse June 5, 2023 at 09:03PM

Show HN: An RSS reader that is curated for you https://ift.tt/75Q2bUF

Show HN: An RSS reader that is curated for you https://ift.tt/f1iMmYQ June 5, 2023 at 08:28PM

Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/pSUg7rs

Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/8vr30il June 5, 2023 at 07:41PM

Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries https://ift.tt/C50wJ7G

Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries Hey Hacker News! I wanted to share the open source project I have been working on during the last year: SQLPage, a tool to build small web applications entirely in SQL. Building web applications with just SQL isn't as crazy as it seems. Most simple applications can be expressed declaratively as just data queries that fill pre-defined web components. I'd love to hear your feedback and thoughts on it. Would you potentially use it? How can it be improved? Website: https://sql.ophir.dev/ Github: https://ift.tt/svPyFV9 Example app: https://ift.tt/Em4FY6u https://sql.ophir.dev/ June 5, 2023 at 03:50PM

Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/60ubTg9

Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/yqu1FfL June 5, 2023 at 11:52AM

Sunday, June 4, 2023

Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/AiFqnzO

Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/UIQm37Z June 5, 2023 at 05:28AM

Show HN: PuppiesAI https://ift.tt/dlwWN0e

Show HN: PuppiesAI https://ift.tt/yrbRhqn June 4, 2023 at 07:44PM

Show HN: Swissfolio, a free and open source personal template https://ift.tt/QnvVO7P

Show HN: Swissfolio, a free and open source personal template Introducing ⏤ Swissfolio A free and open source personal landing page template with Swiss Design in mind and built with @astrodotbuild & @tailwindcss . Includes: Hero Intro Project Testimonials Featured work Animations with AOS Fancy color palette GitHub ⏤ https://ift.tt/sWhTR9n Live ⏤ https://ift.tt/ZLMyqGa June 4, 2023 at 01:51PM

Saturday, June 3, 2023

Show HN: Google Code Jam Archive https://ift.tt/KrCS6wW

Show HN: Google Code Jam Archive Hi HN, As many of you already know, Google has discontinued their coding competitions and is shutting down the competitions website. Before it's gone forever, I've scraped everything I could from their website and set up my own archive. (Disclaimer: I'm not affiliated with Google besides participating in these contests years ago) While the initial version was ready back in March, today I'm rolling out big and hopefully the final update, so this might be a good time to share it with the HN community. Everything is static HTML and SQLite archives (with a very minimal backend to serve files directly from SQLite), so you can easily grab your own copy. May these 3.5 million source files be a nice training dataset for some fancy future AI! Some useless stats: Tabs or spaces? 28% tabs vs 72% spaces for the whole dataset, but quite unexpectedly, 66% tabs vs 34% spaces if we consider only the final rounds. Most used languages: 63% C/C++, 20% Python, 12% Java, 2% C#, with others less than 1% each. For the final rounds it's 83% C/C++, 13% Java, 2% Python. https://ift.tt/ANZYu2D June 3, 2023 at 02:03PM

Show HN: A collection of games you can play in ChatGPT https://ift.tt/z7R6V9e

Show HN: A collection of games you can play in ChatGPT https://ift.tt/cRXVzWM June 4, 2023 at 07:11AM

Show HN: `npx tailhn` – Tail HN from the console https://ift.tt/TWCdXNZ

Show HN: `npx tailhn` – Tail HN from the console Tiny script to tail (follow) new stories on Hacker News from the command line. Prints titles and urls to the console. For instance, to watch for stories mentioning robots/robotics: `npx tailhn | grep -i robot` https://ift.tt/TyQ7uhs June 4, 2023 at 05:48AM

Show HN: ThinkTask – Unleash the Power of ChatGPT in Task Management https://ift.tt/u5d1bNW

Show HN: ThinkTask – Unleash the Power of ChatGPT in Task Management https://ift.tt/CN8fPja June 4, 2023 at 03:29AM

Show HN: Supreme Court Case Decider Game in ChatGPT https://ift.tt/YU3l5aF

Show HN: Supreme Court Case Decider Game in ChatGPT https://ift.tt/A2oQsXR June 3, 2023 at 10:43PM

Show HN: BEBB4185 – simple hash that passes SMHasher, 2-5GB/s https://ift.tt/bdetiYv

Show HN: BEBB4185 – simple hash that passes SMHasher, 2-5GB/s https://ift.tt/NxEvVdh June 3, 2023 at 05:58PM

Show HN: Lingfo – Foreign function interface for any language https://ift.tt/acM9YKA

Show HN: Lingfo – Foreign function interface for any language https://ift.tt/1vJeBsb June 3, 2023 at 06:29PM

Show HN: ExportGPT,Export ChatGPT Conversation https://ift.tt/areG6pm

Show HN: ExportGPT,Export ChatGPT Conversation All-in-one ChatGPT conversation export plugin, copy or export ChatGPT web page content, support multiple formats https://ift.tt/OHCLhns June 3, 2023 at 02:46PM

Show HN: Triplex – The React Three Fiber Editor. Now in Public Alpha https://ift.tt/IjEMDuW

Show HN: Triplex – The React Three Fiber Editor. Now in Public Alpha https://twitter.com/itsdouges/status/1664874971481382913 June 3, 2023 at 12:12PM

Friday, June 2, 2023

Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/GgDVHQl

Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/Vr4u8zt June 3, 2023 at 03:57AM

Thursday, June 1, 2023

Show HN: Pot is a cross-platform translation software https://ift.tt/dDHZnru

Show HN: Pot is a cross-platform translation software Introducing my cross-platform translation software that makes it easier than ever to translate text on the fly. Our software is designed to be user-friendly and intuitive, with a sleek and modern interface that works seamlessly across all major platforms. One of the standout features of our software is its ability to work with multiple translation APIs simultaneously (such as OpenAI,Google and so on), giving you access to a wider range of translations and ensuring that you always get the most accurate and relevant results. Whether you're a student, or a business professional, our software is the perfect tool to help you communicate more effectively and bridge the language gap. With our software, you can translate text in real-time, without ever having to leave your current application or website. So why wait? Download our cross-platform translation software today and experience the smoothest translation experience! https://ift.tt/qco3pui June 2, 2023 at 08:24AM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...