Top
Best
New

Posted by david927 1 day ago

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

What are you working on? Any new ideas that you're thinking about?
256 points | 950 commentspage 13
ryanczak 5 hours ago|
refactoring memory management in https://github.com/ryanczak/daemoneye to better support continuous operation over long time horizons where state of monitored services/things drifts and knowledge becomes stale over time.
r888888888 7 hours ago||
I am building HomeBidder (https://homebidder-web.fly.dev), a tool for figuring out a realistic bid price for houses. I got sick of seeing artificially low listing prices on sites like Zillow so built this tool to give me a more realistic number based on comps. Along the way I've learned to add confidence intervals, adjust for lot size and fixer status, and provide QOL information like access to transit and how bad the pollution is. It is heavily optimized for SF but I'm starting to iterate and validate on other cities.
Akiro001 9 hours ago||
Social network for gamers (iOS/Android, soon web).

Tinder meets Discord and, somehow, they have their way with Uber/Calendly.

It's live if you want to test it: https://jynx.app/

Let me know what you think of it. The main goals I want to achieve are: 1. help with social isolation 2. help e-sport team with sourcing and organizing

Akiro001 9 hours ago||
For anyone interested, the main issue I have right now is that we need a vast player base on at least 1 game for it to be useful. I'm trying with the very limited budget I have right now but it's out of my own pocket. Currently refining the business plan to then be able to start talks with investors.
brianjlogan 7 hours ago||
I'd love this if you could match me based on my time slot available to play games with someone.
montecarl 18 hours ago||
I had a raspberry pi 3a+ and the old raspberry pi touchscreen laying around. So I'm writing a custom dashboard for it using Rust/Slint[1]. It directly uses opengl without any display manager/window system. It mostly talks to home assistant. Right now, when I start a 3d print, it automatically switches to a view with live camera of the printer and some stats. I can monitor the status of my washer/dryer so I know when they are done (using cheap TP-Link Tapo smart plugs[2]). My favorite thing it does, is if any motion is detected on my Ring cameras, it just automatically pulls up that live feed. Took a little work to get decent playback performance but the pi 3a+ has hardware h264 decoding.

Its nice, overall, to have a little dedicated touchscreen on my desk that I can easily tweak to display whatever I want. Its silent and low power.

[1] https://slint.dev/

[2] https://a.co/d/044MIM3t

eggbrain 4 hours ago||
Lately I've been building Aho (https://aho.com) -- an API for verifying age, credentials, and identity using cryptographic proof from digital wallets instead of document inspection.

For context, I built out Playboy's age verification system, and watched as it hurt conversion (nobody wants to upload an ID to an adult website, who would have thought!). Cryptographic signatures from issuing authorities (DMVs, universities, employers, etc) with selective disclosure (e.g. you don't need to upload your full ID, just the fields that matter) is how verification _has_ to work going forward -- AI can fake documents, but not private keys.

I've been working on this 6 months full time, and implemented all the W3C VC, OpenID4VCI/VP, SD-JWT specifications myself.

Would love to get people's thoughts on it!

sieve 19 hours ago||
A replacement for python.

- The base is a freestanding register VM deeply tied to the Linux kernel.

- It supports a set of primitives types, array types and record types.

- Concurrency is Erlang-ish --- an M:N scheduler that can manage tens of thousands of green processes. VM uses instruction fuel to preempt processes.

- GC is Cheney for the nursery + M&S for the rest. Each process has its own GC.

- tailcall support.

- first class functions.

- Phase One will only have Vm0, which is clean (it has access to a bounded set of Linux syscalls). Will think about Vm1 that handles the libc infection later.

- JIT is not on the table in Phase One.

- The language is statically typed and borrows syntax from python extensively, but drops OOP entirely.

- OOP is faked using UFCS.

- Operator overloading is supported.

- Exceptions are the default error handling mechanism. There are two hierarchies: Fault and Error. Fault cannot be trapped without rethrowing. Fault WILL crash the VM.

- It is being developed in private right now. As I am User # 0, all the choices I make reflect my own opinions and biases. I might release the code as OSS once the core is stabilized.

- I have done very basic microbenchmarking and the VM is so much faster than python right now that it is not a fair comparison anymore. I can also create and iterate over massive primitive arrays with ease. The principal comparison should be C, and here it is consistently about 8x slower and that performance profile will probably remain constant because dispatch has a real cost that cannot be magically wished away. I will be very happy with 5/6x.

liu3hao 11 hours ago||
Having some progress on CircuitScript, a python like language for describing electronic schematics as code: https://circuitscript.net. Try the language through the online IDE at https://bench.circuitscript.net

In the past 2 months, I have added support for exporting to the .kicad_sch format. Multi-sheet designs are exported as separate .kicad_sch files, one per sheet. The pin types has been updated to be similar to KiCad's and to better support ERC rules. Setting the GND symbol pin as a type of power_input was a real headache for me, eventually, I decided to define a new pin type, power_reference.

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. With code, the design intentions become explicit and reviewable.

Feedback welcome, especially from anyone else frustrated with graphical schematic tools!

jdc0589 7 hours ago||
A good generic terminal UI app for reviewing git diffs, making comments, etc...

Lots of these have started popping up, but almost every single one of them is a TUI interface for github, or gitlab. What I'm building is for local git by default, but has an extensible plugin system to support integrating with github/gitlab/azure ado/etc... for their PRs and approvals, but forced in to a single consistent UX and workflow.

Its good enough for basic diff reviews that it has become my daily driver for about a month for reviewing my own stuff before I push changes remotely.

_66o 6 hours ago||
Dream Chimp - https://dreamchimp.app

It's a 3rd party preset editor for Universal Audio UAFX guitar pedals [1]. I'm supporting Dream '65 for now, rolling out support for Lion '68 next week. More pedals will follow when I have some free time.

If you're a guitar nerd and own one of those pedals please check it out!

Oh, it's completely free too!

---

[1] https://www.uaudio.com/pages/uafx-pedals

asciimov 19 hours ago|
My partner and I got a 1 year old rescue schnauzer a few weeks back, so we are learning to dog while trying to teach her to sit, stay, and come.

Tech thoughts: this week I decided to move to a new to me NameBrand™ Arch distro. Even though I’ve been daily driving Linux for more than 10 years I still can’t get a new install up on the first try. This time the boot loader wouldn’t load. No error, no log, and no boot loading. A few reinstalls later, I picked a different choice and was finally booting. But then the next problem was the login display manager doesn’t want to sleep the monitor if nobody logs in. Learned this after an overnight power flicker caused a reboot. The monitors running full tilt for several hours waiting for someone to log in. While I would like to say this issue is another joy of the Wayland-way of Linuxing, I have found that other display managers offer the same defect.

Anyway dogs are great, I shouldn’t have waited so long to get one.

More comments...