FoxtrotDeltaTango@sh.itjust.works to Technology@lemmy.worldEnglish · 23 days agoMicrosoft's Weather App Eats More RAM Than Most Browsers – and Serves You Adswww.gadgetreview.comexternal-linkmessage-square22fedilinkarrow-up1266arrow-down11
arrow-up1265arrow-down1external-linkMicrosoft's Weather App Eats More RAM Than Most Browsers – and Serves You Adswww.gadgetreview.comFoxtrotDeltaTango@sh.itjust.works to Technology@lemmy.worldEnglish · 23 days agomessage-square22fedilink
minus-squarerayf@lemmy.ziplinkfedilinkEnglisharrow-up13·22 days agoOpen web browser -> enter url -> wttr.in/nameofyourcity Like wttr.in/chicago Quick and easy. No bullshit. Work well with curl in a terminal.
minus-squarebrb@sh.itjust.workslinkfedilinkEnglisharrow-up7·22 days agoDon’t know where it’s pulling the data but it’s definitely not accurate for the couple cities I tested.
minus-squarerayf@lemmy.ziplinkfedilinkEnglisharrow-up3·22 days agoI don’t really know, but since it’s a wrapper for Wego https://github.com/schachmat/wego I think it use one of the data source used by Wego. I think that the best improvement could be to be able to choose our own source.
minus-squareBeardedBlaze@lemmy.worldlinkfedilinkEnglisharrow-up2·22 days agoSame here, which is a real shame, because I love the simplicity.
minus-squareLedgeDrop@lemmy.ziplinkfedilinkEnglisharrow-up1·22 days agoMy new favorite website: no ads, no JavaScript, and works with curl. Thanks for sharing it!
minus-squarerayf@lemmy.ziplinkfedilinkEnglisharrow-up1·22 days agoDiscovered with this video from ‘breadonpinguins’ https://invidious.tiekoetter.com/watch?v=51-wk_F0SfE
minus-squaremelroy@kbin.melroy.orglinkfedilinkarrow-up1·22 days agoBut does it also work in powershell? Haha just kidding. Nobody is using that.
minus-squaresome_kind_of_guy@lemmy.worldlinkfedilinkEnglisharrow-up6·22 days agoBut Powershell has curl. … Wait a second… … Takes off mask… Invoke-WebRequest
minus-squarevillage604@adultswim.fanlinkfedilinkEnglisharrow-up2·22 days agoI have to use it on a daily basis at work.
minus-squarevillage604@adultswim.fanlinkfedilinkEnglisharrow-up1·edit-222 days agoTranslating bash commands to powershell is actually one thing the Google AI really excels at. Of course I don’t have it build my scripts, but it’s been useful if the Microsoft documentation doesn’t have enough information about the flags.
Open web browser -> enter url -> wttr.in/nameofyourcity
Like wttr.in/chicago
Quick and easy. No bullshit.
Work well with curl in a terminal.
Don’t know where it’s pulling the data but it’s definitely not accurate for the couple cities I tested.
I don’t really know, but since it’s a wrapper for Wego https://github.com/schachmat/wego I think it use one of the data source used by Wego. I think that the best improvement could be to be able to choose our own source.
Same here, which is a real shame, because I love the simplicity.
My new favorite website: no ads, no JavaScript, and works with curl.
Thanks for sharing it!
Discovered with this video from ‘breadonpinguins’ https://invidious.tiekoetter.com/watch?v=51-wk_F0SfE
But does it also work in powershell? Haha just kidding. Nobody is using that.
But Powershell has curl. … Wait a second… … Takes off mask… Invoke-WebRequest
I have to use it on a daily basis at work.
Ow jeej. I’m sorry for you.
Translating bash commands to powershell is actually one thing the Google AI really excels at.
Of course I don’t have it build my scripts, but it’s been useful if the Microsoft documentation doesn’t have enough information about the flags.