←back to thread

1901 points l2silver | 2 comments | | HN request time: 0.423s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
jakear ◴[] No.35730261[source]
A website to see a map of the world's tides, and bidirectional predictions for individual stations (edit: worldwide too, forgot I added that). The UI/UX is... archaic, but that's just how I wanted it. It works fully offline. https://solunar.pages.dev

Most fun part was transcribing 70+ year old NOAA tide calculation mathematic/astronomic/hydrologic research papers into modern TypeScript. Approach is semi-documented here: https://github.com/JacksonKearl/solunar

replies(7): >>35735907 #>>35737713 #>>35738117 #>>35738142 #>>35738556 #>>35741554 #>>35753516 #
1. itake ◴[] No.35737713[source]
that is cool, but I'm curious when the highest tide vs lowest tide of the year is.
replies(1): >>35741046 #
2. jakear ◴[] No.35741046[source]
It will change station to station, but if you open the station details page, adjust X Range to something like 28/180 days, then tune low pass to filter out all the high frequency (daily) fluctuations, you might get your answer. Some stations don't have strong Solar contributions, and won't change much on an annual basis, you can enable the Harmonics toggle and see if any show up on the outside in yellow (disable Sun).

I did consider adding a "max finding" mode of some sort, but that's never really been my use case.