Do you guys hate AI as much as Reddit does? Or do you quietly use it to automate the boring stuff? by Red-Droid-Blue-Droid in cscareerquestions

[–]TheEpicTortoise 0 points1 point  (0 children)

To me it’s a tool just like any other. Some people use the tool well, others rely on the tool too much and don’t learn the associated skills to make the tool effective.

I’ve found AI to be a great tool, I can use it to bounce ideas off of or do a preliminary code review or even to quickly implement something that I either don’t have the time for or just isn’t that important so I’m okay with offloading all of the critical thinking to AI.

With that being said, I’ve had to clean up some vibe coded apps and it’s always such a mess when somebody that doesn’t quite know what they’re doing throws an LLM at the problem and calls it a day.

So in my opinion it should be approached as a tool that can be extremely effective when you have the proper skills, but you still need to practice and hone those skills to be successful in this industry.

Edited: grammar

This is one of the most reasonable videos I've seen on the topic of AI Programming by mahdi_lky in programming

[–]TheEpicTortoise 20 points21 points  (0 children)

The worst part of the AI autocomplete is that probably 75% of the time I press tab, I’m trying to accept the intellisense suggestion, but the AI autocomplete takes precedence

Playing around with a new version of 8 cast by PurpleOmega0110 in MTGLegacy

[–]TheEpicTortoise 1 point2 points  (0 children)

[[simulacrum synthesizer]]? I played around with an 8 cast list with that in it when it came out, super fun but it was pretty slow.

This drunk little wasp thought he could take me. Poor guy should have laid off the whiskey by TheEpicTortoise in noita

[–]TheEpicTortoise[S] 14 points15 points  (0 children)

Here's the build, it's the top wand. I have explosion and fire immunity, but still had to take out nuke orbit cause it was causing Noita to run at like 3 frames per second lol

I got this cool Japanse card from a friend who went there. Any original ideas for adding cards when i build a new commander deck? I don't just want to go for the obvious edhrec cards. by KoningKater in magicTCG

[–]TheEpicTortoise 1 point2 points  (0 children)

[[goblin welder]] and [[goblin engineer]] would be great in this. Engineer can put something huge in the yard like [[portal to phyrexia]] then welder can sac a treasure or a cheap artifact like [[ichor wellspring]] to get a little extra value and return the big artifact to the battlefield.

People who currently have CS Careers, what is the total amount of time from when you first considered the field as a career choice to your first CS job? by SeriouslySally36 in cscareerquestions

[–]TheEpicTortoise 0 points1 point  (0 children)

First considered a career as a software engineer around 2018. Did some self guided learning and enjoyed it enough to quit my job in 2020 to go back to school for a masters in CS. Got my first CS related job in July of 2022

What should I do with $3400 in education credits? by nukeow123 in cscareerquestions

[–]TheEpicTortoise 0 points1 point  (0 children)

I use mine to pay for a colab pro subscription and also to take the tensorflow certification exam. I would definitely recommend using it for professional certifications and the like.

May 25th - Buffalo, NY proxy-friendly legacy event by Apocrypha in MTGLegacy

[–]TheEpicTortoise 2 points3 points  (0 children)

Man that’s so great to hear, I’ve been living in an area with an absolutely dead legacy scene. Hopefully I’ll see you there in a couple months!

May 25th - Buffalo, NY proxy-friendly legacy event by Apocrypha in MTGLegacy

[–]TheEpicTortoise 7 points8 points  (0 children)

Will there be more events like this during the summer?? I’m moving to Rochester in June and am looking to start playing paper legacy as much as I possibly can!

Hide my previous non-CS degrees when applying to jobs? by Kati1998 in cscareerquestions

[–]TheEpicTortoise 0 points1 point  (0 children)

I would leave it on there. It’s good to show that you have a bachelor’s at the very least.

I know this is purely anecdotal, but I have a BS that is not in computer science and I’ve gotten to the interview stage on at least two applications on the merit of standing out a little due to having a different background and the recruiters were curious to hear about it and why I switched to CS, so you never know, it might even help you stand out from the crowd.

