Live data from Hacker News

Yearly Organiser

neatnik.net

11–20 of 30 posts

Re: Yearly Organiser

#12

    #!/bin/bash

    year=2025
    start="2025-01-01"
    end="2025-12-31"
    
    start_epoch=$(gdate -d "$start" +%s)
    end_epoch=$(gdate -d "$end" +%s)
    
    day_seconds=86400
    
    for ((t = $start_epoch; t 

Re: Yearly Organiser

#17

Earlier quoted context omitted.

Print it

It would be nice to be able to preview the result before printing it, so the question still stands.

Cmd-P brings up a preview immediately? Laid out on A4, like it'll print, unlike your arbitrarily-sized browser window.

Re: Yearly Organiser

#18
Nice. I did something in 2020 in a spreadsheet to calculate some sort of a Big Picture Timeline of the family with a our own definition of Success and Failures. For me, I found that it is easier to see Weekends in a Straight line rather than the starting date (I have school going kids).

I did it pretty manually because this is something I do once every year around the year-end.

Here is the Google Sheet Template. Change/Add/Edit the "YYYY" sheet to the year you want and fix the dates (should not take you more than 5-min). I have included the year a family member is born in the "Data" sheet to calculate the key events in life - Kids Graduation, and whatever else you want to in sync with you, your partner’s age, and any event you want to track.

https://docs.google.com/spreadsheets/d/1YwAf8vgVR0FbTU6n1dVO...

Re: Yearly Organiser

#19
The page's html and css are reasonably small, 3.3kB and 1.5kB. There are three fonts, totalling about 51kB. So altogether about 56kB.

But then somewhat spoiling the page's nice light weight is a 576kB favicon.

Post reply on HN