Journal, reloaded: Difference between revisions
Jump to navigation
Jump to search
(→Talks: Link to video footage from Ed.) |
m (→Related) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
* [[User:CScott]] gave a talk on 2008-10-15 on his journal work. |
* [[User:CScott]] gave a talk on 2008-10-15 on his journal work. |
||
** Slides: [http://dev.laptop.org/~cscott/journal2/journal2-talk.odp ODP] [http://dev.laptop.org/~cscott/journal2/journal2-talk.pdf PDF] |
** Slides: [http://dev.laptop.org/~cscott/journal2/journal2-talk.odp ODP] [http://dev.laptop.org/~cscott/journal2/journal2-talk.pdf PDF] |
||
** Screencasts: [http://dev.laptop.org/~cscott/journal2/screencast-1-mockup.ogv part 1] [http://dev.laptop.org/~cscott/journal2/screencast-2-working.ogv part 2] [http://dev.laptop.org/~cscott/journal2/screencast-3-embedding.ogv part 3] [http://dev.laptop.org/~cscott/journal2/screencast-4-atom.ogv part 4] |
** Screencasts: [http://dev.laptop.org/~cscott/journal2/screencast-1-mockup.ogv part 1] [http://dev.laptop.org/~cscott/journal2/screencast-2-working.ogv part 2] [http://dev.laptop.org/~cscott/journal2/screencast-3-embedding.ogv part 3] [http://dev.laptop.org/~cscott/journal2/screencast-4-atom.ogv part 4] (on [http://www.youtube.com/view_play_list?p=567DFC3329665EA5 YouTube]) |
||
** [[/IRC transcript 2008-10-15|IRC transcript of the talk]] |
** [[/IRC transcript 2008-10-15|IRC transcript of the talk]] |
||
** [http://dev.laptop.org/~bjordan/scottfs.ogg Ogg] and [http://brianio.com/cscotts-journal-remix-proposal/ flash player of MP3] soundfiles from the talk. |
** [http://dev.laptop.org/~bjordan/scottfs.ogg Ogg] and [http://brianio.com/cscotts-journal-remix-proposal/ flash player of MP3] soundfiles from the talk. |
||
Line 26: | Line 26: | ||
* Eduardo's [http://dev.laptop.org/~cscott/eduardo-epiphany-tags.pdf Epiphany tagging writeup] |
* Eduardo's [http://dev.laptop.org/~cscott/eduardo-epiphany-tags.pdf Epiphany tagging writeup] |
||
* [[Experiments with unordered paths]] (lots of links here) |
* [[Experiments with unordered paths]] (lots of links here) |
||
* [http://www.usenix.org/publications/login/2006-06/pdfs/buettcher.pdf Wumpus paper] - describes the races inherent in inotify when subdirectories are created (more on [http://www.wumpus-search.org/ Wumpus]) |
|||
** [http://bugs.l3ib.org/index.php?do=details&task_id=23 A description of one problem] |
|||
** [http://lkml.indiana.edu/hypermail/linux/kernel/0603.0/1400.html Chris Ball's description of the problem] |
|||
** The [http://mail.gnome.org/archives/dashboard-hackers/2004-October/msg00022.html Love-Trowbridge solution] -- always use the scan-and-watch algorithm when you see a new directory created |
|||
* [http://stefan.buettcher.org/cs/fschange/index.html fschange patches for Linux]: the Wumpus solution. |
Latest revision as of 20:24, 16 December 2008
This page details the work being done on "next generation" Journal ideas.
Source code
For the brave only at this point. I'll have RPM and DEB packages available when the code is at the "everyone should try this out and let me know what you think" stage (ie, not quite yet).
- Journal2
- gitweb .tar.gz snapshot
- Patched version of Pinot
- gitweb .tar.gz snapshot
Talks
- User:CScott gave a talk on 2008-10-15 on his journal work.
Related
- Eduardo's Epiphany tagging writeup
- Experiments with unordered paths (lots of links here)
- Wumpus paper - describes the races inherent in inotify when subdirectories are created (more on Wumpus)
- A description of one problem
- Chris Ball's description of the problem
- The Love-Trowbridge solution -- always use the scan-and-watch algorithm when you see a new directory created
- fschange patches for Linux: the Wumpus solution.