Live data from Hacker News

Ask HN: What are you working on? (February 2025)

news.ycombinator.com

131–140 of 922 posts

Re: Ask HN: What are you working on? (February 2025)

#131
post #127

I recently made a little tool for people interested in running local LLMs to figure out if their hardware is able to run an LLM in GPU memory. https://canirunthisllm.com/

Very nice! Way more complete than the other tools I've seen to estimate running LLMs on GPUs :)

Re: Ask HN: What are you working on? (February 2025)

#132
post #118
post #65

Earlier quoted context omitted.

[flagged]

An absolute word salad. Dead internet theory

"being a grand dad"

is his answer. and he colored it. it's not that deep so as to upset you. darklake just practicing his creative writing.

Re: Ask HN: What are you working on? (February 2025)

#133
post #116
post #107

We’re building a new git collaboration platform on top of atproto! Here’s a sneak preview (best viewed on desktop for now; the UI is mostly WIP): https://tangled.sh/@tangled.sh/core It’s going to be fully decentralised from day 1—we borrowed the PDS model from Bluesky to allow users to run their own “knots” to self-host their git repositories. https://www.tldraw.com/s/v2_c_E1XeFuW0tGbDxqnhDiLRT?d=v-286....

That's super nice. Can I eventually replace my centralized forge ?

Yes! This architecture allows you to host your git repos on your own server, while allowing contributions from others with a unified identity (unlike say, Gitea or GitLab, where you’d have to make yet another account).

Re: Ask HN: What are you working on? (February 2025)

#134
post #71

Was looking for an iOS app to always see my age in days on the lock screen. Didn‘t find one, so I first created a shortcut which would change my lock screen background image each night and overlay the number of days on it. This didn’t feel integrated enough and could fail if the phone was off, so I started looking into Swift and created my first app [1] with added features like contact import and notifications for ot…

nice job , I think I can do something like that on with my linux desktop. Great idea , it can give a sense of how many days how many hours I have lived on this earth and maybe even by a average time , show how much time is left (yes it won't be predictable , but I also don't want to procastinate thinking there is a tomorrow , I think I like steve jobs quote in the manner that he said live your life as if its the last…

Thanks! Yes, was also thinking of adding a menu bar item to macOS to have it always visible.

Re: Ask HN: What are you working on? (February 2025)

#136
Reading literature (academic and otherwise) on parsers, writing blog posts about what I learn, trying to implement the things I learnt. I've written about basic finite automata (for regular expressions), LL, LR (including the difference between SLR, LALR, and LR(1)), detoured into some optimisations for LR from the 80's, then generalised LR (RNGLR in particular). I'm now implementing these things, RNGLR is not easy to implement despite having understood it well enough conceptually to write a blog about it (https://blog.jeffsmits.net/generalised-lr-parsing/). I've read far more than I've written about, trying to keep that straight in my head as well / planning the next... probably year of writing ^^'

Re: Ask HN: What are you working on? (February 2025)

#137
I'm still working on development of a native Windows application for data analysis of SQLite databases. It's geared towards non-technical (or only slightly technical) users and allows queries to be easily made without knowing SQL. Additionally, it easily lets the user quickly create charts from the queried data (bar, column, histogram, line, pie, scatter). Development is nearly complete and hoping to put in the hands of testers within the next couple of weeks. Also trying to decide on name for the product so that I can start development of website for it.

Re: Ask HN: What are you working on? (February 2025)

#138
I continue to spend most of my free energy learning Finnish. Only a few more years and I should be able to finally focus on my career again :')

Two new projects of note this month, one specific to Finnish language learners, and one that is probably useful for language learners in general:

* https://github.com/hiAndrewQuinn/tsk - A Finnish pocket dictionary with a TUI interface. This is the first nontrivial thing I've built in Go, by which I meant I had to implement and tweak a randomly pruning trie by hand to get the performance characteristics I wanted (it wasn't actually that bad). I chose Go mostly because of the fantastic cross-compilation story.

* https://github.com/hiAndrewQuinn/audio2anki - This Python program wraps around `yt-dlp` and `whisper` to create Anki decks for listening practice. This should work for any (monolingual) video in any language. There are many such projects on GitHub, I'm aware, but it was surprisingly hard to find any that actually wrapped around Whisper instead of needing an SRT, VTT, etc file to come from somewhere else. In that sense mine is a "one command" solution - just provide the YouTube link and go. It does not provide a translation for those subtitles yet; in keeping with the all-in-one approach, I'm thinking I might wrap around LLaMa 3 to let the user specify that we should also --translate-to {en,es,eo, etc} if desired. For now my reading skills are advanced enough that I don't need that.

Re: Ask HN: What are you working on? (February 2025)

#139
I've been working on The Road to Next [0] for almost a year. In the end, it's more than just a course on Next.js. It's a deep dive into full-stack development, covering key third-party integrations that empower you to build your own products.

[0] https://www.road-to-next.com/

Post reply on HN