Live data from Hacker News

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

news.ycombinator.com

361–370 of 1001 posts

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

#361
An audit of the active web, what CMS, hosting and technologies are used.

Custom python crawler getting 240 sites a second crawled and classified. ( homepages and minimal probes, no headless browsers )

Be interested to test some false positives, if you have a URL I'll tell you what I see :)

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

#362
teale.com - distributed ai inference using networked devices essentially folding@home but sharing underutilized ram (when you're asleep, someone else in the world is awake)

would really appreciate testers but also any companies thinking about distributed inference powered by their own company devices on a private network. my own company has 200+ 16gb ram machines that we're using for inference.

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

#363
In the last few weeks I've been working on a couple of custom data transformation and chart visualization DSLs that pair well together, as you can see here:

https://williamcotton.github.io/datafarm-studio/

One of the DSLs is:

https://williamcotton.github.io/pdl/

The other is:

https://williamcotton.github.io/algraf/

Full LSP that is built into the binaries and compile to CLI and WASM. Full LSP support in the Monaco text editor npm packages that use the same static analysis crate as the VS Code LSP client.

Native GIS with GeoJSON and Shapefile support for both languages.

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

#365
I'm working on a multiplayer stock trading game that was inspired by all my favorite board games. https://www.spellfolio.com/

It's a web-based game for 1-8 players, features a tutorial and bots, plays like a board game, and operates with economy, bluffing, forward-planning, risk-taking, course-correcting mechanics.

Play as an amateur psychic navigating a fictional stock market. Receive premonitions, call in your wizard friend, navigate dividends & earnings releases, and chase the glamorous annual investor awards.

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

#366
A folding python code plugin for neovim. It allows me to check faster what a file is doing by only looking at the function signatures and the first docstring line. Then open the docstring completely. I use tab and shift-tab to fold or unfold. https://codeberg.org/gixita/nvim_python_fold

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

#368
Lately i have been working on creator focussed tool, essentially delivering seamless storage across all of their drives, auto curated profiles, offline backups and full encryption works across web & desktop with mobile as thin client

https://whimsy.numeracode.com, Happy to answer any questions any of you have

Post reply on HN