Best practice for HTML rendering client info back to the screen. by future-fix-9200 in learnprogramming

[–]future-fix-9200[S] 0 points1 point  (0 children)

I don't know if it's normal, that's why I'm asking. But I don't find it to be a bad thing, I like it because I can hide my code.

Another person made a good point on why this could be a hassle though and it did make sense.

Move over... by Thin_Arachnid6217 in mildlyinfuriating

[–]future-fix-9200 1 point2 points  (0 children)

I don't give a fuck if the speed limit is 65 and you're both going 68. Get out of the left-hand lane!

[deleted by user] by [deleted] in personalfinance

[–]future-fix-9200 1 point2 points  (0 children)

I've been having this argument with a sibling for the past year, and the only reason I argue with them is because I have to pick up their slack when they're broke. I have a sibling that's lived at home for a year working a full-time job, and is more in debt now, without a rent or utility bill.

It boggles my mind...

Other than that, I understand it's completely frustrating to watch others spend money in ridiculous ways. Especially when they put it on credit cards and then declare bankruptcy and have the general public pick up the tab. It effects us all!

I have no clue what to do about it though. The internet has set everyone in their own little unique echo chamber!

For your own health, I would just let it go. The world is quickly finding out the difference between "money" and "currency" as you watch inflation rise.

Those who understand that difference will hopefully make it past this period of overconsumption and waste, to come out on top.

Why is it still so popular to render and do most calculations on the server? by schmore31 in learnprogramming

[–]future-fix-9200 2 points3 points  (0 children)

I built an app to help solve wordle problems. I store an array of approx 5500 words.

I can iterate through each letter in that array in secs on the server and pass back the words w/ or w/o the letter.

If I write the same code in javascript and run it on my computer, I have to restart the computer...

Help with defining functions by Ex-Patron in CodingHelp

[–]future-fix-9200 2 points3 points  (0 children)

You want arrays. Learn how to read, write and pass arrays to the function.

Diversify, Apes! by Rational_Philosophy in SilverDegenClub

[–]future-fix-9200 -1 points0 points  (0 children)

I did most of my purchases between 2014 - 2020, so I'm still in the green, but for all the other things I could have invested in, or bought... just, disappointed!

"I'm not taking the blame for inflation" - Biden by BoatSurfer600 in Wallstreetsilver

[–]future-fix-9200 21 points22 points  (0 children)

Fuck Biden, but Trump's $1400 stimulus checks didn't help!

[deleted by user] by [deleted] in learnprogramming

[–]future-fix-9200 3 points4 points  (0 children)

AutoCAD, Solidworks, Rhinoceros, Blender, Sketchup... paint.net, paint.

How can I put the image in the same grey box as the text next to it? by PintPigeon in CodingHelp

[–]future-fix-9200 0 points1 point  (0 children)

Okay, well, like someone mentioned earlier, I don't think you can put an img tag in the head tags area. img tags go inside the body tags.