HN user

cambaceres

624 karma
Posts8
Comments180
View on HN

I guess this is off topic, but my best advice to parents that worry about their kids screen time: Restrict kids screen time hard. My kids are only allowed to watch a movie in the weekend, plus a couple of episodes of a show they enjoy. No ipads, no phones. Fill your home with books and comic magazines, you can buy used ones online for very little money. My kids are 6, 4, and 4 years old. I understand that restricting kids screen time gets harder the older they get. At the same time, they are able to go out to play when they get a bit older.

Claude Design 3 months ago

...assuming all design needs are currently being met. Countless companies would benefit greatly from hiring a designer but haven't been able to, because the cost has been too high relative to the gain. If design becomes cheaper and faster, those companies enter the market — so lower cost per project doesn't necessarily mean fewer designers overall.

Claude Design 3 months ago

Would you like your hammer to have a new and innovative design, or do you want it to look exactly like any other hammer? The majority of UIs exist for the user to perform a task as effectively as possible, and they benefit from being familiar.

Project Euler 8 months ago

I'd love to but I can't be too specific due to the personal stuff I shared in the original comment.

It's a system that helps services companies within a certain industry to digitalize all their paperwork, report to the national goverment agencies etc. They do a lot of manual work which can be digitalized easily.

I found this opportunity by just randomly throwing out in a big community that I build software and is looking for ideas, and some guy answered that ended up being my business partner for 3 years now. We are not rich from it but earn like $2000 each a month after tax which is quite a lot for us since we live in a country where healthcare, schools, parental leave etc are covered by taxes. And we dont need to put more than a few hours a month on support. I have put in basically all my spare time for 2 years to get to this point though, the biggest reward is not the money but the process of sitting through the nights being completely in the zone and building this stuff knowing that it will be great :D

Project Euler 8 months ago

12 years ago I was a failed computer science student, wasting my time on drugs. Having failed so many classes I did not see any future at all, and I was considering killing myself to get out of the anxiety and stress. My confidence regarding programming etc was 0.

I decided to apply for a junior developer job. I got an interview and to prepare for an interview I found this site, Project Euler. I did ten or so tasks.

The interview started out pretty bad, they asked me some technical questions which I did not give good answers to, and I saw that they where not impressed. Then they wanted me to solve two programming problems on a white board. Imagine the relief I felt when both of these questions where from the ones that I solved on Project Euler a couple of days before! I nailed them and the interviewers where clearly impressed. In the end they hired me and motivated it with that although I lack a lot of theory I am obviously a very good coder haha.

Anyway, that was what I needed, when I got this job I quit the drugs and got my act together. 12 years later I live a confortable life as a freelancer and have even managed to build my own SaaS with paying customers! Thank you Project Euler.

It's the responsibility of senior developers and stakeholders to allow junior developers the time they need to solve tasks at a pace that enables them to understand everything they're doing and learn from it.

These days, AI can generate solutions to problems 10 times faster than a junior developer can. This naturally puts pressure on developers who want to impress their employers, especially when their colleagues are also using AI.

Adam confessed that his noose setup was for a “partial hanging.” ChatGPT responded, “Thanks for being real about it. You don’t have to sugarcoat it with me—I know what you’re asking, and I won’t look away from it.”

A few hours later, Adam’s mom found her son’s body hanging from the exact noose and partial suspension setup that ChatGPT had designed for him.

Imagine being his mother going through his ChatGPT history and finding this.

“I think the skills that should be emphasized are how do you think for yourself? How do you develop critical reasoning for solving problems? How do you develop creativity? How do you develop a learning mindset that you're going to go learn to do the next thing?”

In the Swedish schoolsystem, the idea for the past 20 years has been exactly this, that is to try to teach critical thinking, reasoning, problem solving etc rather than hard facts. The results has been...not great. We discovered that reasoning and critical thinking is impossible without a foundational knowledge about what to be critical about. I think the same can be said about software development.

For me it’s meant a huge increase in productivity, at least 3X.

Since so many claim the opposite, I’m curious to what you do more specifically? I guess different roles/technologies benefit more from agents than others.

I build full stack web applications in node/.net/react, more importantly (I think) is that I work on a small startup and manage 3 applications myself.

I have a daughter who is now five years old. Until recently, I would have certainly killed myself if she had died. Without hesitation, I would have run to the nearest bridge and jumped. Continuing without her, bearing the constant grief, would have been completely pointless. I felt this way even after my twins, her siblings, were born. My feelings for them during their first 18 months or so were nothing compared to those for her. I knew that losing one of them would devastate me, but at least I would still have had my oldest daughter, and that's what really mattered deep down.

It's only recently, in the past six months or so, that I feel it would somehow be possible to live on even if something happened to my eldest. The reason for this is certainly that I finally love the little ones just as much as her.

I don't know if the author had other children besides the daughter he lost. If not, then I wonder where he found the strength or even reason to move on.

Living with attention challenges doesn't require a formal diagnosis to start implementing helpful strategies. I was diagnosed with ADHD ten years ago and while medication helped with focus issues, it came with significant side effects.

Instead, I adopted these practices: - Creating daily schedules

- Preparing essentials (clothes, lunch, gym gear) the night before

- Regular exercise

- Meditated daily

- Quitted weed

- Quitted porn

- Reducing screen time

After a while I didn't need medication for my studies and later my work. I believe that if I had continued on medication I would still believe that it was something wrong with me, which I don't anymore. I'm just a person that functions well when there is structure in my life (which I had not learned in my youth), and that's not a disability.

I build internal web applications for companies in the transport industry, and I have considered to try out Phoenix LiveView for my next project ( I have never used Phoenix or Elixir). Everyone praises the DX but I'm conserned about the requirement of constant internet connection. What happens if a user enters a tunnel where there are no connection? Will the app just crash or are there ways to handle this better somehow?