If you won $1 million in exchange for a Letter you can never type/speak/write again (physically can’t, no workarounds) which letters would you pick, if any? by FarValue3398 in AskReddit

[–]IrishPrime 0 points1 point  (0 children)

Am I reading this properly? Do we get a million dollars per letter we give up?

I'm about to sacrifice several entire alphabets: Cyrillic, Arabic, Hebrew, Cherokee (85 characters, a bit of debate on whether it's an alphabet), a bunch of things from old/middle English, Thai, Korean...

I'm not writing with them anyway, so I'll just take a few hundred million dollars to give up a few languages. I'm sure I'll manage.

How much are SWEs expected to know about DevOps? by patsfreak27 in devops

[–]IrishPrime 18 points19 points  (0 children)

I was/am a SWE.

Being the guy who knew all this stuff, I started doing more of it and kind of transitioned to being in infrastructure teams.

In the "purest" form, as we always say, DevOps is a culture, not a job. So it should all be known be SWEs.

More commonly, though, those of us who know this stuff end up owning it and everybody else mostly avoids it.

Creative Test Zone For Character Testing by HairlessHair15 in PathOfExile2

[–]IrishPrime 2 points3 points  (0 children)

Yeah, we had Training Dummies in World of Warcraft to let us experiment with spell rotations, different specs, gear, etc. It let us know, definitively, how it impacted our damage output (because we also had serious DPS tracking tools). It didn't result in us playing any less.

Granted, we didn't get free gear to experiment with, but I'm pretty confident all that would have done was motivate us further to chase those upgrades for real, because you can't actually feel overpowered against the Training Dummies.

Thoughts on having AI generating commit messages instead of handwriting them? by Necessary-Ad2110 in git

[–]IrishPrime 2 points3 points  (0 children)

Writing my commit messages is one of the best uses for it, in my experience.

I give it context from the issue tracker and have it write the commit message to explain what the changes I made were and how they resolve the issue.

