Live data from Hacker News

Ask HN: What Are You Working On? (August 2022)

news.ycombinator.com

1–10 of 52 posts

Re: Ask HN: What Are You Working On? (August 2022)

#6
At the moment I'm working on FastHash[1], a pet project of mine to port a few high-performance non-cryptographic hash functions to C#.

I'm also trying to build FastLinq, a value-by-reference Language Integrated Query (LINQ) optimized for high-performance scenarios. It is kind of a weird mix as LINQ in .NET is known for its high overhead.

Finally, I'm working on an Office setting synchronization application. I heard a podcast with Paul Thurrott complaining about the lack of sync solutions, so I thought I would do one for fun.

[1] https://github.com/Genbox/FastHash

Re: Ask HN: What Are You Working On? (August 2022)

#7
A GUI for Google App Engine - https://nocommandline.com

Also currently thinking about building a Python 3 search library to be used against Google App Engine. Google deprecated the one from Python 2 and recommends using Elastic Search (which means you're no longer dealing with a Serverless solution)

Re: Ask HN: What Are You Working On? (August 2022)

#8
I just restored some backups from 1995, and am digging through that archive to see if I can pull out the multi-tasking libraries I wrote for Turbo Pascal under MS-DOS. No practical use, mostly nostalgia.

I didn't document things as well is I should have, of course I was the only user, and had no thought that future me would be looking at it 27 years later.

Re: Ask HN: What Are You Working On? (August 2022)

#9
I'm still working on Fresh Cards[1], a flashcard app I've written for iOS and Mac.

I'll admit that it started out as "yet another spaced repetition flashcard app" but over the past few months, with constant UX refinement, I've forged a unique approach (IMHO) to how you review your cards and browse your deck. I've received a lot of good feedback from users in my Discord, so I'm constantly changing things up to improve it.

[1] https://www.freshcardsapp.com/

Post reply on HN