Notes
Kind:The “Miracle on the Hudson” was the first event I recall noticing how the news was coming from Twitter. Twitter at that point felt new, open…encouraging of developers to build on top of it as a platform. It was when I realized that real time reliable information could be delivered to me as it was happening. It changed things for my perception.
It is now 10 years later, and people are looking for a way to recapture that, in the same way people look to recapture the old neighborhood when it changes.
While I’ll be keeping the basic style of 2016, I’ll be cutting out a lot of things. I will continue to backport changes and improvements from both the _s project that 2016 is based on and the stock 2016 theme.
But the split will allow me to do some things that I think Twenty Sixteen would have done if it continued to iterate. But I’ll also be cutting out a lot of pieces that aren’t needed in the fork, including two digits of the name.
In new features, I added a location provider which will, instead of looking up the browser location, will use the location in your user profile. I also added an endpoint to update the user location so I can set up a macro on my phone to trigger an update whenever I want. Finally, if you are logged in, you can now see location on private posts.
- Indigenous for Android can add Location from a phone, and my code does reverse geocoding to look up the location name and weather
- On the Browser, HTML5 geolocation is used to get the location.
But the problem is that HTML5 geolocation is often wrong, and for automatic posts, there is no way but IP address location, also often wrong, to get accurate data.
The easiest way to solve is for me to run a server to store my location and query it, but I’m not ready to do that. So, I wrote a quick hack to interface with my home automation system, which does geofencing on my location. But its not ideal.
So, I have two efforts I want to do:
- I’m going to add a webhook so my site can receive updates from my phone and save them…so I can press a button on my phone and send the info while I’m writing, using a simple web query. I have an HTTP shortcut app for this.
- Look into adding a dummy location provider that always returns something.
I wrote into my site the ability to query any API for the location. Anyone have one I can use?
I previously added /kind/photo/2018/12 – Date(year, month, and day) archives for my post kinds. As well as the ability to pull a tag archive of some, such as.. /kind/photo/parkeologychallenge .
Available on all Post Kinds enabled sites right now.