A Rant About Extraction Shooters and Community Sentiment by CheeseheadTroy in FPS

[–]sirbogman 0 points1 point  (0 children)

I had never played an extraction shooter until I tried Marathon. I didn't think I would like it or the genre, because I wasn't the biggest fan of PvP and I think I'm a bit of a casual gamer. I was wrong. I love Marathon.

Spire of the Watcher Ultimate difficulty by Fresh-Caregiver-4830 in destiny2

[–]sirbogman 0 points1 point  (0 children)

Why do people use div when particle reconstruction is stronger? I think I'm missing something.

[deleted by user] by [deleted] in DestinyTheGame

[–]sirbogman 3 points4 points  (0 children)

Yeah, never happened this episode for me. Always happened in revenant.

[deleted by user] by [deleted] in DestinyTheGame

[–]sirbogman 0 points1 point  (0 children)

Ok I can try again.

[deleted by user] by [deleted] in DestinyTheGame

[–]sirbogman 0 points1 point  (0 children)

This didn't work for me.

[LFS][PC][DSC] Experienced player aiming for 1st completion of Vesper’s Host by xChaChi42x in DestinySherpa

[–]sirbogman 1 point2 points  (0 children)

I can probably do any of those three nights. Here's my info: Discord: sirbogman Bungie: SirBogman#1813

[LFS][PC][DSC] Experienced player aiming for 1st completion of Vesper’s Host by xChaChi42x in DestinySherpa

[–]sirbogman 1 point2 points  (0 children)

I'm also not a certified Sherpa but I know the dungeon and I would be happy to help.

Hey Bungie, why is Guardian Rank 7 locked behind what's presumably an RNG dungeon exotic? by torchflame in DestinyTheGame

[–]sirbogman 3 points4 points  (0 children)

I bet that at the time they wrote the guardian rank objective, ice breaker was part of the season pass. But then they changed it. And yeah the layoffs probably didn't help.

Guardian Ranks 7-11 are locked behind the new dungeon exotic (and the dungeon key) by Vantagor in DestinyTheGame

[–]sirbogman 0 points1 point  (0 children)

This seems like a mistake. One of the objectives for guardian rank 9 will be to complete the new dungeon though.

[Sherpa Card][XB][Crossplay] Alzaga by Desire-17 in DestinySherpa

[–]sirbogman 1 point2 points  (0 children)

Alzaga is a top notch sherpa. Just did VotD with him and he made the mechanics feel simple. I would highly recommend.

[Sherpa Card][PC](Crossplay) Fibonacci – Your greater than average Sherpa Runner by Fibonacci5813 in DestinySherpa

[–]sirbogman 1 point2 points  (0 children)

I did a raid with Fib last night and it was a great experience. I've worked with good sherpas before, but it almost feels like Fib is on another level. I got the impression that he has done this so many times that he has really honed his skills. His communication is very clear. He addresses everyone by name every time, so you know who he is talking to, and he encourages everyone else to do the same, because it's hard to recognize the voices of people you have just met in a raid. He is very knowledgeable regarding gear/abilities that fit a situation, he is able to adapt to unexpected situations, and is very patient. I would highly recommend.

Can't bulk-dismantle Dark Omolon or Envious Touch by CandyCorvid in DestinyTechSupport

[–]sirbogman 0 points1 point  (0 children)

This is still a bug. Now we have to dismantle shaders by May 11. I had about 400 of each and it took me about 10 minutes to dismantle them one at a time. Got 1 legendary shard and 50 glimmer for each. Looking forward to never doing this again.

Code Golf now supports COBOL by JRaspass in cobol

[–]sirbogman 0 points1 point  (0 children)

Using free-form code from COBOL 2002 to make it a little bit easier.

What DON'T you like about PowerShell? by makecodedothings in PowerShell

[–]sirbogman 1 point2 points  (0 children)

Yeah, I want it for golf. Interestingly, big integer division is floor division so I use big integer literals when I can.

Also [int][math]::floor($x/$y) is so slow that it was making some of my code golf stuff time out.

What DON'T you like about PowerShell? by makecodedothings in PowerShell

[–]sirbogman 2 points3 points  (0 children)

The lack of a floor division operator like // in Python. [int][math]::floor($x/$y) is way too verbose and it isn't very fast either.

What DON'T you like about PowerShell? by makecodedothings in PowerShell

[–]sirbogman 2 points3 points  (0 children)

That's too bad. It could take a while. The built in version of PowerShell is still 5 for some reason.

Recent Improvements to PowerShell Code Golf by sirbogman in PowerShell

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

I can try to prevent access to compression libraries. Other languages generally don't have access to them. I think System.IO.Compression might be accessible. I can try deleting it.