A novel technology that reimagines Google Calendar as a whimsical file system. This quirky tool allows you to create, read, and write files directly within your calendar, transforming it into a FUSE filesystem.
Dive into the capabilities of WhenFS, from mounting shared calendars to transferring files at unprecedented speeds—all through the simplicity of your daily scheduler.
WhenFS turns your Google Calendar into a FUSE filesystem. It whimsically supports the following features:
The image above contains all the image’s data split up across hundreds of tiny calendar event descriptions. The entire filesystem—files, directories, reads, writes and more—is all based on manipulating these Google Calendar events.
WhenFS is an example of a harder drive—a hard drive we didn’t want or need.
WhenFS can mount existing WhenFS-ed Google Calendars when given the calendar’s ID and ID of the file system recovery calendar event:
WhenFS operations start at the FUSE file system layer, facilitated by fuser. The filesystem sits on top of a write-through object cache, which itself sits on top of an abstract data storage interface with swappable calendar API backends.
For more information click here.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…