Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

631–640 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#631
Trying to rebuild my website (php mvc built a decade ago) using Django. I want to be able to update any page content, upload and display images, have multiple blog instances. I do a lot of django-cms by day, but it's too much for a small personal website, so I started to create a (tiny, foss) CMS based on Django, django-prose-editor for the content, and some new apps (for now, Page & Blog).

The site isn't even online, but for now I'm starting to think about the next steps (seo-related things to implement, generalize app functions to handle not only blog but other (hypothetical) apps as well, improve code quality and repo readability, separate apps from the website so anyone can add them to their django website if they want to). It's a lot of work for something no one will ever use, but I must at least try to make it clean and discoverable :)

Re: Ask HN: What Are You Working On? (December 2025)

#632
post #570

I'm working on https://techposts.eu - Hacker News for Europe. Focused on all the interesting and exciting happenings in tech here, from AI to defence to deeptech, and posting the most interesting job openings too. Did you know Europe had two space launch startups? I didn't until I started this project! Feedback very welcome :)

Ooh I like this! I love Hacker news and Lobsters but they're both very US centric, seem great to have a European one.

UI is very nice and simple, one tiny bit of feedback is that a 'guidelines' page would be worthwhile, especially while it's new! I thought I'd post my own project on the site - sometimes that's a little bit of a no-no though, and I couldn't find any guidelines to steer me towards what types of things to share, etc.

Edit: Tiny extra feedback, is upvoting something immediately changes the rankings in the browser. It's pretty impressive speedwise, but especially if you're a couple pages in, you can bump something off of the page you're on which makes it a little weird to do something like 'upvote article and then check the comments'.

Re: Ask HN: What Are You Working On? (December 2025)

#635
post #570

I'm working on https://techposts.eu - Hacker News for Europe. Focused on all the interesting and exciting happenings in tech here, from AI to defence to deeptech, and posting the most interesting job openings too. Did you know Europe had two space launch startups? I didn't until I started this project! Feedback very welcome :)

Great idea, I'd appreciate an RSS feed

Re: Ask HN: What Are You Working On? (December 2025)

#637
On a dedicated language analysis model. For starters, it will detect a text language in microseconds. For comparison, a popular LLM takes 100 ms (10 tokens per second) on a full GPU to analyze one token; this new project processes a token in ~100 ns on only one CPU core!
Post reply on HN