Live data from Hacker News

Texting myself the weather every day

bensilverman.co.uk

21–30 of 50 posts

Re: Texting myself the weather every day

#21
> Interestingly, GitHub Workflows don’t support timezones! This means that, if I want to sent a text every morning at 7am, when on BST (British Summer Time) I actually need to schedule it for 6am instead.

Nothing a little kludge within the workflow can't solve... Set it up for 6am and 7am, check current time in London, skip sending the text if it's the wrong hour.

Re: Texting myself the weather every day

#22

Might be a weird question but, what value do people get from knowing the current weather? I understand the value in forecasts of course, but doesn't "feeling" the current weather serve most practical purposes?

If you walk or ride a bike, it reminds you to wear the right jacket (:

Re: Texting myself the weather every day

#23

1st version: relies on one single third-party service Preamble to the 2nd version: This is something I should be able to code and host myself, without relying on a third-party 2nd and thus far final version: relies on three third-party services

Wonder if the new solution potentially decreases (or increases) the volume of banal surveillance.

Re: Texting myself the weather every day

#25

> Interestingly, GitHub Workflows don’t support timezones! This means that, if I want to sent a text every morning at 7am, when on BST (British Summer Time) I actually need to schedule it for 6am instead. Nothing a little kludge within the workflow can't solve... Set it up for 6am and 7am, check current time in London, skip sending the text if it's the wrong hour.

There's also a GitHub Action, `set-timezone`, that can be called in the workflow for that purpose:

https://github.com/szenius/set-timezone

Re: Texting myself the weather every day

#26

OP appears to be using an iOS device, so I was curious to see if this could be replicated using Shortcuts and Automations. It can! And you can send yourself an SMS, or, as I've done in this example, send a notification, which will persist in Notification Center, if you wish. https://www.icloud.com/shortcuts/8cda97aa69174e44b434c3dba7a...

I quickly looked at Samsung's Modes and Routines app, and you could build a similar routine (but only with a local notification).

What is the restriction with Android? Can't send a text?

Re: Texting myself the weather every day

#27

OP appears to be using an iOS device, so I was curious to see if this could be replicated using Shortcuts and Automations. It can! And you can send yourself an SMS, or, as I've done in this example, send a notification, which will persist in Notification Center, if you wish. https://www.icloud.com/shortcuts/8cda97aa69174e44b434c3dba7a...

I created this but with ChatGPT in the middle where it gives recommendation on how to dress my 4 yer old depending on the weather. It messages my families telegram channel.

Re: Texting myself the weather every day

#28

Cool, however “ Opening the Weather app every morning is too much effort” - is it really? And even if it was, don't most mobile OSes support having a Lock Screen weather widget you can check at a glance?

Yeah on my Android device I use an app called Breezy Weather [1] which shows me the temp, weather, and air quality on my lock screen.

I'd love to figure out how to get an hourly weather widget on the lock screen though.

[1] https://github.com/breezy-weather/breezy-weather

Re: Texting myself the weather every day

#29

Cool, however “ Opening the Weather app every morning is too much effort” - is it really? And even if it was, don't most mobile OSes support having a Lock Screen weather widget you can check at a glance?

This is a British thing called self-deprecating humour where he's already thought ahead to those who will critically ask, "wouldn't it be less effort to just open the Weather app every morning!?" and is jokingly acknowledging that yes, it would be, while signalling to other hackers this shared feeling we all know that we don't do these things to save time even if we say we do, we do them because they make us happy.

Re: Texting myself the weather every day

#30
I tried to do this a few years ago and realized there is no reliable way to send myself an SMS without paying a not insignificant monthly fee somewhere. To the point where I might as well just pay for a service that already exists that does this and a lot more.
Post reply on HN