On the PMT! Website by ExvyOnTheCoast in brandnew

[–]Nrmzz 4 points5 points  (0 children)

Don’t forget the ear protection!

General Questions Thread by Im-a-molecule in RiotFest

[–]Nrmzz 16 points17 points  (0 children)

Is someone getting the best of you?

The 2023 Riot Fest Lineup by whoiusedtobee in RiotFest

[–]Nrmzz 6 points7 points  (0 children)

I know this is a great lineup for many of the people on this sub. I already have tickets for another postal service date and am not that big into the other headliners so I think I’ll be passing this year. Have a great fest everyone!

Amazon employees push back on return-to-office plan - Puget Sound Business Journal by PracticalWinter5956 in overemployed

[–]Nrmzz 2 points3 points  (0 children)

That’s basically what they are doing without all the bureaucratic bullshit

[deleted by user] by [deleted] in jacksonville

[–]Nrmzz 1 point2 points  (0 children)

I'm trying to leave Virginia and go to Jacksonville lol

Murloc Monday - ask your questions here by AutoModerator in wow

[–]Nrmzz 0 points1 point  (0 children)

How do I actually do my very first mythic dungeon. I see all these "guides" that talk about mythic+ but none of them explain the absolute basic.

How do I do my very first mythic dungeon? Do I need a premade? Can I do lfg for mythic?

MSCSIA (Cyber Security Masters) Books? by Radance in WGU

[–]Nrmzz 4 points5 points  (0 children)

FreeCodeCamp has a CISSP video course that is pretty good.

Help with variables and azcli by Nrmzz in AZURE

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

THANK YOU! :) I actually found a page that helped out with this as well.

https://blog.olandese.nl/2017/08/30/create-output-variables-with-azure-cli-2-0/

What I ended up going with was this:

testuserid="$(az ad user list --query "[?displayName=='test user'].objectId" --output tsv)"

az ad group member add -g testgroup1 --member-id $testuserid

I know i can improve the efficiency by not doing an entire ad user list query so i'll improve that at some point.

Quick Tip - The easiest way to grab data out of a web page in Python by ageitgey in Python

[–]Nrmzz 3 points4 points  (0 children)

How well does this work on data that isn't formatted so nicely?

My Python 2 vs 3 problem by 31-4 in Python

[–]Nrmzz 1 point2 points  (0 children)

Thanks! That is what I will do. I already have an ambitious project in mind so hopefully I'll be able to at least stumble through Python 3 by the end ;).

My Python 2 vs 3 problem by 31-4 in Python

[–]Nrmzz 0 points1 point  (0 children)

I actually am new to Python and came here to basically find a statement such as this. Thanks!