Alternatives
Products that do what HgLab 1.0 Released - Mercurial Server for Windows does
This is the thing I've been busy with for the past 18 months, over which it has grown from a skunkworks project into a real-world product. This is going to be my first microISV and even if it's a colossal commercial failure, I'm looking forward to the experience of product development. To ship HgLab, I first effectively rewrote Mercurial Core in C# (https://bitbucket.org/hglab/hgsharp), and then built on that to first deliver a bare-bones read-only repository browser and then a full-fledged Mercurial Server. I'm open to any kind of feedback. And wish me luck!
- 1IB
If you ask why there was .hg and .hgignore in a Git repository, it's because I completely forgot this project is my first ever project using Mercurial as SCM. As such, I foolishly `git init` the repository and have to update both .gitignore and .hgignore to finish the changes. You can also see the Mercurial version of this thing at here: https://hg.sr.ht/~tsukii/robin
2022 · github.com
- 2SH
I wrote this small client to read hackernews from my favorite editor. It's currently using an external HTTP API [0] but I'm working on my own proxy [1]. I'd love to actually scrape and cache all the info I need using lisp. However, my time constraints are keeping me away of that goal. I could definitely use some help here! :) I'm also planning to add support for comments and posting new things. Any feedback is highly appreciated! Thank you! [0] http://api.ihackernews.com/ [1] https://github.com/clarete/rhn
2013 · github.com
- 3HI
This is based on an approach I made for a very high performance message and video multiplexing server. The project died, but I'm glad I get to share the a basic version with some http test code now. I admit this is the second time I've tried to show this off here today; I posted earlier but it got lost when no-one was watching :(
2011 · github.com
- 4

- 5SN
Hey folks, I am finally posting a Show HN post for a project I have been working on for several months now, and it's in a state where I already get a lot of value myself, so I am happy to share broadly. The pitch line is: "Skybear.NET is a managed platform automating Synthetic HTTP API testing." At the moment, the main source file format supported for your API tests are Hurl.dev files [1]. Hurl is a CLI tool wrapping `curl` and it's really awesome. At least check that out :) I am not affiliated directly with the Hurl CLI tool, and the platform I am building provides full Hurl compatibility.…
2024 · skybear.net
- 6MO
Excuse my typing, I've just been up for a few hours and I've made my deadline for SB 5.0 =] ... but for HN.. you guys get it early I present to you my fellow hackers: https://github.com/delinquentme/LH001 ....I call it the 'LH001' , it is: open source, arduino based, 96 well microplate, peristaltic pump, liquid handler running: open protocol controls ( in browser or over wire ), In Ruby on Rails And here it is in person: http://www.youtube.com/watch?v=ZY5IY5CZ1es Questions? Critiques? Thoughts? So, do I have HN's permission to change my twitter bio to include "biohacker" ?
2011
- 7AD
A little toy HN client for the desktop that I've been playing around with this week.
2022 · github.com
- 8MT
I built mercurio the deployment black box. It is meant to be easy to assemble, reusable between projects and fun!
2013 · madewithbytes.com
- 9LP
2016 · github.com
- 10MM
Hi HN, I built MicroVibe, a small web starter for people who want JSX + file-based routing + API routes, without pulling in a heavy framework. What it does today: - File-based routing (including dynamic and catch-all segments) - API routes with consistent JSON error shape - SSR by default, and `mode = "client"` per route when interactivity is needed - Runtime module cache with file-change invalidation in local dev Project goal: keep the runtime small and understandable so teams can iterate quickly and still reason about behavior. I would really value feedback on: 1. Routing/API…
Feb 2026 · github.com
- 11HL
Hello Hacker News! I’ve been working on a side project that ports the entire Source Engine to run in the browser using Emscripten. (Yes, the same engine that powered Half-Life 2, Portal, CSGO, and more.) It’s still a work-in-progress some features are missing and the launcher is in development but core engine functionality is up and running. I’d love feedback, ideas, or contributions. If you’re curious, feel free to check it out, star it, or open a pull request! Here's the link to the source code - https://github.com/OrbitaStudios/LambdaComplexSource
2025 · github.com
- 12IB
Hey HN! Over the past few weeks, I’ve been working on DataBridge, an open-source solution for data ingestion and querying across text, PDFs, images, and videos. In our latest update, we’ve added a fully local deployment option: - No internet required – Runs entirely offline. - Customizable Models – Supports any LLM and embedding model via Ollama (with options for any other private providers) - Extensibility – You can plug in your own models or tools easily. This local-first approach ensures better privacy, security, and flexibility, especially for teams dealing with sensitive data. You can…
2025 · github.com
- 13LV
Hello HN! We've been working on a new hypervisor https://kwarantine.xyz that can run strongly isolated containers. This is still a WIP, but we wanted to give the community an idea about our approach, its benefits, and various use cases it unlocks. Today, VMs are used to host containers, and make up for the lack of strong security as well as kernel isolation in containers. This work adds this missing security piece in containers. We plan on launching a free private beta soon. Meanwhile, we'd deeply appreciate any feedback, and happy to answer any questions here or on our slack…
2021
- 14IH
Hello HN, I had some christmas free time over the last two weeks (Merry Christmas btw ;-)) and used that time to completely recreate the website of my app[1]. I used all the fancy new tools. I didn't know some of them when I started. What was my goal? * Pretty website * Blazing fast * Mobile first * SSR * Webp support * Generally all the best website practices (high lighthouse score) What did I use? * Tailwindcss (https://tailwindcss.com/) * Tailwind Components (https://tailwindui.com/) * React (https://reactjs.org/) * ViteJs…
2021
- 15FZ
Hey HN! I'm Guy, one of the creators of DAGsHub. We help data scientists track experiments and version their code, data & models using Git. We're committed to building on open source protocols and improving the user experience on top of them - in this case, DVC. We've built capabilities on top of it like visually interacting with your pipeline, creating data pull requests, browsing data files etc. One thing we kept running into is users being challenged by setting up the cloud environment necessary, to push their data to AWS S3, GCS (which we support), and other DVC remotes. Since our focus…
2021
- 16RS
Hi HN! I've been hacking on this side project for the last month or two with the goal of making it dead simple to use cloud GPUs. I ran into this problem personally during the phd, and built my own tooling around it. I always thought it'd be fun to try to turn that tooling into a more general product... and bitbop.io is the result! All you have to do is run `ssh bitbop.io`, and you get your own personal dev GPU workstation in the cloud. Looking forward to hearing your thoughts!
2024 · twitter.com
- 17RR
runNburn is an Apache-2.0 Rust inference engine for quantized GGUF models that are too big for your fast memory. The core idea: weights stay file-backed (mmap), host residency stays under an explicit byte budget (--ram-budget), and GPU caches are sized from detected free/total VRAM — never from device-name presets. There is no conversion step, no sidecar cache files, no silent requantization. The GGUF on disk is the single source of truth. The result that made me want to post this: Tencent's Hy3 (295B total / 21B active sparse MoE, a single 97.8 GiB Q2_K GGUF) runs on my desktop…
Jul 2026 · github.com
- 18MP
Hey all, Just reposting after about a year since the last time I shared. Micro is a platform for API development. It combines a lot of the core primitives you'd expect from a cloud platform as a single logical server. The closest equivalent is Dapr.io. It bakes in the concept of environments, source to running builds and a framework for Go development. It's useful where you want to write backend services in Go and expose them through a single API (also included in Micro). We once wrote about "Netlify for the frontend, Micro for the backend"…
2023 · micro.dev
- 19WW
Over three months ago, I posted my book on HN and got tremendous +ve reponse. I am happy to inform that I have published the book to leanpub as per the comments I got on HN itself! It is pay as you go model, and the minimum is $0 because I wanted to contribute back to the FOSS Community
2016
- 20ID
Frustrated by the complexity and resource drain of multi service monitoring stacks, I built Simon. I wanted a single, lightweight dashboard to replace the heavy stack and the constant need for an SSH client for routine tasks. The result is a resource efficient dashboard in a single Rust binary, just a couple of megabytes in size. Its support for various architectures on Linux also makes it ideal for embedded systems and lightweight SBCs. It integrates: Comprehensive Monitoring: Realtime and historical metrics for the host system and Docker containers (CPU, memory, disk usage, and network…
Nov 2025 · github.com
- 21AM
I recently finished a round of tweaks on my barebones mud-server and thought HN might be interested. https://github.com/endgame/MudCore It sits somewhere between socketmud and a full mud like tbamud in that it handles all the socket work and telnet negotiation, but it makes no assumptions about anything else. The other interesting thing is that it can talk to other services using ZeroMQ. I'm interested in reactions, particularly in terms of coding style, documentation quality and so on. It's my main "presentation piece" so far, in that it's some of the first code I actually feel proud to…
2012
- 22CA
I built Cygnus because of a long standing frustration with the compromises needed to be made when choosing a deployment option for web applications. The ecosystem is fragmented into a few distinct camps, each sacrificing user experience or runtime compatibility to balance isolation, startup latency, and their own profit margins. Docker: Heavier and slower because it has to supervise more than web apps. Paying overhead you don't need. MicroVM's: Good isolation, but huge maintenance surface area and substantial overhead. Great for untrusted code, overkill for your own apps. Workerd: Tries to…
Jul 2026 · cygnus.run
- 23HM
I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…
2024 · mapchan.com
- 24AE
Hi all, Sharing a repo I was working on for a while. It’s open-source and includes many different strategies for RAG (currently 17), including tutorials, and visualizations. This is great learning and reference material. Open issues, suggest more strategies, and use as needed. Enjoy!
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →