Live data from Hacker News

Ask HN: What are you working on? (October 2024)

news.ycombinator.com

451–460 of 1001 posts

Re: Ask HN: What are you working on? (October 2024)

#451
I am working on a collaborative ebook reading app, rather like a sort of online book club.

You can either choose a book from the catalogue (currently just public domain books, but I’d like to expand that out into paid books) or upload your own epub, create a reading group and invite others. Reading progress, highlights, comments and discussions are synced across the group in real-time.

Beyond reading groups, I’ve found it useful for sharing and reading books in my work teams and also for things like sharing the latest position of my daughter’s bedtime story between myself and my wife.

Please do check it out - it’s still very much a work in progress (for example I haven’t finished the landing page copy) but I’d love to hear what you think.

https://www.rdrs.app

Re: Ask HN: What are you working on? (October 2024)

#453
I am working on a parser for org-mode, based on a (PEG) grammar. Still got some reading to do and it is all early stages. There is so much org-mode supports, that I am not sure I will ever make it to fully able to parse all org-mode documents. My idea is, that anyone can later take my grammar and extend it, make better parsers and maybe make org-mode more ubiquitous.

https://codeberg.org/ZelphirKaltstahl/guile-examples/src/com...

Re: Ask HN: What are you working on? (October 2024)

#454
I've been obsessed with developing ways to make it easier to handle tab overload in the browser without requiring any sort of active "tab management".

I have a working extension that replaces the "new tab" page with a clean view of all open tabs, along with simple ways to search and select which tab to switch to, including search over bookmarks and history. There are also some simple tools to allow for creating and reorganizing tab groups.

I'm very early and looking for feedback from anyone who suffers from tab overwhelm like I do! You can try it out at http://bit.ly/tab-o-magic!

Re: Ask HN: What are you working on? (October 2024)

#455
Inspired by Heart of Clojure, and especially Jeaye Wilkerson and his talk about jank-lang, I’ve dusted off my toy Clojure compiler that produces 16-bit x86 code.

I’ve fixed the handling of global environment, to the point where I’m able to compile a program that prints out the result of multiplying two numbers [0]. Sounds trivial, but seeing as the compiler has no dependencies and targets bare metal, there’s quite a lot of moving parts under the hood. I’m excited!

Right now I’m adding rudimentary support for strings. My goal is to get it to compile itself, but that’s still a far future. Extrapolating from the current development pace, maybe I’ll get it done in 2050? :)

[0]: https://mastodon.social/@nathell/113246152187003470

Re: Ask HN: What are you working on? (October 2024)

#456
I'm absolutely not impressed by reddit search functionality. I like to play metrodivanias but when I want to find something specific for a specific game, the search is just too random.

So I wrote this: https://www.gamingsofa.club/ which is a scraper for metroidvanias reddit posts.

The list of games is taken through Steam and than I just listen to the subreddit for new posts.

Currently I show every possible post even if it gets moderated on reddit.

Re: Ask HN: What are you working on? (October 2024)

#458
For me the most important issue that needs to be solved right now is the increasing urban sprawl and the car dependent neighborhoods. It causes social isolation. Maintaining infrastructure like roads and electricity, is causing a strain on the economy for local municipalities. Not to mention the disastrous effect car based transportation has on the environment.

I am a fullstack developer living in Norway. Last year I registered the Norwegian branch of the Architectural Uproar as a not for profit organization. With the support from paying members, I have been able to go on tour to most of the major cities in Norway. We organize large meetings were we discuss architecture and city planning with politicians, architects and property developers on stage.

I am strongly inspired by Create Streets in UK and Strong Towns in the US. I want to improve people’s quality of life, help saving the planet and make Norway beautiful again while doing it.

https://arkitekturopproret.no edit: typos

Re: Ask HN: What are you working on? (October 2024)

#459
A custom email sorter / spam filter that uses a fineruned multimodal LLM: my emails are turned into images (turning them / extracting html then rendered with selenium) and passes to the vision LLM. I went from ~200 to ~15 useful emails a day.

Raw code is here: https://gitHub.com/beniz/llmbox

All runs locally, the finetune is a plaigemma-3b (from mix-448). Acc/F1/prec/recall are all within 99.99%, including on llm-generated spam.

Re: Ask HN: What are you working on? (October 2024)

#460
post #72

A new YouTube app/player, for my kids. It allows us to control the algorithm. It’s all LLM translating to YouTube search queries under the hood. Visually it looks the same. The suggested videos come from predefined buckets on topics they love. E.g. 33% fun math, 33% DIY engineering, 33% creative activities. Video recommendations that have a banned word in the title/desc don't get displayed e.g. MrBeast, anything with…

Is there a version for adults? Something that keeps you from getting pulled down engagement bait rabbit holes would be great. I don’t want it to be overly focused on children’s education though.

Maybe Dearrow clickbait remover https://dearrow.ajay.app/
Post reply on HN