Thursday, August 31, 2023

Show HN: Remote terminal via WebRTC, incl. file-transfer – no SSH/VPN required https://ift.tt/iI69WGs

Show HN: Remote terminal via WebRTC, incl. file-transfer – no SSH/VPN required Perhaps the easiest way to get a shell on your remote devices wherever they are (even behind NATs and firewalls) -- no VPN required. Offers file transfer right from the terminal itself. Because it is web-based and connects via WebRTC it is better than VPN + SSH in every way: - no setup required on the client machine, it hence works on all OSs and even your phone, - it will always find the shortest-path to your robots, meaning it won’t go through the cloud if you are on the same network as your robot - still end-to-end encrypted - file upload via drag & drop - file download by clicking on filenames in ls The UI component can be embedded anywhere you like and you can specify the device to connect to directly in the embedding code. This solves a common pain-point in robotics, but seems equally useful in many other applications. Please share your thoughts and questions if you have any! Short demo: https://youtu.be/doYcVNRtbAU https://ift.tt/VhjnXIc August 31, 2023 at 01:55AM

Show HN: Tiny Dream – Header Only, Embedded Stable Diffusion C++ Library https://ift.tt/LqOP6jC

Show HN: Tiny Dream – Header Only, Embedded Stable Diffusion C++ Library https://ift.tt/RH1WrhX August 30, 2023 at 08:46PM

Show HN: I automated 1/2 of my typing https://ift.tt/hjTNcH1

Show HN: I automated 1/2 of my typing I've been using this for about a year now - I parsed 6 months of my messages on slack and found the most common phrases I use and generated keyboard shortcuts for them. https://ift.tt/wHtQ5iO August 31, 2023 at 12:10AM

Show HN: CLI Mate: autogenerate CLIs from Golang structs / functions https://ift.tt/orQ7seL

Show HN: CLI Mate: autogenerate CLIs from Golang structs / functions With support for nested subcommands, global / local flags, help generation from godocs, typo suggestions, shell completion and more. Inspired by python-fire and powered by Cobra. https://ift.tt/Wt7w8YE August 30, 2023 at 07:10PM

Wednesday, August 30, 2023

Show HN: Hugo and Nebula Award Short Stories https://ift.tt/XUs4W21

Show HN: Hugo and Nebula Award Short Stories https://ift.tt/3xG6dKo August 30, 2023 at 03:08AM

Show HN: Query your database using plain English on premise https://ift.tt/mLaYXB3

Show HN: Query your database using plain English on premise Hi folks, My friend Sami and I recently built Vizly, a Mac application that allows anyone to query their databases using plain English. Vizly is built on Llama 2, llama.cpp, and runs fully on-premise. We are running two Llama models, one for natural language to SQL translation, and another that uses the results from the SQL to render visualizations. That means there are no external APIs and all the AI models are running locally on your MacBook. We tried to make Vizly very easy to share as well. Every Vizly instance creates a share link that can be accessed by anyone on the same network as you. Just send the share link to anyone on the same network and they will be immediately able to run AI-powered queries, hosted from your device. Vizly previously used to be a hosted solution for querying CSVs and now we are on-premise specifically focussed on databases. Would love if you could try it out and give us any feedback! https://www.vizly.fyi/ August 30, 2023 at 05:10AM

Show HN: Open Interpreter - Ask CodeLlama to write and run code locally https://ift.tt/HnOdu3T

Show HN: Open Interpreter - Ask CodeLlama to write and run code locally Hey HN. Over the summer I built Open Interpreter, a CLI that lets you ask Code-Llama or GPT-4 to write/run code. It runs multiple languages (Python, Shell, HTML/CSS, Node JS rn) then sends the output back to the language model. It’s essentially an open-source, local implementation of OpenAI’s Code Interpreter. No limits on file size, runtime timeouts, or web access. Everything is streamed beautifully, rendered with Markdown, and syntax highlighted. Try it out and let me know what you tried! - Killian https://ift.tt/hCUbqFp August 30, 2023 at 05:33AM

Show HN: I trained a chess engine to play like humans https://ift.tt/i5eF9rL

Show HN: I trained a chess engine to play like humans I built 1e4.ai - a chess web app where you play against neural networks trained to mim...