Ask HN: What are you working on? (January 2026)

168 points by david927 14 hours ago


What are you working on? Any new ideas that you're thinking about?

ValdikSS - 10 hours ago

Spent about 2 years improving printing and scanning stack of Linux: CUPS, SANE, AirSane, as well as some legacy drivers, and also x86 proprietary driver emulation on ARM with Box86.

Even that "modern" printing stack in Linux is 20+ years old, there's still such an unbelievable amount of basic bugs and low-hanging-fruit optimizations, that it's kinda sad.

Not to mention that it still maintains ALL its legacy compatibility, as in supporting ≈5 different driver architectures, 4 user-selectable rasterizers (each with its own bugs and quirks).

The whole printing stack is supported by 4 people, 2 of whom are doing that since the inception of CUPS in 1999. Scanning is maintained by a single person.

Ubuntu 26.04 LTS is expected to be the last version with CUPS v2. CUPS v3 drops current printer driver architecture and introduces proper modern driverless printing with the wrapper for older drivers. Many open-source drivers are already use this wrapper, but expect a huge disarrangement from the users, as none of the proprietary drivers would work out of the box anymore.

Do you care about printing? Want to improve printing & scanning stack? Contact OpenPrinting! https://github.com/OpenPrinting/

dhruv3006 - 3 minutes ago

I am working on https://voiden.md/, an API Client. API specs, tests, and docs in one Markdown file.

tanin - 11 minutes ago

I'm launching many landing pages these days and want to collect emails into waitlists.

I have been working on Wait: https://github.com/tanin47/wait, a self-hostable CORS-enabled headless waitlist system that connects to Google Sheets.

I have many landing pages hosted for free on Netlify as static pages. All of them have waitlist forms that send cross-domain AJAX requests to the Wait server, which then writes the emails to Google Sheets. Since there's no iframe, it's easier for me to style the form and customize the after actions.

The Wait server is hosted on OVHCloud for $4/month. It's probably the most economical option for a waitlist system.

dewey - 11 hours ago

Over the holidays I was building a wooden birdhouse with a Unifi Protect camera and a small web interface that automatically identifies the birds and shows me a simple overview over which type of bird visited how many times.

Birdhouse: https://img.notmyhostna.me/cRQ1gJfZCHjQKwFrgKQj

UI:

- https://img.notmyhostna.me/Hnw4qcvbg1ZQCrFxzGMn

- https://img.notmyhostna.me/62TFwSXSRRbCfxDz297h

- https://img.notmyhostna.me/40qhgHmSqQsrGr8BC7Db

- https://img.notmyhostna.me/9bgz4GYsjQH33n3MtWKp (Face labeling, so I can show thumbnails of the actual birds that visited and train a ML model on it in the future)

fredwu - 29 minutes ago

Have been working on three micro-saas, all built in Elixir/Phoenix:

https://feedbun.com - a browser extension that decodes food labels and recipes on any website for healthy eating, with science-backed research summaries and recommendations.

https://rizz.farm - a lead gen tool for Reddit that focuses on helping instead of selling, to build long-lasting organic traffic.

https://persumi.com - a blogging platform that turns articles into audio, and to showcase your different interests or "personas".

9dev - 20 minutes ago

An open source, self-hostable ebook library for yourself, and/or family and friends. Will include professional and automatically gathered bibliographical metadata, direct reader connectivity, calibre sync, OPDS, an (optional) public bragging shelf, and high quality packages to go with.

If you love reading, want to have an easy way to access your collection, and share it with a few people, this is for you.

https://github.com/colibri-hq/colibri

I’m looking for contributors who would like to help shape Colibri into a counter-approach to big tech; it’s specifically meant to never get monetised, and explore what such software can become.

hoten - 28 minutes ago

Implementing a debugger for the custom scripting language used by the Zelda game engine I contribute to.

The game engine I work on (link in bio) developed a custom language for engine customization, but it never had any runtime debugging capabilities. I've been adding that over the last couple weeks.

The language compiles to a bytecode, which is what the engine runs. But the bytecode has no source information.

The easy part was getting source locations for stack traces (associating each generated bytecode with an originating source line of code).

Harder was getting scopes information for displaying function names in those stack frames, and for associating runtime variables per-scope (stack variables, globals, class fields, etc.)

Now I just need to create an expression parser for evaluating expressions at runtime based on the current scope, add breakpoints and step over/into/etc. capability to the engine, then wrap it all together in a VSCode extension.

https://web.zquestclassic.com/zscript/ (this doesn't show what I'm working on, it's just a basic web text editor to quickly test the language. can't run it from here).

sph - 12 hours ago

After years of wondering what the post-UNIX paradigm of computing could look like, these past few months I've been prototyping a software platform built around capabilities and message passing, targeting Linux and bare-metal RISC-V. The big ideas I'm pursuing is a stackless design running on a flat address space with lightweight processes to minimize message-passing latency, and all the benefits of capabilities so every process is sandboxed and has only access to capabilities they have been explicitly passed via message passing.

I've also built a RISC-V emulator to integrate with this platform, so eventually it'll be able to run native binaries written in any language, completely sandboxed, completely built around message-passing. Basically a native, low-level BEAM-like platform to build an entire operating system and user-space.

While my day job is writing boring applications, this is the stuff that keeps me awake at night, and I would love so much to talk and write more about this, about the trial-and-errors I'm facing, but it's still so much in flux every week I'm exploring a new approach. Most of my work has been around the stackless scheduler, and I have a plan to achieve preemption for long-running or misbehaved tasks without having to compromise on memory usage (i.e. without giving each process its own stack and allocate memory for context switching).

Eventually I'd like to layer on top either Cap'n Proto or another high-performance serialisation system to create a distributed, introspectable environment of object-capabilities that are sending typed messages between each other, achieving the ultimate goal of creating an unholy hybrid between Smalltalk and the Erlang VM.

God, how I wish I was paid to work on this type of problems :-)

If this sounds close to your area of interests, please send me an email and I’d love to chat.

azdle - 12 hours ago

My meta side project for building other side projects: https://bodge.app/

I've always had a bunch of small side projects that I want to do that aren't worth the overhead required to actually put them together & keep them maintained. So, I built a small Lua-based FaaS platform to make each individual project less work whenever inspiration strikes. So far I've built:

* A current-time API for some hacked-together IoT devices: https://time.bodge.link/

* A script for my wife that checks her commute time and emails her before it's about to get bad.

* An email notification to myself if my Matrix server goes down.

* A 'randomly choose a thing' page. https://rand.bodge.link/choose?head&tails

* A work phone number voicemail, the script converts the webhook into an email to me.

* An email notification any time a new version is released for a few semi-public self-hosted services.

* Scrapers for a few companies' job listings that notify me whenever a new job is posted matching some filters.

* A WebPush server that I eventually want to use for custom notifications to myself.

* An SVG hit counter: https://hits.bodge.link/

Since I'm already maintaining it for myself, I figured I might as well open it up for others. It's free to play with, at least for now.

koeng - 11 hours ago

I’m genetically engineering yeasts to make subtly flavored breads. I’ve already done grape aroma, now working on wintergreen.

Also working on a red chamomile (using beat red biosynthesis). Just for fun. Red chamomile tea!

The idea is to have niche invite-only genetically engineered flavors that I can bring to parties around SF :) what’s more special than a genetically engineered organism that you can ONLY get if I’m there? Good calling card

jftuga - 10 hours ago

Script to auto-rename screenshots with Claude Code

I'm sure there are a ton of other projects out there that do this, but I couldn't find one that fit my needs exactly, so I threw this together in a few hours.

claude-image-renamer uses Claude Code CLI to analyze screenshots and rename them to something actually usable. It combines OCR text extraction with Claude's vision capabilities, so instead of "Screenshot 2025-12-29 at 10.03.10 PM.png" you get something like "vscode_python_debug_settings.png".

A few things it does:

    Handles those annoying macOS screenshot filenames with weird Unicode characters
    Uses OCR to give Claude more context for better naming
    Keeps filenames clean (lowercase, underscores, max 64 chars)
    Handles naming conflicts automatically
If you're on macOS, you can also set this up as a Folder Action so screenshots get renamed automatically when they are saved to a folder, typically ~/Desktop. This is useful if you take a lot of screenshots and hate digging through "Screenshot 2025-12..." files later.

GitHub: https://github.com/jftuga/claude-image-renamer

kcrwfrd_ - an hour ago

I've been working on a polyfill for the new Navigation API: https://github.com/kcrwfrd/navigation-ponyfill

I've been super hyped about it. My main goal at first was supporting `navigation.canGoBack` and the `currententrychange` event simply so that I could implement perfect back buttons with (almost) zero edge cases. This is surprisingly very tricky with the older History API.

Today I just opened a PR with support for `entries()` and `currentEntry`: https://github.com/kcrwfrd/navigation-ponyfill/pull/33

Once that lands I'll be able to start thinking about implementing full-blown navigations with it, with cool stuff like navigation interceptors and whatnot. That would actually enable framework router implementations wholly based off the Navigation API, rather than simply patching some enhanced capabilities for use with a router based on history.pushState / history.replaceState.

Fiveplus - an hour ago

For the past month, I've been building a distributed, phase-coherent clock synchronization system over standard consumer 2.5GbE copper, bypassing the need for dedicated white rabbit hardware.

It started as a way to fix audio drift in my multi-room setup without using large jitter buffers, but it turned into a standalone project where I started learning more about NIC driver latency. I found that if you isolate a specific CPU core (isolcpus), disable all interrupt coalescing and busy-poll the RX ring buffer with a custom AF_XDP socket, you can characterize the PHY and PCIe bus latency jitter to within a standard deviation of few ns on generic realtek hardware.

I'm using this disciplined clock to do TDOA (time difference of arrival) triangulation of RF signals inside my home. I have three anchor nodes running this stack connected to SDRs. I can currently track the physical location of my dog's collar to within 15cm in 3D space by correlating the signal peaks. The hardest part is writing the solver for the multipath interference. I'm implementing a custom unscented kalman filter to reject the signal reflections bouncing off my refrigerator and radiators. I know what you're thinking. Yes, it sounds totally excessive but getting sub-microsecond synchronization without an FPGA switch feels like magic.

ciju - an hour ago

https://finbodhi.com — Helps you track, understand, and plan your personal finances — with a double-entry accounting. You own your financial data. It’s local-first, syncs across devices, and everything’s encrypted in transit. Supports multiple-accounts (track as a family or even as an advisor), multi-currency, a custom sheet/calculator to operate on your accounts (calculate taxes etc) and much more.

Most recently, we added support for benchmarking and us stocks, etfs etc.

Benchmarking is an interesting topic. I am not sure why but most personal finance tools are quite bad at this. Our benchmarking tool allows you to understand how your underlying portfolio is doing, vs how your timing decisions are fairing. Portfolio comparison is done with NAV chart (nav calculation is same as what mutual funds use). And value chart in comparison with nav chart, helps you understand if your timing decisions are helping.

NOTE: you can try demo without signup, but it doesn't work in Firefox Incognito mode.

willj - 4 hours ago

This is something I built over the holidays to support people having a hard time with the short days and early sunsets: https://sunshineoptimist.com.

For the past several years I would look up the day lengths and sunset times for my location and identify milestones like “first 5pm sunset”, “1 hour of daylight gained since the winter solstice”, etc. But that manual process also meant I was limited to sharing updates on just my location, and my friends only benefitted when I made a post. I wanted to make a site anyone could come to at any time to get an optimistic message and a milestone to look forward to.

Some features this has:

- Calculation of several possible optimistic headlines. No LLMs used here.

- Offers comparisons to the earliest sunset of the year and shortest day

- Careful consideration of optimistic messaging at all times of year, including after the summer solstice when daylight is being lost

- Static-only site, no ads or tracking. All calculations happen in the browser.

RichardChu - an hour ago

I'm building a new AI-powered email client called Fluxmail: https://fluxmail.ai

Here is the current list of features:

- Unified inbox: Connect multiple Gmail accounts and see all your emails in one inbox. No more switching between different tabs or accounts.

- Email bundles: Automatically group your emails together into bundles, so if you have many emails from the same sender, they'll no longer clutter up your inbox.

- Email summarization: Save time by getting summaries of your email threads.

- Keyboard shortcuts: Navigate through your inbox using Gmail-style keyboard shortcuts.

- Automatic dark mode: All your emails are converted to dark mode automatically.

- Block email trackers: We detect and block email trackers to protect your privacy.

- Privacy-first: We sync your emails from Gmail and cache them locally on your device - they are not stored on our servers. We don't train on your data or use AI providers that train on your data.

Lots of other features coming soon, like split inbox, AI search, etc. It's in early access now, would love feedback from anyone interested in checking it out!

I'm also curious to hear - what is the most annoying thing about email that you have to deal with today?

ricohageman - 9 hours ago

Built a parking garage occupancy tracker for my city (https://www.parkeergaragesdelft.nl/) after a city council decision on car-free city center policies got delayed due to missing data. The city only publishes real-time availability with no historical record, so I started logging it. The site now shows historical data plus analysis of weekly patterns. (Note: website is in Dutch, but the charts should be self-explanatory.)

Now working on a second tool that monitors public reports on illegal dumping, broken streetlights and more. It tracks how long the municipality takes to resolve them

Lately, I've developed an interest in local politics and started reading policy documents, following city council meetings and even lobbied for a local park. Presenting public data clearly can help shape opinions and keeps the city council accountable, especially important with the upcoming city council elections.

vulkoingim - 12 hours ago

Built my own Spotify recommendation egnine after getting tired of Spotify’s repetitive recommendations.

You get to choose the genres you're interested in, and it creates playlists from the music in your library. They get updated every day - think a better, curated by you version of the Daily Mixes. You can add some advanced filters as well, if you really want to customise what music you'll get.

It works best if you follow a good amount of artists. Optionally you can get recommendations from artists that belong to playlists you follow or you've created - if you don't follow much or any artists, then you should enable that in order for the service to be useful.

https://riffradar.org/

vldszn - 9 hours ago

I’m working on a free and open-source invoice generator: https://easyinvoicepdf.com/?template=stripe

Features:

- No Sign-Up Required + Instant PDF download

- Live PDF Preview

- Shareable Links

- Multiple Templates (incl. Stripe-style)

- Flexible Tax Support (VAT, GST, Sales Tax, and custom tax formats with automatic calculations)

- Multi-Language (Support for 10+ languages and all major currencies)

- Mobile-Friendly

GitHub: https://github.com/VladSez/easy-invoice-pdf

On holidays finished adding flexible tax support + other improvements: https://github.com/VladSez/easy-invoice-pdf/pull/163

Would love feedback, contributions, or ideas for other templates/features =)

chrisischris - 2 hours ago

I was hitting Claude Code's rate limit pretty often while paying for their max subscription. Started thinking – I've got a decent GPU sitting at home doing nothing most of the day.

So I've been building a distributed AI inference platform where you can run models on your own hardware and access it from anywhere privately. Keep your data on infrastructure you control, but also leverage a credit system to tap into more powerful compute when you need it.

We're planning a closed beta in February for folks on the email list – testing the core flow of running your own node, accessing it remotely, and participating in the credit economy. Looking for developers and teams who want to kick the tires on this before we open it up more widely.

If you're interested in the beta: https://sporeintel.com/

arbayi - 11 hours ago

Working on WordPecker, trying to create something like a personalized Duolingo but for vocabulary you actually encounter.

