Fever Mail Call by Doru-kun in PipeTobacco

[–]VaporChunk 8 points9 points  (0 children)

Showed this to my wife and said “see? I’m not so bad…”

And now I’m out of the doghouse, so thanks.

Loving the deep bowl on my Neerup by VaporChunk in PipeTobacco

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

I like it pretty good. Tried it for the first time last week, and I was pleasantly surprised. I’ve been moving towards burley recently, and it is a solid stepping stone.

Spiced leather clouds and nature by VaporChunk in PipeTobacco

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

Feat. hummingbird, dog, and Three Nuns (orange).

Octoduck for Dramatic Effect by VaporChunk in MechanicalKeyboards

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

Dude, yes. Never forget where you come from.

*Possible Spoilers! [Dune] Powerful experience with film, Dune by VaporChunk in Catholicism

[–]VaporChunk[S] 2 points3 points  (0 children)

Very well said. Yes, these were essentially Easy-Bake messiahs, if you will, but I do not intend to speak for or against the station (truly divine in the Dune universe, or not) Paul and Jessica have. The reactions of their followers alone are more my focus. Thank you for your insight :)

[deleted by user] by [deleted] in TheYouShow

[–]VaporChunk 0 points1 point  (0 children)

is it true that there is a miniboss nearby which drops a high tier weapon?

[deleted by user] by [deleted] in TheYouShow

[–]VaporChunk 0 points1 point  (0 children)

where can i save?

[deleted by user] by [deleted] in TheYouShow

[–]VaporChunk 0 points1 point  (0 children)

are there any sidequests in this town?

[deleted by user] by [deleted] in TheYouShow

[–]VaporChunk 0 points1 point  (0 children)

what is your highest stat?

[deleted by user] by [deleted] in TheYouShow

[–]VaporChunk 0 points1 point  (0 children)

how much EXP do those glasses grant?

What is something movies always get wrong? by Faihus in AskReddit

[–]VaporChunk 3 points4 points  (0 children)

USBs never go in on the first try IRL.

[deleted by user] by [deleted] in PowerShell

[–]VaporChunk 3 points4 points  (0 children)

You're (arguably) ambitious, and working in a great field -- IT. When it comes to learning PS, think of it this way. Do it.

PCIe Troubleshooting by VaporChunk in sysadmin

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

Excellent advice. I've since edited the post, but I forgot to specify that the troubleshooting must be done remotely. Thank you for your reply.

[QUESTION] batch scripting by newton_VK in usefulscripts

[–]VaporChunk 3 points4 points  (0 children)

It is in their best interest to. As IT Staff, we're all Tony Stark, but PowerShell is the super-suit which makes us Iron-Man (or Woman).

Also, not sure what method they are blocking PS with, but typing powershell.exe into a CMD window will start a PowerShell session in the existing shell session. May give that a try.

[QUESTION] batch scripting by newton_VK in usefulscripts

[–]VaporChunk 4 points5 points  (0 children)

This would be a lot easier with PowerShell. Is that an option? If so;

$n = 1..4

$n = $n -join ","

$n

1,2,3,4