Sunday, 13 November 2022

Show HN: Made an app that assess the daily economic situation using Bert https://bit.ly/3G8ZKdT

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://bit.ly/3DJIJ74 November 13, 2022 at 03:24PM

Show HN: DiffusionDB – Stable Diffusion Tracker https://bit.ly/3TzCWqL

Show HN: DiffusionDB – Stable Diffusion Tracker https://bit.ly/3GcPOA4 November 13, 2022 at 01:48PM

Show HN: Kira – a fast and scalable sandbox code execution engine https://bit.ly/3fY1fkv

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://bit.ly/3E1iLw5 November 13, 2022 at 12:23PM

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS https://bit.ly/3WYLDh5

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://bit.ly/3sYF9kp $ curl https://bit.ly/3sYF9kp > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://bit.ly/3DspXBb November 13, 2022 at 10:01AM

Saturday, 12 November 2022

Show HN: Fed Up Inflation Game https://bit.ly/3g4Flfq

Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://bit.ly/3GkYvIm November 13, 2022 at 04:14AM

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly https://bit.ly/3UwXvp3

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly Hi! My name is Marcin, I'm CEO of Halfbit Studio. When we start developing Blazor Apps for our customers,We don't find any Open-Source grid component, which meet out requirements, so we make own :) Features: * Server side/Client side pagination/sorting/filtering data * Fully customizable CSS classes * Support for .NET 5 / .NET 6 * Simple kickstart We are looking suggestions for new features. Guys, do you have any idea? https://bit.ly/3fXHlWA November 12, 2022 at 12:32PM

Friday, 11 November 2022

Show HN: Everybody should create a practice repo https://bit.ly/3hEaqXt

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://bit.ly/3Uy9QJF November 12, 2022 at 02:26AM

Show HN: Paragrai – add paragraphs to badly formatted web novel translations https://bit.ly/3TwaGoV

Show HN: Paragrai – add paragraphs to badly formatted web novel translations A pet project I worked on for a couple of days. It uses gpt2 to add paragraphs to text. I made it to solve the very niche problem of badly formatted web novel translations that kept occurring on a website I frequent. https://bit.ly/3fWTqLG November 12, 2022 at 03:09AM

Show HN: We made metadata-secure video conferencing that's easy to use https://bit.ly/3UxnwV1

Show HN: We made metadata-secure video conferencing that's easy to use https://bit.ly/3Nz7wPQ November 12, 2022 at 12:03AM

Show HN: Structured HTML table data extraction from URLs in Go https://bit.ly/3EoWFVz

Show HN: Structured HTML table data extraction from URLs in Go This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go. htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well. https://bit.ly/3EqWxVu November 11, 2022 at 04:30PM

Show HN: Bookmarklet to “Unshortify” YouTube Videos https://bit.ly/3hziLfg

Show HN: Bookmarklet to “Unshortify” YouTube Videos https://bit.ly/3UJ5kaE November 11, 2022 at 03:41PM

Show HN: My paternity leave side project, a watercolor art generator https://bit.ly/3G6VUlg