Started when I was struggling to read books in English. Pushed an open source version back then (https://github.com/baturyilmaz/wordpecker-app), later added more features, and now working on a mobile app.

Recently started testing alpha version, fixing bugs and introducing new features right now (https://alpha.wordpeckerapp.com/).

My end goal is to build: an AI language learning companion that knows what you read, listen, and watch, knows you as a friend (real life, who you are), then helps you improve using that context. If you're B1 at language, it creates a personalized path to get you to B2, then C1, and so forth using your context.

https://wordpeckerapp.com/

davedx - 11 hours ago

I'm working on Tech Posts (https://techposts.eu), a Hacker News for Europe!

Since the last time I posted on HN it's gained a decent amount of traffic and users. I'm particularly happy with the jobs section, which is growing into a high signal-noise source for European tech jobs: https://techposts.eu/jobs

The reason I started this website is because so much incredible innovation and growth in Europe flies under the radar. If you ask Americans many will say it's just "banks and museums", stagnant, or worse. But the reality is there is a huge spectrum of exciting companies starting and growing here. We have space launch companies, battery companies, AI companies, and a whole bunch of other interesting stuff. It's an exciting time to be a European in tech!

bryanhogan - 4 hours ago

Recently on my blog: https://bryanhogan.com/blog

Wrote an introduction to Obsidian referencing other relevant posts, but also keeping it simple.

And the post before that was about creating an app using SvelteKit + Capacitor.

Currently working on some posts about AI coding and my life in Osaka after 3 months here.

Other things I'm working on:

- https://dailyselftrack.com/ - Got into working on it again, mainly solving some UX problems currently.

- https://game.tolearnkorean.com/ - Learn Korean words quickly, words go from easy tasks (e.g.) matchings pairs) to more difficult ones (writting it), currently still needs some slight adjustments, and then I'll release an Android version.

- https://app.tolearnjapanese.com/ - Wanted to learn Hiragana quickly, used my existing project as a base to build this. Needs some adjustments as well, feedback is highly welcome.

- https://tolearnkorean.com/ - Since I'm learning Korean, and also working on an app to better learn Korean, I also want to make a guide on learning Korean, improving my own skills by teaching others.

scootklein - 32 minutes ago

Side project to easily unsubscribe from marketing lists. Just forward the email to the unsubscribe address. No inbox access required.

https://captainzero.ai

VoxelBoy - 11 hours ago

VersionAlert: https://versionalert.com

For a couple of years now, I’ve wanted to build a service that lets you subscribe to new version notifications for any kind of software—desktop apps, drivers, packages, and more. As a Unity developer and consultant myself, I’ve always wanted to know the moment a new version becomes available. I value being at the bleeding edge, especially since a large part of the value I bring as a consultant comes from both the breadth and depth of my knowledge of the Unity engine.

That’s why I’m currently working on a niche version of the broader VersionAlert idea specifically for Unity, which is why the domain currently redirects to https://versionalert.com/unity .

The only other service I’ve found that really addresses this need is https://newreleases.io . I actually spoke with the very nice husband-and-wife team behind it and even offered to buy the whole project, but their asking price was about 10× higher than what I was offering—which I understand, no hard feelings. I still wish them the best of luck.

If anyone is aware of other projects or services in this space, I'd be happy to learn about them and chat.

foxandmouse - 11 hours ago

I’m working on a real-time tracker for the Canadian Parliament.

While the official data is technically public, it's practically inaccessible (buried in XML feeds and legacy sites).

Phase 1 was building a modern ingestion engine and freeing the information to make it more accessible. The goal is to make legislative data as accessible as sports stats.

I'm almost ready to launch the MVP; I'm just doing some bugfixes and testing the database now! (If you want an early look at the MVP, my email is in my profile.)

The next phase is what I'm most excited about: visualizing this data and using LLMs to provide insights.

tjwebbnorfolk - 6 hours ago

I've spent the past ~year compiling a US nationwide land parcel dataset. I posted it to kaggle a few days ago: https://www.kaggle.com/datasets/landrecordsus/us-parcel-laye....

I'm around 99% coverage of the US. Learned a lot about land records and GIS along the way.

rkj93 - 4 hours ago

Multiple products.. some in marketing and few WIP

InfoCaptor — https://my.infocaptor.com [YouTube video insight extraction tool]

MockupTiger Wireframes — https://wireframes.org/ai-wireframes AI wireframing software for product ideas

CrawlSpider — https://www.crawlspider.com/product/internal-link-building-w... WordPress internal linking automation platform

Vizbull — https://www.vizbull.com custom photo collages (https://vizbull.com/collage-maker)

kazinator - 2 hours ago

Over the weekend I finished a kind of hardware project: I added a three-way switch to my ADA MP-1 guitar preamp [1987], mounted on the side panel, which selects one of three different center frequencies for the OD1 drive filter (enabled in "tube dist" mode). Really enjoying the treble boosted setting: "frown curve" centered on 3.2 kHz. It produces a tight, punchy, clearly articulated tone that is heard well in a mix.

otsaloma - 10 hours ago

I've been experimenting with using LLMs for a content recommender system. Specifically I've built a news reader app that fetches news articles from multiple RSS feeds, uses an LLM to first deduplicate and then score them. The user can then rate the articles and those ratings are used as few-shot examples in the LLM scoring prompt. Any resulting low score articles (uninteresting to the user) are hidden by default and visible ones scaled by their score on a dynamic CSS grid like on a traditional newspaper front page. Looking good so far, but still testing and tweaking.

https://github.com/otsaloma/news-rss

solresol - 3 hours ago

Stephanos of Byzantium wrote what we would call an encyclopedia of people and places. Most of it has been lost, but shortened versions still exist. I've set up a bot to scan a version of what we have, translate it, extract out the proper nouns and try to figure out what was lost. https://stephanos.symmachus.org/ I'm also linking it to the translation of Pausanias https://pausanias.symmachus.org that another bot is doing.

Also, trying to finish a PhD on machine learning when you want to minimise a p-adic loss.

ashishbijlani15 - an hour ago

Building a privacy preserving captcha that NO automation can bypass and, therefore, can tell humans and bots apart: https://www.linkedin.com/posts/responsepie_why-current-captc...

alexpadula - an hour ago

Past few years working on TidesDB - a storage engine for building databases. Think a game engine which is used for building games. https://github.com/tidesdb/tidesdb

lymanli - 2 hours ago

I’ve been working on Palix AI, a simple all in one platform for generating images, music, and videos with AI.

The main idea is to reduce the friction of using multiple tools by putting everything into a single workflow. You can create visuals from text, generate background music by mood or style, and turn ideas into short videos without switching platforms.

It’s still early, but I’m actively improving the product and adding more creative features.

If you’re curious, feel free to check it out https://palix.ai/

mondobe - 12 hours ago

I've been working on a music-making website since late spring. This is my first real frontend project, and I'm writing it in pure Rust using Leptos (so far, haven't had to write a single line of JavaScript!)

Most of my work so far has been on the actual music-making interface, but I'm beginning work on the backend now. I've only worked with Django before (for a school project at Georgia Tech), so I'll be deep in the `sqlx` documentation for a while.

There's no manual, so use at your own risk (it's similar to tracker programs like FastTracker and OpenMPT): https://mondobe.com/tracker

dryark - 5 hours ago

I've been working on two projects recently. A video game titled TentFires, and letterpress book remastering.

TentFires is a variant of the puzzle game Camping / Tents-and-Trees, but with a huge overworld.

Creating the overworld led to some advancements in topology, which led to realizing those advancements can be used to accurately reconstruct a theoretical "metal die shape" that was used for a glyph to creation impressions in old letterpress books.

As a result, my current first application of that is to remaster and re-release the first book of the "Hardy Boys" series from 1927, "The Tower Treasure".

To do that, I've constructed a "macrogrammetry rig", which is essentially a 2d x y panning machine using 3d printer parts and stuff from my local hardware store, and a camera with a macro lens, in order to "scan" the pages of the book at the highest possible resolution I can reasonably do so at, which is currently around 6000dpi.

sastrophy - 2 hours ago

I have been building SiteIQ : comprehensive website analysis and security testing platform featuring security testing, SEO analysis, and LLM security testing.

https://github.com/sastrophy/siteiq

I am a student and fascinated by physics and cybersecurity. So to understand more about the field of cybersecurity and web-development, I started this project few months back. Any feedback from all of you will be really helpful in taking this project forward.

liu3hao - 4 hours ago

Hi HN, I am working on Circuitscript, a language based on python to describe electronic schematics: https://circuitscript.net/. A basic IDE (called the Bench) to try Circuitscript is available online: https://bench.circuitscript.net/

During the December break, I have implemented some new features: automatic stable refdes annotations, parameter assignment rules for easy part number assignment and some ERC rules. These are also important parts of the design workflow to help turn a schematic into a usable BOM and layout.

I have created a usb-uart converter board with the CH340 chip. The complete schematic was coded with Circuitscript and then imported as a netlist into kicad pcbnew to do the pcb layout. The design was produced with JLCPCB and after receiving the boards I tested them and they do work! The design files are here https://github.com/liu3hao/usb-uart-bridge. The circuitscript code file is here https://github.com/liu3hao/usb-uart-bridge/blob/main/usb_uar... and the generated pdf from the circuitscript code is here: https://raw.githubusercontent.com/liu3hao/usb-uart-bridge/re...

The motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs after using different CAD packages extensively (Allegro, Altium, KiCAD) for work in the past. I wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs.

Please check it out and I look forward to your feedback, especially from electronics designers/hobbyists. Thanks!

hojalot - an hour ago

Adding Julia language support to Godot. Delayed by a failed power supply, but starting back at it. Debugging has been a challenge since the native godot application is calling the julia shared object and I haven't figured out how to get the julia debugger to catch exceptions.

funkaster - 3 hours ago

* A kart data analysis & video synchronizer, that helps you actually understand the ton of data that data loggers like Mychron and UniGo generate https://kartinsightspro.app - written in CHICKEN scheme with tons of FFI bindings

* Schematra https://schematra.com/ - a web "framework" written in CHICKEN scheme

* Lots of (unpublished, but will try to do so soon) eggs that spawned from building schematra & KartInsightsPro

  * llm.scm (inspired by ruby's llm gem)

  * imgui.scm

  * aws.scm (support for core AWS services like SSM, S3, other APIs)

  * umami.scm
You get the idea. I started playing with CHICKEN to scratch the itch of building something in Scheme and I couldn't stop. Using ast-grep as a skill in claude code makes it a lot easier to edit code as well.

Edit: format

keepamovin - 4 hours ago

Working on a way to keep my agents running using email while I'm away from my desk. I want to spend time with the moments that matter, not babysitting agents. I want them to keep working while I'm out. Why can't I just email them?

jesse__ - 11 hours ago

I've been working on a voxel engine in my spare time for 10 years, this year. I wrote everything from scratch, from the memory allocators, font rasterizer and a programing language all the way to collision detection, renderer and gameplay code. It's been a journey!

https://github.com/scallyw4g/bonsai

https://github.com/scallyw4g/poof

vitaly-pavlenko - 11 hours ago

Working on https://chessnawk.vercel.app/ – a set of auto-grading tasks for middle school students learning programming.

Comes with Robot, Turtle, HTML/CSS (pixel diff tasks) and a gradual introduction into programming concepts. Currently on JS, literally right now GPT-5.2 helps me adding Python.

I've integrated a simplified clone of Replicube. I hope to integrate ideas from Human Resource Machine and Turing Complete later this year.

I bear heritage of Eastern Bloc-typa math/programming olympiads, combined with front-end/product skills. So I kinda owe to ship this thing to community of fellow secondary school CS teachers.

Surprisingly, nothing comes closer in terms of depth and usability in the classroom for ordinary 12yo kids.

I test this thing 5 times a week in my classroom and I constantly polish it at night. 100% vibe-coding.

sberens - 9 hours ago

I'm working on shipping the second batch of the Brighter Lamp, a lamp that's equal to ~30 normal lamps for daylight levels of light indoors.

We delivered our first 500 units last month and got positive reviews, but lots of small issues to straighten out.

[0] https://getbrighter.com/

ctxc - 12 hours ago

Not as impressive, but - making my website weirder. Not a frontend dev at work.

Top of my ideas now: add "ask your LLM" buttons to my email submission form that opens ChatGPT/Perp/Claude and auto-fills a query asking it why you should be friends with me.

Sample links (I hope it says nice things about me!):

Claude: https://claude.ai/new?q=Do+deep+research+on+a+person%2C+dvsj....

ChatGPT: https://chat.openai.com/?q=Do+deep+research+on+a+person%2C+d....

Also working on a PRM. My website is https://dvsj.in - open to any feedback!

halftheopposite - 12 hours ago

Working on two topics that I like : browser multiplayer games and experiences, and tools for developers (mostly used in my side projects).

First game is https://geocentric.top where users can sculpt a planet collaboratively and place trees or houses (for now very limited). I plan on making it an idle sim where players will be able to interact by dropping some food/events for the creatures on it to evolve through time.

Second, a remote logger/metrics/user management tool where once can track all their logs, live metrics, uptimes, identify users, etc. I hope to have a v1 during this first quarter and I'm currently my first user as I have it hosted at https://app.getboringmetrics.com to centralize all my side projects into a single platform.

happiness0067 - 5 hours ago

I ended up making a side project for my side project and built MeasureToCut: https://measuretocut.com

I moved last year and started a bunch of DIY projects, and each one turned into a bunch of drawings on napkins and backs of receipts to figure out how much wood/material I needed to buy to avoid "one more trip to store". It tells you how much of a stock material you need, and shows you how to cut it, to minimize waste or minimize cost.

A few details

1D: works for boards, pipes, bars, etc. You enter lengths and quantities; it details the cuts onto the stock material.

2D (coming soon): will work for plywood and sheet goods and lets you see how your parts tile onto sheets.

Apparently the software engineer to woodworking pipeline is actually just a circle

sensecall - 12 hours ago

I’m building https://tradeyhq.com/

It’s a super simple job management app for busy tradespeople to keep track of jobs.

The main use case is time pressed tradespeople who do most of their admin in the evenings.

The app makes capturing leads incredibly easy and quick. Lots of scope for extending functionality in the future in various directions.

(Not launched yet, squashing bugs and refining a few bits and pieces)

- 4 hours ago
[deleted]
deepakrb - 11 hours ago

Nowhere near as impressive as some of the things here but I’ve been slowly growing out a daily puzzle website https://regularly.co - I built the first few games for my wife, no subscriptions, no pay to play, no sign up needed.

Im launching a new word game next week which I’m super excited about. If you do play it and have any feedback do shoot me message!

monatron - 12 hours ago

I'm on a deep dive fine-tuning how I organize and manage my personal knowledge base - focused on entity extraction and strategic information retrieval and based on the AgREE paper from Apple[0] and persisting it in Memgraph.

I've got a nice ingest, extract, enrich process going for the graph - I'm currently working on a fork of claude-mem[1] that uses the graph as a contextual backend for agentic coding workflows.

0. https://arxiv.org/abs/2508.04118 1. https://github.com/thedotmack/claude-mem/

junaid_97 - 13 hours ago

I built a free USCIS form-filling tool (no Adobe required) USCIS forms still use XFA PDFs, which don’t let you edit in most browsers. Even with Adobe, fields break, and getting the signature is hard.

So I converted the PDF form into modern, browser-friendly web forms - and kept every field 1:1 with the original. You fill the form, submit it, and get the official USCIS PDF filled.

https://fillvisa.com/demo/

nirvanist - an hour ago

Extract Structured Data from Any Web Page https://page-replica.com/structured/live-demo

pizlonator - 9 hours ago

Porting WebKit to Fil-C

Current status: JavaScriptCore builds in the JSCOnly config and panics on start.

JSC has extensive use of uintptr_t as a carrier of pointers and that's what most of the panics are about

Uncorrelated - 13 hours ago

I've been working on an iOS camera app to take natural-looking photos with reduced post-processing. The goal is take photos that look like what you see.

I just updated the RAW pipeline and I'm really happy with how the resulting photos look, plus there's this cool "RAW+ProRAW" capture mode I introduced recently.

https://apps.apple.com/us/app/unpro-camera/id6535677796

I initially released it early last year and have been using it as my main camera app since, but I haven't mentioned it in one of these threads before. Unfortunately this post has come just a bit early for my most recent update to be approved; there's some nice improvements coming.

telman17 - an hour ago

I'm working on a cozy animal sanctuary game in Godot. Having used Unity and Monogame only in the past, Godot has been a lot of fun and easy to use.

tokioyoyo - 5 hours ago

I like to wander around the cities quite a lot (still intermediate compared to others, but putting about ~10km/day for the past few years), and over the holidays, we were chatting with my friends about "places we've covered around the world together", it prompted the idea to have a co-op world tracker, with sides of city exploration. Built this iOS app - https://apps.apple.com/us/app/ato-discover-compete/id6757285.... Works with Apple Workouts + Photos location data. Just a headsup, the data is stored in my servers, so it's not a local app, since my goal was to get a combined data with my friends' data.

In my old app, I was solely tracking the streets, but it became somewhat impossible to have pretty coverage after I moved cities. And it's more fun to see global coverage anyways. Over the past couple of years, I've been getting emails for similar features that would expose city/country wide stats as well. Going to share with the users of the old app once I port its features on this one.

Still actively polishing it over the weekends, but it's very fun to see all the places I've been to on a hex-based map, combine it with my friends' data, and so on. It's been a very fun project so far.

ronbenton - 12 hours ago

An existential crisis about the future of professional software development

potomushto - 11 hours ago

https://tinyserve.org

Recently, I've been very motivated to make one niche crafted service after another. For myself, family and friends. But struggled to find a compelling hosting solution for projects that only has and will have only a single user for years. I bought the cheapest mac mini M4 on sale, put it in basement and started working on some cli+daemon to help me automate all things around it. The biggest risk is security, so probably gonna rely a lot on Cloudflare at start.

tlonny - 10 hours ago

Doors - A first person, exploration game/experience that I built from scratch.

Doors lets you explore URL addressable 3D rooms that link together seamlessly via portals. The idea is that people would upload rooms to the internet (to github, S3, whatever) and connect them together to form one giant inter-connected space that would be a real trip to explore.

Right now rooms consistent of a: - Manifest JSON file that points to requisite resources and configures portals - An optional skybox - An optional background music track - A .vox file containing voxel terrain data

Here is a video I filmed on my phone of flying through a room that links back to itself: https://www.youtube.com/shorts/BCqOYTISS_k

Portals can be arbitrarily sized and everything is prefetched/loaded seamlessly in the background.

I'm nearly done - I just need to add in a very lightweight interface and give the code a bit of a spit shine (I will open source it - so I want it to look pretty)

EDIT: As an aside, I finally decided to give this whole Claude Code thing a go - I purchased a max subscription and I'm trying to write as little code as possible. I certainly wouldn't call what I'm doing "vibe-coding". I discuss a feature in plan mode (incl. how I want to implement it in high level terms) iterate on the plan 2-3 times until I'm satisfied and then let it rip. I'm both very impressed and quite frightened by the productivity boost...

fs_software - 4 hours ago

I'm working on moving beyond the LeetCode interview for software developers.

Most software engineering interviews are a “signal crisis”. They measure recall, not real-world engineering.

I'm working on moving the evaluation from “writing code under pressure” to technical judgment via structured code review.

https://entrevue.app

straumat - 10 hours ago

I’m building a Java stack for the x402 protocol. I believe today’s payment systems are unnecessarily broken and overly complex. I really like the idea of a protocol that could simplify this space while remaining truly open and not “owned” by anyone—meaning anyone can use it without needing authorization from the protocol’s creator.

It’s fully open source: https://mogami.tech

mixmastamyk - 9 hours ago

A friend and I noticed recently that the last remaining pieces of the puzzle for a full line of "trustworthy technology" have recently dropped into our laps while we weren't looking.

What are those? You know… open, freedom, and privacy respecting technology. Recent products are the Starlite tablet, Furilabs and Fairphone. We've been waiting for these products, well over fifteen years since the introduction of the iPhone and iPad.

We wrote our full thoughts on the subject at: https://aol.codeberg.page/eci/

Despite posting many times, we haven't been able to start a discussion here. Maybe we don't know the right key words, or posted too late in the day, not sure. But I know someone is interested in the subject because there have been three huge discussions this week about how "Linux is good enough now."

That has been true for a decade in my experience, but no one seems to be talking about the new mobile hardware available. I hope to work on bringing these efforts together.

le_meer - 9 hours ago

You know how Spotify (or any other service) will just silently remove tracks from your playlist because they lost the rights? No notification, a beloved song just disappeared from your life.

Building a webapp to keep track of your playlists and notify you when a song disappears

https://github.com/thehappyidiot/save-my-music

davidebianchi03 - 11 hours ago

I'm currently working on Codebox, a remote development workspaces provider. After trying many existing solutions, I realized there wasn’t a self-hosted option that was both simple to set up and easy to use, so I decided to build one.

With Codebox, you can define workspace templates or load workspace configurations directly from Git repositories. At the moment, it supports Dev Containers and Docker Compose, with plans to expand to additional configuration methods in the future (for example, Terraform).

Below are some resources where you can learn more about the project, including an article that explains how Codebox works and the source repositories (mirrored on both GitHub and GitLab):

* Medium article: https://medium.com/@dadebianchi2003/introducing-codebox-an-o... * GitHub repository: https://github.com/davidebianchi03/codebox * GitLab repository: https://gitlab.com/codebox4073715/codebox

pyeri - 3 hours ago

A quiz app using minimal components like esbuild, bootstrap, etc. and pure js for routing and MVC: https://github.com/prahladyeri/abhyasa/

Also open-quiz-commons, the mcq dataset that powers the above quiz app: https://github.com/prahladyeri/open-quiz-commons

osigurdson - 10 hours ago

I built a way to chat with the documents in this post (updates live).

https://nthesis.ai/public/702445eb-f0e4-4730-b34f-f34eb06dd6...

Or you can do a basic text search: https://nthesis.ai/public/hn-working-on

orsenthil - 9 hours ago

https://picture.learntosolveit.com

I built a browser plugin called "Visionary" that overlays meaningful descriptions and context directly onto stunning pictures of the day.

I noticed that existing picture-of-the-day plugins were built over two decades ago and never evolved to harness the capabilities of modern artificial intelligence. AI can transform the picture viewing experience by distilling complex descriptions into accessible insights and providing references to explore the core concepts in the photo more deeply.

You can get a sense of how this works by visiting https://picture.learntosolveit.com

Get it for Chrome or other Stores

https://chromewebstore.google.com/detail/picture-of-the-day/...

LinasKo - 5 hours ago

I want to automate the first half of software engineering work.

I'm building a system that reads Slack, listens to Google Meetings, user complaints, etc and gives me prompts I could feed into coding agents or planners.

Problem-to-prompt seems like a larger obstacle than coding these days, I wonder if it's solvable, and if solving it makes cheaper coding agents viable.

tombert - 12 hours ago

I have been porting over my favorite Erlang library "Bitcask" to Rust.

https://git.sr.ht/~tombert/feocask

Called "feocask" cuz feo means "ugly" in Spanish and FeO to mean Iron Oxide for Rust. I thought it was funny.

I will admit that I had help from Codex, but I did write most of it myself, and I think the design is coming out kind of neat. I have a very strict "no lock" policy [1], including lockfiles, and this should still be safe to use across any number of threads, at the cost of N^2 reconciliation to the number of threads and a lot more drive space.

I like my design; I have an excuse to use Vector Clocks and Hybrid Logical Clocks and I think it might actually be useful for something some day. I'd like to eventually write something that goes a bit beyond getting parity with bitcask and optionally have the ability to automatically distribute across multiple nodes, but I'm still trying to think of a good design for that, because my current design depends heavily the atomicity of POSIX filesystem commands, and introducing the network introduces latency that would likely greatly degrade performance.

[1] At least no explicit locks. I am using Tokio channels and they are probably using locks in some spots behind the scenes.

pilord314 - 3 hours ago

A disassembly diff tool:

input <- old_image new_image

output -> report

Example summary:

================================================================================

TOTAL

================================================================================

  -20 insns, -40 bytes (c.insn→insn +40b)  [spill -22, cmov +3, call -2, br -1]  mem +13, alu -6, mv -4, bitmanip -1

  Added/Removed: +0 / -220 bytes

  Functions: 4 better (-20 insns), 0 worse (+0 insns), 1 removed, 1062 unchanged
d4rkp4ttern - 10 hours ago

A suite of productivity tools for Claude Code, Codex CLI and similar CLI agents. These solve pain points for me, and I build and share them in the repo[1].

I’ll highlight a couple:

- an “aichat” command group that enables continuing work from a session that is at full context usage, by creating a new session and injecting session lineage pointers so the agent/sub-agent can recover arbitrary full details from ancestor sessions. So no more compacting needed.

- aichat search command: TUI for rust/tantivy-powered full text search across Claude and Codex sessions. CLI/json mode for agents to search for past work.

- Tmux-cli tool + skill to enable CLI agents to interact with scripts (including other agents) running in other Tmux panes. Like Playwright for the terminal. Multiple CLI agents can collaborate/consult etc. Agent can run and interact with interactive CLI scripts.

[1] https://github.com/pchalasani/claude-code-tools

jonator - 12 hours ago

I think frontier models are getting to the point where we can start to reach higher trust agentic workflows.

As a hardcore AI chat user, I'm often frustrated with the single-agent workflow, where a single context window is used for even very long conversations. If I want to change the topic, open a thread, or go on a tangent, I often end up compromising the main thread and I'm forced to copy context over if I want to dive into something.

To solve this, I'm working on a collaborative AI agent orchestrator that models the solution as a group chat with humans and AI agents, including an agent orchestrator.

You can spawn participating agents with the orchestrator who will decisively route messages to the existing agents, or spawn new agents if needed. Also, you can open agent details and send messages directly to existing agents, similar to threads in slack.

So far, I have MCP integrations working with Linear and GitHub, but plan to add many more.

I've been working on this just over 2 weeks, making heavy use of 4+ concurrent Claude Code agents. This would have been impossible otherwise.

If you're interested, feel free to DM on X.

https://x.com/jon_ator/status/2010370649147998459?s=20

starwatch - 12 hours ago

https://www.votivus.org

A hobby project I started putting together late last year; a little spot on the internet for prayer and reflection.

https://dugnad.stavanger-digital.no/

A pro bono tech consultancy for local non profits. The idea is to help them use tech to better deliver on their mission.

mojo531 - 12 hours ago

Hello, I am new and this is my first post.

At Sylvester I stopped smoking.for the beginning and hard times I searched for a deflection and started with my own quitesmoke app - purio

I released it some days before a reached a workable state.

Here the result, if you want to check:

Android: https://play.google.com/store/apps/details?id=io.codingplant...

Feedback is welcome

kalterdev - 12 hours ago

Acme [1], a text editor for programmers. It’s a very unusual tool and I have collected hundreds of notes (as well as dozens of bugs and inconsistencies) from the past two years of using it. Now I feel fully assimilated, I do not take as much notes and it feels the right time to start organizing the knowledge, to put ideas together.

I think that Acme is very underrated in its domain (a tool for experts). The coverage is minuscule. That’s why I am thinking about blog posts, maybe video tutorials. I do not know what should it be exactly.

I do not have any time estimates. I have a very demanding main job (I work as a software developer) and young family that I need to take care of. This project demands focused efforts and selectivity that I can barely satisfy. But I wouldn’t give up, the thing is totally worth it. If it’s going to take years, so be it.

If you have any comments, send me a letter at kalterdev@gmail.com. Have a good day.

1: https://9p.io/sys/doc/acme/acme.html

freetonik - 11 hours ago

Continuing to work on Minifeed (https://minifeed.net/), a directory, reader, and search engine for personal blogs. The indexing & searching backend in Typesense, and I'm moving from their paid managed cloud service[0] to a self-hosted VM. It was very easy to start with the reasonably priced managed service, but with the number of feeds/posts growing, I have decided to self-host it. I'm also using Typesense Dashboard, a nice visual tool to do basic administration [1].

Overall, Minifeed keeps chugging along, fetching new posts every day from almost 2k feeds. I'm hoping to find some nice and ethical monetization strategy for it this year.

[0] https://cloud.typesense.org/

[1] https://github.com/bfritscher/typesense-dashboard

jascha_eng - 3 hours ago

Took a few days off to continue working on Kviklet a PR like review/approval tool for SQL queries/statements.

Recently added role sync for Saml, oidc and ldap. These auth protocols are complicated though.

https://github.com/kviklet/kviklet

lukebuehler - 12 hours ago

I’m building AgentOS [1], trying to experiment where agent substrates/sandboxes will head next. It's a deterministic, event-sourced runtime where an “agent world” is replayable from its log, heavy logic runs in sandboxed WASM modules, and every real-world side effect (HTTP, LLM calls, code compilations, etc.) is explicitly capability-gated and recorded as signed receipts. It ensures that upgrades and automations are auditable, reversible, and composable. The fun bit is a small typed control-plane intermediate representation (AIR) that lets the system treat its own schemas/modules/plans/policies as data and evolve via a governed loop (propose > shadow-run > approve > apply), kind of “Lisp machine vibes” but aimed at agents that need reliable self-modification rather than ambient scripts.

[1] https://github.com/smartcomputer-ai/agent-os

j-o-m - 11 hours ago

Working on finally releasing the programming language I’ve been working on for quite a while.

I’m setting up the basic site, which is not a huge deal, but I’ve been inspired by more recent language designers having a streaming presence, so I am working through test runs of streaming my development.

I hope to start with demos of the basic language features and then move on to streaming both a reimplementation of my compiler and on a Rocq implementation of the syntax and semantics of the language for proof work.

The language has a rather small niche at first glance, so I’m hoping to use the streaming as a way to explore areas of appeal and maybe draw some interest. A low level concurrent and parallel ‘functional’ language with very non-traditional syntax and a modal, dependent type theory is not going to appeal to everyone, but hopefully I can find some interest eventually, even if just to hang out on chat and talk about the subject.

simonsarris - 10 hours ago

I'm working on a complex garden planner to keep track of gardens, orchards, and landscaping projects. Meant for very large and very small scales. Public alpha at the end of this month, I hope.

You can see what it looks like right now here: https://x.com/simonsarris/status/2010359423806615907

It is based on a garden designer I made for myself to keep track of my rose garden (I have over 100 roses) and orchard (I have about 15 trees): https://garden.simonsarris.com/

However, my version was very specific to my needs, so this general version requires a lot more work to get it usable for a lot of people.

acutesoftware - 7 hours ago

I am working on a local RAG LLM designed for lower end PC's - ability for people to try out searching their own documents, seeing it was such a learning curve to get to this stage - hoping others can learn from my mistakes.

https://github.com/acutesoftware/lifepim-ai-core

Only been public a few days, so please let me know if there are glaring issues.

bwb - 12 hours ago

I've got two going :)

https://shepherd.com/

Building a really unique book recommendation platform to help readers find books they might not otherwise know about. We just started working on a full book app that will be a private book diary, along with recommendations and insights based on your Book DNA. Think Goodreads, but rebuilt for readers who want a private space to track what they read, keep notes, and get truly personalized book recommendations (like Pandora or Spotify for books).

https://downforeveryoneorjustme.com/

This is a fun one I do with a good friend. Basically, to see if a website is down, or if it is just you, along with reported reasons from the community. We are working to add user accounts so you can create your own custom lists of websites/services to track

jtwaleson - 11 hours ago

I've created a programming language and game for (my) kids called Stacky Bird. You learn Stack Based programming with Flappy Bird. Inspired by my old HP calculators, the game 2048 and Flappy Bird. In levels you earn a new instruction and at the end you have a complete instruction set, and can solve complicated puzzles. With new instructions you can even go back and solve previous levels more elegantly.

It's not mobile friendly yet, but maybe that'll be a next weekend project. At least you can view a video of a level on mobile.

My kids are loving it.

https://game.stackybird.com/ and the source https://github.com/jtwaleson/stacky-bird

s-sameer - 4 hours ago

This is something I had built a few months ago: https://chromewebstore.google.com/detail/chatgpt-saved-chats...

I often find myself losing important conversations/chats when talking to ChatGPT over time. So I created an extension that enables you to bookmark conversations within the UI. Just hover over any chat and click on the save button. Hope you find it useful.

ryjo - 5 hours ago

Still working on CLIPS-related libraries. My most recent one is CLIPSmqueue[1]. I'm employed full-time, so progress is slow as CLIPS stuff comes second to that. However, I've got a much larger CLIPS-related project in the works that I've been taking my time on, and I'm excited for when I finally feel ready to release it.

I'm not sure these projects will ever "go anywhere," but at the very least I'm honing my craft as a programmer. I've learned so much, and I have so much more to learn.

---

[1]https://github.com/mrryanjohnston/CLIPSmqueue

josem - 9 hours ago

Building MatGoat (https://matgoat.com) - management software for Brazilian Jiu-Jitsu and other martial arts' academies.

I train BJJ and kept hearing the same complaints from academy owners regarding attendance tracking, comms, missing payments, etc.

So I'm building a tool for student tracking with belts progression, automated payments, attendance-based promotion criteria, and a tablet check-in system.

Focusing on Spanish-speaking markets first since it's completely underserved. Currently onboarding early academies, and will market it in the US/UK soon.

mattismegevand - 8 hours ago

I built an in-browser data explorer for datasets too large for spreadsheets but too small to justify spinning up SQL. It runs entirely client-side using DuckDB-WASM, no server uploads accounts or anything.

The core idea is a visual DAG where each transformation (filter, join, aggregate, pivot) creates a view node. Nothing materializes until you need it, DuckDB executes the full chain on demand so you can build deep pipelines without copying data at each step.

Input files can be CSV/Parquet/Excel (Excel might not work great). There's a SQL editor with schema-aware autocomplete, pivot tables with drill-down to underlying rows, and sessions can be exported as files or shareable URLs (the entire pipeline gets encoded in the hash).

Sharing can be granular and you can choose not to embed the files or if files are too big they will not be embedded and the user when opening the link will have to upload the files to restore the session.

The part I find most useful: you can replay pipelines on new data. Share your January analysis, and a colleague runs the same transformations on February's data with schema validation.

Privacy-first since files never leave your browser, it's a static website actually. I will open source soon, and make it probably MIT licensed.

Also it's a WIP and so it may be buggy (there's not even images on the homepage) https://repere.ai

bopbopbop7 - 10 hours ago

I'm working on BacklogAI, an autopilot engineer for SaaS teams.

You connect GitHub, CI, Sentry, and Linear, and it takes tickets all the way to production. Claude writes the changes, BacklogAI handles tests, migrations, feature flags, staged rollouts, etc...

It’s clearing months of backlog work in hours, and a couple teams I’m working with have already stopped hiring because it’s cheaper than adding more developers. It's crystal clear that developers and designers won't be needed in a couple of months because claude increases productivity by at least 120x and one or two PMs can do pretty much everything.

My stack is Claude, v0, nextjs, shadcn, clerk, supabase, vercel.

ivanjermakov - 7 hours ago

Free to play FPV racing game with a global leaderboard that can run on integrated grapics in the web browser. Focus is on realistic physics (aero, PIDs and filtering, propwash, signal noise).

https://fpvmania.substepgames.com/

https://discord.gg/qdUjhbd6t

Ameo - 10 hours ago

A specialized programming language for 3D geometry generation + manipulation called Geoscript as well as a Shadertoy-inspired web app for building stuff with it: https://3d.ameo.design/geotoy

There have been lots of cool technical challenges through the whole process of building this, and a very nice variety of different kinds of work.

I'm working towards using the outputs from this language to build out levels and assets for a browser-based game I've been dabbling with over the past few years.

Cyph0n - 11 hours ago

An eBPF-based Wireguard mesh VPN in Rust using Aya.

The idea is to rely on kernel Wireguard, and process packets in kernel space (via eBPF) for maximum performance and minimal CPU overhead. I plan to use egress and ingress TC to “apply” the policy at both sides. XDP is faster, but only works on ingress, which is not sufficient for a mesh VPN imo.

Netbird already exists in this space, so this is mostly a learning exercise, and maybe a reference implementation for those learning eBPF in Rust.

Goals and constraints:

1. Single digit CPU overhead for multi Gbps bandwidth (probably a bit too ambitious, but we’ll see)

2. Linux only

3. No hole punching or complex NAT handling

4. Basic policy language for L3 and L4 traffic (L7 requires punting packets to a userspace proxy)

nachbo - 4 hours ago

To relax and reset at the end of the day, my wife plays this simple tetrisy game - fill rows and cols to make points and try not to die. But the game and many of its ilk are super frustrating. They have ads and arbitrarily make it impossible at some point to keep going (in order to show more ads I assume.) So I combined my love of roguelike deck-builders and made a game for her. It's the same basic premise of filling rows and columns but it has a deck you improve over several boards of ever-increasing complexity. And it has cards with special powers (of course.) It turned out to be really fun both to build and play. I'm still working out a few kinks (I built it in Love2D but running inside iOS is a challenge...) But it's live in the App Store. Check it out if you're interested and hmu if you'd like a free offer code - the game is fully playable without paying, but keeps some options behind an in app purchase. https://tetranea.net/

EDIT: It's only on iPhone and iPad for now. Android version coming soon.

napolux - 9 hours ago

I'm working on https://fullremote.it, which started as a side project and is now turning into a real business.

It's an "italian-oriented" curated remote-jobs and remote-work community, currently ~10k subscribers across newsletter and Telegram. What began as "let's share good remote roles" is evolving into paid job postings, sponsorships, and coaching for companies and devs.

Do you know you can hire remotely in Italy?

prameshbajra - 12 hours ago

I am working on a very simple browser extension that allows you to take notes right on youtube. It is open source, offline and everything is locally stored.

Here are the links.

Chrome store: https://chromewebstore.google.com/detail/video-notes/phgnkid...

Firefox store: https://addons.mozilla.org/en-US/firefox/addon/video-notes-f...

I actually would love some feedbacks and suggestions from someone here :)

bendtb - 11 hours ago

I am building an analytics calculator/toy that slowly turned into something useful.

It started as curiosity. I wanted to see if I could express business logic as simple choices and let the numbers fall out on their own.

The app is built interactively in Streamlit. I do not sit down with a spec or a backlog. I add one small idea at a time, refresh the page, react to what looks wrong, then adjust. It feels closer to sketching than programming. The interface tells me what the logic should be next.

Underneath there is a growing pile of rules about the business I am in.

I do not write code in the traditional sense.

I have never coded before and are solving my own problem done by one, this sure feels like magic!!

analytically - 9 hours ago

CentralCI (https://centralci.com) - Fully-managed Concourse CI as a service.

Got tired of helping enterprises run Concourse themselves, so we productized it. We've deployed and maintained Concourse for Starbucks, Accenture, Sky UK, and others over the years—CentralCI packages that operational knowledge into a SaaS.

Why Concourse over GitHub Actions?

* fly execute lets you test pipelines locally before pushing. No more "commit and pray" * fly intercept drops you into a running container to debug failures * Resource-based triggers can monitor anything—not just git pushes * Full pipeline visualization from dev to prod in one view * Workers you actually control (no arbitrary cache limits or runner queues)

What we handle:

* Dedicated Concourse instances on high-spec hardware (Ice Lake Xeon, DDR5, NVMe) * Worker scaling without the Kubernetes complexity * SOC compliance, auditing, AWS PrivateLink for enterprise * 24/7 support from people who've been running Concourse in production for years

The pitch is simple: Concourse is the right tool for complex CI/CD, but running it is a pain. We make it not a pain.

hazard - 9 hours ago

https://www.1e4.ai/

A transformer-based (but not LLM) chess model that plays like a human. The site right now is very rudimentary - no saving games, reviewing games, etc., just playing.

It uses three models: * A move model for what move to make * A clock model for how long to 'think' (inference takes milliseconds, the thinking time is just emulated based on the output of the clock model) * A winner model that predicts the likelihood of each game outcome (white win / black win / draw). If you've seen eval bars when watching chess games online, this isn't quite the same. It's a percentage based outcome, rather than number of centipawns advantage that the usual eval bars use.

Right now it has a model trained on 1700-1800 rating level games from Lichess. You can turn it up and down past that, but I'm working on training models on a wide variety of other rating ranges.

If you're really into computer chess, this is similar to MAIA, but with some extra models and very slightly higher move prediction accuracy compared to the published results of the MAIA-2 paper

SamDc73 - 10 hours ago

https://codose.ai

Still experimenting with different ways to make learning easier using LLMs.

I put together Codose as a tool where you paste a link to an Exercism or LeetCode problem, and it spins up a code editor with an AI tutor that walks you through the solution step by step, with mini lessons along the way when you need them.

You can try it without signing up but I’m on the Google AI Studio free tier right now, so I’m not sure how many uses can it handle

shoarek - 6 hours ago

Over the last two years I spent a surprising amount of time analyzing XSD files to understand regulatory changes in financial reporting. It was repetitive, painful, and unnecessarily manual.

In the past two months I built https://xsdviewer.com to make working with XML Schemas simpler: visual structure, navigation, diffing, and faster understanding of what actually changed between versions.

Right now I am iterating on new features and performance improvements. If you regularly work with XSDs or XML based standards and have ideas, pain points, or feature requests, I would love to hear them.

WillAdams - 11 hours ago

Still working on a system for allowing Open(Python)SCAD to model cuts for a CNC using G-code, and just added support for 3D Printing via Full-control G-code:

https://github.com/WillAdams/gcodepreview

Hopefully I can restore the OpenSCAD interface layer and get it working with OpenSCAD Graph Editor:

https://github.com/derkork/openscad-graph-editor

again. Having trouble finding FCG examples which do more than move in straight lines though...

radeeyate - 12 hours ago

I've been working on some electronics stuff more recently, and I designed custom PCBs which read the voltage and internal resistance of the 12V NiMH batteries used by robots in FIRST Tech Challenge. It's not always easy to know how charged or healthy the batteries are for a match, or when it's time to get rid of them. They're pretty small and are easy to assemble. Rather that having a screen (which would take precious flash and pins on the ATTiny412), it just uses a WS2812B RGB LED.

I wrote the firmware in Arduino, which was a great learning experience because I typically work with CircuitPython or Go, where I'm less constrained.

devrundown - 11 hours ago

https://www.bookmarkstuff.com

Another itch of my own to scratch but thought I'd see if I can make some side income as well.

It's a web based bookmark manager with extensions for Firefox and Chrome.

You can easily import and export bookmarks so you have all your data whenever you need.

One main thing I really like that I think makes it stand out is the ability to export the contents of a bookmarked page to an epub file to read later on your Kindle or other e-reader device.

Looking for any constructive feedback on this! Thanks.

cmdrk - 6 hours ago

Random assortment of projects as time allows with the $JOB.

- Prototyping a cute little SSH-based sorta-BBS, inspired by the Spring '83 protocol, but terminal-centric rather than web-based. It's called Winter '78, and if we get another Great Blizzard this year, I'll be able to make some progress on it!

- Another prototype, for an experimental HPC-ish batch system. Using distributed Erlang for the control plane, and doing a lot of the heavy lifting with systemd transient units. Very much inspired by HTCondor as well as Joyent's (RIP to a real one) Manta.

alpn - 5 hours ago

I'm working on https://wireplug.org: A simple, free, and open source connectivity coordinator for WireGuard. Basically a way to keep WireGuard tunnels connected while moving between different access points. It handles (basic) NAT traversal and works with the in-kernel WireGuard driver on Linux and OpenBSD. You can find the technical details at https://wireplug.org

asaddhamani - 8 hours ago

MemoryPlugin (https://www.memoryplugin.com)

Long term memory for dozens of AI tools, designed for power users who want more control and flexibility than native memory systems and who do not want to be locked into any one platform. You can also have the system remember your entire chat history going back years and use this information to help you better in new chats, it sometimes makes chats 10x more useful when I say something like: “Using recall tool, do 10+ calls for 1000 tokens context each to learn about my interests, strengths, curiosities, what I’ve tried in the past, what worked, what didn’t, etc and suggest a new hobby I would enjoy”.

Without long term recall, AI is a super intelligence in your hands that uses the knowledge of the world to give you generic, nearly useless advice because of how generic it is. With long term memory, you have a super-intelligence that knows YOU. This is what MemoryPlugin solves for.

emporas - 10 hours ago

I am writing a Context Retrieval and Context Minimization program for Rust code. I am trying to automate my own workflow in how I use LLMs.

The program is gonna do, what I am currently doing by hand, opening files and copying function/method signatures usually, from files all over the place.

The key here is to fetch into the context window only what is needed for one-question/one-answer and no more, hence the Context Minimization. Context fetched is gonna be specified by the programmer, for example sig(function) fetches only the signature, while @function captures the whole body. sig(Struct) is gonna fetch the fields and signatures of all of it's methods. sig(Trait) similarly.

In my view, giving the A.I. more information than needed, only confuses it and accuracy degrades. It is also slower and more expensive but that's a side effect.

The project is in early stages, for the moment it calls ast-grep under the hood, but eventually, if it works as it is supposed to, I plan to move to tree-sitter queries.

If there is a similar project somewhere I would appreciate a pointer to it, but I am not interested in implementations of agents. My program does not give the A.I. a whole view of the codebase, only the necessary points specified by the programmer.

isoprophlex - 11 hours ago

My first mobile app! It encodes and decodes SSTV images, allowing you to send pictures over sound waves. Mostly used by amateur radio operators... even though the ISS sometimes also broadcasts SSTV images!

sparksandmagic - 5 hours ago

I'm working on a Linux live streaming media server. Supports Ingesting, Mixing with Mix Minus, MultiMux, Multistreaming, and Recording of RTMP, RTSP, SRT, and MP4 with LL-HLS, Low Latency WebTransport Viewing, and Low Latency WebSocket Viewing.

https://github.com/Sparks-And-Magic/AVShack

robrenaud - 7 hours ago

Previously, I made a live win probability model for the 5v5 arcade game Killer Queen Arcade from their game events API.

Now I am trying to use that model to make:

1. A post game instant replay that shows the most important/pivotal moments from the most recently finished game. Some arcades have a seperate display for observers, it could work well there, or as good filler between matches on twitch streams.

2. A personalized per tournament/yearly highlights recap.

If it works well, it might be a kind of tool that generalizes well for summarizing long twitch streams for Youtube.

https://github.com/rrenaud/kq_stream_highlights

techtalksweekly - 10 hours ago

https://techtalksweekly.io/

I'm building a newsletter called Tech Talks Weekly[1] where my readers get one email per week with all the latest Software Engineering conference talks and podcasts[1] published that week.

In January, I've released a paid tier[2] where my subscribers additionally get:

1. Access to my internal database of all the talks and podcasts since 2020 (+48,000 in total) where they can search, filter, sort, and group by title, conference/podcast, view count, date, and duration.

2. See the list of the most-watched talks over the last 7, 30, 90 days, 6 months, and 12 months based on number of views.

3. Get category-based view of new talks & podcasts by tech stack, language, and domain (Software Architecture, Backend, Frontend, Full Stack, Data, ML, DevOps, Security, Leadership and every major language & ecosystem)

[1] https://www.techtalksweekly.io/p/what-is-tech-talks-weekly [2] https://plus.techtalksweekly.io/

merelysounds - 8 hours ago

Article about Norway problem in YAML. Draft is ready (link: https://lab174.com/blog/202601-yaml-norway ), beta readers welcome, please let me know if you have any feedback - thanks!

Also, my iOS apps; they're free and with no ads:

- Nonoverse (link: https://apps.apple.com/us/app/nonoverse-nonogram-puzzles/id6... ), a game about nonograms (image logic puzzles), now has 200+ levels.

- Polygen (link: https://apps.apple.com/us/app/polygen-create-polygon-art/id8... ), an app for generating low poly wallpapers and digital art, recently updated for latest iOS devices.

jftuga - 12 hours ago

For my home lab, I built a 3 node Talos (from https://www.talos.dev/) cluster from older Dell Optiplex systems. I am using:

    MetalLB - https://metallb.io/ load balancer

    Traefik - https://doc.traefik.io/traefik/getting-started/quick-start-with-kubernetes/ ingress

    Local Path - https://docs.apps.rancher.io/reference-guides/local-path-provisioner storage
Open to suggestions.
kukkeliskuu - 9 hours ago

Many of my enterprise customers face the microservice hairball problem. Adoption of microservices has been "too succesful". There may be 200-400 microservices, and ownership may be lacking. The number is typically growing fast, because it is easier to create a new one than use an existing one.

So I started to work on a side project called "Arch Ascent" for addressing these situations. It seems like it is becoming a kind of a architectural governance tool for visualizing and validating software system dependencies.

- Dependency Graph — Syncs projects from SonarQube and visualizes component dependencies using Cytoscape.js, with graph algorithms for detecting cycles (SCCs), clustering (Louvain), and computing coupling metrics

- Visions — Workspaces for exploring architectural scenarios. Each vision can have multiple versions/variations with different layouts while sharing the same definitions

- Layers — Named groupings of components (e.g., "Domain Layer", "Team Ownership", "GitLab Groups") that can be visualized as colored regions on the canvas

- References — Named sets of components defined via Tag expressions, layer membership etc.

- Statements — Architectural intent constraints that can be evaluated against the actual dependency graph, such as existence, containment, exclusion, cardinality etc.

The plan is to also incorporate Grounds, which are Intermediate stable states on the path from the current situation (ground zero) toward a vision. Each ground represents a releasable milestone that moves the architecture closer to the target vision without necessarily fulfilling all its statements. Grounds enable incremental architectural evolution with well-defined checkpoints.

Stack: Django, HTMX, Cytoscape.js, pyparsing for natural language parsing of References and Statements.

marketmecha - 10 hours ago

Vim-inspired, as in it's minimal and fast, text editor on the web. No modal-editing yet but, once the current natural input mode is decoupled, clients can bring their own modes/controllers via the extension system.

It's meant to be embeddable and hackable, serving as a building block for custom IDEs as opposed to being IDE-like VSCode. I felt the web IDE space was uninspired with apps built around VScode/Monaco effectively being hosted a VSCode instance with a pre-installed extension and config.json. (Aside: perhaps there's a business opportunity for VSCode-as-a-service where client apps simply bring their own config). I'm dogfooding this library in building an algo trading IDE.

Ships 2kb and smoothly handles 50+ million line files. 1 billion lines with the high-capacity extension. Also, it can function as a TUI or terminal on the web because the core implementation concerns efficiently rendering plaintext in a fixed-width grid layout.

https://varrockbank.github.io/buffee/

NetOpWibby - 9 hours ago

Pretty cool ideas here already!

I'm working on a subscription-based short-form video site called NICKEL[1]. I felt gross about using YouTube but wanted to share my gaming clips, so I made my own thing. Then I thought about making it sustainable so here we are. I'll have an update to the mailing list out in a few hours, I'm "building in public."

My feature-complete deadline is April 15th and I think I'll make it. If you want to check out the UI, visit the explore[2] page. I have it setup to redirect to a public video while I work on the intended UI (a design challenge I've never tried before but we've all seen). I'm thoroughly enjoying figuring out how streaming video works and how best to optimize things.

---

[1]: https://nickel.video

[2]: https://nickel.video/explore

thevivekshukla - 11 hours ago

I'm working on Daestro[0] - a job orchestrator that can directly integrate with cloud providers like AWS, Vultr, DigitalOcean and Linode to create instances for jobs to run on and destroy when done.

Currently I'm working on following features: - Multi user support (Team) on project level - Then I'll look into whether to add support for OIDC/SSO now or not - Alert on slack - Webhook support

0: https://daestro.com/

pdyc - 2 hours ago

Working on creating dashboards from google sheets, csv or json here EasyAnalytica.com

michaelbuckbee - 5 hours ago

I kept making a hacky eval tool to try and compare the outputs of different models, model configs, prompt versions, etc and finally rolled it up into a web app + downloadable app (kind of like Postman or Insomnia, but for AI).

Free, holds your keys in localstorage and makes direct calls to the APIs (unless there's a CORS issue), at https://evvl.ai if you want to try.

gamesieve - 9 hours ago

https://gamesieve.com/

An alternative front-end / game discovery service / price tracker for GOG's catalog. Mostly manually enhancing the data from the API (90% heuristics, 10% human effort, as the total dataset isn't large enough for it to be worth doing otherwise), and offering a wider range of filters for it all.

I'm grouping all related products together for a more complete overview, and have recently added library import, where I mostly 'solved' the issue of GOG not recognizing that you own certain games if you got them as a freebie or as part of a since-delisted deluxe edition. Just now starting in on incomplete "series" listings, seeing what'd be involved with making them contain all relevant games, and then exposing that.

embedding-shape - 10 hours ago

I'm branching out and trying something ridiculously different than anything else I've ever done before, I'm gonna try to create a video game that plays on people's sexual attractions, and tries to distract them while the player tries to complete a series of challenges/activities. It'll be like a little laboratory experiment, with NSFW graphics and the player having to remain focused while other things try to distract them.

I've never created a game before, less so a NSFW one, and I'm not sure how it's gonna go, but it is very different compared to other things I've done before. The game itself is done in Rust, compiles to WASM to be run on the web, and I've found 3 artists and one voice actress who is helping me with the art/audio stuff. So far a lot of fun, although managing a fleet (4) of contractors is less fun, although still new so a little bit of fun :)

- 10 hours ago
[deleted]
anfractuosity - 12 hours ago

Trying to visualise magnetic fields of a floppy disk.

So far I can see magnetic fields on a magstripe https://www.youtube.com/watch?v=c8nM4Z-hkTw with two polarisers (one of which I rotate in the video, which is contained in a 3D printed holder with gears I made).

I'm awaiting some different polariser film, to see if I can get it to work with a floppy disk.

f_k - 10 hours ago

https://citellm.com

Working on CiteLLM, an API that extracts structured data from PDFs and returns citations for each field (page + coordinates + source snippet + confidence).

Instead of blindly trusting the LLM, you can verify every value by linking it back to its exact location in the original PDF.

shapmeans - 4 hours ago

Built a tool that helps me re-organize my furniture on a new apartment layout (had to move a couple of times recently).

I wrapped this up a while ago, but sharing because a few friends found it useful.

https://furnimapper.pages.dev/

jesterswilde - 4 hours ago

I'm working on a web-based raymarching renderer. I'm hoping to use it to make silly web interactives. It's still early days but it can be found here: https://jesterswilde.dev/rmfw

christoph123 - 13 hours ago

Still an AI time tracker that watches your screen.

Currently experimenting with a proactive agent, Don, that pops up like clippy and also works over email.

https://donethat.ai All the data security measures here: https://donethat.ai/data And other tools out there: https://donethat.ai/compare

jwally - 12 hours ago

I updated a really outdated, but surprisingly popular repo for linear programming:

https://github.com/JWally/jsLPSolver

I'm tinkering around building "JARVIS" (I didn't want to come up with a clever self deprecating name - this works) - a personal project to manage my life. Integrates into Google Mail, Google Calendar, Trello, GroupMe, EveryDollar. Basically it nags me to do grown up thing and is a better UX than Google Calendar/Trello - I just talk to it and ask it things.

Also experimenting with a new Claude-Code flow; give the bot its own AWS account, Put a bunch of tickets on my personal JIRA, be persnickity about what constitutes "pass" and tell the bot "follow these instructions, pull down tickets until there are no more. Your branch cannot merge until you have integration tests passing in your own dev env first" (I use AWS CDK). Then let it loose to build. The instant feedback loop that Claude has with Build-Code->Deploy to AWS->Run Integration Tests->Address Failures is really nifty fwiw...

GZGavinZhao - 8 hours ago

I'm trying to make a Chinese Hanzi variant of Wordle called Handle 汉兜 [0] available as a Discord activity/app so my Discord groups can have fun solving puzzles just like we've been having with NYT's official Wordle Discord app[1]. A Discord app is just a webview or iframe embedded inside Discord that you can launch.

[0]: https://handle.antfu.me [1]: https://discord.com/discovery/applications/12117814899314524...

vladris - 7 hours ago

I'm in the final stretch of self-publishing my debut sci-fi novel Sector 36. Been working at it for almost 2 years. I'm waiting for the final print proofs to make sure things look good before the "official" 1/31 launch date.

I vibe coded the book website over the holiday break - https://sector36.space/

I've been serializing chapters on Substack - https://sector36.substack.com/

seanwilson - 12 hours ago

Still working on my tool for creating custom Tailwind-style accessible color palettes for web and UI design:

https://www.inclusivecolors.com/

There's millions of tools that try to autogenerate colors for you using algorithms and AI, but they usually ignore WCAG accessible contrast requirements, don't let you customise the tints/shades, don't let you create a full palette of colors, and the colors often don't look right on actual designs.

This tool is meant to make customising tints/shades intuitive and quick enough in a few clicks via a hue/saturation/lightness curve editing interface that you won't want to rely on autogeneration. There's also a live mockup showing how your palette looks on a UI design that checks pairings pass contrast requirements, to guide you as you tweak your colors and to teach you the WCAG rules.

You can then export your palette to regular CSS variables, Tailwind, Figma or Adobe for use in your designs.

Really open to any feedback on features that would be useful! I think the only way I can make it simpler to use is to make it more opinionated about how your palette should be designed so interested in any thoughts about that too.

vunderba - 11 hours ago

I’ve been putting together a rather silly slide-puzzle game for MENSA-level players: things like arranging the tiles by chemical element name according to atomic number, arranging countries by surface area, etc.

It’s absurd and will probably appeal only to the descendants of Ken Jennings.

https://slide-puzzles.specr.net

andreas_42 - 9 hours ago

I’m working on a small iOS app for streaming my own media directly from a NAS.

I built it because I wanted access to my music (and videos) on my phone without running a full media server like Plex or Jellyfin, and without syncing files locally. The app streams files directly over a VPN (WireGuard / Tailscale), mainly via SFTP/FTP, and plays them as-is without re-encoding or server-side indexing.

You can browse folders directly, or let it build a lightweight local index for faster artist/album browsing on larger libraries. It started as a personal tool, but I’ve been polishing it after some feedback and opened a small TestFlight beta:

https://testflight.apple.com/join/PaQAsGcM

Still early and rough in places, but it’s already replaced my own setup.

tasoeur - 10 hours ago

Hey there!

For the past month I’ve been working on a creative / VFX / 3D tool that connects Apple devices into an all-in one node editor: https://subjectivedesigner.com/

With it, you can build interactive experiences, connect device sensors, compose shaders with AI models, orchestrate real-time data flows, and create projects that span across the entire Apple ecosystem. I’m posting about it regularly on social media and you can see some of it here: https://x.com/sxpstudio (Though it’s still early and most content is on socials thus far).

It’s done fully in SwiftUI + metal and also a good occasion to ramp up on agentic-powered software engineering. So far it’s been a lot of fun and working really great for me. And to be clear I’m absolutely not talking about vibe coding :-)

BSTRhino - 11 hours ago

https://easel.games

A beginner-friendly programming language for 2D games where multiplayer is automatic. Intended to be an engaging way for teenagers to learn to code by making games they can play with their friends. Like a blend of Scratch and Roblox. I've been working on this for 3 years!

qkeast - 7 hours ago

Personally, been making a low fidelity exalidraw-like calendar app: https://letswalnut.com.

There’s a real-time collaborative workspace-oriented version, too.

Professionally, working on “Magic Draft,” a feature in Ditto to help designers and writers create the “draft and a half” directly in Figma, which uses a hierarchy of all your context (text, Ditto metadata, the design, your style guides, etc) to write really good starting point copy.

nullbound - 12 hours ago

I am devoting 2026 to focus on my rpg. The one differentiator here is something I am still not seeing: proper use of LLMs in games. The current batch is all lazy asset generation, maybe logic coding and what not, but not anything that could make the world actually feel alive.

Obviously, it all comes with its own sets of issues, but I am working through those as they come. But it is still a slow move solo.

anotherpaulg - 11 hours ago

I’m building a quantum photonics experiment that is a variation of the quantum eraser.

One aspect that HN may find interesting is my use of Bayesian optimization to control and perfect key experimental settings. About a dozen of the wave plates and other optical components are motorized and under computer control.

Given a goal metric like "maximally entangle the photon pairs" the optimizer will run the experiment 50-100 times, tweaking the angles of various optics and collecting data. Ultimately it will learn to maximize the given cost function.

This sort of thing is commonly done with tools like Optuna during NN/LLM training to optimize hyper-parameters, but seems less common in physics especially quantum photonics. I'm using a great tool called M-loop to drive the optimization, which was originally developed for creating Bose-Einstein condensates.

https://github.com/michaelhush/M-LOOP

dangmanhtruong - 6 hours ago

I'm working on a CUDA implementation of Forman-Ricci curvature-based clustering (I checked online and saw that there is currently no GPU/CUDA implementation, so I thought why not do it). Hopefully it would help with my CV.

Github link: https://github.com/dangmanhtruong1995/Ricci-curvature-cluste...

osigurdson - 8 hours ago

I posted this earlier but realized that I had pointed it at a different "What are you working on" post. I think this one (david927) is the defacto "official" one.

Anyway, I built a way to chat with the documents in this post (updates live). https://nthesis.ai/public/702445eb-f0e4-4730-b34f-f34eb06dd6...

Or you can do a basic text search: https://nthesis.ai/public/hn-working-on

CameronBanga - 11 hours ago

Working on some new Bluesky tools and trying to learn more about the AT Protocol. Have been working on this following:

- Skyscraper, an iOS native app for Bluesky with focus on Liquid Glass UI. Launching hopefully in a ~week, and TestFlight available at https://testflight.apple.com/join/RRvk14ks

Then also working on a website/web tool that does the following: - A keyword/term notification service that observes the Bluesky Jetstream for usages of the term and sends email alerts.

- Provides an HTML/JSON backup archive of any Bluesky account. Quick way to archive popular accounts, politicians, public figures, etc.

- Trending Hashtag lists, to see what is trending the last hour, day, week, and month.

The web services all are available at: https://api.getskyscraper.com/tools/

zarathustra333 - 5 hours ago

Spending the past few weeks building a memory layer for AI Agent's. Sync's with your business apps or remembers preferences in a consumer setting.

Planning to support a self hosted version soon -- if you'd like to give it a try ping me,.

https://www.usesatori.sh/

ravelantunes - 6 hours ago

I'm working on a native MacOS Postgres client: http://github.com/ravelantunes/Searchlight I've been slowly chipping at it over the last couple of years as I find time, and I like it enough to already use it as my primary client (although still buggy here and there).

jairojair - 4 hours ago

During the holidays, I’ve experimented with some ideas. I wondered if it was possible to make money in 2025 using simple, nano banana wrappers, thr answer is yes!

for example, RecolorLife.com and Headshoti.com generate around $800 USD.

Now I will expand for real estate.

peterohler - 7 hours ago

Over the last 2 or 3 years I've been building a Common LISP implementation in Go so that Go packages can be utilized by LISP code. Building a REPL with lots of interactive features was rewarding as was taking up the challenges of the object systems (CLOS and Flavors) and generics. Just open sourced it at the start of January. https://github.com/ohler55/slip

luiscosio - 11 hours ago

I’m working on Security Level 5 (SL5), which is basically “nation state grade security” for frontier AI systems. The core idea is that if a model’s weights or training artifacts could enable catastrophic harm, you should treat them like top-tier secrets and secure them accordingly.

One piece I helped with is SenL, a “sensitivity level” framework for AI labs. It’s like a practical clearance system for AI assets. Not everything in a lab is equally dangerous, so you label assets by sensitivity (weights, training data, eval sets, agent tooling, deployment configs, etc.), then tie that label to concrete controls like who can access it, where it can run, what logging is required, and what monitoring / two-person rules apply.

If anyone’s curious, SL5 is here: http://sl5.org/ and the SenL framework is part of the published artifacts.

in-silico - 10 hours ago

I'm working on a continuous chain-of-thought reasoning architecture for generative AI models.

It is similar to Meta's COCONUT. However, instead of the training forward and backwards passes of the reasoning tokens being done serially (slow), they are done in parallel (fast). At inference the reasoning tokens are still decoded serially. The trick is that even though training was done in parallel, the reasoning tokens are still causal and you still get the benefits of increased computational circuit depth.

The kicker is that the architecture is modality agnostic (it doesn't rely on language for its chains of thought), and I want to use it to bring COT reasoning to protein and anti-body generation. Basically, I hope for it to be the OpenAI o1 or DeepSeek R1 for domain-specialized scientific AI.

bleonov - 9 hours ago

Was really impressed with Claude ability to port models from cuda PyTorch to MLX, so that’s what I have been doing last three weeks; basically I have Mac to test ported models and Gradient vm with PyTorch and Nvidia gpu, Claude can run code in vm, investigate layers and deep analyze the model mechanics and then reimplement them on local Mac with MLX. So far completed port of various models mainly in audio domain, achieving pretty substantial speeds for inference on my machine. Models ported with numerical parity to originals: facebooks omnillingual ASR, Sam-audio, Nvidia sortformer. Planning on releasing this in repo soon.

blargwill - 10 hours ago

I had a day-dream about nutrition labels for generative works, I made this site to feel it out:

https://disclosure.launchbowl.com/

A little cool tech detail, I didn't want a backend or to store the information of people's reports anywhere. To get around the requirement, I made the form deterministic and populated on load from a data stream of bits (form is made from booleans or bitfields) from a decoded base-64 query parameter. A cool side-effect of this approach is I can update the query parameter in the URL in real-time as you fill out the form so if you reload it remembers your form without any local storage or cookie use!

KaiserPister - 7 hours ago

I needed some pixel art for a different project, so I made 8BitSmith, a simple pixel art & sprite generator.

I'm expecting it is pretty niche, but animations tend to be very time consuming for people like me, and getting quick sprites that I can drop into a platform is a big time saver.

The project was 90% vibe-coded and I documented the tech stack here: https://www.8bitsmith.com/tech-stack

jbreckmckye - 12 hours ago

Nothing as impressive as others here... but I have a few little things

--- Todo or else ---

The main thing is a new Go CLI called "todo or else". It scans your project for TODO comments and checks that they have deadlines

This allows you to hold yourself accountable for completing them

You can verify other things like whether TODOs have owners

I'm using Tree Sitter which means it can handle most programming languages (although, I'm shipping with a subset, as the grammars can get quite big)

I'm hoping to release this cross platform in a couple of weeks

--- Video: How PSX games were developed ---

A ten minute YouTube video about how PlayStation 1 games were developed

The tools, languages, and practices that were common in this era

Also the computers, software, programs used for creating assets (eg Irix Framethrower for SGI)

I'm hoping to produce a 10 minute video on my YT channel (jbreckmckye). Currently in the writing stage

--- Black Noise ---

A small, command line program for playing white noise

I think it would be a nice utility to have for focus sessions... maybe to double as a sort of pomodoro timer

Version467 - 11 hours ago

I'm working on Increader, an incremental reading platform.

You put in all your bookmarks (also pdfs or epubs) and it puts them in a queue and tracks your progress. Read for as long as you want to and if you get bored with an article you just move on to the next one. Supports highlights and annotations as well as creating spaced repetition cards out of those annotations.

Really reduces the friction for me to start reading and it has made a noticeable difference to my media consumption throughout last year.

Started out as an exploration into the incremental reading concept, but it's become my primary interface for reading and I use it every day.

I haven't really talked about this to anyone yet, but it's getting to a point where it's polished enough for others to use.

It's currently completely free and you can try it without entering your email.

https://www.increader.com/

quan - 10 hours ago

I’m working on a proxy MCP server that lazy loads tools to save tokens https://github.com/mquan/nimble. It includes a dashboard for connecting and configuring MCP servers.

threefiftyone96 - 5 hours ago

Recently have been focusing on a personal assistant type of thing.

I've been building it with the agent sdk and any time I want an additional skill, I create it

Examples: parse this pdf containing my credit card bill and add all transactions

Given it has a db, I've been using it to save notes, ideas etc.

Been fun

jumski - 11 hours ago

I'm building a Postgres-native workflow engine using pgmq for queues and TypeScript worker. Workflows compile to definitions (SQL rows), letting Postgres orchestrate the DAG as state machines. The TypeScript DSL is type-safe with inferred inputs/outputs across dependencies with full autocomplete.

Declarative and functional in nature. Just a manifest wiring functions into a DAG and a Postgres SQL functions that manage the graph of state machines. Simple in principle and very opinionated.

Replaces 240 lines of manual pg_cron -> pgmq -> Supabase Edge Function boilerplate with 20 lines of explicit DAG definitions. Currently Supabase-only (leverages their primitives) but planning to make it agnostic for vanilla Postgres setups.

Live demo / explanation here: https://demo.pgflow.dev

ebcode - 8 hours ago

SourceMinder: A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for the index. It uses tree-sitter to parse the AST and add the symbols and what they are (function, class, argument, etc) to the db. I currently have it working with TypeScript, C, Go and PHP. I’m working on adding Perl next, after someone requested it here on HN.

https://github.com/ebcode/SourceMinder

buchanae - 9 hours ago

I'm working on two projects:

https://helmtk.dev is a toolkit for helm chart maintainers, including a structured template language than can compile into helm templates, and a test suite tool for writing tests in javascript. Super handy I think.

https://blog.atlas9.design is about building a better software experience by solving more of the common stuff from the start: IAM, builds, API design, etc. I'm currently designing and building a Go-based framework to start.

bochoh - 11 hours ago

Gymlocity (https://gymlocity.com) - All-in-one gym management platform for small gym owners.

Building this for personal trainers with home gyms and small 1-2 location owner-operated facilities. The big players (Mindbody, etc.) are overkill and expensive for this market.

Core features: class scheduling, member booking, Stripe payments, and workout programming (the part most gym software ignores - trainers still use spreadsheets or generic apps).

Stack: React 19 + Vite frontend, ASP.NET Core 10 API, PostgreSQL, multi-tenant architecture so each gym gets their own branded experience.

Currently polishing the member dashboard and workout tracking UI. The goal is something a solo trainer can set up in an afternoon without needing to call sales or sit through demos.

JaviLopezG - 8 hours ago

Today I built Octocat juggler. It's a GitHub badge that shows in how many repos are you working. By default it links to some stats.

Example: https://github.com/JaviLopezG Url: https://octocat.yups.me/ Repo: https://github.com/JaviLopezG/octocat

rorytbyrne - 3 hours ago

A domain-agnostic, open source scientific database.

“Protein Data Bank-in-a-box”

https://opensciencearchive.org

davidweatherall - 10 hours ago

https://replays.lol/clipper - A spin off from my main startup's product that lets Twitch streamers review their viewers' league of legend clips. Zero friction as we handle the recording of clips ourselves using bots that load up people's previous games using the League of Legends game client. Went live with my first medium-size streamer yesterday, excited to see how this goes!

Similar to Cameo but hyper specialised for league of legend streamers, if this shows some traction we'll expand to other games, and then to other industries (think a tennis star reviews one of your tennis points, beats out a generic happy birthday message?)

rorytbyrne - 4 hours ago

A domain-agnostic, open source scientific database.

“Protein Data Bank-in-a-Box”

https://opensciencearchive.org

mohsen1 - 8 hours ago

Mafia Arena -- Benchmarking LLMs for EQ

https://mafia-arena.com

The only problem I have is that it's so effing expensive to run those games that I can't have a good number of games to claim to be any sort of legit benchmark. BUT so far the games that I paid out of pocket and ran are looking good and I think there is merit to this.

also had lots of fun building on top of Cloud Flare and solving some distributed systems problems while building this.

if you can help me run more games (for science!!) let me know!

cadamsdotcom - 10 hours ago

I’m working on ApprovIQ, a tool for construction certifiers. Someone who wants to get something built will work with one of customers to get their project approved before construction. They’ll typically go back and forth on dozens of documents each of which must be checked over for compliance - drainage, water quality, fire safety, the list goes on.

Despite being intensely technical and detail-oriented, certifying construction is still mostly done by hand over email!

Our niche is full of folks whose lives we can improve with a portal for document management & comms, plus a sprinkle of AI for document understanding.

If you know someone - anyone - wrangling too many documents via email. Please reach out.

https://approviq.com

BohdanPetryshyn - 6 hours ago

Building https://lenzy.ai - helping products built around chat with AI (think Lovable or Cursor) reduce churn and prioritize product improvements by analyzing their user's chats.

I started about 3 months ago, focusing on making my 2 early adopters happy. One of them is ready to start paying soon!

Edmond - 12 hours ago

Trying to bootstrap a PKI certificate trust chain for facilitating trust projection and information verification online. Think of it as the ability to do something such as age verification at scale via a peer-2-peer ish mechanism instead of sending your government id to a porno service.

We are experimenting with Keybase key holders as CAs:

https://news.ycombinator.com/item?id=46576590

And also .gov email holders:

https://blog.certisfy.com/2025/12/using-gov-email-addresses-...

It's all self-service and requires no sign-up or download of anything, the app (https://certisfy.com/app) is an in-browser app and all the cryptography happens in the browser.

seymore_12 - 11 hours ago

I’m interested in ocean container shipping, so I built a Google Sheets add-on to automate the process of tracking shipping containers. It’s called Container Tracker and I just got it live on the Google Marketplace. https://workspace.google.com/marketplace/app/container_track...

Main workload is done by the backend (serverless functions).

I am currently working on a HubSpot extension (that uses same backend) with the goal to target few other platforms where users work, and integrate the functionality into their daily workload, as opposed to having it as standalone website or mobile app. I have fun doing it.

ymyms - 10 hours ago

I'm working on https://www.hessra.net/

We've built a new auth platform with some new identity primitives and capability-style tokens using biscuits.

Right now, I'm trying to figure out ways to apply it and am looking into offering integrations with extremely fine-grained access control that wouldn't have it otherwise. So adding a fine-grained access layer in front of stuff like backend-for-frontend (BFF) systems, brownfield stuff with poor auth, or even OAuth stuff that just have really coarse scopes.

Are there any integrations out there that people want but the access control is bad for them? I'll build one for you!

yoz-y - 11 hours ago

Updating my workout app with final touches. It’s local first, with self-hosted backup server as an option.

It’s text based, so it is basically an advanced editor/viewer for one long text note.

https://apps.yozy.net/swolog/web/

ktut - 11 hours ago

As a former JPMorgan Chase engineer, rebuilding the Chase Travel UI so it doesn’t suck (there was never a role available on that team while I was there): https://rkdvis.com/chase-travel

mishu2 - 7 hours ago

Over the holidays I built a simple website which lets children (of all ages) easily draw something and then bring the sketch to life using AI and a prompt.

https://funsketch.kigun.org/

Only shared it via Show HN so far, and am still regularly getting some creative submissions. Will be sharing it at an art festival later this year so kids can have a more active role when visiting.

urbandw311er - 11 hours ago

I just completed a holiday project this week to measure the kids screen time using an Arduino device and a web app! I got frustrated trying to get so many parental control apps to play nicely, in the end this seemed like a bolder new approach to the problem.

I blogged about the whole build and coding project [here](https://partridge.works/screenie-christmas-project-2025-26/)

Code for the Arduino and also the web app is Open Sourced [here](https://screenie.org/get-device/selfbuild)

And you can play with it [here](https://www.screenie.org)

czhu12 - 6 hours ago

Been working on canine.sh for about 2 years now.

It’s an open source project that basically turns your kubernetes into a developer friendly PaaS.

Just crossed 2k apps on the cloud version, no idea how many people run it locally, and thanks to a generous sponsorship from the Portainer folks, I’m able to work on it close to full time.

cranberryturkey - 33 minutes ago

I’m building a few Projects that are ready for users

https://bittorrented.com a torrent-first Streaming platform

http://marksyncr.com a free bookmarks synchronizer web extension for chrome safari and Firefox based browsers

http://defpromo.com a zero-cloud self promotion web extension for all browsers helps automate commenting on social media posts to promote your product api keys required

http://coinpayportal.com a non custodial crypto payment gateway Easy to integrate similar to stripe with web hooks and manage multiple businesses

paulorlando - 7 hours ago

Working on a list of examples and by extension, a greater understanding of the appeal to Ludditism: https://docs.google.com/spreadsheets/d/1M_UjOPxpbKMYes5CcWRW...

hilti - 8 hours ago

After watching the movie „The Amateur“ I started to build myself some confidential looking tools just for fun using C and deployed them as CGI programs.

A one time secret tool https://iotdata.systems/apps/secret.cgi

A password generator https://iotdata.systems/apps/pass_gen.cgi

mike-cardwell - 9 hours ago

I bought a 300 litre aquarium about 6 weeks ago for the living room. Added soil, plants and water. Have spent the last 6 weeks watching plants grow, and snails that smuggled in on plants, multiply. I over fertilised it and left the light on accidentally for a couple of days whilst I was away and experienced an algae bloom, which was interesting. Added some cardinal tetras and amano shrimp yesterday and have spent a lot of time just watching them potter around. Has been a nice change from looking at a screen.

jdottdot - 9 hours ago

I'm working on https://cloudventory.io – AWS inventory search for teams that don't have the budget for high-end cloud management platforms.

Cross-account, cross-region search. Need to find an IP? Easy peasy. Need to find all the cruft Todd left behind? Search "todd" and see every todd-test-server-1 and todd-alb hanging around.

I've added insights for security, ops, and cost savings – minimal right now but expanding.

Early access/MVP mode. Feedback welcome.

patcon - 11 hours ago

Building "human perspective maps" using non-linear dimensional reduction algorithms to visualize the "human value manifold" from hundreds of agree/disagree/pass statements, like Google Maps for complex large-scale conversations:

https://patcon.github.io/polislike-human-cartography-prototy...

Just paint with colors, click a painted group, and see what differentiates your painted groups. (Chrome on iOS has issues fwiw)

This is building on the philosophy of democracy-bolstering tools like Pol.is, which I've worked with (as a researcher/practitioner) for almost a decade

Ingon - 11 hours ago

Continue to work on my project for remote private access: https://github.com/connet-dev/connet

Just released v0.12.0 which has a lot of package cleanup and some important bugfixes. Next, is making the relay infrastructure much more lighter, requiring less synchronization.

Personally, I'm using the hosted version[0] (which is just a repackage of the open source version with dynamic with tokens) to expose my NAS and syncthing web UIs to manage them while I'm away. Sometimes even through my phone (with termux)

[1] https://connet.dev

dataviz1000 - 12 hours ago

Using Claude Opus 4.5 to query time-series data.

I have GBs of time-series data in a TimescaleDB database. It’s more complicated than this, but the gist is: I use natural language to ask questions about relationships in the data, Claude Opus 4.5 generates queries, and it finds patterns.

For example, I classify tens of thousands of news articles using different classification models. Then I ask Claude to write a query that tests for statistically significant changes in the time-series data at specific intervals after a given classification of article—and it finds patterns.

It passes train / test split validation. It will train on 2 years of data (2023 and 2024) and being able to effectively predict movements on the time series data using the classified news articles on the last year of data (2025).

troysk - 10 hours ago

ScreenRecord.in: https://screenrecord.in I have worked remotely for most of my career and have found screen recording a useful tool to share ideas or ask questions. I liked the UX of Loom but always wondered if one could do it without installing any app. Turns out you can! Given today's browsers especially on desktops one can do a lot of things. ScreenRecord.in can record screen, webcam, mic and system audio if the browser supports them. Chrome has the best compatibility. All recording are stored in local storage I am figuring out what features to add.

StephenAshmore - 9 hours ago

I'm working on an AI (Aethas, https://blog.aethas.ai) that preps context before my meetings, sets reminders, makes design drafts, summarizes meetings, and drafts follow-up emails without me asking. Basically trying to have an entire personal AI like Jarvis that has the same context as me but acts on it automatically. Uses my Obsidian for knowledge, Claude for reasoning, pull data from written notes... Still early days but it feels like magic when I use it.

Arcuru - 12 hours ago

Eidetica, a planned decentralized database for local-first applications. I'm building out unstable features to get it to a point where I can show off the concepts but it's still fairly brittle.

I recently added better backend support for deployments, converted everything to async Rust, and setup Nix/Docker releases. I'm planning to build out some better example apps and workflows next, but everything will stay pre-alpha/unstable for now so that I can avoid getting locked in to any foundational issues. There are still a number of low-hanging breaking issues blocking the end-to-end usage which I'll need to address.

https://github.com/arcuru/eidetica

corv - 10 hours ago

I’m building Shannot, a human-in-the-loop sandbox for AI agents on production systems.

Instead of filtering commands with heuristics (which agents work around), it dry-runs entire scripts in a PyPy sandbox, captures every command and file operation, then shows you exactly what will happen before anything executes.

I’ve just added checkpoint/rollback so you can undo changes if something goes wrong. Currently working on example scripts for common sysadmin tasks (nginx config, log cleanup, cert audits, etc.)

https://github.com/corv89/shannot

bndr - 12 hours ago

I've been working on the same tool since 2024 where I thought it might be a good time to build a tool for all the people who will build their own tools, eventually they will need to market it.

So I built a SEO/GEO Automation Tool for Small to Mid-Size Businesses who don't have a full-time team for that. [0]

The goal is to provide teams visibility across all the channels — Search and AI and give them the tools needed to outrank their competition. So far so good, the fully bootstrapped venture has grown over the last year and I've built quite a few big features — sophisticated audit system, AI Responses Monitoring, Crawler Analytics, Competitors Monitoring etc.

[0] https://seojuice.io

prodbro - 5 hours ago

I'm still working on my Web Server Library .NET Core

I'm rewriting from scratch : https://simplew.net/v26/

Curzel - 9 hours ago

A system-agnostic language for magic spells with a compiler capable of producing the magic wand movements, incantation, hand signs or magic circle required to perform the spell

cpburns2009 - 5 hours ago

I finally decided to promote my gitignore pattern Python library, pathspec, from v0.x to v1 after 12 years or so.

I'm thinking of reviving my Python SQL parser prototype I have half done. Or maybe resume my Mako template plugin for PyCharm.

haideralshamma - 11 hours ago

I am building an open-source, cross-platform desktop app for building and providing code-related context to chat based large language models. [1].

I found that sometimes I would rather interact with a chat interface to debug an issue or brainstorm architecture solutions in my repos. Agents are great for giving the model access to everything and letting it figure it out.

By manually prompting, it forces me to keep my metal model of the codebase up to date, and it allows me to provide just the context I want to the LLM.

[1]: https://github.com/haideralsh/prompt-lab

minimal_action - 12 hours ago

I did a full circle: Graduated from doctoral studies, I'm working on automating science. Built an arxiv-like repo for science written by ai agents (https://ai-archive.io). To help scientists use this website and AI in their research, i wrapped opencode with ai-archive's mcp server and agents preconfigured. I then let people test this opencode bundle and contribute to the repo with a sandbox environment online (running opencode in container). Figured that authorative scientific repo requires grounding by real scientists and labs and therefore I am now negotiating implemeting automated science where I just finished my doctoral studies...

Gazoo101 - 12 hours ago

PlanMixPlay - https://www.planmixplay.com/

A live-performance software with a focus on creating 'musically connected visuals'. Currently, the biggest connectivity is probably tightly tied lyric visualizations. Some recent examples:

https://www.youtube.com/watch?v=mRHLzuUBz5o - She Wants Revenge - I don't want to fall in love

or if you prefer Mashups:

https://www.youtube.com/watch?v=e_Xq8Dh4NEw - The Lovemakers – Shake That 50 Cent (50 Cent vs. The Lovemakers)

joenot443 - 10 hours ago

I've been building Nottawa for ~4y now and it's finally out in the open!

Nottawa's a free macOS app for making live audioreactive visuals. I'm trying to position it as a 100% free, batteries-included alternative to Resolume and TouchDesigner.

Not a tonne of users yet, but I'm hoping to get some traction in 2026. Would love love love to hear some feedback!

https://nottawa.app/ https://x.com/joe_crozier

pyxisapp - 9 hours ago

An iOS app made for saving locations. It’s called Pyxis: https://apps.apple.com/us/app/travel-journal-pyxis/id6639617...

I’m not a developer by trade but I’ve been learning iOS dev for about 6 years now. It’s become my project that I just keep working at since I personally use it a lot.

The app lets you save your favorite locations, add notes to them, add photos, check weather, tag them for better organization, and archive those tags for future trips. You can also mark off locations that you’ve been to already: think breweries or a coffee shop when visiting a new city.

For the next update, I’m working on a task list functionality for each location. The idea came as a shopping list based on which stores I go to but it can work for any other context as well. This way I can get rid of my shopping list from my task apps.

In terms of weather, I’m also adding historical averages to the forecast to have some sort of context to the weather.

Also leaning more into marketing these days (hence this post) and designing a new icon with some custom art work to give the product some sort of personality. I started learning affinity design to just do it myself so I learn some design software along the way.

Anyways, if you download it, I’d love to hear some feedback. :)

Lars147 - 11 hours ago

Warenkorb+ (German for „shopping cart“): https://github.com/Lars147/warenkorb_plus

A browser extension (Chrome & Firefox) for simplifying my online grocery purchase workflow from Cookidoo to Knuspr.

I was tired of my weekly workflow of copying, pasting & sorting the grocery page for each item.

Also launched my first Hugo blog. Really nice experience so far. Wrote more detailed about the extension as my first blog entry: https://lars147.github.io/blog/

crawshaw - 12 hours ago

I have always assumed this is about individual projects, but let me try talking about our team effort. We just launched exe.dev, and have lots of projects. In particular, we are spending a lot of time on file systems. The easy one is copy-on-write VM cloning, which existing software provides for us. More interestingly, I believe the standard cloud approach of putting everything on a NAS by default is wrong. Doing better here is going to require doing unusual things.

Finally, we decided to open source the exe.dev agent, Shelley. https://github.com/boldsoftware/shelley

Fr0_Tech - 9 hours ago

I built an experimental system to test whether an autonomous AI can propose actions freely but be structurally prevented from executing side-effectful actions without explicit authorization. The system consistently blocks unsafe filesystem, shell, and network operations and produces a trace and diff proving nothing changed, even under adversarial pressure. The goal was to see if refusal and non-action can be enforced and verified at the execution layer rather than relying on prompts or logging.

adilmoujahid - 9 hours ago

Over the holidays I built MakersHub.dev – a community platform for developers and creators building with AI tools. Whether you're a complete beginner exploring AI coding for the first time or an experienced professional showcasing advanced work, the goal is to have something useful: learning guides, project showcases, discussions, a tools directory, and news. Still early but actively building it out. https://makershub.dev

dwa3592 - 7 hours ago

building a GPS tracker for my cats who like to wander outside.

some features:

- no monthly subscriptions

- location via GPS/GNSS

- a screen that hangs on my fridge (akin to marauders map, to see where the cats are at all times)

- the location data stays local always.

The tech will be extended to more products - a watch for adults, kids tracker etc. Will release here once I have all the tests completed!

dnautics - 12 hours ago

1. Zig-clr. "Borrow checking and other safety analyzer for zig"

https://github.com/ityonemo/clr

2. Molecular biology editing software. Will plug in to agentic ai workflows

rukshn - 9 hours ago

I am working on Entangle https://entangle.cloud a way to add AI powered chatbot to a website.

I looking mainly for European market that is willing to self host your content or the model on your own servers, we will provide the technical support in doing so that and easily plugin the AI powered search or chatbot to the website.

But it is also possible to use servers provided by us to host the content and the LLM models.

calebm - 4 hours ago

https://fuzzygraph.com - aspires to be the most beautiful equation graphing app

pedropaulovc - 9 hours ago

CodjiFlo[1,2] - a code review tool inspired by Microsoft's CodeFlow, used by ~40,000 developers. It is especially tailored to power users of pull requests to improve contextual understanding and ease of code review and collaboration.

[1] https://github.com/pedropaulovc/codjiflo/

[2] https://codjiflo.vza.net

shevy-java - 12 hours ago

Some time-constraints make it hard for me to commit to some open source work right now, but if I can I still improve my tool called "Software Manager". Goal for 2026 will be to have registered 4000 programs in total (I am at about 3750 right now) as well as make it dead-easy to interface with it through oldschool SQL (right now I just have .yml files and other flat files, though I can autogenerate a .sql database already as-is, but right now I don't query this dataset and it is not really optimised either). My long term goal is to make compilation on any platform dead simple. On Linux it works very well; on windows not quite as well yet.

CuriouslyC - 11 hours ago

Just released a Code Quality leaderboard based on the static analysis research I've been doing. https://codehealth.sibylline.dev/

Now working on comprehensive benchmarks for another tool I built, https://github.com/sibyllinesoft/scribe. Results thus far showing it reducing agent token usage by ~80% in real world tasks, but I need to repeat to get variance. Hopefully I can get a writeup out soon.

jackfranklyn - 12 hours ago

Building CodeIQ - an AI tool that automates transaction coding for accountants and bookkeepers.

The interesting technical bit: it analyses your historic general ledger to reverse-engineer how you specifically categorise transactions. So instead of generic rules, it learns your firm's actual patterns - "oh, they always code Costa Coffee to Staff Welfare, not Refreshments" - that kind of thing.

Posts directly to Xero, QuickBooks, Sage, and Pandle. The VAT handling turned out to be surprisingly gnarly (UK tax rules are... something).

Been working on it about 6 months now. Still figuring out the right balance between automation confidence and "just flag this for human review".

irvingprime - 11 hours ago

Developing a graph-based programming language called Graphoid. The original concept was to target AI-related programming. Probably not ready for that yet!

Repo: https://github.com/xvandervort/graphoid

Claude Code is doing the majority of the coding, with close supervision from me. I write notes while I'm working on it. Notes are here: https://www.patreon.com/cw/aiconfessions

jarofgreen - 11 hours ago

2 projects around virtual tech events:

Open Tech Calendar, listing virtual tech events that include community participation: https://opentechcalendar.co.uk/

A listings site for virtually attending FOSDEM. The live streaming is great but the official site only lists sessions in the local Brussels time zone. You can choose your time zone here: https://virtuallyattend.teacaketech.scot/fosdem/2026/

hiddew - 11 hours ago

https://openrailwaymap.app

OpenRailwayMap is a project focused on displaying everything railway related in the world, powered by OpenStreetMap data.

ramoz - 10 hours ago

We're doing so much planning and reviewing with coding agents like Claude Code and OpenCode.

I spent a day over break building a better UX for reviewing coding agent plans.

Plannotator - Annotate and review coding agent plans visually, share with your team, send feedback to the agents with one click.

Demo video: https://www.youtube.com/watch?v=a_AT7cEN_9I

https://github.com/backnotprop/plannotator

hamvocke - 10 hours ago

I am a passionate player of this traditional German card game called "Doppelkopf". It's a fantastic way to spend time away from screens. The game is quite complex which makes it super fun but also hard to pick up.

I'm building a small web app with an interactive tutorial and a browser-based singleplayer game that helps people learn and practice Doppelkopf. I've just released an English version:

https://doppelkopf.club/en

s0rce - 12 hours ago

I 3D printed some new apertures for an infrared spectrometer at work to reduce some issues that cause artifacts in the data to enable higher accuracy measurements, particularly of high index and reflective samples. Seems to be working well now.

nathan_compton - 12 hours ago

I've been working on binding raylib to s7 scheme and implementing a kanren on top of it basically just for the sake of understanding. I let AI write most of the binding code, though, because that is conceptually simple but very boring.

schappim - 12 hours ago

I have been working on Print Relay[1], a cloud-based print relay system that enables remote printing to any printer connected to your local network.

PrintRelay consists of a cloud server and lightweight clients that connect printers to the cloud via WebSocket.

We use the excellent SaaS PrintNode at work, but about twice a year we have connectivity/routing issues between AWS ap-southeast-2 and their servers OS. PrintRelay is my attempt to not need PrintNode. Because of this PrintRelay is PrintNode API compatible.

1. https://github.com/schappim/print-relay

brunooliv - 12 hours ago

I built the running app I always wanted: https://runcoach.fly.dev

You get tailored running schedules and also some body weight strength workouts and healthy meals all in one!

Oras - 11 hours ago

I’m working on a context aware clipboard for Mac.

I found myself switching a lot between apps to get the same info, lots of copy/pasting.

Example, URLs in bookmark (which I forget about), project descriptions , images, folders.

So I built a Mac app that is similar to Raycast, but just for notes. If I want to save a webpage, I click control+option+C and then a window pops up to describe it.

If I press control+option+V, I get a spotlight like window where it does full-text search of all my notes and descriptions and filter so I can either:

- Open

- Insert the data into the current app (chrome, slack, ChatGPT).

I’ve been using it for a few weeks now, and not sure if others will find it useful.

adityaathalye - 12 hours ago

Just got started again on my "Poor Man's Bitemporal Data System" (discussed here: https://news.ycombinator.com/item?id=45118585 ).

Holidays nuked all the hot-cached context in my head. I spent a few days just spinning wheels until it repopulated. But the basic idea works now!

Much testing and benchmarking work remains to make sure it's not going to lose data, and that it won't denial-of-service itself (because object-map -> facts fan-out is big).

Also a second giant blog post is due (following the one discussed above). Lots of notes have accumulated.

It will be fun even if the concept ultimately crashes and burns to the ground :)

In which case, there's always datomic and xtdb :D

  (def repl-facts
    [{:alt.site.evalapply/meta
      {:description "Root namespace for a named site."}}
     {:alt.site.evalapply/features
      {:paid #{:alt.site-feature/feat-1
               :alt.site-feature/feat-2
               :alt.site-feature/feat-3}
       :trial #{:alt.site-feature/feat-4}
       :complimentary #{}
       :available #{}}}
     {:alt.site.evalapply/users
      {:authorised #{:alt.user.evalapply/user-1
                     :alt.user.evalapply/user-2
                     :alt.user.evalapply/user-3}
       :unauthorized #{:alt.root.*}}
      :alt.user.evalapply/user-1 {:name {:first "Wiley"
                                         :last "Coyote"}
                                  :roles #{:alt.role.evalapply/owner}}
      :alt.role.evalapply/owner {:rw #{:alt.user.evalapply/*}
                                 :ro #{}}}])

  (assert-facts! (#'user/system-state)
                 ::app
                 :alt.root/user-1
                 (uuid/v7)
                 repl-facts)

  (redact-facts! (#'user/system-state)
                 ::app
                 :alt.root/user-1
                 (uuid/v7)
                 (subvec repl-facts 2))

  (read-now! (#'user/system-state)
             ::app)
(edit: add note about upcoming blog)
ray_v - 9 hours ago

I'm working on a "simple" (started out that way at least) ETL app for the public library system that I work for; the target output is SQLite databases where Datasette will be the platform to interact with the data being generated/extracted. Primarily, the goal is to provide a simple report tool for staff and give me a source for nightly snapshot outputs to a datalake in parquet format.

blindsignals - 11 hours ago

I'm getting ready to release a re-creation of an old mobile game that got delisted after the devs sold it to a company that subsequently ruined it.

The stack is Babylon + React + Capacitor, which was easy to step into as a full-stack dev with zero game building experience. Currently seeing what I can do to fix some performance issues, though it still works decently for a graphics heavy incremental/idle game.

Beta is still open for Test Flight. Can sign up via https://blossom-beta.blindsignals.io

sbondaryev - 12 hours ago

I'm working on interactive explorations of algorithms and machine learning. Small, visual, hands-on demos that help build intuition by letting people tweak code/parameters and see how things behave in real time.

the__alchemist - 12 hours ago

I'm adding drug-development features, and polish to my open-source molecule viewer and editor, Molchanica: https://www.athanorlab.com/molchanica.

Source code, in rust: https://github.com/David-OConnor/molchanica I've split out its building blocks into their own libraries on crates.io, for anyone building other bio or chem software. I don't think anyone uses them at this time.

properbrew - 11 hours ago

Still working away on a free, completely offline transcription app that's available on all platforms with CUDA support as well.

https://blazingbanana.com/work/whistle

Currently tidying up some internal code (also removing the larger model on mobile platforms) and implementing proper diarization (who said what) so that it can be used for more than just personal dictation.

My iOS developer account is _finally_ approved so it will be available through the proper app store soon.

bespokedevelopr - 12 hours ago

For work related items I’ve been building out agent tooling for building some models and PoC projects related to energy industry applications. Been doing the consulting thing for a bit now and gaining more broad knowledge on some of these data center builds. Hoping to spin this into a product soon.

Started playing with gas town which is really cool. I had a naive version built that was just not good enough. This feels like a step in the right direction.

Haven’t had much time to work on any of my physical hands on hobbies lately but maybe when the weather gets better I’ll head back out to the shop again.

JazCE - 10 hours ago

I was working on an Arazzo[0] generator as a plugin for the Serverless Framework. This has now become a fully fledged runner. So far I have it using multiple OpenAPI source descriptions, and just about got retry rules working. Next steps will be for it to be able to reference Workflows in external Arazzo documents.

[0] https://www.openapis.org/arazzo-specification

devgoth - 12 hours ago

I am working on a query cost analyzer that looks at query performance and does maths against your infrastructure cost to understand what is your dollar cost per query. The idea is that teams (when tables are tagged appropriately) will be notified with their most costly queries and hopefully makes that actionable for teams to clean up some queries.

I am unsure if there is a need for a tool like this in the market but I am becoming more and more curious around databases so this felt like a lower barrier for my product-minded engineer skills to get into.

baaadbenjamin - 11 hours ago

I'm making a synthesizer drone generator (Webaudio API) with an audio visualizer (Three.js). It's a fibonacci sphere made of 100k particles. I send a sine wave down the spiral and it highlights the different spiral paths contained within the larger fibonacci spiral, which creates some really interesting patterns. I'm currently working on the audio component.

https://vimeo.com/1147473608?fl=pl&fe=sh

sp1982 - 12 hours ago

https://github.com/syamp/biscuit - Just a fun experimental tsdb completely written by codex.

Chritt - 4 hours ago

https://leaddly.com

Find local businesses with no websites (or check bad ones with built in SEO tools).

Build contracts, create billable invoices and track tasks for clients with a lightweight, web dev focused CRM.

Essentially, an all in one platform for web developers to find and manage their clients

jlamberts - 12 hours ago

A little desktop app that lets me upload transaction csvs from my bank and figure out how much I need to split with my partner. Mostly because I always forget to charge her for utilities or flight bookings and I hate going through the bank UI. Might also expand it with some simple subscription auditing logic.

Also, a dramatic anime intro (complete with cheesy AI generated theme song and video) starring our foster kittens. It's been interesting to learn about some of the techniques needed for consistency, how to storyboard, etc.

predkambrij - 7 hours ago

"Hold for Me": uses LLM to detect when somebody picks up your call https://github.com/predkambrij/Hold-for-Me-using-ADB

nickmade - 12 hours ago

I’m building a simple CSS redesign for Hacker News on Safari iOS as an extension: https://apps.apple.com/us/app/y-redesign-for-hacker-news/id6...

I have a few other small side projects that generally improve my day-to-day life, including a better calendar widget for shift workers and a video speed controller that floats on websites where I frequently watch videos for easy access.

- 12 hours ago
[deleted]
OfflineSergio - 12 hours ago

My project is WithAudio and is gonna be WithAudio for a while. Its a text to speech reader. Initially I decided to generate pargraph by paragaph. But that was not a great call as users sometimes might have to wait for the whole paragraph to be ready before they can listen. Now I'm working on changing it to sentence by sentence. I think that + adding 2 new languages would take most of my January's budgeted time.

https://desktop.with.audio

melezhik - 11 hours ago

DTAP protocol.

Double TAP is lightweight testing framework where users write black box tests as rules checking output from tested "boxes". Boxes could be anything from http client, web server to messages in syslog. This universal approach allows to test anything with just dropping text rules describing system behavior in black box manner.

http://doubletap.sparrowhub.io/

spizder - 11 hours ago

https://www.401k.live/

Public dataset for exploring 50,000+ 401(k) plans holding $7.5T in assets.

You can look inside a company like Google and see what employees invest in (mostly 2035-2055 target date funds) or how much they contribute ($30K - likely using Mega Backdoor Roth)

https://www.401k.live/plans/google-llc/

NiceWayToDoIT - 10 hours ago

I’m working on a startup that aims to make decarbonisation profitable faster, based on the following idea:

Short and sufficient version here: https://doi.org/10.5281/zenodo.17288906

Extended version here: https://go.expinent.com/VlChn65

- 8 hours ago
[deleted]
zzsshh - 10 hours ago

I'm working on The Influencer AI(www.theinfluencer.ai), a platform that lets you create realistic and consistent AI personas('ai influencers') to use on social media or as your brand ambassador. You can use this unique AI person in photos and talking videos, for use cases like talking about your product, creating a high quality Instagram persona, photos for your e-commerce site, etc.

bob1029 - 11 hours ago

Building some prototypes around the Recursive Language Model paper. I'm currently working on integrating it with Unity for scene and script automation. Thinking about standardized patterns for retrofitting this into other existing business systems. If I can make it drive Unity reasonably well, I think it could drive a lot of things.

https://arxiv.org/abs/2512.24601

ribice - 11 hours ago

Multiple things, but among many:

- A sports club management platform, and a way for end-users to sign up for sports events, lessons etc.: https://mojtim.ba/en/

- Given the raise of AI, I'm a hiking guide and would like to have that as an alternative, an outdoor activity agency - https://boa.ba (still very WIP)

ekrapivin - 13 hours ago

https://inSolitaire.com

I'm enjoying building a website with solitaire and puzzle games.

I am currently rewriting the engine for the fourth time and plan to add 400 games to the platform in the coming months, as well as social features such as daily challenges, awards and leaderboards.

My main goal, however, is to make this project the largest collection of free modern solitaire games available for mobile devices and desktop computers.

So far, the project has been incredibly exciting, and I've learned so much!

userundefined - 10 hours ago

https://dawnofthe.dad/workout

Been working on a Google-sheet backed workout tracker, which basically makes it easy for me to see what I've done or not done recently and pick the next thing to do. I'm thinking of open sourcing this soon, but need to do some "de-monolithing" first.

RomanPushkin - 9 hours ago

https://interviewcop.com - interview cheating affects both businesses and legit candidates like myself.

I'm trying to solve this problem with AI agents that help interviewers to understand who actually can code and understand the code they're presenting.

rcarmo - 12 hours ago

Two weekend projects:

- https://github.com/rcarmo/gotel (an OpenTelemetry tracing collector/UI, under heavy refactoring)

- https://github.com/rcarmo/toadbox (a simple Docker-based agent sandbox to run Toad/OpenCode/Mistral inside, which I've been cleaning up for general use)

Arubis - 11 hours ago

Been hacking on https://rsolv.dev. It's a security scanner with a couple of unique twists; in addition to using AST validation to cut the false positive rate, it uses a heavily orchestrated LLM to write unit tests that fail if the detected vulnerability is present.

Happy for alpha users; it's really early days right now. Email in profile if you want to give it a try at no cost.

viiralvx - 7 hours ago

Working on a job board as a service. [1] I'm hoping that communities, bloggers, or newsletters pick it up to monetize their audience.

[1]: https://oru.club

ggap - 8 hours ago

Continuing to build GhanaHousePlanner https://ghanahouseplanner.com/, currently focused on enhancing the cost accuracy and constraint solver for the generated house floorplans.

solomonb - 11 hours ago

Still working on my new LPFM radio station https://www.kpbj.fm

We are a 501c(3) and are actively fundraising to build a tower here in Shadow Hills and are launching our live stream and regular schedule February 1st. So far we have about 60 shows in the schedule.

If you're in Los Angeles and have an interest in radio, please hit me up.

siddhantdhaware - 11 hours ago

My Friend and I are working on Fostrom: https://fostrom.io

It's an IoT Cloud Platform built for developers. We're still in technical preview and are currently working on adding more telemetry to our small device agent written in Rust.

Check out our docs at: https://fostrom.io/docs/

jaggederest - 12 hours ago

Locque is a language designed to both be easy for LLMs to read and write, but also for humans to review, and it's designed along my philosophy that the more structure you can give coding agents, the better, so it's dependently typed and hosted on Haskell at the moment. Feedback eagerly solicited.

https://github.com/jaggederest/locque

christoph123 - 12 hours ago

A Substack for 80/20 life advice that gets repeated every year. We all know what to do, the idea of this is to remind us every week of one aspect of life and what best practices are for that area.

https://euzoia.substack.com The concept: https://euzoia.org

Tried to do this as low tech as possible, so website is just an off the shelf notion wrapper

drchiu - 8 hours ago

https://sendbroadcast.net - I've been working on it since October 2024, and it's still going strong.

Currently on v1, but working on v2 release in the next month.

ashish01 - 10 hours ago

Still working on PocketWise (https://pocketwise.app), a simple double-entry accounting app. Just finished adding end-to-end encryption with a zero-trust server model. All encryption and decryption happens in the browser (using PRF), and the server only sees encrypted data.

m4rc3lv - 12 hours ago

I am working on version 6 of the Nutrisense. A device to keep track of what you eat (calories/protein, etc.) without the need to type it in, in some app.

https://marcelv-net.translate.goog/index.php?w=apparaat&id=3...

haar - 12 hours ago

https://ardent.pet/

My Family recently (in the last couple of years) started to breed Ragdoll cats in the U.K.

In an attempt to support what's involved in this I built Ardent for them. It covers a bunch of the day-to-day concerns (weighing and health tracking), Lineage and Inbreeding prevention, and Owner Pack generation for handovers to new Owners.

trympet - 9 hours ago

I'm building https://swishfinance.app - minimalistic and simple stock widgets for your PC. That way I no longer have to make a conscious effort to check my portfolio — it's just there on my desktop.

krypd0h - 11 hours ago

TCKR - Scrolling Stock LED Ticker for Windows https://github.com/krypdoh/TCKR

I've been working on this for several weeks/months and I'm happy with the result!

Vibe coded it as my programming skills have eroded with time (or they never existed).

I would really appreciate some feedback.

asadm - 11 hours ago

I am working on a camera module that has SLAM built-in: https://x.com/_asadmemon/status/1989417143398797424

Running on a single-core armv7. It includes a VIO and a nice loop closure. I am now optimizing it further to see if I can fit some basic mapping too.

pasxizeis - 10 hours ago

Writing a WebAssembly module parser from scratch, focusing on good diagnostics/errors and DX.

Currently it's fully-conformant to v2.0 of the spec, while I'm working towards implementing the recently released 3.0 version.

https://github.com/agis/wadec

AttentionBlock - 9 hours ago

meta-analysis, make Claude write a blog post, connecting and deriving set of concepts across a range of books, articles, papers, etc. Basically a syntopic reading machine. Its a meaty side project (and expensive), but I am curious how close I can push this. My current approach relies on a tool that I have built recently [0], it's an agentic memory but I am using a new memory model that is based on Zettelkasten principles.

What is really cool about it is that it natively capture connections between atomic ideas and evolve them. Which I believe it gets me one step closer to syntopic reading machine.

0: https://github.com/DiaaAj/a-mem-mcp

MehmetFurkan - 9 hours ago

Building a 22-service e-commerce platform in Rust (Runs on ~300MB RAM)

I'm 17. For the past 6 months, I've been diving deep into Rust to answer a question for myself: "Is Rust actually viable for complex, enterprise-grade backend architectures, or is it just hype?"

To test this, I built a full distributed e-commerce system (22 microservices, gRPC, Event-Driven) using Axum and Tokio. This is not meant as “how everyone should build”, but as an exploration of trade-offs.

Some hard lessons I learned along the way: Complexity vs. Performance: … The "Memory Shock": … (idle baseline; load benchmarks still in progress) Over-engineering: …

I'm currently squashing the final bugs…

I'd love to hear from senior folks here: …

jordanf - 12 hours ago

Building Cassette: a dead-simple computer in the cloud: https://cassette.sh

One always-on Linux box to run apps, databases, CI, and AI agents without hyperscale complexity, surprise bills, or Kubernetes. AI-driven app explosion plus mature open-source deploy tools make simple servers fast, cheap, and fun again.

ortuman - 12 hours ago

I'm working on Narwhal, a pub/sub protocol and server specifically designed for edge applications. The protocol can be extended via an external component, and the product is completely free and open source: https://github.com/narwhal-io/narwhal

geoelkh - 12 hours ago

The easiest and simplest calorie counter

https://www.journable.com/

geooff_ - 11 hours ago

I’m a remote dev building an iOS app called Springus. You add a few pics / your closet basics, and it suggests outfits based on what you already own. It’s less “fashion app” and more “tiny morning momentum hack.”

Would love feedback from other WFH folks — a weird amount of my productivity comes down to how I start the day.

born-jre - 11 hours ago

Platform for apps, currently Lua support ( future WASM). Think like apk (android app) but spk.zip that has server.lua file for backend and htmt/js/css that get served for front end plus platform gives Files, SQLite db (namespaced/scopped access ), Auth, User management All in single static binary Cz go

Edit: formatting

hawtads - 11 hours ago

I have been working on the next generation of Canva and Photoshop for highly regulated verticals where there are specific demands placed on the generation and edit flow.

https://hawtads.com

If you are a brand who needs to deploy advertisements at scale, don't hesitate to reach out.

didip - 12 hours ago

I am super curious about tensor parallelism and the mechanisms behind how some models can activate only some of their attentions.

yu3zhou4 - 8 hours ago

PyTorch compiler and runtime for WebGPU https://github.com/jmaczan/torch-webgpu

ejs - 10 hours ago

I've been experimenting (over 130 test batches so far) with creating an all-purpose balm (lip, hands... stuff).

https://workingbalm.com

I wanted something more useful to carry than typical gooey lips balm full of petroleum and silicone.

revivalizer - 11 hours ago

I am working on an failure proof introduction to Lisp/Scheme for imperative programmers. I always thought there was something unapproachable about Lisp. But I finally figured it out, and I want to document my path for people like me. It's going to be great. Expect to be done in a week or so!

35mm - 10 hours ago

A growth marketing Agent that's connected to your Google Analytics, Search Console, and can crawl the web to analyse your competitors: https://refreshagent.com

bloppe - 10 hours ago

I've been experimenting with what a serverless cloud platform would look like that networks wasm components using gRPC:

https://github.com/vimana-cloud/vimana

schappim - 12 hours ago

I am working on SIP4AI [1] (a VOIP soft-phone where AI is on the other end, not a human). You can self-host it, register a SIP line, and let AI take the calls.

It works with your existing phone system, so you can just add AI as a line without having to replace everything…

1. https://sip4ai.com

saadn92 - 12 hours ago

I’m working on agent-os: a slf-hosted web UI for managing multiple AI coding CLI sessions (Claude Code, Codex, OpenCode) with multi-pane terminals. All free and open source: https://github.com/saadnvd1/agent-os

gimenete - 8 hours ago

https://gitswipe.com/

A mobile app for triaging GitHub notifications in seconds. Available for iOS and Android starting next week.

kjohanson - 12 hours ago

A personal agentic tool for action cam video editing. When I moto / ski / bike, I leave my helmet cam rolling the entire time. It takes a very long time to 1. find scenes and 2. edit them down into a reel or video. It works well for my amateur use case - basic edits with only cuts and transitions.

martydill - 11 hours ago

I'm having fun playing around with AI by building a coding agent with both a CLI mode and a web UI https://github.com/martydill/flexorama.

Building something is a nice break from the corporate world.

Levitating - 9 hours ago

A little static site generator using ruby templating engines:

https://github.com/LevitatingBusinessMan/edward

elric - 8 hours ago

Went down a DMARC rabbit hole last month or so. The holidays and some end of year commitments have kept me too busy to get much done, but I'm slowly tinkering with it.

dbdoc - 9 hours ago

ALT (https://www.APILoadTest.com): I recently built ALT as a no-code platform to load/stress/performance test APIs with pre-defined (and customizable) load profiles, via globally distributed machines. The goal is simple: key performance metrics, in seconds, without scripting. I also added the feature to directly import collections from Postman.

Here's a walkthrough of how ALT works: https://youtu.be/m2MER0KW3yA

JTrehan - 12 hours ago

I'm still working on my PDF search engine for desktop: https://www.docgoblin.com/ I'm implementing a bookmark utility right now and hope to add support multiple E-books format in the near future.

- 10 hours ago
[deleted]
taicore - 9 hours ago

Hello everyone, I'm new to this community. I was advised that this would be the ultimate place to have my Github repository audited?

I've live deployed an AI-constrained governance system on Ethereum mainnet - and I was hoping to share this with the community.

If this is NOT the right place.. please let me know if there is a better alternative in sharing my full repository.

https://github.com/thetaicore/tai-constitutional-architectur...

futileboy - 11 hours ago

I threw together a simple patch-style synth to play with the Web MIDI APIs and React Flow. It’s an early experiment and part of my personal “try things and learn” site.

https://www.futile.com/patch

dhpe - 11 hours ago

An Android app for CORE (YC S23) to make it as easy as possible to capture data to Core on-the-go. Voice-based UI, also quickly type in memories, and later retrieve by asking. https://memory2.app

mattrighetti - 11 hours ago

Finally managed to find some time to implement encryption for envelope [0]

[0]: https://github.com/mattrighetti/envelope/pull/46

cipherself - 12 hours ago

I am trying to get the TLA+ tools to run completely in the browser https://github.com/tlaplus/tlaplus/tree/master/tlatools

johnbellone - 11 hours ago

I wanted to learn a new(ish) skill and am building a button box for sim racing with Arduino Nano, momentary switches, etc. It has been about twenty years since I’ve touched a soldering iron or built any kind of breadboard circuit.

gapeslape - 11 hours ago

I’m a solo entrepreneur - working on a questionnaire solving tool (think security questionnaires, RFPs and similar). Would love to hear any feedback.

https://requestfx.com

jeremymcanally - 10 hours ago

A new numbers game named Sigma. It’s like a crossword plus Sudoku (kind of). Try it out? https://jm.cool/games/sigma

TinyBig - 12 hours ago

I'm working on an app to make testing available to all brick and mortar retailers (proofpod.ai).

The most difficult technical challenge has been designing a pipeline to fully automate choosing test & control locations using synthetic difference-in-differences.

seshagiric - 8 hours ago

1. Developing an voice AI agent (applied AI, not research)

2. Production ready AI - mix of code and human eval

3. Understanding and building for the new agentic AI commerce

cperciva - 11 hours ago

Publishing updated FreeBSD AMIs every time there is a security or errata update. This will make life easier for FreeBSD/EC2 users since they won't need to wait for patches to download when they first launch an instance.

brynet - 12 hours ago

Making rent as an open source developer.

Attracting new monthly sponsors and people willing to buy me the occasional pizza with my crappy HTML skills.

https://brynet.ca/wallofpizza.html

freediver - 12 hours ago

https://greatcountry.org

Comparing world countries on as many uncorrelated statisticals factors I could get my hands on.

Fun fact: in overall top 10, there is only one country that is not in Europe.

twooclock - 10 hours ago

Made a landing page: https://shipmentplanner.com

Now I'll have to bite the bullet and start working on marketing!!!!

lucasfdacunha - 13 hours ago

Working on https://greatreads.dev/ A place to aggregate and find articles from developers' blogs.

Always on the look for new sources to be added. If you have a blog or read any that you want to recommend. Just let me know.

rando77 - 12 hours ago

Echoresponse - a tool for responsible disclosure. Security Researchers and companies encode some of their secret knowledge in LLMs and the LLMs have a discussion and can say one word from agreed upon list back to the party that programmed them.

daliusd - 10 hours ago

I am working on invoicing web app https://www.haiku.lt . Currently focusing on marketing and EU e-invoicing part.

knadh - 12 hours ago

- https://dict.press - A (language) dictionary publishing and management system.

- WIP: A FOSS, self-hosted Luma alternative (for use across our community initiatives)

ElasticBottle - 7 hours ago

building out https://www.fluidposts.com, which is a writer for SEO folks.

Thought it would be a good way to learn about one form of marketing while building out some useful tools!

Looking for beta users and would love some early feedback!

tonypapousek - 10 hours ago

Hacking together a little 3d snake game for my steamdeck, heavily “inspired” by that spherical snake post last week.

Never published to Steam before, it’s been a fun learning process.

denysvitali - 8 hours ago

https://bttrne.ws/

HackerNews with a better UI (same content)

viviansolide - 10 hours ago

Thanks to Qwen VL, I shared my grandmother’s recipes on the web.

https://lescahiersdejeanine.fr

Fraterkes - 12 hours ago

I’ve been working on a fontdrawing app that only uses the keyboard (inspired by vim) for a couple of months. Finally got export to ttf working this weekend and got to see a bad looking j I drew in Figma

dispencer - 10 hours ago

https://www.querybear.com - basically retool but make creating tools SUPPPPER easy

dodobirdy - 11 hours ago

Rate my professor for my university because it didn't have one: https://www.ratedeeznust.com/

baudaux - 12 hours ago

I am working on a new Unix-style filesystem for the browser, in https://exaequos.com For local and remote storage and encrypted

jvink - 10 hours ago

I've just released sanctum 1.0.0 and am taking 2-3 weeks off from hacking on it while I work on a little dumb game to be creative in a different way.

ww520 - 11 hours ago

At the moment I’m building a succinct data structure library, doing one algorithm at a time. There have been some very impressive papers came out recently. The numbers look promising.

dhuan_ - 7 hours ago

mock, an API creation and testing utility. Any feedback is welcome!

https://dhuan.github.io/mock/latest/examples.html

andoando - 9 hours ago

Turtle graphics with lambda functions. I don't know if it has any interesting applications, but I wanted to learn lambda calculus

reconnecting - 11 hours ago

tirreno ~ open safety platform

Github: https://github.com/tirrenotechnologies/tirreno

Live Demo: https://play.tirreno.com (admin/tirreno)

Docs: https://github.com/tirrenotechnologies/DEVELOPMENT.md

division_by_0 - 12 hours ago

Thinking of new ways to visualize market data in 3D like this helical candlestick chart:

https://cybernetic.dev/helix

burnerToBetOut - 13 hours ago

A Gradle plugin that makes developing Java modules-based libraries super easy: https://news.ycombinator.com/item?id=46572154

michalsustr - 12 hours ago

If you work in machine learning, we are building a much more powerful and faster Neptune/Wandb replacement.

https://minfx.ai/

Octoth0rpe - 10 hours ago

A very simple facebook-ish social media PWA that is meant to be easily selfhosted on low end raspberry pi level hardware, bun + sqlite + mantine.

My friendgroup has gotten increasingly concerned with the gradual enshittification of various services we depend upon, and are looking at various alternatives. In some cases there are good selfhostable options (nextcloud, mattermost/zulip), but I decided to write my own tiny PWA to cover facebook-like needs.

The goal isn't really to scale to >1000 users, just to be simple to spin up for a small group and be easy to manage. I'm hoping to run multiple instances, eg one for family, one for college friends, one for local friends, etc.

My process has been pretty ADHD though. I recently read the phrase "It doesn't have to be done, it just has to be perfect" and felt personally attacked.

dogman123 - 5 hours ago

im building a backtesting framework that uses polars as the underlying engine instead of the more traditional pandas. i've learned a ton.

justvugg - 8 hours ago

I’m working on PolyMCP a simple and efficient way to interact with MCP servers using custom agents

dpcan - 12 hours ago

For personal projects:

Used ai to create my own mind mapping tool for private use.

I also created a private cursor-like / loveable-like tool that I can use for my own vibe code prototyping on the go with my phone.

maelito - 11 hours ago

Still working on https://cartes.app, the libre Web european Google Maps alternative.

tamereltamero - 9 hours ago

Hi I have built ThreadsDelete.co

A tool for bulk mass delete posts, replies, Quotes and Reposts for Threads platform.

Still adding new features

c0nrad - 12 hours ago

https://battlecode.org/ is in January, I look forward to it every year.

0x59 - 9 hours ago

building a rest APIs that aggregates and structures data from the www

- ETL is vanilla Python - Orchestrated with Cron and SIGUSR1 - http is Nginx -> uvicorn-> FastAPI

Data lives in a CAFS indexed with Xapian and my current time to load is ~200ms

It's been A LOT of work all far. I came in with some skills and have learnt a lot along the way

Avicebron - 10 hours ago

Little Snitch clone for Windows and Android.

anishgupta - 12 hours ago

working on a free mini-game for f1 enthusiasts, completely build by claude sonnet 4 and hosted on AWS

consistently getting traffic of 30k in a month with peaks upto 10k in a day

This has been on for a few months now but I'm thinking to add new features as users are asking for multiplayer support. Would love some feedback

[0]: https://www.hotlapdaily.com

pvillano - 6 hours ago

words.saej.in

A site for filtering word lists and solving word puzzles

Anagrams, regular expression search, and a crossword helper, as well as several NYT word games.

kgthegreat - 12 hours ago

Made a simple anonymous feedback app - https://feedbackok.com/

mr_o47 - 11 hours ago

I am currently working on developing a tool for analyzing AWS Costs, It's currently in progress I plan to share soon

adamwong246 - 12 hours ago

testeranto.com

I have built a multi language bdd test framework. A human can write the bdd specs and an LLM will generate the code to match.

bcza - 11 hours ago

gthumb.ai

AI models and open source robotics for food production.

From backyard gardening, subsistence farming, urban gardening, and other forms of small scale agriculture.

We believe no one owns nature and that all growers have 100% right to repair any equipment we offer.

Our first IOT device (greenbox) is in an open beta for 2026. Please reach out to support@gthumb.ai if interested.

rriley - 10 hours ago

Making complex simple again.

https://unrav.io

brainless - 6 hours ago

I'm building an agent builder and execution platform. It's a multi model, multi agent system with lots of tools (bash, databases, APIs, crawler...).

Agents are codified for specific goals. Any business process that needs agent based assistance is broken into workflows and steps. Each step is assigned to an agent. Integrations (API or file access) is requested. Then user can try out, tweak and finally deeply.

The aim is to build a diy platform work configuration, tracing and evals in one place. Code generation is used internally. User doesn't need to write any code.

https://github.com/brainless/nocodo

iamasuperuser - 11 hours ago

I'm working on a negotiation tool. A sidekick for negotiations. No public domain yet.

addaon - 12 hours ago

Finally writing up the documentation (architecture and safety concept) for the fly-by-wire system for the homebuilt airplane I'm 15+ years into designing. Got to OML lock about a year ago, and the aerodynamics are checking out, so really hoping that I can get a subscale flying in 2026 (although I've said that before). On full scale, major remaining design task is structures, but there's plenty of other stuff (propulsion integration) as well.

chistev - 9 hours ago

A Python terminal audio recorder. Using pyaudio.

samuelknight - 11 hours ago

I am working on vulnetic.ai, an agentic penetration testing platform.

trubalca - 9 hours ago

Building a text editor w/ git-like version history

versionary.app

SilentM68 - 3 hours ago

Toying/Vive Coding with the idea or algorithm to classify the tendencies, ideological biases, and sentiment from contents of posts on message forums, including HN, by using LLMs to measure the temperatures and intensities of posters and replies to posts. Also thinking of incorporating ability to identify potential duplicate accounts, (e.g. same user multiple accounts) based on similar language and grammatical usage in posts. Don't see much of that type of detection in forums or message boards. Perhaps it can be useful in law enforcement circles. It's a work in progress, though, no repos yet.

edoceo - 11 hours ago

Repo-manager, SBOM tool for managing dependency (like Artifactory)

PEGEBE - 11 hours ago

launched https://www.cofounder-hunt.com today

Finding other co-founders based on proof-of-work

cickpass_broken - 9 hours ago

Not really a side project but:

I've been using linux for a few years now as my main/only OS, but have mainly just used Linux Mint as a sorta plug-and-play distro.

Looking to revive my 15 year old ThinkPad (1st laptop ever!) by building up from a base Void linux install. As I'm doing it I'm writing install-scripts and getting my dotfiles in order (after never really doing so for 17+ years as a programmer lol), so I can repeat the process in the future on other machines, or when I want to do a fresh re-install.

https://github.com/staydecent/void-setup

trubalca - 9 hours ago

Also building a CW Ham radio from a kit

arminiusreturns - 4 hours ago

This is the year I take my open source MMO to public alpha!

abdibrokhim - 10 hours ago

We're at Open Community organizing an AI Vibe Coding Hackathon. As of now we got near to 500 builders, big Sponsors like ElevenLabs, Daytona, Nord Security brands and etc. Near to $200,000 in Prizes. Everyone is welcome to the hackathon https://vibe.devpost.com, Technical or Non-technical. Since it's vibe coding hackathon. Our discord btw - https://discord.gg/nUdcd9p8Ae

cosmicgadget - 4 hours ago

Another pass at the keyword index for my indieweb/blogosphere discovery website.

Turns out there are a lot of words and some are more useful than others!

theturtletalks - 11 hours ago

Open-source SaaS for every vertical

dispencer - 10 hours ago

querybear.com - basically retool but make the learning curve waaaaay lower

some_furry - 11 hours ago

A bunch of things that get zero engagement whenever I mention them in one of these threads

https://soatok.blog/2025/10/15/the-dreamseekers-vision-of-to...

andrewstuart - 11 hours ago

Futzing around with analog televisions.

slig - 13 hours ago

Puzzleship - a free daily puzzles website with the archives paywalled. Right now it has Logic Grid Puzzles, Zebra Puzzles and a dozen of Solitaire variations. I'm pretty proud of the LGP generator algorithm and some experienced players also liked the way the puzzles are constructed. Launched in early December last year.

https://www.puzzleship.com/

spiderfarmer - 12 hours ago

I relaunched one of my Dutch agricultural communities to reach a more international audience. I’m starting to see great traction and it’s very rewarding: https://www.tractorfan.us

mettamage - 10 hours ago

Doing Math Academy

pbiggar - 8 hours ago

I've been thinking about building a compiler for a while, but didn't have much time to do it. Over the break, I finally built a significant portion of a working, optimizing compiler. Heavily built by AI, of course.

https://blog.paulbiggar.com/full-optimizing-compiler-with-ai...

robmn - 8 hours ago

IQ Test Platform (https://www.riotiq.com) I've been working 3 years on this. We developed our own professional, modern, proprietary IQ test and IQ testing platform for individuals to test themselves and to administer professional IQ tests to others. Lots of silicon valley folks seem to love it for their startups and hiring, but we built it mainly for IQ researchers from the International Society For Intelligence Research (ISIR) and psychologists.

FergusArgyll - 10 hours ago

An RSS reader / dashboard.

It has AI summarize buttons (gemini-flash-lite is so fast!) along with other features I wanted. I'm almost done adding a "war mode". The user (me!) specifies a list of OSINT style x users which show up sequentially in a grid along with a ticker on the bottom of polymarket markets I've chosen. War mode is also obviously only available in dark mode...

CodinM - 10 hours ago

A lot of things because LLMs enable my potential ADHD and no-filter-brain. A thing that controls a small FPV drone from the PC with vision input. Cloudflare but in Europe! An open source synth out of a Pi Pico! A reservations engine for local market. A small orchestrator for when Swarm is annoying but K3S is just too much!

convolvatron - 10 hours ago

I'm finally revisiting a distributed syscall model for transparently scaling unix instances. syscalls get translated into batched operations on an underlying non-transactional datastore. On the service side, database operations get backed by a proxy serving whatever filesystem or socket interface you like. Scaling is one motivation, but the ability to enforce fine-grained policy on these data operations is another big one.

DonHopkins - 10 hours ago

MOOLLM -- treating the LLM as eval() for a microworld operating system.

Started this incarnation on Dec 30, 2025 -- but it's the crystallization of decades of earlier prototypes, all the way back to my Commodore-64 Logo Adventure. Built on top of Anthropic's Skills framework, extended with seven innovations (and counting):

1. Instantiation -- Skills as prototypes creating instances with their own state

2. K-lines -- Names as semantic activation vectors (Minsky's Society of Mind)

3. Empathic Templates -- Smart generation based on semantic understanding, not string substitution

4. Three-Tier Persistence -- Platform (ephemeral) → Narrative (append) → State (edit)

5. Speed of Light -- Many turns in one call, minimal tokenization overhead

6. CARD.yml -- Machine-readable skill interfaces with advertisements

7. Ethical Framing -- Room-based inheritance of performance context

Lineage: Colossal Cave → TinyMUD → LambdaMOO (filesystem as world). Papert's Logo and constructionism (learnable microworlds). Will Wright's SimCity and The Sims (I worked on the originals) -- the "Simulator Effect" where players imagine more than you simulate, and the SimAntics visual behavior programming language.

YAML Jazz: Comments aren't ignored -- they're semantic. The LLM reads and interprets them. A comment like "# gentle but firm" on a character trait actually affects behavior. This inverts the traditional "comments are for humans" assumption. Comments become part of the program and data.

The core idea: instead of prompt engineering, you give the LLM a github repo filesystem to inhabit: a persistent microworld. Seymour Papert's Constructionist philosophy comes alive, with Minsky's K-Lines pulling the strings. Skills are programs (not documentation). Characters have persistent state in directories, and can reflect on and edit themselves. Everything is inspectable and editable by human AND model. Model and platform independent. Runs on Cursor and other tools and orchestrators.

The proof is in adventure-4 -- a complete text adventure with 150+ files, 6000+ lines of session transcripts.

Repo: https://github.com/SimHacker/moollm

MOOLLM Manifesto: https://github.com/SimHacker/moollm/blob/main/designs/MOOLLM...

The MOOLLM Eval Incarnate Framework: https://github.com/SimHacker/moollm/blob/main/designs/MOOLLM...

Adventure 4 Example: https://github.com/SimHacker/moollm/tree/main/examples/adven...

My sessions as proof it works: https://github.com/SimHacker/moollm/tree/main/examples/adven...

79 Anthropic Skills (standards compatible, plus extensions, intertwingled with k-lines) and growing: https://github.com/SimHacker/moollm/tree/main/skills

A guided tour through the MOOLLM skills and microworld -- Session Log: K-Line Connections Safari: https://github.com/SimHacker/moollm/blob/main/examples/adven...

Adventure Compiler Design Discussion -- Adventure Uplift Session Log: https://github.com/SimHacker/moollm/blob/main/examples/adven...

MOOLLM Kernel: https://github.com/SimHacker/moollm/tree/main/kernel

Happy to answer questions about any of the weird design decisions!

bugbuddy - 11 hours ago

Is anyone still working on functional immortality? Are we going to get SAGI before it? How is the head/body freezing scene nowadays?

syngrog66 - 11 hours ago

EV recharging software. book on HPC. book collection of short stories. Golang latency instrum lib. realtime Rogue-like game set in postapoc NorAmerika.

queenkjuul - 11 hours ago

Just about done building a C# wrapper for libcurl targeting Windows 98. Then i can finish my system tray weather app for Windows, which will work on all versions of Windows from 98 to 11.

jacquesm - 12 hours ago

Navigation.

echelon - 11 hours ago

I'm a filmmaker, and this is ArtCraft:

https://github.com/storytold/artcraft

AI tools are becoming incredibly useful for our industry, but "prompting" without visual control sucks. In the fullness of time, we're going to have WYSIWYG touch controls for every aspect of an image or scene. The ability to mold people and locations like clay, rotate and morph them in 3D, and create literally anything we can imagine.

Here are a bunch of short films we've made with the tool:

- https://www.youtube.com/watch?v=tAAiiKteM-U (Robot Chicken inspired Superman parody)

- https://www.youtube.com/watch?v=oqoCWdOwr2U (JoJo inspired Grinch parody)

- https://www.youtube.com/watch?v=Tii9uF0nAx4 (live action rotoscoped short)

- https://www.youtube.com/watch?v=tj-dJvGVb-w (lots of roto/comp VFX work)

- https://www.youtube.com/watch?v=v_2We_QQfPg (EbSynth sketch about The Predator)

- https://www.youtube.com/watch?v=_FkKf7sECk4 (a lot of rotoscoping, the tools are better now)

jcun4128 - 10 hours ago

Another camera body around the RPi HQ cam and updated camera software.

I've been buying vintage lenses to try out.

postatic - 9 hours ago

[dead]