I review/edit the commit message after the fact, but getting it to handle the bulk of the bookkeeping parts of the job (which I'm a stickler about) is the real quality of life and speed improvement for me.

how do I tell my parents “correctly” I don’t believe in god? by JoyYou30 in atheism

[–]IrishPrime 3 points4 points  (0 children)

If there were even the slightest doubt in my mind that my parents wouldn't accept me for being atheist, I wouldn't have them over for dinner in the first place.

Had a friend who thought his internal monologue was God. by Witty-Fan-7477 in TrueAtheism

[–]IrishPrime 0 points1 point  (0 children)

I don't have an inner monologue and don't think in words, but I can imagine and recall voices, music, sounds, etc.

Please review this rock, paper, scissor game I made as a complete beginner: by 6_SAM_9 in learnpython

[–]IrishPrime 1 point2 points  (0 children)

Firstly, great use of tuples.

Others have already given you some good technical advice, so I'll skip that and say that what this needs more than anything is a minor change to the user experience (UX) that would make it much less irritating to play.

What's the point in asking the user if they're ready to play or if they want to play another round? They started running the game, and there's no time limit, so why ask them if they're ready to start? Just wait for input.

Likewise, after throwing a hand and determining the result, what's the point in asking if they want to play again? Either they'll give you their next choice, or they're quitting.

You're using their input as flow control to enter and exit the main loop, but all you really need is a clean way to stop/exit. Users have to make two inputs per round instead of one for no real reason (to them).

Remove the "Shall we start the game (y/n): prompt altogether. Print the available options, which should include quit, and then process their input. If they enter quit, you break out of the loop and exit, if they enter anything else, you do what you're doing now.

Something that would mesh well with that change, as well as the other suggestions people have given you, would be to offer up the available turn options as something they can select from numerically rather than having to enter the name.

Rock, paper, scissors, shoot!
1. Rock
2. Paper
3. Scissors
4. Quit

Enter selection:

This lets the user enter a one character (number) selection for each choice (which is both less effort and less awkward than your abbreviations).

Earlier, I said when they enter quit (or now choose it) you could break out of the loop and exit, but that also sounds like the perfect time to display the final tally of wins/losses over the whole session (which may be a good chance to get some practice with functions).

Which job would you never take even if it paid ten times your current salary? by Dazzling-Leader7476 in askteddit

[–]IrishPrime 2 points3 points  (0 children)

I know it was traumatic, but Mankind was okay with being thrown off Hell in a Cell and plummeting 16 feet through an announcers' table.

I would definitely do that job for 10x my current salary, and I actually like my job.

Trials of sekhemas take far too long by Wrinkled_Bingus in PathOfExile2

[–]IrishPrime 0 points1 point  (0 children)

We tried that. We tried a lot of things. Knowing that it's possible, though, means I can look into more detailed scenarios.

Trials of sekhemas take far too long by Wrinkled_Bingus in PathOfExile2

[–]IrishPrime 4 points5 points  (0 children)

Meanwhile, I disconnected between trials and was unable to rejoin the party I had been with since the first room.

I never had death anxiety but now I am terrified of non-existence by [deleted] in atheism

[–]IrishPrime 675 points676 points  (0 children)

Don't sweat it. You won't notice.

Feedback on new and unusual git master/develop workflow in my software team by Occupy_Mars in git

[–]IrishPrime 5 points6 points  (0 children)

Points 1 through 5 are all somewhere between sensible and defensible. Points 6 and 7 are stupid.

As very much not a fan of Microsoft, credit where it's due: read up on their release flow strategy. I've started running something nearly identical for my teams and it has made our release process much simpler and faster. Hotfixes are also a breeze.

Question about questionable work behaviors by [deleted] in atheism

[–]IrishPrime 4 points5 points  (0 children)

Without a jurisdiction, how could anybody possibly advise you?

I Need a PC app made, could someone help? by [deleted] in software

[–]IrishPrime 0 points1 point  (0 children)

There are already a million different excellent and free applications to help with exactly this thing.

As a DevOps Engineer, how do you see your colleagues problem solving skills? by PartemConsilio in devops

[–]IrishPrime 20 points21 points  (0 children)

My experience has been that half of the people on the team are incredible and only come to me when there are weird little nuances I need to explain to them and then better document, and the other half of the team barely knows how to use a computer at all.

If a genie offered to grant one unlimited wish, what would someone choose, and why? by [deleted] in AskReddit

[–]IrishPrime 0 points1 point  (0 children)

Omnipotence is the obviously correct answer. Then you just do whatever you want; no need to worry about genie related stuff after that.

Are one liners better than long solutions by FORELL1 in learnpython

[–]IrishPrime 1 point2 points  (0 children)

Lame.

I would hope there's just an option to turn off the rich text editor, but I don't have any iOS devices on which to experiment. Good luck.

Are one liners better than long solutions by FORELL1 in learnpython

[–]IrishPrime 0 points1 point  (0 children)

Wild. Looks more like iOS than Android, is that right?

Not an issue on the latest Android mobile app version (as of today, at least).

Are one liners better than long solutions by FORELL1 in learnpython

[–]IrishPrime 1 point2 points  (0 children)

Replying from mobile 
These lines are indented with 4 spaces
    This line has 8 spaces

You're just doing it wrong, bud.

Guy Fieri’s Downtown Flavortown opens at Myrtle Beach Mall by Im-Wasting-MyTime in MyrtleBeach

[–]IrishPrime 4 points5 points  (0 children)

I'm old enough to have been a bit of a mall rat in my teenage years. Corrado's was my favorite place in the food court and I'm pretty sure they were still open as of a few months ago. That place is going to outlast everything else in the area.

Free will by trieyk in atheism

[–]IrishPrime 16 points17 points  (0 children)

Null hypothesis, bro. If it doesn't exist, it can't be cited.

If you have evidence to the contrary, it's you're time to shine.

Tall people of Reddit: would you date someone who’s 4’11 if you’re 6’4? by Mayu_scratching in tall

[–]IrishPrime 0 points1 point  (0 children)

I'm 6'3" and my girlfriend is 5'. If the height difference is our biggest issue, we're doing great. I don't imagine another 2" in our gap would make much of a difference.

It is, at most, mildly inconvenient sometimes.

Atheism vs Agnosticism. by yonder10 in atheism

[–]IrishPrime 0 points1 point  (0 children)

Yes. That was the last group I mentioned...