Live data from Hacker News

WhenFS: Calendar Is Now a File System

github.com

1–10 of 78 posts

Re: WhenFS: Calendar Is Now a File System

#5
> Why Did You Do This?

> I used this project as an opportunity to learn about Rust and FUSE file systems. I also think it's hilarious.

> Visitors interested in the code should note that this is an irredeemably messy codebase—it's full of hacks, unidiomatic code, and wildly poor design decisions.

> However, visitors should also note that that's okay. The best way to learn something new is to try it out for yourself—and creating a mess is a vital part of that process.

I absolutely love this sentiment. Why do this? Because it’s fun. And messy. And sometimes, that’s okay. Not everything needs to be a product… sometimes it’s enough to do something because you can… or want to… or because $RANDOM reason. I’m very grateful to the author and whoever decided to submit it today.

Re: WhenFS: Calendar Is Now a File System

#8

Aw, that's not what I hoped it would be. An actual file-based calendar UI is a neat idea, where you can (for instance) echo into a file to create a calendar event on the command line.

Same here. I think that would be a terrific idea.

$ cat /cal/2024/08/04/events

Re: WhenFS: Calendar Is Now a File System

#10
post #8

Aw, that's not what I hoped it would be. An actual file-based calendar UI is a neat idea, where you can (for instance) echo into a file to create a calendar event on the command line.

Same here. I think that would be a terrific idea. $ cat /cal/2024/08/04/events

This would be fantastic and very in line with Unix philosophy.
Post reply on HN