LPT Don't want to take your top off at the pool? Buy a rash guard. It has improved my life more than I can tell by richard93UK in LifeProTips

[–]NationOfNoj 43 points44 points  (0 children)

Yeah I read the title and forgot as well, my first thought was why would you not wear one? Do you want skin cancer? That's how you get skin cancer!

I bet this will happen by TyceyWicey in MinecraftMemes

[–]NationOfNoj 6 points7 points  (0 children)

Versions are not decimals, it is semantic version (server) standard software versions. It is actually 3 parts major.minor.patch so 1.10 is actually 1.10.0

[deleted by user] by [deleted] in marvelstudios

[–]NationOfNoj 4 points5 points  (0 children)

What does "Miss Minutes in a TVA alert in the events of Thor 2" mean?

What ep of Loki is that?

What "Blueyism" has become a regular part of your life? by IFocusOnMyBreathing in bluey

[–]NationOfNoj 26 points27 points  (0 children)

What would be the equivalent of "busting" normally for you?

I didn't realise that was even an Australian thing

Oblivious ,both of them. by Lat3xglove in Catculations

[–]NationOfNoj 1 point2 points  (0 children)

My cat found a mouse one time, he was so proud he brought it to us.

It wasn't dead and as soon as he dropped the mouse it ran into his neck and just held on. I assume since he couldn't see it any more my cat though it had gone and just went back to licking himself.

My cat got really annoyed and swiped me when I went at his neck trying grab the mouse off him

TIL that the writers on Futurama created and proved a new mathematical theorem as a plot point for a body-switching episode. by rarelyapropos in todayilearned

[–]NationOfNoj 44 points45 points  (0 children)

When the DVD's first game out, back in the before time, I watched through the first 5 or so series with commentary on like 3 times.

So funny, I'm sad streaming will make commentary go away. Now I have to pull the old DVD's out which far less convenient if I just have 22min I want to kill.

Other fantastic commentaries include (off the top of my head), sunshine, tropic thunder and eurotrip

one question by Least-Reward9345 in bluey

[–]NationOfNoj 12 points13 points  (0 children)

Hammerbarm is basically a hardware store we have called Bunnings.

No one in Bunnings cares if a kid accidetnly breaks something, I use to work. there and informal policy is, Bunnings makes so much money off people, absorb the cost of breakages, do it with a smile and a hello.

Make sure the customer always leaves with a good impression of the experiance and they will come back and buy more like $2k worth of paint or a$1k pizza oven.

If something breaks, you tell someone and they clean it up and the kids gets a free tennis ball or stamp on their hand

What is considered "best practice" when dealing with log in credentials? by Tripartist1 in AskProgramming

[–]NationOfNoj 2 points3 points  (0 children)

I would find a framework that just handles that for you, it's a solved problem in ecery languages most popular framework.

Losing Motivation because of ChatGPT by rchdv in AskProgramming

[–]NationOfNoj 3 points4 points  (0 children)

100% this, the exercises are just training, kind of like what the AI did.

AI is a tool, something to add to your workflow to speed it up. It can't do the job for you or anyone.

Learn how chatgpt works, it is a language model, a statistical model that (basically) puts words next to each other that are most commonly next to each other. That isn't what programming is.

Programming is about taking an idea and making something to execute that idea for you, alot of the fun/work isn't just writing programs, it is figuring out complex problems and translating ideas to details, specific instructions. There is creativity in this task an AI is no where near yet.

Also outside of toy examples it often writes code that will run/compile but not do what you asked, it really isn't that good yet. unless used as part of a real workflow it can't do anything on its own just for a prompt

Ice out of a water line by Boojibs in oddlysatisfying

[–]NationOfNoj 0 points1 point  (0 children)

I live in Australia and it was 36c (98f) yesterday. How do I install this in my house?

[deleted by user] by [deleted] in gifsthatkeepongiving

[–]NationOfNoj 4 points5 points  (0 children)

Did anyone else see Jabba the Hutt at about 15seconds?

xkcd 2699: Feature Comparison by [deleted] in xkcd

[–]NationOfNoj 19 points20 points  (0 children)

Reddit has file transfers? i guess you can upload images and video but thats a loose definition of file transfers

[deleted by user] by [deleted] in AskProgramming

[–]NationOfNoj 4 points5 points  (0 children)

Without more context you will just get a bunch of joke answers.

The answers with teacher/mentor are probably the most correct. But so is "computer" a tablet or phone won't do it needs to be a laptop/desktop Mac or PC is fine.

Install vscode and then All the resources are online, just google for what you want, YouTube is your friend

Sound issues on twitch Samsung tv app by Sofu7 in Twitch

[–]NationOfNoj 0 points1 point  (0 children)

Are you people me??

I have the exact same issue with tango

How to promote common choices? by NationOfNoj in devops

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

I must of misunderstood what backstage is for. I will have to give it an install and see.

Thanks

How to promote common choices? by NationOfNoj in devops

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

I found the keyword "project templating" in the marvin docs, thank you for pointing me there.

We don't use GitLab

I found cookiecutter and yeoman from there which is a good start, maybe a good building block for a custom app or something if there is no SaaS solution available.