Hacker Newsnew | past | comments | ask | show | jobs | submit | deadletters's commentslogin

I thought this was going to be a biography of Weird Al


Me: I don't get how the GUI is confusing.

Seriously: don't use the GUI. Do you use the GUI for anything else?

Use Az pwsh or Az Cli.


GUIs are nice to set up experiments, knowing what you can set up and changing stuff quickly. For example, setting up a network and a subnet from scratch, creating a VM, connecting to it from the browser and setting up stuff. Could you do that with PowerShell, the CLI, ARM templates or Terraform?

Yes, but it'd be slower since you'd have to go through the docs to find the name of what you're looking for and typing it. Then type another command to see if the changes were applied. Another one to test the result... A huge PITA for experimenting.

Of course, for actual production use, you should definitely have some sort of IaC set up and use that. But for testing or home use (see the tech guy that uses a storage container and Front Door for a static website) the GUI is good enough.


It may surprise you to discover that yes – people use GUIs for things.


Or annoyingly, the GUI is the only way.

Case in point, if you are using Microsoft 365 and Exchange Online, you can do a lot of administrative tasks via PowerShell modules. But if you want to run a report on how many emails a set of mailboxes have received in the past 30 days, the message trace PowerShell command can only do up to the past 10 days. Anything beyond 10 days requires going into the Exchange Online admin portal and requesting a report that Microsoft will generate for you several hours later.


Could you script and schedule say a daily 1 day report, store the result, and have a script to get the last 30 (or whatever you want) days?


That is possible. Annoying that you can get the last 10 days in a second but need to duct tape together something if you never want to interface with the gui and then instead of a few hours you have to collect the data over the entire 30 days (but only after you start doing this).


Regular pans?


look at my strong fingers that type the good things


Wow what a cool article I feel compelled to share my thoughts. > 338 comments.

Nvm all good.


It is, in fact


Why would you go to Florida


It is legitimately unethical to spend money in Florida right now


Hahaha what?


Right?!

> My 17 year old son is interested in rocketry and my wife is interested in wildlife

So he took them to Fort Myers?!?


Author here. We did a circuit from Tampa->Everglades->Cape Canaveral. It passed through Fort Myers.


I also wish the world was fundamentally different.


There are a lot of warning and error options. Turn the guiderails and sanitizers on during development and testing. Turn the optimizations on when you ship.

Check out: -wall -werror https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html


That first place sounds awesome


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: