HN user

anthonypz

37 karma

Long time HN lurker who finally decided to create an account.

Posts0
Comments16
View on HN
No posts found.

What about their plexamp app for streaming music? It looks pretty nice and seems like a good deal if you purchase the lifetime plan for 50% off during Black Friday.

Was his title lead developer who typically helps out a team with any blockers, or was he a lone iOS dev outputting as much work as 5 people? I wonder what a dev with ADHD can do to stand out when they are just beginning a career in tech. I know that working on difficult tickets that nobody else wants to touch can help because you can keep shifting focus to something new, like you mentioned.

When I start to dislike opening up Anki, it’s usually because my cards are too complex and take too much time to memorize. Creating multiple cards with single cloze words makes the process much more enjoyable. Anki has helped me so much with memorizing programming language syntax for example.

Yeah, prioritizing tasks is also part of the problem for me. I use the TickTick app to save my tasks and it has a feature called the Eisenhower Matrix, which allows me to prioritize my tasks in a visual way like a kanban board. Sometimes that's not enough. Keeping to a schedule to form a habit is also a challenge, so I prepend a number to the most important tasks and set up reminders for them. Once I have the big tasks laid out in the app, I revert to old school pen and paper to break the tasks down into smaller parts because it's faster and reduces friction.

Maybe that sounds like overkill, but I've found that having a system for writing down tasks, prioritizing them, and creating a daily schedule/habit are all equally important for people with ADHD.

I'm fascinated by this idea. Do you have any books or resources you'd recommend that dives into the topic of energy?

I've found two interesting books so far: - Oil: A Beginner's Guide by Vaclav Smil - Energy and Civilization: A History by Vaclav Smil

I've always been curious about synths and how they are programmed. I'm a JS dev learning Rust and was having ideas about building my own synth. Is Max4Live a good choice for building audio plugins in 2023? Also, is Rust a viable option for creating VST plugins?

Thanks for sharing this. The Solaria AI video you linked to is impressive. Some of my favorite EDM tracks have guest vocals in them. As an electronic music producer and a terrible singer, it's mind blowing to think you can now produce an instrumental beat and attach realistic sounding AI generated vocals to it.

IIRC Paul McCartney grew up listening to his father play pop tunes in a room full of guests and family members. It was a rich musical environment. As Paul got older, he started playing pop songs for the guests just like his father. It's interesting to learn that this was a common social activity back then.

That's a funny instrument! I'm definitely getting one of these since I'm a terrible singer but I always have a tune in my head that I need to hum out loud.

A few ios app recommendations I'd like to make are:

- Rassel (a free and absurdly accurate pocket shaker app) https://apps.apple.com/us/app/rassel-pocket-shaker/id1575364...

- Ableton Note (Best 6 dollars I ever spent. It's a really fun way to experiment with musical ideas on the go. You can even record vocals and add effects.) https://apps.apple.com/us/app/ableton-note/id1633243177

Location: Los Angeles, CA

Remote: Yes/Hybrid/On-location

Willing to relocate: No

Technologies: TypeScript, React, Node.js, Express, MongoDB, SQL, HTML, CSS, Next.js, Remix

Résumé/CV: https://www.linkedin.com/in/anthonypz/

Email: anperez003 at gmail

Website: https://www.anthonypz.com/

Hi, I'm Anthony! I'm a software engineer with two years of experience looking for a full-stack/frontend engineering opportunity. I've built feature-rich full-stack apps which can be viewed on my website or LinkedIn and have contributed documentation to Bootstrap, MUI, create-t3-app, and FullStackOpen. Please feel free to reach with any additional questions. Cheers.

I recently went through the entire beta React docs (took me about 3 weeks) and was blown away by the quality of the tutorials. The live code playgrounds and challenges are amazing. With the recent debate about reactivity and which framework implements it best (solid vs. react vs. vue vs. svelte), I felt that what mattered most to me as a junior dev is the quality of the documentation. I gained a strong enough understanding of the complicated concepts (dependency arrays and the useEffect hook) because the docs were so good. There is always room for improvement in JS land and other frameworks are constantly innovating, but the thing I always fallback to is: how good is the documentation?

Side note: I recently took an assessment test on React through Triplebyte and was given an expert level badge (for what it's worth). I think that speaks volumes about the new React docs because that is where I gained most of my React related knowledge.