<samueldr>
RO, and doesn't actually merge .desktop file per the spec, but POC proves it's doable
<MichaelRaskin>
curioushttps:// protocol: proxies can see and cache the content but cannot violate its integrity
<gchristensen>
so neat!
<gchristensen>
haha
<MichaelRaskin>
(«honest but curious» is more or less the standard term in cryptography for participants who send what they should send, but analyze all the data they can ever reach)
<gchristensen>
/Volumes ...
<gchristensen>
you do like to break stuff
<samueldr>
I haven't yet checked how to make udisks mount to it :)
<samueldr>
right now it's the mounted FS which don't really have a proper location, /media is as standard as /Volumes
<gchristensen>
yeah
<samueldr>
(and /mnt is mostly directly used, isn't it?)
<samueldr>
okay, so libfuse *really* is old, couldn't find a date earlier (with somewhat few searches) than 2003, which was the initial import to *some source control software*, gobolinux project had its initial release in 2003
<samueldr>
I'm assuming though that libfuse is older
<MichaelRaskin>
Do you need kernel _patches_ or are you OK with just a module for an FS to mount over / ?
<samueldr>
their implementation is patching and not an additional FS
<samueldr>
(which WILL spook many users!)
<gchristensen>
both is a bit spooky ...
<samueldr>
it probably can be implemented as a kernel module
<samueldr>
*kernel module FS
<MichaelRaskin>
As someone who has both run a system as a chroot into funionfs, and had to wait for forward-porting of custom patches, I prefer an extra FS