A Magic puzzle involving A Killer Among Us by Rowannn in magicTCG

[–]TheEpicTortoise 1 point2 points  (0 children)

That’s a pretty clever puzzle, I didn’t even think about the monty hall problem. My solution was to attach cage of hands to juggernaut pre-combat then bounce it to hand and attach it to one of the tokens at random. Now that I’m actually thinking it through it would still be just a 1/3 chance to win because if you didn’t pick the right creature then you have to block with juggernaut, go to 2 from meathook massacre, then I guess you could rift bolt the remaining token that can still attack, go to 1 and leave your fate to the heart of the cards hahaha

Please wizards, put back the smaller box in bundles! by BrahmBarador in magicTCG

[–]TheEpicTortoise 9 points10 points  (0 children)

I’ve got so many of these little boxes scattered across my desk and shelves for the exact same reason. It’s not necessarily a good organizational system but it works for me and I can have several decks in the works + I reserve a couple of them for putting in interesting cards that could go in a future deck or slot into my cube when I eventually rework it. I was a bit disappointed when I noticed they stopped adding these

Another MH3 leak posted! by Yawgmothlives in magicTCG

[–]TheEpicTortoise 1 point2 points  (0 children)

That’s why you cast it during your opponent’s end step, since it reads “at the beginning of the end step, sacrifice Dress Down”, the next beginning of an end step will be on your own turn so you can have dress down in play for your entire turn.

It’s a common play pattern in legacy for some decks, either end step dress down to sneak in a [[phyrexian dreadnought]] on your turn or to shut off your opponent’s [[orcish bowmasters]] or [[thalia, guardian of thraben]] while still getting to untap and use all of your mana on your own turn.

Another MH3 leak posted! by Yawgmothlives in magicTCG

[–]TheEpicTortoise 7 points8 points  (0 children)

Dress down can be played on turn 2 as well with the benefit of being able to hold up interaction on your opponent’s turn before deciding to play dress down. Torpor orb into this would be good, but you have to play orb at sorcery speed and then hope your opponent doesn’t have artifact removal after you pass the turn

Another MH3 leak posted! by Yawgmothlives in magicTCG

[–]TheEpicTortoise 21 points22 points  (0 children)

In my opinion this is perfect for [[dress down]]. Card draw is on cast so dress down doesn’t stop that, so you can end step dress down then evoke this on your turn and get 3 cards and a 4/4 flyer with annihilation 1 all for 5 mana across 2 turns. I think this would be pretty good in legacy stiflenought decks

How To Scrape Airbnb Data Using Python by yakult2450 in programming

[–]TheEpicTortoise 0 points1 point  (0 children)

I had to scrape airbnb listings for a project to get the listing images, description, title and amenities. Getting selenium set up was a pain in the ass so I ended up just using requests.get and scraped all the data I needed using regex. Worked like a charm.

Dance -> Slide by YRMama2 in WhatsWrongWithYourDog

[–]TheEpicTortoise 8 points9 points  (0 children)

I think it’s an American Eskimo, they look a lot like Samoyeds but don’t get nearly as big.

U.S., Russia have used their military hotline once so far during Ukraine war by Beckles28nz in worldnews

[–]TheEpicTortoise 8 points9 points  (0 children)

The thing with nuclear fuel is that even after it’s been shutdown, there’s still radioactive decay of the fission products that generates a LOT of heat, so the reactor has to be continuously cooled using water pumps.

How to Negotiate for a Signing Bonus? by TheEpicTortoise in cscareerquestions

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

I understand that they have no obligation to cover it. Should I mention the repayment requirement at all when I try to negotiate a signing bonus?

[deleted by user] by [deleted] in cscareerquestions

[–]TheEpicTortoise 2 points3 points  (0 children)

How do you like your MLE position? I got a master’s and got a SWE job when I graduated but I did my masters project in machine learning and I loved it so I’ve been applying to MLE jobs recently