Monday, November 14, 2022

Show HN: Twix – Atomic React Styling with TailwindCSS https://ift.tt/C4tmJDT

Show HN: Twix – Atomic React Styling with TailwindCSS https://ift.tt/9jxDcge November 13, 2022 at 08:32PM

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/atSY629

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://ift.tt/tvsSZlA November 13, 2022 at 08:05PM

Sunday, November 13, 2022

Show HN: Made an app that assess the daily economic situation using Bert https://ift.tt/12bO3sj

Show HN: Made an app that assess the daily economic situation using Bert Spoiler: is not too good, everytime something 'rises' it classifies it as a good news, even when is inflation or other similar things. https://ift.tt/DS5C0UX November 13, 2022 at 07:54PM

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/kbeFGyq

Show HN: DiffusionDB – Stable Diffusion Tracker https://ift.tt/Gl2dLjn November 13, 2022 at 06:18PM

Show HN: Kira – a fast and scalable sandbox code execution engine https://ift.tt/lOq4Uc9

Show HN: Kira – a fast and scalable sandbox code execution engine Greeting HN, I would like to present my project I've been worked on the several months. It is a fast and scalable general purpose remote code execution engine. The goal of this project was to get to know golang a bit better and. Currently, kira is in its early stage, and currently it does not support multiple files. However, I am constantly trying to work on this project and improve it. Feel free, to give me feedback in any way! Thank you :) The main ideas for this project: * Fast and secure remote code execution engine that is scalable, * Logging of the code executions, * Test runner that executes custom unit tests (for building something like leetcode), * Future: custom docker environments to have long-term projects https://ift.tt/5mTp80h November 13, 2022 at 04:53PM

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS https://ift.tt/myPAFrH

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create code sandboxes, in your cloud provider account, easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it as a remote development environment, to test some code or even to deploy your app. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/0apzXei November 13, 2022 at 02:31PM

Show HN: Fed Up Inflation Game https://ift.tt/He4hnt5

Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://fed-up.fly.dev/ November 13, 2022 at 08:44AM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...