code logs -> 2008 -> Fri, 09 May 2008< code.20080508.log - code.20080510.log >
--- Log opened Fri May 09 00:00:25 2008
00:15 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: Z?]
01:02 Vornicus-Latens is now known as Vornicus
06:09 Thaqui [~Thaqui@Nightstar-711.jetstream.xtra.co.nz] has joined #code
06:10 mode/#code [+o Thaqui] by ChanServ
06:59 AnnoDomini [AnnoDomini@Nightstar-29606.neoplus.adsl.tpnet.pl] has joined #Code
06:59 mode/#code [+o AnnoDomini] by ChanServ
08:29 GeekSoldier [~Rob@Nightstar-8875.dip.t-dialin.net] has quit [Ping Timeout]
09:01 Vornicus is now known as Vornicus-Latens
09:28 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
09:28 mode/#code [+o gnolam] by ChanServ
10:33 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: STORK!]
12:06 Thaqui [~Thaqui@Nightstar-711.jetstream.xtra.co.nz] has left #code [Leaving]
14:55 GeekSoldier [~Rob@Nightstar-7738.dip.t-dialin.net] has joined #code
14:55 mode/#code [+o GeekSoldier] by ChanServ
16:41 Vornicus-Latens is now known as Vornicus
17:09 You're now known as TheWatcher[afk]
17:59 Raif [~corvusign@Nightstar-25074.hsd1.wa.comcast.net] has quit [Ping Timeout]
18:04 You're now known as TheWatcher
18:05 AnnoDomini is now known as Lance
18:18 Raif [~corvusign@Nightstar-25074.hsd1.wa.comcast.net] has joined #Code
18:18 mode/#code [+o Raif] by ChanServ
19:24
<@ToxicFrog>
shiny things of the day: avfs, a FUSE module for transparent access to goddamn everything
19:26
<@ToxicFrog>
Access to network filesystems doesn't seen to be reliable, but archive access is working great.
19:26
<@ToxicFrog>
Sadly, the archive pseudo-directories don't show up in ls, so additional work is needed if I want to ues them from the gui.
19:54
<@McMartin>
What is FUSE?
19:54
< Vornicus>
User-space file system module support
19:54
< Vornicus>
you can do things like sshfs, for instance, where you can talk to foreign filesystems via ssh; or zipfs, where you can pretend that various archive files are filesystems.
19:55
< Vornicus>
Without having to add these abilities to the kernel, where they might Break Shit.
20:16 Chalcedon [~Chalcy@Nightstar-488.ue.woosh.co.nz] has joined #code
20:16 mode/#code [+o Chalcedon] by ChanServ
20:53
<@ToxicFrog>
zipfs I didn't find very good, actually, but avfs completely supercedes it.
20:53
<@ToxicFrog>
My one complaint is that it's not an overlay.
20:54
<@ToxicFrog>
So I'd have to use it with unionfs to get this sort of capability on / in a safe manner.
20:54
<@ToxicFrog>
But, yes, once it's mounted, if you have an archive foo, you can access it as a directory as foo#
20:54
<@ToxicFrog>
Or tack on modules to pipeline it through; say foo is actually a .tar.bz2 archive, but avfs doesn't realize this...
20:55
<@ToxicFrog>
foo#ubz2#utar/ is your directory.
20:56
<@ToxicFrog>
FUSE itself I mostly rely on sshfs and ntfs-3g - the latter of which is increasingly used as the out-of-the-box NTFS support on a lot of linux distros.
20:57
<@ToxicFrog>
I've also used fuse-smb on occasion - the directory you mount it on contains the results of scanning for SMB shares, which means no reliance on GNOME-VFS or the like.
20:57
<@ToxicFrog>
And of course there's also lots of weird stuff for accessing XML files as filesystems and the like.
21:26 Lance is now known as AnnoDomini
22:36 MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has quit [Client exited]
22:46
<@ToxicFrog>
top - 17:41:49 up 9 days, 20:54, 1 user, load average: 4.21, 4.27, 4.20
22:46
<@ToxicFrog>
Tasks: 153 total, 4 running, 147 sleeping, 0 stopped, 2 zombie
22:46
<@ToxicFrog>
I have two CPUs, how is this possible?
22:48
< Shoukanjuu>
I woke up this morning(5PM) and couldn't remember my name. In fact, the first thing that came to mind was #!/usr/bin/env python
23:13
< Vornicus>
Load I think also counts IO wait.
--- Log closed Sat May 10 00:00:32 2008
code logs -> 2008 -> Fri, 09 May 2008< code.20080508.log - code.20080510.log >