Sunday, November 13, 2022

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: A GitHub business card generator https://ift.tt/xPDoQah

Show HN: A GitHub business card generator I built this small app for fun, to play with image generation thanks to Vercel’s new library [1]. You enter your GitHub username (or anyone’s), and it generates an image with a few info about your account. [1] https://ift.tt/8cKWI6b... https://ift.tt/qkW0zVe November 12, 2022 at 11:47PM

Saturday, November 12, 2022

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp https://ift.tt/V1ZComA

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp Side project tunneling a TCP port through WhatsApp, can be useful on airplanes or any WiFi/carrier that has unlimited social network data limits. Appreciate feedback :) https://ift.tt/sUN40On November 12, 2022 at 06:47AM

Show HN: Everybody should create a practice repo https://ift.tt/rRbw59N

Show HN: Everybody should create a practice repo Hi everybody, I personally found the best way to motivate yourself to program everyday is by creating a practice repo and by uploading anything you code up that day into this repo. This is a great way to stay consistent seeing the bright green light up every time you push your code. It's very addicting and satisfying, and has definitely made me a better programmer over the past few months. https://ift.tt/pPfyQdB November 12, 2022 at 06:56AM

Show HN: Vaga, the Embeddable Community Chat https://ift.tt/k4XtFxz

Show HN: Vaga, the Embeddable Community Chat Vaga is Intercom for communities. It is the chatbox you can copy paste into your app or website to build a community natively, instead of Discord. https://www.vaga.chat/ November 12, 2022 at 01:25AM

Show HN: Do You Know RGB? https://ift.tt/t8kUpbO

Show HN: Do You Know RGB? https://ift.tt/OWhvmMT June 24, 2025 at 01:49PM