Live data from Hacker News

Curl Wttr.in

github.com

21–30 of 128 posts

Re: Curl Wttr.in

#21
post #10

A good opportunity to remind everyone that we finally inboxed curl into Windows 10, so this works (with color output) from a stock Windows command prompt. Better late than never, I hope.

Can you explain more about why you thought this was a good opportunity to interject an advertisement for your product?

[deleted]

Re: Curl Wttr.in

#22
Welcome to my alias list. This provides better weather information than local news websites who have dedicated pages. That said, I'm in a developing country where it's just monsoon all the damm time :D

Re: Curl Wttr.in

#24
post #12

Earlier quoted context omitted.

Can you explain more about why you thought this was a good opportunity to interject an advertisement for your product?

Isn't Windows 10 free?

Sort of? You can install without a key, and other than a little 'watermark' in the corner of the screen (and being prevented from changing the wallpaper) it will get updates and work normally.

Re: Curl Wttr.in

#26
post #10

A good opportunity to remind everyone that we finally inboxed curl into Windows 10, so this works (with color output) from a stock Windows command prompt. Better late than never, I hope.

No need for that. You can do this: (Invoke-WebRequest -Uri wttr.in).content from Powershell. Why not use the happy path?

Serious question -- not a flame war :)

I honestly can't tell if this is sarcastic or not. I've been typing `curl -O http: ...` into command prompts for decades, and that Powershell incantation looks awfully unwieldy.

In what way is it the happy path?

Re: Curl Wttr.in

#27
post #10

A good opportunity to remind everyone that we finally inboxed curl into Windows 10, so this works (with color output) from a stock Windows command prompt. Better late than never, I hope.

No need for that. You can do this: (Invoke-WebRequest -Uri wttr.in).content from Powershell. Why not use the happy path?

Maybe it's just me, but I find PowerShell to be so verbose.

Why does every parameter have to have consist of a camelcased sentence? I'm a good typist, but I don't think what you wrote is better than

    curl wttr.in
But that might just be (my) programming.

Re: Curl Wttr.in

#29

Earlier quoted context omitted.

Windows is fairly transcendent in our culture, like it or not. It’s not Joe’s-10-person-company-not-relevant-to-99%-of-readers.

I don't think we need to hear about new Windows features on HN posts because they both mention cURL. GP is just taking the chance to advertise. It's like if they commented on the Mac OS X announcements saying "Look, Windows can count to 10 too!" Off topic, against the rules, flag it.

This is supremely relevant though. The docs basically say "It's supposed to work like X, but for Windows you need to do ABCEDFGHIJ". OC is just "Actually, X works on windows now."

This comment is rude, inaccurate, and not in line with the rules of HN.

Post reply on HN