Show HN: My paternity leave side project, a watercolor art generator Hi HN - this is a little side project I threw together while on paternity leave (primarily developed with one arm while holding a sleeping baby in the other). Some implementation details: image processing is all done with headless GIMP (running inside a Docker container) through its built-in Python API. It's _very_ slow (about 50 seconds/image), and currently it processes exactly one image at a time. The website is built with NextJS; payments are processed by Stripe. I've had the best results with pictures of houses, although certain photos of people or nature can look neat, too. (For example: https://bit.ly/3G9tjMq , original photo from https://bit.ly/3DSHTVy .) The effect obscures the edges of the photo, so images with plenty of margin around the subject work best. Something I'd like to play around with is swapping the GIMP script for an AI-based process (maybe using something like Stable Diffusion?), with the goal of generating images that look more handmade (something like these: https://etsy.me/3E05WC7 ). I have exactly zero AI experience though, so there would be a bit of a learning curve. Would love any thoughts or critiques! https://bit.ly/3E1gEIt November 11, 2022 at 03:32PM

Thursday, 10 November 2022

Show HN: Full Fledged Image Editor in Browser https://bit.ly/3TrqOYS

Show HN: Full Fledged Image Editor in Browser https://bit.ly/3MTmWy5 November 11, 2022 at 02:53AM

Show HN: Custom Keylabels for Your Custom Keyboard Layouts https://bit.ly/3DY82Tc

Show HN: Custom Keylabels for Your Custom Keyboard Layouts Hey HN, This is a bit of a weekend project that I'm currently trying out. When I'm changing the layout of my moonlander, I wish there was a way to change the labels of the keys as well. So I thought about making some label stickers that sit over the key, and after some experimentation I'm pretty happy with the results, however I need a few other "keyboard buddies" to make it economical. So I'm introducing https://bit.ly/3G4CSfx as a way for people to download the same template I used, and send it to me to get it printed out. I run in batches of 8 and while atm the prices are a little high, they can come down significantly if I get a few orders and verify the demand first. Let me know what you think and please feel free to send it to any people you know who have custom keyboards and layouts! https://bit.ly/3G4CSfx November 11, 2022 at 03:18AM

Show HN: GitHub Org Audit Tool https://bit.ly/3En7Cab

Show HN: GitHub Org Audit Tool This is a tool for auditing github organizations including their repos, users, and teams. It is useful for compliance, security and auditing. https://bit.ly/3fPYXnv November 11, 2022 at 01:28AM

Show HN: Onefetch – Command-line Git Information tool https://bit.ly/3tme7Um

Show HN: Onefetch – Command-line Git Information tool Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly to your terminal. The tool is completely offline - no network access is required. https://bit.ly/3fThq2i November 11, 2022 at 12:30AM

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) https://bit.ly/3hvEswP

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) I love Streamlit but have run into many situation where taking it from PoC to MVP state is insurmountable. With all the recent HN hype around htmx and sematic html / classless css I decided to build a Streamlit alternative using these on top of FastAPI. This has a couple advantages: 1) easier to extend when you move past PoC since the FastAPI app is exposed (allowing adding more routes) and hstream acts more like a typical web stack 2) with htmx and html (plus MVP.css) doing the heavy lifting the package is alot less complex and easier to reason about - and hopefully more performant eventually 3) html is simple, so using this we can give the user much more control around the look and feel, while falling back onto MVP.css (classless css) sane defaults. Would love to hear people's thoughts. https://bit.ly/3NSQsob November 10, 2022 at 04:25PM

Show HN: Sliderm – A Dependency-Free JavaScript Slider https://bit.ly/3tlbgeC

Show HN: Sliderm – A Dependency-Free JavaScript Slider https://bit.ly/3fRYS2m November 10, 2022 at 08:52AM

Wednesday, 9 November 2022

Show HN: Hypertest - A test runner for developers with ADHD https://bit.ly/3UygCyC

Show HN: Hypertest - A test runner for developers with ADHD TL;DR: a test runner focused on making devs w/ ADHD happy. Hello HN! My name is Yuval, a dev with ADHD. I believe there's different design constraints on tooling for devs with ADHD compared to their "normal"counterparts. That's what I'm here to solve. I gathered experiences of other ADHD devs, to summarize: ( https://bit.ly/3WLrDyp ) - Memory: People w/ ADHD have horrendous short term memory (hard to keep grasp of the current *thing/task*) - Distraction: Are easily distracted, tend to fall off the focus wagon easily. - Boring Maintenance: They need and use lists, but are bad at maintaining them. A star would feel awesome (MIT licensed): https://bit.ly/3EAlw9u https://bit.ly/3WOPxJd November 9, 2022 at 06:26PM

Show HN: Supertweak – a visual devtools extension for Tailwind CSS https://bit.ly/3DLjcKQ

Show HN: Supertweak – a visual devtools extension for Tailwind CSS Hi folks, I've been working on a visual devtool chrome extension for Tailwind CSS for quite some time now and just launched in recently. It let's you tweak your website from the browser itself and copy the classes or html afterwards to paste in your IDE. It's especially well suited to try out changes quickly, but I've built most of the landing page with the help of the extension itself. You can try it out in the landing page itself (no need to install anything). Features: - Click on any class (eg: px-4) and try out other values easily. - Preview the website in responsive mode and quickly toggle between breakpoints. auto detects breakpoints set in the config. - Quickly try out new variants. Supports arbitrary variants too. - Lets you try out arbitrary and negative property values. - Add, remove or re-order elements. - Edit element attributes and text nodes etc. I'm excited to share it here and would love to hear your feedback and suggestions. https://bit.ly/3A0qsS7 November 9, 2022 at 06:22PM