Live data from Hacker News

Show HN: Markwhen: Markdown for Timelines

markwhen.com

51–60 of 93 posts

Re: Show HN: Markwhen: Markdown for Timelines

#51
post #16

Earlier quoted context omitted.

As someone who grew up in the US, it's still bizarre as a programmer to have a mixed-significance ordering (MM-DD-YYYY) instead of any consistently-endian ordering (DD-MM-YYYY or YYYY-MM-DD). Out of curiosity, in what order do Europeans verbally say full dates with month names? Or does it vary by language?

Denmark: The Nth $month $year. E.g., “Den 20. juni 2022” (lit.: the 20th June 2022).

The same applies to Norway

Re: Show HN: Markwhen: Markdown for Timelines

#52
post #43

I'm working on an MIT-licensed time-tracking tool in my spare time and I'm hoping somebody (in a "this is not legal advice"-capacity at least) can enlighten me on licensing here: If I am understanding the AGPL-3.0 correctly (and assuming that the format is also under the license), I could NOT add an "export to Markwhen" feature to my project without then being forced to convert it to AGPL-3.0. Is this correct?

In addition to what others have said, I personally would love to see people using the format, so please go ahead!

I'd be interested to see what you're working on!

Re: Show HN: Markwhen: Markdown for Timelines

#53
post #16

Earlier quoted context omitted.

As someone who grew up in the US, it's still bizarre as a programmer to have a mixed-significance ordering (MM-DD-YYYY) instead of any consistently-endian ordering (DD-MM-YYYY or YYYY-MM-DD). Out of curiosity, in what order do Europeans verbally say full dates with month names? Or does it vary by language?

These replies are fascinating. When saying a date I always say month day year. I hadn’t considered that this might be cultural.

I moved to the US from the UK a little over 10 years ago.

The numeric month and day of my birthday happen to be the same. For this anecdote lets assume it’s 01/01/1970.

When medical staff ask me for my date of birth, I’ll say “1st Jan 1970”. They’ll reply asking “Sorry, Jan 1st?” And I’ll say “yeah”. This blew my (programmer) mind.

Over the years I’ve rewired my brain to say “Jan 1st 1970” and avoid the extra round trip.

Re: Show HN: Markwhen: Markdown for Timelines

#54
post #21
post #16

Earlier quoted context omitted.

As someone who grew up in the US, it's still bizarre as a programmer to have a mixed-significance ordering (MM-DD-YYYY) instead of any consistently-endian ordering (DD-MM-YYYY or YYYY-MM-DD). Out of curiosity, in what order do Europeans verbally say full dates with month names? Or does it vary by language?

In Sweden we say 20th June, 2022 and we even use a "DD/MM -YY" shorthand when signing documents for instance, although YYYY-MM-DD is also common and "the more correct".

Except on food where EU mandates DD-MM-YY(YY).

Re: Show HN: Markwhen: Markdown for Timelines

#55

Good job! Would like to see it as an independent file format and tools like external editor support and cli compiler (to html/pdf/svg etc.)

Seconding this. I'd love to use this tool, but ideally I want to be editing in the text editor/IDE of my choice and then to be able to own the viewer offline. This would be especially important for actual project management as employers/clients don't tend to allow you to use online tools and that's what I'd most likely be using this for.

Re: Show HN: Markwhen: Markdown for Timelines

#57
post #55

Good job! Would like to see it as an independent file format and tools like external editor support and cli compiler (to html/pdf/svg etc.)

Seconding this. I'd love to use this tool, but ideally I want to be editing in the text editor/IDE of my choice and then to be able to own the viewer offline. This would be especially important for actual project management as employers/clients don't tend to allow you to use online tools and that's what I'd most likely be using this for.

Thirding this.

Ideally this would be an emacs package.

Re: Show HN: Markwhen: Markdown for Timelines

#59
post #16

Earlier quoted context omitted.

As someone who grew up in the US, it's still bizarre as a programmer to have a mixed-significance ordering (MM-DD-YYYY) instead of any consistently-endian ordering (DD-MM-YYYY or YYYY-MM-DD). Out of curiosity, in what order do Europeans verbally say full dates with month names? Or does it vary by language?

European here. When I state my date of birth I state it as “7th of October 1990”. When a date is within the current year I state it as for example “27th of June”. If weekday matters, and specific date is still relevant I’ll say for example “Monday 27th of June”. I might also simply say “Sunday last week”, “Monday next week”, “Monday at the end of next month”, etc. Likewise I might say “a couple of weeks ago”, “last w…

Where in Europe? I imagine this might vary by language / region. And could even differ in official use vs vernacular.

And ofc, the mixed order is the inferior option.

Re: Show HN: Markwhen: Markdown for Timelines

#60
post #2

I’ve been working on markwhen as a way to easily create timelines just from text. I’ve used it personally to help plan and coordinate my own wedding ( https://markwhen.com/rob/wedding ) and for keeping track of life events, and I’ve seen it used for event planning, project management, and to visualize historical events or periods of time. I personally like tools that let you immediately start using them, and I set ou…

Fantastic. ISO8601 date is a must, otherwise, its delightful :)
Post reply on HN