I just gave my first conference talk about it, and response was positive. Hope others find it interesting as well!
Ask HN: What are you working on? (October 2024)
101–110 of 1001 posts
Re: Ask HN: What are you working on? (October 2024)
#102A 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…
Re: Ask HN: What are you working on? (October 2024)
#103Lots of people just going off of vibes to see if their system is working right. That’s a good start, but you’ll need system evals to systematically improve your app. Like Garry says, “don’t raw dog your prompts. Use system evals”
Re: Ask HN: What are you working on? (October 2024)
#104https://github.com/navtoj/NotchBar
Need some ideas for what kind of widgets would be useful...
Re: Ask HN: What are you working on? (October 2024)
#105I was supposed to be working on a project called Tagbox... but it feels like it's never gonna see the light of day. I hope I'm wrong though, I still want this to succeed, for once in my life, I want to actually succeed on at least one thing. I want to contribute some good thing to the society.
First, what is it? It's a bookmarking app alternative to Pocket or Raindrop.io. Yeah, you can already tell it's not the most original idea. What makes it different, though, it's supposed to be self-hostable and additionally it's easy to deploy as it's only single binary file with no other runtime dependency--the database uses SQLite, which you can include it as a library in Rust.
What problems I'm facing while developing this? Honestly? I don't know, but I can't finish the last 10% progress of the app. It's funny--I first wrote it in Go, and it almost reached MVP. But, instead, I decided to just rewrite in Rust. Well, at least I got to learn new language while building this app, two birds one stone, or in Bahasa Indonesia, swimming while drinking water.
But now, I just can't force myself to continue. And I don't know why. Maybe perfectionism? It definitely doesn't have to do with skill though.
There are also another thing I'm working on: recovering from depression. One year ago, out of nowhere, I lost all my motivation doing anything--including university. I lost all my friends. Since then, I'm at the lowest point of my life. I visited psychiatrist multiple times. I don't know if it was effective, but recently I'm starting to see a light at the end of the tunnel.
The Tagbox Project is also one of the efforts for me to recover from depression. The depression phase made me realize that I _want my works to have a positive effect on the world, even for just a little bit_. I don't want my skill to be used for evil companies that throws away moral and ethics. Specifically AI stuff, but that's OOT of this thread.
Here are the links if you're interested,
https://gitlab.com/muhrizqiardi/tagbox_rs/
This link is only the Rust rewrite version. The original version is private right now.
Re: Ask HN: What are you working on? (October 2024)
#106Constraint satisfaction and optimization is exactly the sort of problem we should be using computers for, but there's zero chance your neighborhood cafe can figure out prolog or OR-tools or whatever.
Re: Ask HN: What are you working on? (October 2024)
#107I don’t want to configure filters or adopt inbox zero. I want the computer to look at decades of email activity and just figure it out.
Second, working on a single dashboard for attorneys to create and upload filings across different agencies and different states. Trying to improve accuracy and labor costs for mundane work like this.
(Opinions? Suggestions? Want to work together? Email me!)
Re: Ask HN: What are you working on? (October 2024)
#108Re: Ask HN: What are you working on? (October 2024)
#109A 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…
YouTube recommendations for kids shouldn't be driven by engagement (e.g. "oh, you watched 20 hours of MrBeast videos. You probably need another hour.") If my kid watches an hour of unboxing toy videos, I shouldn't have to try and disable 3,000 channels of toy unboxings in an effort for that topic to never surface again. The thumbs down button essentially has zero effect. https://www.wired.com/story/youtube-dislike-bu…
But from my kids' viewing habits, I don't see it. The algorithm is seems super narrowly focused.
https://x.com/hitsman/status/1845168160691061121
Andrej Karpathy commented on the narrowness of the algorithm just the other day.
Re: Ask HN: What are you working on? (October 2024)
#110A 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…
This is very interesting. I would paid for something like that, that could work for any popular video social media platform.
Would love your input.