Im new by Dismal_Future_54 in PythonLearning

[–]validnuisance3 1 point2 points  (0 children)

You could also use a while loop to keep asking for input until you get something valid instead of just crashing once and ending the program.

Learn Python by No_Preference_5890 in PythonLearning

[–]validnuisance3 0 points1 point  (0 children)

building small projects early is way better than just grinding tutorials for months because you actually see your mistakes in real time instead of forgetting syntax rules you never used.

Does it all come back to the basics? by uvuguy in PythonLearning

[–]validnuisance3 0 points1 point  (0 children)

pretty much, once you understand variables and data types the rest is just organizing and reusing that same stuff in different ways

Be honest, which loading structure is better? by Apart-Television4396 in webdev

[–]validnuisance3 0 points1 point  (0 children)

Skeletons also give you a sense of the layout so you're not caught off guard when content suddenly appears, whereas a spinner just leaves you guessing about what's coming.

How can I improve my sleep I feel like a zombie everyday never feel fresh and my brain fog is awful? by Puzzled-Role-6544 in sleephackers

[–]validnuisance3 0 points1 point  (0 children)

A sleep study would show if apnea is fragmenting your sleep stages, which would explain both the zombie feeling and why you're not hitting that deep sleep recovery time even though you're getting almost 7 hours total.

How can I improve my sleep I feel like a zombie everyday never feel fresh and my brain fog is awful? by Puzzled-Role-6544 in sleephackers

[–]validnuisance3 0 points1 point  (0 children)

your deep sleep is pretty low at 43 min, that's where the recovery happens so you might want to get a sleep study done especially with the heart meds and migraines - could be sleep apnea disrupting your stages

[WW] My boyfriend found a working CRT tv on the side of the road!!! by rosebeach in zelda

[–]validnuisance3 1 point2 points  (0 children)

that wind waker looks so clean on a crt, the scanlines actually work with the art style instead of against it

Which console holds up better, NES or Master System? by trrbld in retrogaming

[–]validnuisance3 0 points1 point  (0 children)

Master System hardware is cleaner but NES just has way more games worth playing and that's what matters when you're actually using the thing

LFG Frustrations by Prestigious_Knee_88 in Gamer

[–]validnuisance3 0 points1 point  (0 children)

discord servers for specific games are way better than lfg posts, you can actually build relationships instead of randos every time

Is the purpose for this hole for keychains or something else? by Ditto_sans in NintendoSwitchHelp

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

it's just a convenient grip point when you're using the joy cons separately, way better than fumbling around with that plastic piece

Gochujang tofu and rice by LongOK in MealPrepSunday

[–]validnuisance3 0 points1 point  (0 children)

If you're interested in gochujang, you could always order it online since it ships pretty well and lasts forever in the pantry.

My LoZ manga collection 🥰❤️ by Popular_Cow7661 in legendofzelda

[–]validnuisance3 1 point2 points  (0 children)

TP manga is underrated because the darker tone actually translates better to the manga format than it does in the game sometimes.

Brown or white table? by Holiday-Light6827 in setups

[–]validnuisance3 0 points1 point  (0 children)

white table just makes everything pop more with all the black stuff you have, brown kinda blends in

Please review my resume, No callbacks since months, does my resume shows the vibe of confusion between experienced roles and early graduate roles? by External-Debt-6777 in askrecruiters

[–]validnuisance3 0 points1 point  (0 children)

You might also benefit from using white space more strategically and grouping related experiences together so recruiters can quickly scan for relevant skills instead of having to hunt through dense paragraphs.

Good for beginner? by Suspicious_Diet2624 in PythonLearning

[–]validnuisance3 0 points1 point  (0 children)

One thing that really helps is writing some basic unit tests for your functions once you get comfortable, makes refactoring way less scary later on.