TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Multi-Layered Calendars

249 pointsby bpierrealmost 2 years ago

27 comments

miguelrochefortalmost 2 years ago
I highly resonate with this. In fact, I spent over a year buildng it [1].<p>My thesis is that the calendar will play a significant role in the next OS UI paradigm, replacing the old grid of icons and overlapping windows. Everything will happen around a unified timeline, through which you will launch an app by time-blocking its use, check notifications by looking at the past, forecast battery life or weather by looking at the future, undo&#x2F;redo actions (or view snapshots&#x2F;backups) by time traveling, etc.<p>It is shocking how far behind our map of time (e.g., Google Calendar) is compared to our map of space (e.g., Google Maps). Every spatial feature has an obvious temporal equivalent that just isn&#x27;t implemented. I want to be able to search, save, and review events. I want to schedule an itinerary of events. I want turn-by-turn navigation in time.<p>Of course, solving time is just the beginning. The real magic happens when you combine space and time. For this, we may need to wait for more AR&#x2F;VR adoption, whose added dimension should make this realization obvious to most and significantly facilitate its implementation.<p>[1] <a href="https:&#x2F;&#x2F;chronomize.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;chronomize.com&#x2F;</a>
评论 #36629851 未加载
评论 #36647030 未加载
评论 #36629691 未加载
smeejalmost 2 years ago
I can&#x27;t even find a calendar that lets me enter where I&#x27;m leaving from to get to an event and where I&#x27;m heading after it to add the travel time automatically, with a specified margin of error.<p>Much less can I export the details of my activity from my smart watch or my web browsing history so I can easily review my day and figure out what happened and why.<p>Calendars suck at being calendars. We&#x27;re not even close to ready to have them be repositories.<p>What I wouldn&#x27;t give to be able to export logs from everything I use that keeps logs and map them to a calendar...as long as I have control of the data.
评论 #36627883 未加载
评论 #36626957 未加载
评论 #36626404 未加载
FrenchyJibyalmost 2 years ago
This idea of getting historical data fused from multiple private sources, to be able to remember properly what happened, was at the core of Memacs[1], an Emacs (org-mode-based) data-fusion framework feeding into calendar.<p>Here&#x27;s a diagram from the Memacs repo:<p><pre><code> emails -&gt; memacs-maildir.py \ firefox history -&gt; memacs-firefox.py | SMS -&gt; memacs-sms.py | RSS-feeds -&gt; memacs_rss.py | bank statements -&gt; memacs-easybank.py |&gt; Memacs postings -&gt; memacs-slrn.org | git repository logs -&gt; memacs_git.py | svn repository logs -&gt; memacs_svn.py &#x2F; |_________________| |_________________| |______| your personal data Memacs modules Org mode </code></pre> This relied on org-mode having a good date-links-to-calendar and agenda system.<p>See the whitepaper, called &quot;What really happened on September 15th 2008? Getting The Most from Your Personal Information with Memacs&quot;[2].<p>This project is now a little bit dead, but the concept of private data fusion was fantastic, and transformed my view of calendars.<p>Agree that calendars are a little underused in that way, and would love to see more work towards that private calendar data usage.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;novoid&#x2F;Memacs">https:&#x2F;&#x2F;github.com&#x2F;novoid&#x2F;Memacs</a> [2]: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1304.1332" rel="nofollow noreferrer">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1304.1332</a>
NoboruWatayaalmost 2 years ago
I just wish more companies communicated using iCalendar. In work calendar events are ubiquitous but I have found it really valuable to use them to organise my personal life as well. The problem is that it can be quite tedious to enter everything by hand. I wish cinemas, theatres, restaurants, hotels, airlines, train companies, etc etc, all sent you calendar appointments when you booked with them online. In my experience only a minority do and even the ones that do often don&#x27;t do it right (eg, British Airways gets the timezone wrong).<p>I also sometimes wonder if we couldn&#x27;t create a better calendar event format using JSON or something, but iCalendar is powerful enough for 99% of use cases - I just wish it was used more.
评论 #36624363 未加载
评论 #36627580 未加载
jkl5xxalmost 2 years ago
Time and space are constants of everyone&#x27;s life. You&#x27;re always <i>somewhere</i> at <i>some time</i>. I&#x27;ve been dreaming of a centralized time &amp; space view layer for years. Something that ingests all this data we have at our fingertips. This article gets really close to what I&#x27;ve imagined. Add in a map and you&#x27;re able to correlate all sorts of behavior in order to understand yourself and the human condition so much better.<p>P.S. I&#x27;m totally open to hacking out an MVP with someone if this post resonates strongly with you.
评论 #36627906 未加载
评论 #36641921 未加载
fellowniusmonkalmost 2 years ago
Time management, project management, chat, calendars, email, operating systems themselves, all this shit we evolved into because we started with 8.3 char file limits, booting from floppy disks, other long forgotten hardware based concessions, and a host of other cruft we still haven&#x27;t thrown off.<p>Our interfaces are not based on first principles of reality or organized thinking, they&#x27;re all just hodgepodge artifacts evolved from tty interfaces and limited input options that were supersceded by lowest common denominator GUIs and every hostile app trying to lock in user data.<p>Only now are we starting to see a few &quot;platform apps&quot; start to converge towards slightly better taxonomies around calendars and tasks, the amount of context switching is still miserable overall.
评论 #36625182 未加载
magarniclealmost 2 years ago
This gets at one of the truly good ideas in Outlook - everything is an object you can embed or link in everything else. You can put a task in an email, then put that email in a calendar event, then link to that calendar event in another task.<p>Of course, it&#x27;s a very underdeveloped idea - more of a neat trick than a first-class feature - but it does make it easy to put everything related to a project in one spot. An app that tracked all these linkages for you would be fantastic.
nicboualmost 2 years ago
The past section resonated with me. I spent some time building a personal timeline during COVID. Parts of the interface are exactly like you designed them, but the screenshots are outdated.<p>This project is partly abandoned mainly because it’s impossible to get the data out of various silos. I only get geolocation and photos now, and even that relies on very specific software that is nontrivial to set up. It’s just not elegant.<p><a href="https:&#x2F;&#x2F;nicolasbouliane.com&#x2F;projects&#x2F;timeline" rel="nofollow noreferrer">https:&#x2F;&#x2F;nicolasbouliane.com&#x2F;projects&#x2F;timeline</a><p>I love your website design, especially the mockups. How do you make those?
WhyNotHugoalmost 2 years ago
Todos are already stored as calendar components and share a lot of properties in common (eg: they’re icalendar components). It’s just that most user interfaces either handle one or the other.<p>Everything in this field has stagnated strongly for the last decade or so. 99% of the people use the 2 or 3 existing proprietary interfaces that are around, but these are impossible to improve since they’re someone else’s secret code.
mawekialmost 2 years ago
This is a stark reminder that our personal devices are still very dumb. The article points out multiple times that all this data is readily available and it&#x27;s still not combined in a way that enriches or simplifies our lives.<p>Reminds me of this GNOME-adjacent project (forgot the name) at the start of gnome 3 where every activity, every open file, every played music, ever visited website, location data, etc. was to be stored and you then were supposed to be able to search for files through a timeline of activities and how long you worked on a file or what music played during, instead of its name. But more importantly, the desktop environment was supposed to suggest activities based on learned behaviors. Visit Uni on Thursday -&gt; already open my Algorithms-notes. Such a marvelous idea.<p>And yet we&#x27;re stuck with systems that barely anticipate our needs, if even.
评论 #36627981 未加载
perilunaralmost 2 years ago
Digital calendars are a real pain if you want to look up any event that’s more than a few months away. They don’t show the importance of events — everything is just a box. In year view they don’t show much at all.<p>I built a personal timeline[0] because I really wanted to be able to look at life at various scales: from right now to my whole life, my parents’ and grandparents’ lives, and beyond. I wanted to be able to zoom and pan easily, not just have the default day&#x2F;week&#x2F;month views. Initially it wasn’t planned as an actual calendar, but the more I use it the more I want my calendar to work this way also.<p>0. <a href="https:&#x2F;&#x2F;timepasses.net" rel="nofollow noreferrer">https:&#x2F;&#x2F;timepasses.net</a>
kochalmost 2 years ago
<a href="https:&#x2F;&#x2F;markwhen.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;markwhen.com</a><p>I’ve had a lot of these thoughts when working on markwhen. It’s basically turning into a calendar and planning IDE, pretty excited about where it’s heading.
ggmalmost 2 years ago
Well reasoned and compelling. I am sure others like me have wanted this.<p>Lots of opportunities for improvement in existing s&#x2F;w
slmlmalmost 2 years ago
This is articulated perfectly. I manually add unplanned events to my calendar after they have happened, like dinners, cinema, other things that I consider &#x27;memorable&#x27;, so that my calendar has more detailed texture to it.<p>If other data that is being collected anyway could enrich the calendar in exactly this way, it would be amazing.
kickingvegasalmost 2 years ago
This post makes me recall the Lifestreams work to build a time-based UX. <a href="https:&#x2F;&#x2F;youtu.be&#x2F;Ioki1q6yCok" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;Ioki1q6yCok</a><p>At current, using Org-Agenda does a lot to integrate my schedule, TODO list, notes, and links to other documents &amp; media from one place.
_virtualmost 2 years ago
I&#x27;m building a time block calendar app for some of the reasons mentioned in this article. Retrospective is the first big feature I would like to add so users can see what they have been doing on specific days in order to understand what types of interruptions they face.
the_omegistalmost 2 years ago
Nice article. Indeed many tools used in parallel could be merged into mostly one.<p>After many todo lists, calendars, ... apps I personally came to the conclusion the better way to visually display tasks and events is a timeline. And in a Gantt diagram, to be more accurate.<p>So I am using excel and this video tutorial [0] and made different timelines for different projects and even a calendar-like events view with emojis appearing when the date is right. So far I like it.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=tuQpGzL_14g">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=tuQpGzL_14g</a>
irrationalalmost 2 years ago
&gt; Notes are just emails to your future self. Emails are just tasks. And tasks are just calendar events<p>So, Notes are Tasks and Calendar Events? The author must be taking different kinds of notes than I do.
评论 #36628475 未加载
FatherPaulStonealmost 2 years ago
Ok, absolutely love the idea of feeding my heart rate data into my calendar to see whats delivering me the most stress. Nicely written blog too.
8n4vidtmkvmkalmost 2 years ago
I like this. Tempted to build it. The lack of travel time support in GCal also bothers me. It already knows where I am and where I&#x27;m going, it should be able to block that off. And the time zone support is weak too. Planning a vacation in another country? Good luck understanding what time anything is at without manually switching timezones in the settings over and over.
mastermedoalmost 2 years ago
I second the idea of revisiting the calendar. I add events in the calendar of what I’ve been doing every time I context switch. It makes it purposefully annoying to context switch often, and I revisit what I did that week at the end of it. Additionally, I’m able to answer questions such as “What percentage of time do I spend on research vs writing vs coding etc.
评论 #36623591 未加载
评论 #36625402 未加载
_virtualmost 2 years ago
I think one other feature that&#x27;s missing from the article is the ability to map multiple blocks of time to a task.
libealistandalmost 2 years ago
&gt; Something I never really noticed before is that we only use our calendars to look forward in time, never to reflect on things that happened in the past.<p>This is called a &quot;diary&quot; and is as old as humankind.<p>I use a calendar to track workout sessions. All in the past.
solarkraftalmost 2 years ago
There&#x27;s a ton of innovation left to do in this space. But I wonder it&#x27;ll be done in siloed-off ways, ultimately leading to no adoption beyond a tiny niche.
internetteralmost 2 years ago
Are these just mockups? This is a wonderful idea.
lloekialmost 2 years ago
This echoes how my calendars are organised (and thoughts I had on calendars for the bits that cannot be implemented, Fantastical gets close... yet so far)<p>Expanding on these &quot;key moments&quot;, sometimes I wish I could create such durationless events (i.e a single datetime), but for these to show up properly I have to set a certain duration so that the label is readable at every sensible zoom level.<p>In addition some time blocks I create represent not a block of a specific duration but a bracket where a specific durationless event will happen, e.g a delivery that was communicated by the delivery company as happening between 08:00 and 10:00.<p>Regarding the past, I liberally edit to create a record of what really happened: there are recurring events for specific tasks or meetings, and if they happen earlier, later, shorter, or longer than was set I edit the event to reflect reality. This allows me to look back at e.g the past week and adjust expectations for the coming week accordingly instead of trying to bend reality to an idealised version that cannot happen and then wondering why things seem hectic when they appear so regular (e.g why do I feel like I&#x27;m always running late vs that block should really be 20 min instead of 10 min). I also love the music playing and health&#x2F;fitness tracking integrations, similarly Fantastical puts in 10 day weather forecasts, I do wish it would turn into hourly when possible + having history of weather (think about the defunct Dark Sky UI).<p>Then there&#x27;s future turning into present, and present turning into past: I also wish that integration with other bits of software would work better: an AFK block in my work calendar should change my Slack status and phone Focus mode (iOS), and me manually changing these should also automatically be recorded in my calendar.<p>The above is mostly about me (scheduling, recording), which can be dispatched across many calendars one can create, but calendars serve another purpose, communication: from third parties e.g flights, trains, hotels booked; and to third parties e.g I am available, we&#x27;ll be meeting, I am focusing, I am AFK but can still efficiently respond over Slack, I am not available at all, I am off for a day, I am off for half a day. The latter is stupidly interesting because the only ways to say that is either a full day event that a human has to parse or a solid block of time (and don&#x27;t get me started on timeless (non-day events) that span multiple days, for which the UI is fantastically poor for every single implementation out there).<p>Trouble starts because for each calendar account implementation out there there is only one main calendar that is considered &quot;yours&quot; and from which free&#x2F;busy time is inferred.<p>Trouble doubles down when &quot;this main calendar&quot; is actually <i>these</i> main calendars, a simple example being personal account and work account. I want to be able to tell my SO that I am not available during this specific block because I have an important work meeting, and I want to tell my coworkers that I am not available during this specific block because I have something personal to attend to, <i>without having to manually duplicate the events</i>.<p>I said duplicate but sometimes it&#x27;s triplicate or quadruplicate because to work around things like that some teams implement shared calendars, and you have to fill those in as well, on top of changing Slack status and focus mode. (BTW props to Fantastical for thinking about making such duplicates appear as a single merged event with a hatched border or something)
评论 #36624281 未加载
评论 #36630010 未加载
GChevalieralmost 2 years ago
This is amazing. I want this.