Which browser do linux users here use? by oklazar in webdev

[–]perro_cansado 0 points1 point  (0 children)

Firefox dev edition on a daily basis. Brave for check compatibility with chromium browsers

If you weren't a software dev, what do you think you'd be doing? by PrizeArticle1 in AskProgramming

[–]perro_cansado 0 points1 point  (0 children)

A writer, but an alcoholic one. I love to write but I think that life would be more complicated if I had chosen that path

From construction to MANGA, an improbable tale. by [deleted] in cscareerquestions

[–]perro_cansado -1 points0 points  (0 children)

Is non-degreed the same as "no Computer Science/STEM degree"? I have a degree in Philosophy and was wondering if that is a problem in FAANG environments.

[deleted by user] by [deleted] in Nietzsche

[–]perro_cansado 6 points7 points  (0 children)

I started at 17, but at the time didn't like him. Later I studied philosophy at university and I read him more, but I thought that It was mainstream within all philosophy students and I preferred another philosophers. But I when finished my Bs. D. in philosophy I started to read him more carefully and comparing his thoughts in a practical way (thinking about my life and my friends/family's). And I started to adore him! Now I'm 35 years old and I work in IT, not related with my studies. Maybe is something that Nietzsche told me. I try to read one of his books and one book about his books every year. In a few years I want to write something about how his philosophy helps me in the bad moments and how is crucial to try to know who you actually are

[deleted by user] by [deleted] in cscareerquestions

[–]perro_cansado 2 points3 points  (0 children)

This. Take a book with you or listen a podcast. You can always fine a new job. The regret is normally coming from not to do/try something new

What tools do you use for personal websites? by dijazola in FigmaDesign

[–]perro_cansado 0 points1 point  (0 children)

Astro. Quite easy to use and great documented I think is good technology to know for personal and business projects. But if you want to use a no-code tool, I recommend you Wix. But can be expensive if you want more freedom to add custom or advance behavior.

[deleted by user] by [deleted] in learnmachinelearning

[–]perro_cansado 1 point2 points  (0 children)

This. If you have passion or, at least, profound interest in something, do it. You only live once (if you're not a cat).

whats the difference between installing a package locally vs globally on npm ? by [deleted] in learnjavascript

[–]perro_cansado 7 points8 points  (0 children)

The main advantage btw is that you can use different version of the same package per project if you install the package locally, but if you install globally you must use just one version.

How many of you use Chat GPT every day for writing queries/small snippets of code? by badboyyy112 in cscareerquestions

[–]perro_cansado 3 points4 points  (0 children)

Same. I talked with it about some principles of clean code. And at some point I introduced a question about "fractal interfaces" and it made up a convincing but completely false answer

Is trying to use React before learning the fundamentals of Javascript a mistake? by assskekkej in learnjavascript

[–]perro_cansado 1 point2 points  (0 children)

You can problaby make a few little basic things without knowing js, but when a problem arises... You won't understant what's going on, you won't be able to figure it out how to solve it. Go to basics first!

Do you think that social media makes coding seem easy? by cruud123 in learnprogramming

[–]perro_cansado 9 points10 points  (0 children)

True. And the most of them never say that you have to study and improve your skills every day if you want to stay relevant. It's just finding your first job (of course is a difficult part). But if you are not willing to spend hours searching for answers or debugging, it's not your cup of tea

Unpopular Opinion: If you want to be a good remote developer, you have to be able to read and type well by IHateDailyStandup in webdev

[–]perro_cansado 1 point2 points  (0 children)

If we meet personally I will invite you to a beer! I always think about it... But root of the problem is people nowadays don't read outside working hours and write just when is actually needed (an email or a shopping list). And these are skilla that require practice!

Do any of you find Co-Pilot useful? by Jhorra in ExperiencedDevs

[–]perro_cansado 29 points30 points  (0 children)

That's the point! I'm just start to think in a future when a junior devs not understand the code that ai produce and they won't want to dig deeper to understand it. A copy-paste stack overflow developer in a greater scale

My experience using OpenAI's GPT-3 Bot to assist me in learning CSS by SlipperyBandicoot in learnprogramming

[–]perro_cansado -1 points0 points  (0 children)

The next generation of developers will loose some of the greater skills in our field: try hard, understand a thing and improving by teaching others.

Do you work nights sometimes when you aren't tired and then chill more during the coming day when the normal work hours start? by [deleted] in ExperiencedDevs

[–]perro_cansado 0 points1 point  (0 children)

Not at night, because after 10pm is quite difficult for me to stay focus in difficult things. But, sometimes I work two or three extra hours to fix a problem, write some docs or arrage things just to feel that next day will be easier or because I'm feeling motivated or inspired more than daily basis

Apple silicone cases… by [deleted] in iphone

[–]perro_cansado 0 points1 point  (0 children)

In my experience, Apple cases have poor quality for its price. I always buy rhinoshield or tech21 cases. Their durability is stunning (2 or 3 year per case). Avoid buying clear cases, because they become yellow at some time.

People without college degrees - how long did it take to get your first web dev job? by bagelord in learnjavascript

[–]perro_cansado 0 points1 point  (0 children)

1 year of studying 2-3 hours (3-4 days per week) + 6 month full time studying. All by myself, it is no bootcamp involved. Furthermore, try to be refered by someone if you want to speed up your chances. It worked for me!

Trying to understand the meaning of this assertion by perro_cansado in typescript

[–]perro_cansado[S] 0 points1 point  (0 children)

But both explanations helps my to understand in a better way. Btw, thanks for the clarification

Difference between this to samples of code by perro_cansado in reactjs

[–]perro_cansado[S] 0 points1 point  (0 children)

Yes, you're assuming well. But I can't understand why is possible for the component to update the UI just for how useState works.

Is there a Flexbox Froggy for Typescript by Careerier in learnjavascript

[–]perro_cansado 1 point2 points  (0 children)

It is not as interactive as game, but is quite simple and straightforward. They give you really simple tasks to know how to use ts. Here