HN user

koinedad

777 karma
Posts65
Comments214
View on HN
technicallychallenged.substack.com 3mo ago

Retraining my terrible typing habits

koinedad
2pts0
line6.com 1y ago

Helix Stadium

koinedad
1pts0
technicallychallenged.substack.com 1y ago

Vibe coding my way through an insurance claim

koinedad
4pts0
manus.im 1y ago

Manus the General AI Agent

koinedad
2pts0
pyatv.dev 2y ago

Pyatv – a client library for Apple TV and AirPlay devices

koinedad
2pts0
technicallychallenged.substack.com 2y ago

JavaScript: The Gateway Language

koinedad
2pts1
technicallychallenged.substack.com 2y ago

Frustrating Apple Watch "Features"

koinedad
2pts0
pickupbricks.com 2y ago

Lego Vacuum

koinedad
2pts0
www.youtube.com 2y ago

This event was shot on iPhone and edited on Mac [video]

koinedad
1pts3
technicallychallenged.substack.com 2y ago

Debugging my daughter's broken e-reader

koinedad
3pts0
technicallychallenged.substack.com 2y ago

Debugging my daughter's broken e-reader

koinedad
4pts0
www.youtube.com 2y ago

How NOT to learn to code (10 steps) [video]

koinedad
1pts0
fortune.com 2y ago

ChatGPT as a Financial Advisor

koinedad
1pts1
snappify.com 2y ago

Snappify

koinedad
1pts0
www.youtube.com 2y ago

Time Complexity doesn’t have to be complex [video]

koinedad
2pts0
notebooklm.google.com 3y ago

NotebookLM

koinedad
1pts0
claude.ai 3y ago

Claude 2 AI Chatbot

koinedad
3pts0
www.youtube.com 3y ago

What the heck is an API? [video]

koinedad
2pts0
www.youtube.com 3y ago

What the heck is a server? [video]

koinedad
2pts0
technicallychallenged.substack.com 3y ago

Buying an iPad Pro for coding was a mistake

koinedad
311pts518
www.youtube.com 3y ago

What the heck is a server? [video]

koinedad
2pts0
www.youtube.com 3y ago

How to get unstuck on Leetcode [video]

koinedad
4pts0
www.youtube.com 3y ago

What Is Mojo? [video]

koinedad
1pts0
www.youtube.com 3y ago

What Is Mojo? [video]

koinedad
2pts0
www.youtube.com 3y ago

AirPods Pro 2 Review - they are really good [video]

koinedad
2pts0
www.youtube.com 3y ago

AirPods Pro 2 Review they are really good [video]

koinedad
2pts0
developer.apple.com 3y ago

SwiftData

koinedad
190pts107
news.ycombinator.com 3y ago

Ask HN: At $3500 entry point who can afford Apple’s new Vision Pro headset?

koinedad
19pts31
www.theverge.com 3y ago

The unsung heroes of the Apple Watch are its hidden buttons

koinedad
15pts0
hackaday.com 3y ago

Math Reveals How Many Shuffles Randomizes a Deck

koinedad
3pts2
Making 1 hour ago

I generally agree. If I build something bigger with smaller AI generated pieces I still built that thing, but even that thing doesn’t feel the same. I’m not as connected to the components that’s for sure. There’s a loss that is occurring

Maybe we should start writing code like the LLM will maintain it. I’d be curious if there are weird optimizations that the LLM can drive that might not be things that help us humans like DRY etc.

Edit: this small things drive me crazy when I’m coding with LLM… which is basically all the time these days, but I also read all the code as well.

Yeah it doesn’t really make sense. Very wordy and doesn’t really clearly explain the types of accounts. Those should be the first thing you layout.

If you’re aim is kids you probably want to start with a story about something they can relate to and how the different types of accounts help. The reading level feels like it’s targeting college+ but not clearly.

A checking account is this. This is what is helpful for, this is its down side. Here’s a savings account here’s a high yield. Here’s an investment account etc.

Edit: love the idea though!

The hidden notch issue is a pretty big problem. I had to look for tools to shrink the width spacing just to survive, and it just looks bad

Waymo Safety Impact 4 months ago

Pretty cool to see. But the UI of the visual animations has some weird re-re-rerender bug, at least on mobile safari.

This is very helpful for a team and even though it takes a little time it actually speeds things up in the long run. Using PR templates can help. A general description of the problem including a screenshot or video go a long way.

I remember when I was working at a startup and a new engineer merged his code and it totally broke the service. I asked him if he ran his code locally first and he stared at me speechless.

Running the code locally is the easiest way to eliminate a whole series of silly bugs.

Like mentioned in the article adding a test and then reverting your change to make sure the test fails is really important, especially with LLMs writing tests. They are great at making things look like they work but completely don’t.

The title makes it sound way worse than the 7 reported crashes listed in the article. I’d be interested to see a comparison with Waymo and other self driving technologies in the same area (assuming the exist).