HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mattikl

no profile record

comments

mattikl
·5 maanden geleden·discuss
I've lived all my life in Finland, even though all through my early adulthood I was planning to move to some place much warmer. But later (especially now with children for whom the snow is so exciting) I've come to like the four seasons and the balance it gives.

That article was a strange read from my perspective, because here the infrastructure is built for winters as well. I don't remember school ever being canceled due to winter conditions, traffic is only a mess after a snowstorm.
mattikl
·5 maanden geleden·discuss
Don't be afraid to go deep in simple sounding topics. The modern world is so full of learning material that there's the temptation to ingest as much of it as possible, but true learning happens when you give yourself time with one topic at a time. And I'd say this is more important than even, because generative AI is becoming great at precisely generating things, not so in understanding complex topics.

That said, learning the fundamental topics can limit your thinking first if they feel difficult, so it's an interesting question how to keep the naïve creativity of the beginner that's something that can really help when building with AI because there are less limitations in your thinking based on how things used to be.
mattikl
·9 maanden geleden·discuss
That's certainly a more positive way to look at this. Working software has always relied on having people who grok the code, and this happens by spending a lot of time thinking about the code while writing it. And it's undocumented, because the nature of it is something you cannot really document.

If AI is writing all the code, how do we keep the quality good? It's so obvious with the current GenAI tools that they're getting great at producing code, but they don't really understand the code.

We don't really know how this story unfolds, so it's good to keep a positive mindset.
mattikl
·10 maanden geleden·discuss
When social media emerged, I remember how excited I was how it could connect like-minded people around the world. Now in 2025, the leader of the biggest platforms is talking about making people less lonely by connecting them to AI chatbots instead of making people find one another. That just feels like a huge lost potential.
mattikl
·11 maanden geleden·discuss
I've noticed for a long time that if I have participated in writing the code under review, I'm able to provide much more insight. I think what you're suggesting starts from thinking the code as "our code" instead of my code vs. your code, which so easily happens with pull requests. And learning to work iteratively instead of trying to be too perfect from the start, which goes well with methodologies like TDD.