FoxtrotDeltaTango@sh.itjust.works to Technology@lemmy.worldEnglish · 4 days agoMicrosoft's Weather App Eats More RAM Than Most Browsers – and Serves You Adswww.gadgetreview.comexternal-linkmessage-square30linkfedilinkarrow-up1354arrow-down11
arrow-up1353arrow-down1external-linkMicrosoft's Weather App Eats More RAM Than Most Browsers – and Serves You Adswww.gadgetreview.comFoxtrotDeltaTango@sh.itjust.works to Technology@lemmy.worldEnglish · 4 days agomessage-square30linkfedilink
minus-squarerayf@lemmy.ziplinkfedilinkEnglisharrow-up22arrow-down1·4 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-up10·4 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-up4·4 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-up3·4 days agoSame here, which is a real shame, because I love the simplicity.
minus-squareLedgeDrop@lemmy.ziplinkfedilinkEnglisharrow-up3·4 days agoMy new favorite website: no ads, no JavaScript, and works with curl. Thanks for sharing it!
minus-squarerayf@lemmy.ziplinkfedilinkEnglisharrow-up3·4 days agoDiscovered with this video from ‘breadonpinguins’ https://invidious.tiekoetter.com/watch?v=51-wk_F0SfE
minus-squaremelroy@kbin.melroy.orglinkfedilinkarrow-up2·4 days agoBut does it also work in powershell? Haha just kidding. Nobody is using that.
minus-squaresome_kind_of_guy@lemmy.worldlinkfedilinkEnglisharrow-up7·4 days agoBut Powershell has curl. … Wait a second… … Takes off mask… Invoke-WebRequest
minus-squarevillage604@adultswim.fanlinkfedilinkEnglisharrow-up2·4 days agoI have to use it on a daily basis at work.
minus-squarevillage604@adultswim.fanlinkfedilinkEnglisharrow-up1·4 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.
minus-squareyeehaw@lemmy.calinkfedilinkEnglisharrow-up3·4 days ago😲 I never knew about this one. I use curl ifconfig.io all the time also.
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.
😲
I never knew about this one. I use curl ifconfig.io all the time also.