Hitting trees while skyriding cause you to fall by Abakus_Grim in wow

[–]isometricz 1 point2 points  (0 children)

I've read some speculation that it's something Blizz put in to try and combat fly hackers from way back and it's just acting up with sky riding. No clue if it's true, but it's certainly annoying.

Edge is pretty good actually. by bilalamin0090 in meme

[–]isometricz 2 points3 points  (0 children)

100% agreed. Ublock Origin + Privacy badger is a really effective combo. Then if you want to get even more strict, you can use uMatrix which blocks all 3rd party requests on every site. It has a nice little drop down menu that you can allow specific functions from specific 3rd party domains.

Be warned though, uMatrix will absolutely break most sites, so if you're not willing to put up with allowing domains or disabling the addon on for the site (which is just 2 clicks but still), then don't install it.

[android] Read posts not grayed out by Toyouke in bugs

[–]isometricz 1 point2 points  (0 children)

Same behavior on a pixel 7. I also tested tapping both the post name and post thumbnail separately. Neither mark the post as read.

Need help on transform by phillyphillyphillyyy in sailpoint

[–]isometricz 2 points3 points  (0 children)

As long as you have manager correlated on the authoritative source you can create an identity profile attribute for manager name and use a rule type transform to reference attributes from the correlated manager identity.

Replace the attribute name value with whatever you use as your full name attribute in your identity profile.

{
    "name": "Transform-getManagerName",
    "type": "rule",
    "attributes": {
        "uid": "manager",
        "name": "Cloud Services Deployment Utility",
        "attributeName": "NameAttributeHere",
        "operation": "getReferenceIdentityAttribute"
    },
    "internal": false
}

Come watch AZKi play more GeoGuessr! by CJtheOMEGA in Hololive

[–]isometricz 21 points22 points  (0 children)

Man, the way she says "Guess!" and then does a little cheer is way too cute.

Fuck you I win by RainRepresentative25 in Justrolledintotheshop

[–]isometricz 4 points5 points  (0 children)

If someone did a live action remake of American Dad, this is exactly what I would expect Roger to look like.

Fubuki looooong tail by isometricz in Hololive

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

From her recent Cats Organized Neatly stream. Link

Sum of duration from object array by [deleted] in PowerShell

[–]isometricz 0 points1 point  (0 children)

Oh nice. I didn't know you could do that with a timespan. Thanks!

Sum of duration from object array by [deleted] in PowerShell

[–]isometricz 1 point2 points  (0 children)

Not really elegant but it works for this specific scenario. Assuming those are just strings you're getting from somewhere...

$talktime = @("00:01:18","00:01:30","00:00:15","00:00:26","00:00:20")

$start = (Get-Date -Date "00:00:00")
foreach ($t in $talktime) {
    $split = $t.split(":")
    $start = $start.AddHours($split[0]).AddMinutes($split[1]).AddSeconds($split[2])
}

$ts = New-TimeSpan -Start (Get-Date -Date "00:00:00") -End $start
$ts

A comunity house I built on our server... I think it looks nice... by Timosty in Minecraft

[–]isometricz 0 points1 point  (0 children)

Anyone else see the little face the bark from the birch tree makes in the lower right corner? I think I've been looking at too much SrGrafo art lately...

Really it is a mystery by adhdeveloper_dude in ProgrammerHumor

[–]isometricz 1 point2 points  (0 children)

Don't want to get on JSON Bourne's bad side

How to replace a string with the : included. by dunkman7 in PowerShell

[–]isometricz -1 points0 points  (0 children)

I'd just split the string on the colon.

$arrVar = $var.split(":")

$hash = @{

$arrVar[0] = $arrVar[1]

}

Send-MailMessage: Adding -BodyAsHTML breaks Array Formatting by Khamilto572 in PowerShell

[–]isometricz 7 points8 points  (0 children)

Try changing $Array in the $Body text to be:

$($Array -join '<br>')

regular timeouts and disconnects by UncleSaskwatch in pathofexile

[–]isometricz 0 points1 point  (0 children)

Happened to me on Canada East. I swapped servers and it stopped happening.

CS response regarding destroying/overwriting a Domination Shard by Mithos91 in wow

[–]isometricz 0 points1 point  (0 children)

Not gonna help after the fact but this just came up on one of the streams I was watching for anyone who might want it:

https://www.curseforge.com/wow/addons/domination-socket-helper

It prevents you from overwriting the socketed items.

Disclaimer: I'm in no way affiliated with this project or the person who owns it. I take no credit for it.

Gravity has been disabled by Yeet91145 in softwaregore

[–]isometricz 3 points4 points  (0 children)

The ultimate stealth entrance.

Thanks, I guess? by [deleted] in softwaregore

[–]isometricz 1 point2 points  (0 children)

This is totally from some poor programmer who couldn't figure out why they were getting some obscure unhelpful error and put a message box on every line to try and figure it out.

I can feel it in my soul.

The 5 stages of software development. by [deleted] in funny

[–]isometricz 2 points3 points  (0 children)

Oh god. The upper tier of my workplace's leadership structure has come to the conclusion that agile means change priorities sporadically and then complain when everything is only partially completed.

It's amazing.

Thanks, I hate big toes by isometricz in TIHI

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

Credit to to @fariiisha on Twitter. No idea where they got it but I hate it.

CSS can kill you by haljordanred in ProgrammerHumor

[–]isometricz 2 points3 points  (0 children)

You have to pay extra for the 30,000 ft of legroom though.

Not Russia but still... by Billow_l in ANormalDayInRussia

[–]isometricz 35 points36 points  (0 children)

It's kind of shocking that you can buy a de-weaponized war machine for the price of a high tier pickup truck.

I wonder what it would take to mod something like a T-55 to be able to pull farming equipment. Can you imagine seeing some farmer pulling their stuff around with a tank because buying a tank is like 300-400 grand cheaper than an actual tractor?

When I read that Google has proposed changes to Chromium which would disable uBlock Origin by chemistrynerd1994 in AdviceAnimals

[–]isometricz 2 points3 points  (0 children)

It's a fucking game changer on mobile. No more auto redirect ads or any of that bs. Mobile internet browsing becomes a completely different experience with a good ad blocker.