Top
Best
New

Posted by david927 1 day ago

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

What are you working on? What have you been curious about lately?
309 points | 1124 commentspage 46
tel 1 day ago|
I'm working on an improved Markdown that offers a simplified language, clear hooks for extensibility, and a governance model to let it grow over time.
childintime 1 day ago|
How do you improve on Markdown or simplify it? They seem different axis to me, markdown is already as basic as it gets.
tel 21 hours ago||
In short, simplify the design to make it more reasonable for multiple implementations to agree while also adding intentional extensibility points and a governance model that allows for dialects to form without fracturing the community.

Markdown is really interesting. For most readers and most writers it's dead simple and you just get the idea from a few examples or reading a short description. In practice, it's dozens of dialects (though 3 related ones dominate) and dozens more implementations. It's hard to write new, compatible implementations, so they tend to fracture.

(This may be less true with LLMs nowadays, but it might also be worse.)

Often, someone wants to write a Markdown variant because they wish it supported some new extension to help it mesh with the use case and tool they are envisioning. Each one of these is a new fracture.

My goal is a simple specification that's easy to reimplement that eliminates years of cruft and subtle complexity. I'm designing it to be simple and obvious to extend and building a governance model so that extensions can live together, grow, maybe even become mainstream all without ever breaking compatibility.

achristmascarl 1 day ago||
I recently added autocomplete to rainfrog, the terminal UI database tool I've been working on: https://github.com/achristmascarl/rainfrog

I initially made it as a lightweight, keyboard-centric alternative to dbeaver/pgadmin, and it now covers 95%+ of the database-related tasks I need to do at my job.

emn4tor 1 day ago||
I'm currently working on an open-source End-to-End Encrypted P2P Chat-Platform similar to matrix but with the thinnest backend possible, the backend is a a simple directory server + relay, nothing more you can find more about it in the readme on GitHub :) https://github.com/Emn4tor/Seal
edimaudo 1 day ago||
Building a new tool that can analyze employment contracts and see if there are issues. Also gives the ability to ask labor questions across Canada
Quizzical4230 1 day ago||
Finally started (again) learning rust!

So many more languages have been added to the basket after reading: https://www.norvig.com/21-days.html

robbomacrae 1 day ago||
Benchmarking public agent skills: Oh My ClaudeCode, Superpowers, Git Ship Done, (previously Get Shit Done), and the Karpathy ones against Swebench-Pro and SlopCodeBench. I have a July vs June breakdown. It's been an interesting learning exercise and reveals the cost/performance impact of using these.

https://orcabot.com/benchmarks

tmilard 1 day ago||
Been improving the gui of my 3D-web-Player runtime. - What al I building ?

==> An FPS game editor, using photos as 1st imput. ==> It delivers a realistic FPS game. immersive-visit-game as we like to call it. ==> The FPS-Runtime is the lightest FPS existing today. It works on any web device, even Smartphones.

==> https://free-visit.net/

adityaathalye 1 day ago||
I've been following my curiosity to see if I can find "ten (or twenty) year projects", as part of my "second life"; the first was before turning 40-ish, the second is now.

I think I have found three, and they will keep me quite busy for a while.

Read/Think: Bioelectric networks as the software plane of morphology

cf. Allen Center / Levin labs / TAME

https://arxiv.org/abs/2201.10346 and other work from that fecund lab is ever-fascinating. I have been following their work for five or six years. Much of that informed a giant essay I wrote prompted by an essay contest on Consciousness: https://www.evalapply.org/posts/consciousness-lives-in-a-ded...

Read/Think/Research/Write: How to write a Hard SciFi novel that does not have magic technology genius, and certainly not magic ET showing up to save the day?

A spec fic author friend is on my case about it, because he said "why the hell haven't you written your novel yet?" and I foolishly said "yeah why not? okay let me do it", and now I'm stuck in an honour pact. Write or die trying.

Side-quest of $DayJob: Um, how does the weather even work (metrology)?

Because that's what happens when you're helping an applied sciences team run weather forecasting models, like WRF (pronounced "Worf", which I absolutely love :D). My day-to-day is packer and FreeBSD and shell scripts, but I have to also understand enough about the domain to be somewhat dangerous.

And also... why isn't everybody using FreeBSD + ZFS for all their server workloads?

---

x-posted from my earlier question [0] that David offered to fold into this regular Ask HN he runs... Thanks again; this is cool :)

[0] https://news.ycombinator.com/item?id=49101448#49106213

josevalerio 1 day ago||
I've been working on a cross platform screenshot/screen recording tool with a built in editor:

https://github.com/joswayski/captures

Managed to snag a cool domain for it too!

http://captur.es/

Would love any feedback from anyone that tries it

sqwxl 1 day ago|
I'm working on a go (the game) server. still unpolished, but it's functional! currently hosted on a raspberry pi in my living room and proxied to the public Web via Tailscale. Rust backend, SQLite, preact frontend.

https://pi.basilisk-aeolian.ts.net

More comments...