What Are You Doing Right Now
-
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
Way past that, and who cares. 100% of the stuff you do on Linux you install after the OS anyways. Why should PS6+ be treated different?
How are you past this? It's literally the argument that @scottalanmiller is having with you.
Functionality isn't a part of Powershell, you can install all of the functionality you may want/need later. But it's not included out of the box.
I feel that's an arbitrary point.
I don't need uptime of an out-of-box Linux system via BASH, or with Windows.
Do you need to know how much free space the disk has, or how the CPU and RAM is performing?
-
@Obsolesce said in What Are You Doing Right Now:
I don't need uptime of an out-of-box Linux system via BASH, or with Windows.
Well, everyone else does. And on Linux we get it, and on Mac we get it, and on Solaris we get it, and on Windows we don't.
-
@DustinB3403 said in What Are You Doing Right Now:
And don't say "because Microsoft".
It is because Microsoft. Because it's closed source. Because the entire world can't pitch in, or couldn't really moreso until recently.
-
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
Way past that, and who cares. 100% of the stuff you do on Linux you install after the OS anyways. Why should PS6+ be treated different?
How are you past this? It's literally the argument that @scottalanmiller is having with you.
Functionality isn't a part of Powershell, you can install all of the functionality you may want/need later. But it's not included out of the box.
I feel that's an arbitrary point.
I don't need uptime of an out-of-box Linux system via BASH, or with Windows.
Do you need to know how much free space the disk has, or how the CPU and RAM is performing?
All things really easy on Linux BUT important to note that none of them are handled by Bash or PowerShell. All stuff called by those things.
-
@Obsolesce said in What Are You Doing Right Now:
It is because Microsoft. Because it's closed source. Because the entire world can't pitch in, or couldn't really moreso until recently.
That's not true. You can make open source on MS just as easily as on Linux (other than Windows being harder to develope for because the tools just aren't as good and the OS not as good.)
The issue is MS not including things by default that are considered basic functionality anywhere else.
And this was always the case. Even in the DOS 1 days. There has never been any restriction of that kind.
-
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
Way past that, and who cares. 100% of the stuff you do on Linux you install after the OS anyways. Why should PS6+ be treated different?
How are you past this? It's literally the argument that @scottalanmiller is having with you.
Functionality isn't a part of Powershell, you can install all of the functionality you may want/need later. But it's not included out of the box.
I feel that's an arbitrary point.
I don't need uptime of an out-of-box Linux system via BASH, or with Windows.
Do you need to know how much free space the disk has, or how the CPU and RAM is performing?
Sure, and that's easy sauce, but better in BASH IMO.
-
@scottalanmiller said in What Are You Doing Right Now:
That's not true. You can make open source on MS just as easily as on Linux (other than Windows being harder to develope for because the tools just aren't as good and the OS not as good.)
That was not at all or even close to my point or what I said / meant.
-
@scottalanmiller I think this is likely worth it's own topic what I'm going to ask.
But how and why does BASH work "universally" to call things like "top", "uptime", "df" where as with Powershell none of this seems to exist without going out and installing individual scripts into every system?
-
@DustinB3403 said in What Are You Doing Right Now:
@scottalanmiller I think this is likely worth it's own topic what I'm going to ask.
But how and why does BASH work "universally" to call things like "top", "uptime", "df" where as with Powershell none of this seems to exist without going out and installing individual scripts into every system?
Because they aren't apples to apples.
-
@scottalanmiller said in What Are You Doing Right Now:
The issue is MS not including things by default that are considered basic functionality anywhere else.
And you actually just answered it.
-
@DustinB3403 said in What Are You Doing Right Now:
The issue is MS not including things by default that are considered basic functionality anywhere else.
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
-
@Obsolesce said in What Are You Doing Right Now:
Because they aren't apples to apples.
That isn't the answer though, @scottalanmiller stated it moments before I clicked submit. PowerShell and Windows in particular just don't include "basic tools" OOB.
You want them, go get it yourself.
-
@Obsolesce said in What Are You Doing Right Now:
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
That's more cumbersome. Who the hell wants to type more?
-
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
That's more cumbersome. Who the hell wants to type more?
Nobody, that's why scripting and automation exist! Which PowerShell does nicely.
-
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
That's more cumbersome. Who the hell wants to type more?
Nobody, that's why scripting and automation exist! Which PowerShell does nicely.
But in BASH I can script too. But I don't need to write a script to pull the UPTIME of the system because it's included with literally every BASH using system besides Windows.
The fact that I can script, doesn't mean I should have too.
Every time I actually use Powershell, I'm writing a script (usually because I don't want to run the process manually over and over).
-
I'm headed home for the day.
Night all.
-
@DustinB3403 said in What Are You Doing Right Now:
I'm headed home for the day.
Night all.
Night, we just hired a new guy, too!
-
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
That's more cumbersome. Who the hell wants to type more?
Nobody, that's why scripting and automation exist! Which PowerShell does nicely.
It does, no question there. If you are making really large scripts, it's a great tool. Especially if they are complex.
And for large things, it is definitely better than Bash. But Linux doesn't use Bash for things that approach the "programming" line rather than the system admin line, that's not what a Shell is for. Technically Python, Ruby, Perl, and others are all shells, too, and are more robust and really good for enormous projects.
-
@DustinB3403 said in What Are You Doing Right Now:
Every time I actually use Powershell, I'm writing a script (usually because I don't want to run the process manually over and over).
I probably would say that about my use of Bash, too. I do tiny scripting almost every time that I type. It's just that in bash doing so is so easy, I forget that I'm doing it.
-
@Obsolesce said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
The issue is MS not including things by default that are considered basic functionality anywhere else.
oh, but it's there! You can get uptime in PowerShell 5.1, but it's more typing.
The point was never that there wasn't a way to get it, but that there wasn't a way to get it without scripting it. No direct shell access. It has to be manipulated. But that's unrelated to the performance discussion.