HackerTrans
TopNewTrendsCommentsPastAskShowJobs

koch

1,940 karmajoined il y a 9 ans
Working on markwhen & markwhen.com

[email protected]

Submissions

Linear is always a lagging indicator

remark.ing
3 points·by koch·avant-hier·0 comments

"KeyMe Locksmiths" places false Google Maps business locations around cities

remark.ing
1 points·by koch·il y a 4 jours·0 comments

Vibe/AI coding is going to bolster local first software and self hosting

remark.ing
3 points·by koch·il y a 12 mois·0 comments

Ask HN: Who is "safer" in the AI era: IC or management?

1 points·by koch·il y a 12 mois·5 comments

Show HN: Social media with text files – like Twitter/X but by writing markwhen

remark.ing
1 points·by koch·l’année dernière·0 comments

Thesis: Interesting work is less amenable to the use of AI

remark.ing
175 points·by koch·l’année dernière·105 comments

Adding to markwhen documents via SMS and email

docs.markwhen.com
2 points·by koch·l’année dernière·0 comments

Show HN: Remarking is a microblogging site that aggregates markwhen documents

remark.ing
2 points·by koch·l’année dernière·0 comments

OPM Reply: Automate Your Weekly OPM Accomplishments Email

opmreply.com
4 points·by koch·l’année dernière·0 comments

Show HN: Remarking – like Twitter/Bluesky but by appending to a single text file

remark.ing
1 points·by koch·l’année dernière·0 comments

Ask HN: Git Alternatives – Sapling vs. Jj

94 points·by koch·il y a 2 ans·64 comments

Show HN: Markwhen: Markdown for Timelines

markwhen.com
912 points·by koch·il y a 2 ans·98 comments

comments

koch
·il y a 3 mois·discuss
Worth it! Easily one of the first things I install on a new mac. I have three finger swipe left/right to switch between tabs, three finger swipe down to close tabs (chrome, vs code, xcode, finder, anything that has tabs), and four finger swipe to go between spaces without animation.
koch
·l’année dernière·discuss
What I don't quite understand is why we haven't merely come to the conclusion that, like everything else, the internet costs money. Running servers and services costs money, and by giving it away for "free" from the get-go encases certain types of problems in the platform itself. I'm not talking about paying your ISP, I'm talking about accessing websites.

I guess what I'm getting at is that there is no cost to making a request over the internet. Why not? Why doesn't every http request have a corresponding price associated with it? You can access the resource if you pay. I imagine this would be a minuscule amount ($0.00001 or less per request). Then, instead of trying to solve for monetizing eyeballs or personal data, these problems are solved with economics.
koch
·l’année dernière·discuss
Waste it how? By spending it? By participating in the economy? Thereby turning it into someone else's income?
koch
·l’année dernière·discuss
I'm reminded of the story of the Air Force designing cockpits for the "average" pilot, only to find that

> out of 4,063 pilots, not a single airman fit within the average range on all 10 dimensions [0]

Surely, there are so many employees in general that probationary employees aren't needed. And surely, most government employees don't need to purchase things on a daily basis, so we can inhibit their credit card use. And most contracts about XYZ aren't crucial, so we can cancel them.

But, my goodness, there is so much nuance and breadth to the things a government does, let alone the government that is responsible for the largest military and that props up a big part of the world economy, that compounding these rash decisions will have far-reaching and serious blowback. I'm all about efficiency, but why be stupid about it?

The plane that we're all on is being dismantled midair, the engines have been turned off, and we're just gliding now. Gliding or falling, anyway

[0] https://www.thestar.com/news/insight/when-u-s-air-force-disc...
koch
·il y a 2 ans·discuss
https://docs.markwhen.com/syntax/dates-and-ranges.html#relat...

It doesn't look at task completion but you can base events on other events
koch
·il y a 2 ans·discuss
Just edited the example so it looks like a span, thanks for the feedback!
koch
·il y a 2 ans·discuss
Creator here - glad to see people like markwhen!

Been working on markwhen for a few years now, originally inspired by cheeaun's life timeline that another commenter posted about.

At this point markwhen is available as a VS Code extension, Obsidian plugin, CLI tool, and web editor in Meridiem.

Some recent markwhen developments:

- Dial, a fork of bolt.new (Stackblitz's very cool tool that leverages AI to help quickly scaffold web projects): an in-browser editor that lets you edit existing markwhen visualizations like the timeline or calendar or make your own. I just released that yesterday so it's still rough but I have big plans for it (it's one of the visualizations in meridiem)

- Event properties: each entry can have it's own "frontmatter" in the form of `key: value` pairs. I wanted this as I'm aiming for more iCal interoperability in the future, so each event could theoretically have things like "attendees" or google calendar ids or other metadata. This was released in the last month or two.

- remark.ing: this one isn't ready yet by any means but it's like a twitter/bluesky/mastodon-esque aggregated blog site. So you write markwhen and each entry is a post. In this way "scheduling" a post is just writing a future date next to it, and you have all your blog in one file. This one is a major WIP