Live data from Hacker News

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

news.ycombinator.com

591–600 of 1001 posts

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

#592
I'm working on https://reciperium.com I've added a tutorial on https://learn.reciperium.com and a playground https://play.reciperium.com and I have around 4 active users (including myself, the most active and the target for this platform haha).

In a nutshell, reciperium is the center of all my recipes, I was tired of finding recipes on different channels (youtube, reddit, instagram, google, friends, etc), and not having a place to put them. On top of that, I can fork my friend's recipes to adjust them to my taste.

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

#593
I've been working on an audio DSP language and IDE https://ravescript.com and a DAW https://ravescript-next.deno.dev/ - both are in a good condition but still require a ton of work to be complete. Trying also to combine the two projects into one. Key features (especially in the DAW) are that the audio engine and the graphics engine are made from scratch and utilize WebAssembly/WebGL in a very efficient/performant architecture.

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

#594

I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far fr…

How cool would it be if it worked together with an adblocker. Instead of blocked ads, it would show language learning. Two-for-one.

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

#595

Working on wasitsent.com. It's an uptime monitor that alerts you when your automated emails stop sending. Hoping to get a working version out this week. In the meantime if you want to get an early peek at how it works you can go to sandbox.wasitsent.com. The sandbox is ugly but functional. It goes down a lot and the data is periodically wiped because I use it for testing.

Interesting! Emails that stop sending can be caused by a technical glitch of some kind, or they can be the consequence of a block list. A sister project could be to assist users with this?

A couple of years ago I built a journal system that sends me an email everyday; answers are then logged in a db. It worked flawlessly until last week.

Although that domain is only used by me to send emails to me, it seems it was suddenly added to a black list (DNSBL). I would welcome assistance in that matter and am not sure where to turn to... (Mailgun support essentially says "tough luck").

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

#598
I’m working on https://taskade.com, which started as a unified workspace for distributed teams to collaborate. Now, it’s become a playground for AI agents that work alongside you.

These AI agents think, learn, and act—handling tasks, research, and more—right in your workspace where you can chat, manage tasks, create mind maps, tables, and more.

Check it out and let me know what you think!

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

#599
I set out to make Loader's number [1], about the largest computable (*) number in googology, fit inside the 280 bytes of a tweet. After succeeding with a 2236 bit program, I got the idea to further improve the size by using Higher Order Abstract Syntax (HOAS), resulting in a big rewrite that along with other optimizations resulted in a 233 byte program [2].

(*) in the sense of having a human-scale program

[1] https://googology.fandom.com/wiki/User_blog:Upquark11111/An_...

[2] https://codegolf.stackexchange.com/questions/176966/golf-a-n...

Post reply on HN