All Projects → Xe → Ponifuse

Xe / Ponifuse

Ponifies files at load and de-ponifies them at write time (fuse module)

Programming Languages

python
139335 projects - #7 most used programming language
python2
120 projects

Labels

Projects that are alternatives of or similar to Ponifuse

X11fs
A tool for manipulating X windows
Stars: ✭ 330 (+2900%)
Mutual labels:  fuse
Ifuse
A fuse filesystem to access the contents of iOS devices
Stars: ✭ 433 (+3836.36%)
Mutual labels:  fuse
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+7090.91%)
Mutual labels:  fuse
Infinit
The Infinit policy-based software-defined storage platform.
Stars: ✭ 363 (+3200%)
Mutual labels:  fuse
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (+3572.73%)
Mutual labels:  fuse
Exfat
Free exFAT file system implementation
Stars: ✭ 528 (+4700%)
Mutual labels:  fuse
Awesome Fuse
A curated list of awesome Fuse applications, articles, and plugins
Stars: ✭ 314 (+2754.55%)
Mutual labels:  fuse
Fuse Copyfs
CopyFS is the copy-on-write (COW) versioned filesystem for FUSE. Years ago I added features to CopyFS 1.0, then 1.0.1 came out and I never bothered to forward-port my changes. Now I have. Master is 1.3.1M, which is CopyFS 1.0.1 + 1.3M
Stars: ✭ 24 (+118.18%)
Mutual labels:  fuse
Google Drive Ocamlfuse
FUSE filesystem over Google Drive
Stars: ✭ 4,447 (+40327.27%)
Mutual labels:  fuse
Fuse Rs
Rust library for filesystems in userspace (FUSE)
Stars: ✭ 735 (+6581.82%)
Mutual labels:  fuse
Svfs
The Swift Virtual File System
Stars: ✭ 375 (+3309.09%)
Mutual labels:  fuse
S3monkey
A Python library that allows you to interact with Amazon S3 Buckets as if they are your local filesystem.
Stars: ✭ 399 (+3527.27%)
Mutual labels:  fuse
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+52018.18%)
Mutual labels:  fuse
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+35645.45%)
Mutual labels:  fuse
Osxfuse
FUSE extends macOS by adding support for user space file systems
Stars: ✭ 7,184 (+65209.09%)
Mutual labels:  fuse
Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (+2890.91%)
Mutual labels:  fuse
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+4609.09%)
Mutual labels:  fuse
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-18.18%)
Mutual labels:  fuse
Fuse Ts
Stars: ✭ 6 (-45.45%)
Mutual labels:  fuse
Dbxfs
User-space file system for Dropbox
Stars: ✭ 673 (+6018.18%)
Mutual labels:  fuse

Ponifuse is an experimental project in applying the text-replacement rules of Ponify to file transparently as they are written and read.

THIS DOES NOT WORK YET


Story time! This is a modified version of the reddit post that started this all.

So, about a month or so ago, one of my floormates, Derp called me "gay" for liking and watching My Little Pony, right? He was met with the full force of Love and Tolerance. eg:

him

"Dude, it's a [redacted] girl's show, you are gay." ಠ_ಠ

me

"Have you seen it? You shouldn't judge something by first appearances." and he gave up from there (pro tip: love and tolerance beats all).

So, about a week ago (from date of writing), I installed ponify on his browesr and completely hid it. Today he found out the magic. And I found out he thought the internet was broken, and he went over to my desktop and laptop to confirm this. Oh, I should mention, I have ponify on both my boxes. I verified to him that he was searching for "The Filly With The Dragon Cutie Mark", and not "The Girl With the Dragon Tattoo". The look on his face as he had a lapse of sanity was so worth it.

My next idea? Make Ponify modify files at load-time in the linux kernel (or possibly a FUSE module) to smartly ponify files at load-time by transparently mounting the ponifuse module at login (okay, this part is not my job, but it is an example case).

This is my implementation of that idea, in the form of a fuse module.


Implementation details:

Ponifuse pretends that the directory you have ponified is not changed at all, until you try to read from the files. As the file is opened, Ponifuse ponifies the file in question by replacing words in the file as according to the substitutions I have hard-coded. An example is that "everyone" becomes "everypony", and it also has the advantage of removing confusing and outdated words like "human" (whatever that means).

The full list of replacements is in src/list.txt if you want to see all of them. Fair warning, the list was generated by python in the REPL, so it is not optimized for humans reading it.


Special thanks to stillunnamed on irc.ponychat.net for helping me get the basics of the replacement logic hammered down. Also thanks to Justin Workman for talking me into this.

This project is only intended for fun, testing, and possibly being used in pranks against people you hate er... Love and Tolerate.

Oh, as of when I updated this part last, Derp has not gotten me back for the Ponify prank yet. As he does not use Linux, I cannot test the effectiveness of this project on a victim voulnteer. I will post details when he does get me back. If I die, please order me a pizza.

More to come.




Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].