HN user

aecorredor

282 karma
Posts30
Comments68
View on HN
news.ycombinator.com 7mo ago

Ask HN: What high impact software to build in 2026?

aecorredor
1pts0
divacopilot.com 1y ago

Show HN: Diva Copilot – generate synth presets with plain English

aecorredor
1pts0
news.ycombinator.com 2y ago

Ask HN: What are the best Godot 4 production-grade learning resources?

aecorredor
48pts16
news.ycombinator.com 3y ago

Ask HN: Tips for Transitioning into the Music Industry?

aecorredor
2pts6
stories.rivian.com 3y ago

The Sounds of Rivian

aecorredor
2pts0
news.ycombinator.com 3y ago

Ask HN: Is there a Supabase-like service built with an AWS stack?

aecorredor
3pts2
news.ycombinator.com 3y ago

Ask HN: What software is the music industry missing?

aecorredor
3pts3
news.ycombinator.com 4y ago

Ask HN: If you start a company today, what tech stack would you use?

aecorredor
5pts8
www.stoicroutine.com 5y ago

Stoic. An app for practicing stoicism.

aecorredor
3pts0
redux-toolkit.js.org 6y ago

Redux Toolkit

aecorredor
2pts0
news.ycombinator.com 6y ago

Ask HN: Thoughts on using Cycle.js with React?

aecorredor
1pts0
www.theplayerstribune.com 6y ago

Mamba Mentality (2018)

aecorredor
121pts24
news.ycombinator.com 6y ago

Ask HN: What are the current patterns for serverless rate limiting and caching?

aecorredor
1pts0
news.ycombinator.com 6y ago

Ask HN: What does it take to become a ceritified mid/high school institution?

aecorredor
2pts0
sunjay.dev 6y ago

Learn game development with Rust

aecorredor
1pts0
news.ycombinator.com 6y ago

Ask HN: What software/app do you wish would exist?

aecorredor
46pts51
news.ycombinator.com 6y ago

Ask HN: when to reach for Rust?

aecorredor
4pts0
randycoulman.com 7y ago

Learn to Embrace Functional JavaScript

aecorredor
1pts0
vivacitylabs.com 7y ago

How to use TypeScript with Sequelize

aecorredor
1pts0
news.ycombinator.com 7y ago

Ask HN: As programmers, why are we still going to the office?

aecorredor
38pts56
news.ycombinator.com 8y ago

Ask HN: How do Bitcoin millionaires cash out?

aecorredor
3pts3
news.ycombinator.com 8y ago

Ask HN: Why is Bitcoin rising but ethereum remaining stagnant?

aecorredor
48pts71
news.ycombinator.com 8y ago

Ask HN: Best non-academic algorithms book?

aecorredor
6pts5
www.youtube.com 9y ago

Tech Talk: CSS Modules in React and Webpack

aecorredor
1pts0
news.ycombinator.com 9y ago

Ask HN: Good resources to learn API design/backend dev with Node and Express?

aecorredor
1pts0
tech.footballaddicts.com 9y ago

How forza football sends 1.3M notifications in 16 seconds with Elixir/Cassandra

aecorredor
1pts0
www.quora.com 9y ago

David Heinemeier Hansson on the Future of the Web (Quora AMA)

aecorredor
6pts1
www.vikingcodeschool.com 9y ago

Viking school is switching its program from rails to Fullstack JavaScript

aecorredor
2pts1
cabin.getstream.io 9y ago

Cabin: Thoroughly Learn React and Redux with This Example App

aecorredor
3pts0
www.smashingmagazine.com 9y ago

CSS Grid, Flexbox and Box Alignment: Our New System for Web Layout

aecorredor
3pts0

I'm working on a WhatsApp AI bot for my group chats, specifically for my friends' soccer group chat where we organize our Wednesday matches. We have a bunch of "problems" that I think are ripe for bot automation. WhatsApp is what all of us hispanic people use and it's particularly interesting because Meta doesn't really provide you with much tooling to build bots, unlike Telegram. I started this weekend and went all in on cursor. I also streamed the whole process, so yeah, apparently I'm also a streamer now. Check them out at https://www.youtube.com/@alexon_v1/streams.

Learning Synths 2 years ago

