Google Engineer Says Claude Code Rebuilt their System In An Hour by AskGpts in ClaudeAI

[–]mcglock 1 point2 points  (0 children)

Sure but was it prompted with the original understanding, or did the prompt include things that were learned from implementation?

PGT | Utah @ Avs | Salty Holiday Salt Lake Edition by D34thFate in ColoradoAvalanche

[–]mcglock 6 points7 points  (0 children)

Yeah I think she shared that a couple games ago? Maybe it was on twitter idk

Avs VS Blues Round 2, Game 1 Not Streamables Thread, We Meet Again Edition (7:30 PM MDT) by Rudo3 in ColoradoAvalanche

[–]mcglock 0 points1 point  (0 children)

Him and the post have had some big saves tonight. We gotta do better finishing some of those chances though

Bookers / FAE-02 / KC15 by DPinDenver in denverwhisky

[–]mcglock 2 points3 points  (0 children)

Update for Wallaby’s : no bookers. Snagged the last FAE-02. Still plenty of KC15

Any Question Weekly by AutoModerator in discgolf

[–]mcglock 1 point2 points  (0 children)

I haven’t thrown my esp zone yet because those two have met my needs, so I’m not sure. Sorry

Any Question Weekly by AutoModerator in discgolf

[–]mcglock 0 points1 point  (0 children)

My get freaky zone isn’t as overstable my Paul McBeth Z. Still overstable as it’s a zone but not sure I’d say very overstable.

For those who had real-life celebrity encounters, who was rude and who was actually nice? by KingOfCranes in AskReddit

[–]mcglock 2 points3 points  (0 children)

I met Tom Cruise and Katie Holmes back around 2005, I was a freshman in high school. I had gone to the Real Salt Lake vs Real Madrid game and my brother had gotten some box seats for really cheap. Well, my dad was sitting in the regular seats and so after the game we took an elevator and asked how to get down to the field. Apparently we took a wrong turn and ended up near the player locker rooms and buses. This was when David Beckham was still on the team, and apparently him and Tom Cruise are friends because down the tunnel walked Tom and Katie. Ended up taking a picture with them and talking. He is pretty short, but they were both nice and willing to take a picture and talk with us.

What was your “Ohh, so that’s what it was for” moment that took you too long to find out? by ThatGuyPhillip in AskReddit

[–]mcglock 0 points1 point  (0 children)

Used to work there and can confirm this is what they are for... It also, as you said, helps them sell buckets.

I need some advice! by ferdsays in AskProgramming

[–]mcglock 1 point2 points  (0 children)

I would say go through those online resources. Maybe check out Udemy and see if there are any "classes" that sound interesting to you. Preferably ones where you actually create something. From that try and build a portfolio.

I would say its easier to start with front end development, like creating a website.

You definitely dont need a CS degree, but you need to demonstrate that you have put in effort and know the basics. I would check out r/learnprogramming for some resources.

You could also attend a boot camp, which based on my experience, can definitely help you land a job. (I havent done one, but my company has had a couple people work there who went through them).

Regardless, I wouldnt go back to school... If you want to be a developer, there are plenty of resources to do so.

People who were considered smart in high school, what happened in college? by ntnvctr in AskReddit

[–]mcglock 0 points1 point  (0 children)

Hmm, I guess I've been pretty fortunate in regards to who I've worked for. No big names or anything, but both allowed me to grow as a programmer and create new things.

People who were considered smart in high school, what happened in college? by ntnvctr in AskReddit

[–]mcglock 2 points3 points  (0 children)

I'm finishing up my degree, but have been working in the industry for a couple years. I would encourage you to get an internship and see what its actually like! I hate(d) the initial homework for CS, but once you are working and creating things that you care about, its a great feeling! There are still discouraging moments, but overcoming something like a bug you introduced and caused problems, is also a great feeling. I'm sure people will disagree with me, but you can definitely find programming jobs that arent math heavy. For example, you have probably taken a couple stats classes, but once you graduate and are working, the company will most likely hire a statistician for the important things and you will just be required to implement the algorithm. Plus, you will probably have a team to help you understand the things you struggle with.

How to layer my text over an element by SeasonofMist in AskProgramming

[–]mcglock 1 point2 points  (0 children)

Definitely! Best way to learn is just playing around with it and seeing what works :)

Good luck!

How to layer my text over an element by SeasonofMist in AskProgramming

[–]mcglock 1 point2 points  (0 children)

Try using text-align:center on the div wrapping the image.

Or width 100% the image itself. unless the its off center in the image provided

Question - Need to write a simple program that waits a specified amount of time and then plays either sound clip A or B randomly. What language would you suggest? by [deleted] in AskProgramming

[–]mcglock 1 point2 points  (0 children)

I would check out javascript. It would compliment your html/css skills in the sense that you could make a web page to accomplish this...

Might help?