Wednesday, June 18, 2025

Show HN: Superscan – Visualize filetree for filesystem, gdrive, S3 buckets etc. https://ift.tt/tolnNWm

Show HN: Superscan – Visualize filetree for filesystem, gdrive, S3 buckets etc. https://ift.tt/XxWvpnM June 18, 2025 at 02:52AM

Show HN: PMDb – Public Movie Database https://ift.tt/2sSrNoI

Show HN: PMDb – Public Movie Database https://pmdb.dev/ June 18, 2025 at 12:07AM

Show HN: I built a FOSS tool to run your Steam games in the Cloud https://ift.tt/oycDSg9

Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I built Cloudy Pad - a tool to run Steam in the Cloud (GitHub: https://ift.tt/KymGtIQ ) It runs on AWS, Azure, GCP, Scaleway and Paperspace with various cost optimizations and safeties: - Cost alerts - Auto stop inactive instances to avoid unwanted cost - Disk snapshots and data cleanup for cost efficiency - Spot instance support Under the hood: a Linux VM and a container running Sunshine (a streaming server https://ift.tt/FiMjH2I ) with Steam. Most Windows games work just fine thanks to Proton. It streams effortlessly at 1080p 100+ FPS - I recently played Baldur’s Gate III and Clair Obscur in Ultra, ran like a breeze. Cost-wise it’s great for occasional players: ~30h or less per month typically cost less than 25$. Though admittedly for heavy gamers it may be less cost-effective due to cloud pricing. I’d love feedback from the HN community ! https://ift.tt/KymGtIQ June 18, 2025 at 12:27AM

Show HN: A baby UI design agent that explores and iterates https://ift.tt/atBl0Yf

Show HN: A baby UI design agent that explores and iterates I built a small UI design agent that explores multiple UI designs at once, and iterates with or without user input. No need for complicated magic prompts to converge on good design. To get the agent to reliably produce good-looking, functional designs, I generated over 1000 designs while tweaking the system prompt. Let me know what you think! https://trylayout.com June 18, 2025 at 01:08AM

Tuesday, June 17, 2025

Show HN: Nexus.js - Fabric.js for 3D https://ift.tt/0ZWK8zf

Show HN: Nexus.js - Fabric.js for 3D I was looking for a tiny library to easily transform both 2D & 3D objects with simple mouse / touch controls and a fixed camera, in the browser. Like a simple 3D editor but without requiring the user to be a Blender expert. Couldn't find anything lightweight, so I’m building one. Think Fabric.js but for 3D. Built entirely with Three.js / R3F. Borrowed some inspiration from VR/AR interaction systems for controls. Feel free to play with it and let me know what you think! https://ift.tt/UF61S0C June 17, 2025 at 02:03AM

Show HN: Drop – Svelte like compiler for Web components https://ift.tt/2pL1goK

Show HN: Drop – Svelte like compiler for Web components I've built a small compiler, heavily inspired by Svelte, that leans on modern web standards and proposals, namely Web Components, HTML Modules, and Signals. Although web components never really took off, I still believe they have strong potential as a foundation for building web applications without relying on a framework. GitHub: https://ift.tt/CBW6Kug Blog post: https://ift.tt/wGmjW7B... I’d appreciate some feedback before committing more time to this project ! https://ift.tt/CBW6Kug June 17, 2025 at 12:25AM

Show HN: Canine – A Heroku alternative built on Kubernetes thats 10x cheaper https://ift.tt/d3INFHC

Show HN: Canine – A Heroku alternative built on Kubernetes thats 10x cheaper Hello HN! I've been working on Canine for about a year now. It started when I was sick of paying the overhead of using stuff like Heroku, Render, Fly, etc to host some web apps that I've built. At one point I was paying over $400 a month for hosting these in the cloud. Last year I moved all my stuff to Hetzner. For a 4GB machine, the cost of various providers: Heroku = $260 Fly.io = $65 Render = $85 Hetzner = $4 (This problem gets a lot worse when you need > 4GB) The only downside of using Hetzner is that there isn’t a super straightforward way to do stuff like: - DNS management / SSL certificate management - Team management - Github integration But I figured it should be easy to quickly build something like Heroku for my Hetzner instance. Turns out it was a bit harder than expected, but after a year, I’ve made some good progress The best part of Canine, is that it also makes it trivial to host any helm chart, which is available for basically any open source project, so everything from databases (e.g. Postgres, Redis), to random stuff like torrent tracking servers, VPN’s endpoints, etc. Open source: https://ift.tt/GBiSbLl Cloud hosted version is: https://canine.sh https://ift.tt/GBiSbLl June 16, 2025 at 11:57PM

Show HN: Neural window manager, neural network moving windows from mouse actions https://ift.tt/yRUXYcA

Show HN: Neural window manager, neural network moving windows from mouse actions I'd been mulling over this crazy idea for a while. Can ...