Ableton is awesome for putting this type of stuff out. The learning music section is also great. And, it's a perfect post for a shameless plug: I built a u-he Diva (my favorite VST synth) tool for generating presets with AI. It's called Diva Copilot and it can be accessed at https://divacopilot.com - I started out by offering a free trial with 10 free presets and then a monthly $20 plan with 50 presets. You can also buy on-demand credits. It works on top of a custom built RAG system that then uses GPT-4o for actually generating .h2p files. I'm mainly working on improving the knowledge base so that results get better and better. Still, you can already get some super good results. I put some examples in the landing page. Would love to get some feedback!

I started learning on my own about two years ago and I only used simplypiano and youtube. I’m able to play with both hands now and can learn songs pretty quickly by watching youtube videos. I can also read some music thanks to simplypiano. I noticed quicker progress when I sat down to learn songs I really liked (in comparison to just learning what everybody else tells you to learn).

Newbie in machine learning here. It’s crazy that this is the top post just today. I’ve been doing the intro to deep learning course from MIT this week, mainly because I have a ton of JSON files that are already classified, and want to train a model that can generate new JSON data by taking classification tags as input.

So naturally this post is exciting. My main unknown right now is figuring out which model to train my data on. An RNN, a GAN, a diffusion model?

Yeah, that’s for sure something I’ve looked at (like developing VST plugins for ableton for example). But that market seems pretty saturated too.

I’ve been looking for insights from people in the industry about problems they have now (that software could solve), but it’s been pretty hard.

I’m also learning piano + guitar + ableton, so maybe as I go I’ll have problems that I could solve for myself and others.

100% yes. As someone who did JavaScript only for a while, once you make the switch, you’ll never want to go back.

The things you’ll get: 1. It’s going to force you to think more about how you structure your program. You’ll probably end up with a cleaner design. 2. It’s going to make you code faster because of the awesome autocomplete functionality you get out of the box (at least with VSCode). 3. It’s going to give you much more confidence that your code won’t break at runtime. There’s still a chance it will (write unit tests), but it’ll be much less frequent. 4. Types are a kind of documentation, so your future self will thank you.

I'd say most of them are running private companies that are both improving human life and generating profit. I think the part I agree with the most from the article is the one that talks about having people in government who have the skill to know what experts to lay off issues to. I think if we had leaders that did we'd be much better off.

I’ve been loving redux toolkit so far, so great job on that! The docs are super good too, so props for wanting to improve them further.

I encourage everyone to try out redux toolkit if you feel like redux is too much boilerplate. It also comes with immer out of the box, so no more crazy spread operators.

If you’re writing JS, then adding TS will give you a lot more reassurance when writing new code or refactoring old one. Even if it’s not perfect, I don’t see a reason why you’d choose JS over TS today other than maybe you don’t want to go through the first month of getting used to. Once you’re out of that, you’ll end up with code that’s much easier to reason about and also debug, in my humble opinion.

Check out the chapter on handling errors in the book “Programming TypeScript”, it gives a solid pattern for achieving something very close to Rust’s Option.

I’m kind of amazed that people want a better laptop speaker. I feel that’s like the one thing that could be just decent and nobody would complain. Everybody I see either uses headphones or a bluetooth speaker.

Yeah no, I get that. I was just talking about my case. I’m mostly happy tbh, but I’m pretty lucky. I know some people’s mental health is actually tied to some biological reasons.

Sometimes I start questioning our existence but then I realize there’s no point in doing that and just go back to doing whatever it is I enjoy the most. ¯\_( ͡~ ͜ʖ ͡°)_/¯

Thanks for all the replies everybody. My bad for missing the “Ask HN” part, kind of posted this pretty fast. Yeah, I think that for me the pro that I give to working on site is the social aspect of it. But as far as productivity, I get much more done when I’m working from home. I also think that less people driving for god knows how many hours a year would also bring a million other collateral benefits for everybody. I live in Miami and I think about the infrastructure that we have for the number of people that live here, and it just seems crazy that it hasn’t improved at all in the 8 years I’ve been here. Hopefully autonomous cars + hyperloop really take off pretty soon. Anyway, thanks again for your thoughts on this random end of the day question ;)