summaryrefslogtreecommitdiff
path: root/Hurd/TranslatorWishList.mdwn
diff options
context:
space:
mode:
authorGreg Buchholz <hurd@sleepingsquirrel.org>2003-07-25 17:50:00 +0000
committerGreg Buchholz <hurd@sleepingsquirrel.org>2003-07-25 17:50:00 +0000
commit7f07ee0007310d17c1183161a4b4422f346714d9 (patch)
tree8d773b0078955567bc432418137510b9cac296c5 /Hurd/TranslatorWishList.mdwn
parentc6638e59a6d4080df68e6089a232b22d91a94656 (diff)
none
Diffstat (limited to 'Hurd/TranslatorWishList.mdwn')
-rw-r--r--Hurd/TranslatorWishList.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/Hurd/TranslatorWishList.mdwn b/Hurd/TranslatorWishList.mdwn
new file mode 100644
index 00000000..b8686b7d
--- /dev/null
+++ b/Hurd/TranslatorWishList.mdwn
@@ -0,0 +1,21 @@
+The idea behind file system translators is a powerful concept which hasn't recieved much attention in the mainstream computing world. So here is a list of interesting translators I've been able to dream up. I'm sure there are many more ideas floating around out there, so add them to the list!
+
+Audio\_cdfs -- A translator which produces a directory of \*.wav files when you have an audio CD in the drive.
+
+Ogg -- This translator could be a sub-directory of the Audio\_cdfs translator and it would translate the \*.wav files into Ogg Vorbis/MP3 format.
+
+CDDB -- Of course it would be a lot nicer if the above two translators didn't name their files something worthless like track001.ogg. So we would want a translator which would hook up with a database on the web and produce meaningful file names.
+
+A cryptographic/steganographic seem like a nice match with the concept of user-land file systems. I like the idea of something like settrans -a /secure stegfs --mpeg file001.mpg
+
+Revision control -- All of the empty space on your drive is now being wasted. Why not have a revision control translator which tracks changes to your documents?
+
+tar and gzip -- Rumor has it that they are on the way.
+
+ROM -- How about a translator which makes it look like you can write to read only media (like CDs), or change files which I don't have permission to change. This translator would make it seem like you could copy files to places where you normally couldn't. Think about combining this translator with the ftp translator and the tar and gzip translators. (cd /ftp/gnu.org/gnome.tar.gz/writes\_allowed; make install)
+
+Super\_FIFO -- It's like a named pipe which is smart enough to start a process everytime something new tries to read from it. For example, let's say I have a script that reads in a JPEG image and spits out a smaller thumbnail \*.jpg to STDOUT. With a standard fifo (mknod -p fifo) this would almost works (script big.jpg &gt; fifo). But what if there are two processes trying to read the fifo at once? Ick. And of course the standard way only works once without rerunning the command. I'm not quite sure what the syntax should look like, but I'm sure someone out there has a great idea waiting to happen.
+
+Perl -- Perl is a wonderful language for hacking together something useful in a short amount of time. No concept is complete without being able to use it in a perl one-liner. And that goes for Hurd translators too. Right?
+
+-- Greg Buchholz - 25 Jul 2003