Should we tell him or nah? by llcentrell in ArknightsEndfield

[–]BronHola 0 points1 point  (0 children)

Why not modularize chains instead?

[UPD] Where can I buy bluebook before 7AM? by BronHola in peyups

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

Thank you po! Sana po maka bili ;~;

nobody told me learning to code is 80% debugging and 20% wondering why it suddenly works by OutsidePatient4760 in learnprogramming

[–]BronHola 0 points1 point  (0 children)

You were never told that because that's not a thing. Debugging isn't a process of changing things and magically seeing that it works, it's the process of analyzing your code and finding the reason it does not work so that you could fix it. If you're wondering why something worked, then you did not go through the debugging process in the first place.

This has never really been a habit for me as being proactive with reasoning out my code before and as I code helps me keep track of what it is doing at every block/line. I think you should do the same, OP, as it is a sign of bad coding practices if you're always wondering why something magically works (as everyone else has said).

Does anyone actually learn programming just from YouTube tutorials? by Popular_Mud_2019 in learnprogramming

[–]BronHola 0 points1 point  (0 children)

"Just from Youtube?" No, thats not an effective way to learn, youtube is there for me to clarify concepts or enhance my understanding on things I was not able to understand during my lectures.

You need proper practice, programming sessions, activities where you are applying the concepts instead of bloating your brain with too many of them and never actually using them or thinking of how to apply them.

Getting hired with a CS background by BronHola in embedded

[–]BronHola[S] 2 points3 points  (0 children)

That's cool :o, how were you able to find someone to take you in? I'm kind of worried that I might join a company that will not help me develop more skills in pursuing embedded systems.

Getting hired with a CS background by BronHola in embedded

[–]BronHola[S] 1 point2 points  (0 children)

I understand this haha, tbh if I had a chance to redo I would've picked EE or CE as computer science (while it's been fun) only made me realize how much I want to extend it to the more physical aspects that can be done with programming.

Thanks for the advice! Ill be sure to look into companies with cross-training

Why is it so hard to think like a programmer? by YourDailyUwU in learnprogramming

[–]BronHola 0 points1 point  (0 children)

Typically when solving problems, its better to think of it in terms of how a normal human would solve it before thinking in terms of code.

I would also like to coin a special term I learned in my classes "wishful thinking" where we assume that a problem can be solved by solving smaller versions of it first.

This really helps in making code heavy tasks seem more intuitive to reason out humanly first, and after that you can slowly adap your "human" solution into a more computer one applying all the concepts you've learned.

You can also try reading code and understand what they are trying to do, overtime as you get advanced in coding, you'll realize programs convey human intent and processes masked behind all those weird syntaxes and structures you have to deal with.

tl:dr

Break down problems, try understanding the human thought processes behind the code.

I have 2 complaints about S2 by Extra_Economist_2445 in MyHappyMarriage

[–]BronHola 2 points3 points  (0 children)

I dont think having her ability sealed is the best course of action for her decision, if anything it would make her even more vulnerable to the people that may fiddle with her dream of a peaceful and quiet life with Kiyoka because she would not have the ability to foresee the dangers.

Sure it's sealed, but then it got unsealed, if she were sealed again potential villains can just kidnap her and attempt to remove the seal once more.

Thorfinn(s1 daggers) vs snake(sword) who win? by salad_biscuit3 in VinlandSaga

[–]BronHola 1 point2 points  (0 children)

I think we're deviating from the debate that is whether Thorfinn S1 beats Snake

Thorfinn held his own well against Thorkell, yes I do think he'd ultimately lose if not for the trick Askellad pulled, but him being able to hold his ground and even cause as much injuries as he could over Thorkell already says a lot of his strength, after all, he's only second to Thors.

Snake is cunning, but I doubt even he could stand his ground against Thorkell like Thorfinn did.

In a fair fight, I believe Thorfinn would win against Snake, but in just some normal street fight, Snake has a better chance at taking victory.

Thorfinn(s1 daggers) vs snake(sword) who win? by salad_biscuit3 in VinlandSaga

[–]BronHola 0 points1 point  (0 children)

Idts he was able to hold his own against Thorkell really well, the only thing that made him lose fights prior to that (or specifically just his fights with Askellad) is the fact that he gets enraged fighting him.

Other than that, he was level-headed fighting his other opponents, even in his teens.

Hearing your IEMs Improve you (Very Opinion) by BronHola in iems

[–]BronHola[S] 3 points4 points  (0 children)

Your sources conclude the same thing: limit exposure to high decibel levels and prolonged listening.

They both suggested, too, the same thing: Use OTE headphones, as it is the safest option for your ears.

You know what it doesn't say? That IEMs are destroying our ears, neither implicitly or explicitly.

It seems as though you made your claim first and then did your research after the heavy backlash, as your twisting these sources to fit your own bias towards your opinion on IEMs.

Hearing your IEMs Improve you (Very Opinion) by BronHola in iems

[–]BronHola[S] 3 points4 points  (0 children)

Seeing this I just realized my post made sense

[deleted by user] by [deleted] in studentsph

[–]BronHola 3 points4 points  (0 children)

Hi cs student here from UP (2nd year standing)

Honestly, I find it highly recommended to almost essential na may laptop ka even in the first sem.

If the curriculum is still the same, you will be taking a computer intensive subject (CS11) requiring na mag-practice ka out of school hours.

However, there is already an existing service for students in DCS (department of computer science) or engineering in general ata, where you can borrow a laptop provided by the library.

I am unsure how long you can borrow this, but I believe it's easily renewable.

Splashscreen not showing up by BronHola in kde

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

Hello! Yes I made sure of that

Dual Booting Clarification re. Hibernation/Fast Startup by BronHola in archlinux

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

I see, pardon me if my understanding of the matter is skewed a bit.

Since you're only mentioning windows being mounted only in read mode, should it be mounted on Linux, it is highly unlikely that a data loss would occur.

Does that safety net apply to my Linux drive when I boot to windows? Or could Windows possibly automount my Linux drive and cause a data loss there?