/srv/irclogs.ubuntu.com/2013/09/14/#ubuntu-uk.txt

AlanBellhappy saturday everyone07:40
=== Lcawte|Away is now known as Lcawte
bigcalmGood morning peeps :)08:05
MartijnVdS\o08:06
GentileBenMartijnVdS, are you watching the game today?08:09
popeyMorning all08:36
* AlanBell gets back to being all web 2.0 with http://exceptionalemails.com/ (feedback appreciated)08:40
AlanBelloops, didn't mean to say that here, but never mind :)08:41
mungbeanmaking more 8-bit hama stuff :) http://i.imgur.com/3YcCQ11.jpg?109:06
popeyhah, nice09:07
brobostigongood morning everyone,09:09
mungbeangonna have to get the light box out of the loft this w/end09:12
mungbeannoticing the gloominess already in my energy levels09:12
brobostigonSAD ?09:14
mungbeanwho doesn't notice it?09:17
mungbeani assume everyone does. the sunlight energises me09:17
mungbeanfeel wasted last couple of days ,09:17
=== Lcawte is now known as Lcawte|Away
bigcalmGood 2nd morning peeps :)09:37
brobostigonmorning bigcalm09:38
brobostigonmungbean: i think i sleep better, with less bright sun in my eyes.09:38
mungbeanyes, i use eyepatches to sleep09:39
brobostigonthat works.09:40
mungbeanbut i have to get up to feed baby or reposition my boy in his bed mulitple times per night :(09:40
mungbean4 hours unbroken sleep is something to strive for09:40
brobostigon:(09:41
=== Lcawte|Away is now known as Lcawte
mungbeanmy 3yr old is using unity lol11:16
mungbeansiwtching tasks, running clementine, choosing tracks/pausing11:16
penguin42hehe good, so when do you teach them to code :-)11:19
mungbeanwhen he can play minecraft11:25
* AlanBell has been installing minecraft mods to keep offspring happy11:27
MartijnVdS♫ You gotta keep'em separated ?13:19
daftykins8D13:20
daftykinsOffspring \o/13:20
bubuhey guys, how can I dpkg -i a .deb package and pass in options so that all the defaults are accepted during install?14:32
funkyHatbubu: DEBIAN_PRIORITY=high dpkg ...14:48
funkyHatbubu: or critical (bear in mind that even with critical it will still ask you for "critical" questions... there aren't many of those though14:49
=== Hornet- is now known as Hornet
* AlanBell finds a copy of the original SUN microsystems Java whitepaper from 199515:03
bashrcAre there any mobile boradband USB adapters which work especially well with ubuntu?16:45
brobostigonandroids tethering seems to work well.16:47
bashrcis that tethering to a mobile phone?16:48
dwatkinsbashrc: I have a Vodafone Huawei one which seemed to work fine, although I'm not sure if its firmware also sends data to the manufacturer.16:48
bashrcso I could become a cosmopolitan cafe dweller and yet still be on the internets16:50
dwatkinsYou might want to check that tethering is allowed on your mobile contract, bashrc - sometimes it's not.16:50
bashrcI wouldn't try to tether, I'd just get a USB adapter16:51
dwatkinsI tether all the time on my Three phone.16:52
dwatkinswell, not "all" the time, just quite a lot.16:52
brobostigonme also.16:52
bashrcI guess I'll just have to get one and see if it works16:53
dex90_ /join #ubuntu17:12
dex90_exit17:13
SuperEngineerDr. Who "best of" tonight - beeb1 7->7.30pm .... sounds fun17:34
brobostigonyep.17:34
SuperEngineer:)17:34
brobostigon:)17:35
SuperEngineerjust spent 1 boring hour clearing rubbish from WinXP partion.. and that was their best yet?17:36
SuperEngineer[old apps - registry - shortcuts -defrag ad infinitum17:36
* SuperEngineer yawns17:37
SuperEngineerDr. Who time folks ;)18:00
SuperEngineerjust realised earlier line should show beeb£ 1111 whoopos ;)18:02
SuperEngineer*beeb318:02
brobostigonbbc3*18:04
=== philly is now known as Guest7877
ali1234so... semantic filesystems... do we actually have one on ubuntu, and the tools to make use of it?20:13
penguin42wth is a semantic filesystem?20:14
daftykins^20:15
ali1234well, normal filesystems are heirarchical - they use directories, sub directories20:15
ali1234and files can only be in once place20:16
ali1234(hardlinks don't count cos they look like different files to most applications)20:16
ali1234a semantic filesystem doesn't have directories20:16
penguin42ok, so what does it look like?20:16
ali1234generally they use tags20:16
penguin42ali1234: How would you like to access it with conventional posix calls?20:17
ali1234well it can be mapped into a heirarchy20:17
ali1234each tag can be a directory20:18
ali1234then files will show up in multiple places20:18
penguin42ali1234: Sounds like something you could do with FUSE?20:18
ali1234perhaps20:18
ali1234the point is that you don't access it the way you'd access a normal filesystem20:19
ali1234there is no cd20:19
ali1234therefore there is no ls either20:19
penguin42looks like there are a few around20:19
ali1234so you need a whole new set of tools to really make use of it20:19
ali1234just having the filesystem is one thing, but it needs tools to be useful20:19
penguin42http://www.tagsistant.net/download for example20:19
penguin42ali1234: Yeh I mean you really need to rework things like the GUIs that open files20:20
ali1234yeah you would20:20
ali1234well, maybe not20:20
ali1234i mean, the biggest challenge is getting all your files into such a system, and then tagging them all correctly20:20
ali1234once that is done, you can access it by mapping back into a heirarchy20:20
ali1234so you don't need to reword existing tools... just need new ones20:21
penguin42ali1234: Well I think there are tag schemes already, and auto-indexers etc - so then you just need to wire the search things to look for those - but you need to change the 'save' dialog20:21
ali1234yeah, true20:21
penguin42ali1234: Like if you were writing a document and you hit save you need to do something different20:21
ali1234yes, you need it to ask for tags20:21
penguin42or auto generate from content?20:22
ali1234nah, automating it defeats the purpose20:22
penguin42why?20:22
ali1234the whole point is that human can categorize things better than the computer20:22
penguin42ali1234: Really?20:22
ali1234yeah, really20:22
penguin42ali1234: Probably true, but it's not a bad goal to suggest some - like G+ does when you post20:23
ali1234ok, but what about multiple files?20:23
ali1234like for example a source code directory?20:23
penguin42oh how you put source code in a system like that is a good question20:23
ali1234well the answer certainly isn't "let the computer guess what to do"20:24
penguin42ali1234: well  you probably have a project name in files in the source tree - e.g. in the metadata config20:24
ali1234"probably"20:25
ali1234now think about writing an auto-indexer that can recognise any open source project's source tree and tag it appropriately...20:25
penguin42ali1234: Well yeh, but it would be reasonable for it to suggest that; and say working in something like Eclipse you're dealing with source in your project, and adding code to classes etc - so in principal you don't need to think about files20:25
ali1234it's too late for that20:26
penguin42well yeh20:26
penguin42ali1234: But I think it's reasonable to provide a set of hints - and let a human add more20:27
ali1234imagine a command like "file" but for directories...20:27
penguin42certainly it's easy to recognise say class names20:27
ali1234what language?20:29
penguin42C++/Java any of the OO ones20:29
penguin42ali1234: I think there are already libraries/code out there to do that20:29
ali1234well file will tell you the language, maybe20:29
penguin42ali1234: I'm thinking of the syntax highlighters, and ctags like code20:30
ali1234but i think it would be faster to just go through and tag it by hand20:30
ali1234humans are still better at pattern recognition than computers20:30
penguin42yeh but source is typically pretty well structured - or it should be taken out and shot20:31
penguin42ali1234: I mean yeh good luck trying to extract a tag from a perl file :-)20:32
penguin42(although there is perldoc)20:32
ali1234even if you can detect the language you still don't know what it actually does20:32
penguin42no, but you can extract a class name20:33
Monotokobah, I hate Saturday night upgrades23:00
penguin42saturday night's for fighting with apt?23:01
dutchieugh23:20
dutchiewhy is there no confirmation for suspend23:20
dutchiesecond time now i've hit suspend when i meant to shut down23:21
dutchieit's really rather annoying23:21
penguin42dutchie: Normally because it's quickly reversable and people want to do it quickly and run out of the house with their laptop23:22
dutchieit's not that quick23:23
dutchieit's slow enough to be really annoying23:23
penguin42is anyone else seeing a block of junk on ebay's front page as the 1st of the 5 rotating adverts at the top?23:30
penguin42hmm, fixed on reload - very very odd23:31

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!