[00:00] when i was writing my solar system program at uni i was lucky enough to have an SGI machine with hardware open gl... but the labs were all software 3d with mesa [00:00] shouldn't do a lot of things, but we do them ;) [00:00] but the code was no different on each [00:00] well, that's not really true [00:01] different implementations of opengl have different bugs [00:01] if you use a 3d engine you wont need to worry about any of that [00:01] that's another reason to use one [00:02] so you'd use ogra? [00:02] or however it is spelt [00:02] ogra is the ubuntu-arm developer :) [00:02] ogre3d is what i use for a 3d engine [00:02] i like it because it doesn'trailroad you into making a FPS game [00:02] but other engines are available [00:03] but then aren't you restricted by the engine? [00:04] well yes and no [00:04] I mean, if you let your creative juices flow [00:04] not really because what are you going to do? [00:04] I intend to code a custom morph sorta thing [00:04] all the 3d engine does for you is load the objects from files and manage the scene graph (aka where are the objects) and do culling and fancy effects [00:05] I want to create the objects in the program [00:05] you can do that in ogre, no problem [00:05] http://www.youtube.com/watch?v=GCeUqKeks2U [00:05] ^ the whole race track is generated procedurally [00:05] damn it [00:05] I have youtube blocked [00:06] :( [00:06] whyyyyy [00:06] I was asked to block sites that distract people [00:06] ;) [00:06] so block it for everyone but you? [00:06] bofh 101 [00:07] I do normally have my own tunnel [00:07] but been setting all my stuff up fresh [00:07] :) [00:07] NEW COMP \o/ [00:08] so with orge3d I can draw things from individual squares? [00:08] drag the vertices around [00:08] no [00:08] and stuff [00:08] nor can you do that in opengl [00:08] you need to write a whole 3d editing program either way [00:09] why can't opengl be used for that? [00:09] :/ [00:10] opengl doesn't even have any mouse functions [00:10] it's only for drawing [00:10] oh, I used SDL with opengl [00:10] with a sample thing [00:10] you can make objects with modifiable geometry in ogre [00:11] but you still need to write a whole UI either way [00:11] it was only using the fixed function pipeline though [00:12] it didn't do anything useful, was just playing :) [00:17] ali1234, so I should use C++ too? :/ [00:17] sure [00:18] hello again! [00:18] you don't need to use the advanced stuff like templates [00:18] I hate my C++ book [00:18] stuart__: hi, did it work? [00:18] still not got through it [00:18] Ok, here is the craic... new user -- works in gnome and xfce. [00:18] you can use ogre with python too btw, although it's kind of tricky to set up, and very hard indeed to package for windows [00:19] But not for me. [00:19] no way am I learning python [00:19] ;/ [00:19] either C or C++ ty [00:19] so just use C++ like it was C [00:20] my book encourages a C coder to use modern C++ ways for things [00:20] oh, not C++ for C programmers is it? [00:20] feels like I don't even know how to code when reading some of it [00:20] no [00:20] i have that book, it sucks [00:20] but it starts with more advanced stuff to get stuff going [00:21] then teaches more of the stuff I know, nearer the back [00:21] stuart__: so....... it's something in your gnome config then i guess [00:21] ;) [00:21] * hamitron likes to reset his home directory every now and then [00:22] I compare it to formating windows every few months [00:22] ;) [00:22] So I see. But all my lovely settings ;( [00:23] stuart__: there are some settings in keyboard -> layouts -> options [00:23] i don't know what any of them do but some seem to change the right alt behaviour [00:24] I have looked in all of those settings and to no avail... [00:24] It is an odd one though. [00:24] input methods? [00:24] That is a possibility. [00:35] amazing [00:35] looks like another fan is causing me problems [00:36] unless removing power to my graphics card did it [00:46] don't you hate when companies use weird-ass usb cables so you can't charge your toys when you need to :( [00:46] :) [00:47] Whoah....  é [00:47] It has reset. Somehow!!!! ♯ [00:50] Well thank you all for your time. Have a great night. [00:52] i just got a tip on some amazing microcontroller hardware: [00:52] http://mbed.org/handbook/mbed-NXP-LPC1768 [00:52] £40 from farnell [00:52] that blows away any arduino :) [00:59] that actually looks good [00:59] well small too [01:00] yes, and it fits in standard protoboard [01:05] and there's no IDE, it's all tied into their online platform. luckily you get a (Single) license key with the device. [01:05] this place changes ideologies quicker than I can spell it ;) [01:06] no IDE? [01:06] it's arm [01:06] just use gcc :) [01:10] think I'll just get a fpga [01:10] but gonna complete existing projects first [01:11] do you guys aquire loads of junk to "do stuff sometime"? [01:11] i try not to [01:11] I try ;) just fail badly [01:11] don't see jtag exposed on the pinout there. so I guess you just gotta hope the 'mbed' interface is easily hackable [01:12] it's programmed on serial [01:12] but the first thing i would do is write a usb bootloader [01:14] also, the jtag is exposed, it's multiplexed with other stuff === tomtom is now known as module0x90 [01:18] right [01:18] off to bed [01:18] tired and staring at toys ali1234 is linking me to [01:19] overly active brain before sleep is bad.... [01:19] o/ === tomtom is now known as module0x90 [01:53] hmm wait... the mbed actually has an interface chip between the usb and the lpc chip [01:53] so it's just as fail as the arduino [02:04] seems there's two different usb's on it [02:05] yeah [02:05] you can always wire up a second usb port to the real chip [02:05] it's still annoying and poitnless though [02:05] the mini-usb presents mass-storage via the 'mbed interface'; the one at the pinout is separate [02:05] yeah [02:05] that sucks [02:05] this is what i actually want: http://shop.ngxtechnologies.com/product_info.php?cPath=21_34&products_id=100 [02:07] seems most boards are doing the same thing. sticking the serial programmer on a dedicated usb port because no-one has serial ports anymore [02:07] right [02:07] but it's trivial to make a usb secondary bootloader [02:08] with no extra hardware [02:08] so you only need to use that serial programming interface once [02:08] but on boards like the mbed and arduino you're stuck with it forever [02:08] at least the mbed you can wire up a second plug [02:09] but that kind of defeats the purpose of buying a board with usb on it [02:10] I have arduino that simply don't have usb on them. whine solved :) [02:11] yeah [02:11] except that i'm not interested in interfacing a PC with anything other than USB [02:11] cos like you said, no one has serial ports any more [02:12] and with just a microcontroller all you can really do is blink some leds [02:12] so the most interesting thing to do with them is make USB devices [02:12] although this thing *does* have ethernet... [02:12] which kinds of puts it in a different ballpark really [02:13] but still i am quite surprised they did not include a USB bootloader in the mark ROM [02:13] sorta. would love me a bit of wifi [02:13] wifi is a gigantic pita [02:13] needs way too much software stack [02:14] bluetooth is more realistic with uCs [02:14] sure, but what point in having a thumb-sized board that needs to be hardwired [02:14] hence, bluetooth :) [02:14] and you can attach a bluetooth module on any serial port [02:14] so it is very much possible [02:15] then it needs a host on the other side again :/ [02:16] um... you need something else on wifi for it to talk to as well [02:16] yeah, but not 5 meters away [02:16] bluetooth is essentially adhoc wifi [02:16] my router's here all the time. my laptop, not so much [02:17] and bluetooth is up to 100m now [02:17] unlike wifi it degrades gracefully with range [02:21] modding a router for bluetooth is also quite easy :) [02:33] i guess one thing the mbed has going for it, you can wire it up for usb host, and still program it over usb [07:38] http://www.youtube.com/watch?v=vix6TMnj9vY&feature=related [07:38] will it run android I wonder === tim_ is now known as mistertim === tim is now known as mistertim [08:20] AlanBell, around? [08:23] Morning all [08:24] Daviey: indeed [08:34] Daviey: got a min? [08:36] good morning [08:37] AlanBell, Groovy! [08:37] nigelb, i think so [08:38] Daviey: hey, you have that bot to report planet uk posts, any chance you can get me the config for the supybot rss plugin for that? [08:38] Daviey: my attempts failed spectacularly :\ [08:39] nigelb, I could dig around, but you are best asking X3N - it's based on his code. [08:43] Morning [08:46] Next time someone says "Can you do a support call to Australia" remind me to say no [08:47] daubers: Timezone problems? [08:48] DJones: Doing switch config at 11pm hurts my head [08:48] especially when it's a switch I don't know [08:48] Heh, doing anything apart from lieing in bed hurts my head at that time [08:49] Morning [08:50] Morning czajkowski [08:50] daubers, Yeah.. last cycle I had the same issue with the west coast USA.. I was on the phone to upstream at Friday night, till passed Midnight.. Brain frazzled.. not fun. [08:52] urgh [08:53] morning all o/ [08:53] Hi Daviey, long time, no chat...You good? [08:54] selinuxium, Yep! Not too bad. Next time i'm in London, we must go for a beer to catch up. I trust life is good for you? [08:54] Daviey, indeed it is. Things are pleasantly well my side of the fence... :) [08:55] Daviey, always up for a beverage. :) [08:58] did someone say beer? [08:58] Morning TheOpenSourcerer [08:58] beer? [08:58] :) [08:58] Wake up call ;-) [08:58] Morning all. [08:58] Mornin [08:58] Who will be going to London for Natty release? [08:59] selinuxium: I'm in town tomorrow for a lunch with some old mates... [08:59] Daviey: thanks (sorry, stepped away) [08:59] Around Moorgate in fact. [09:00] TheOpenSourcerer, Cool... could pop out for one... :) [09:00] TheOpenSourcerer, Still got this display board here too... :) [09:00] It will probably run into late afternoon. [09:00] Indeed - that was my thinking selinuxium [09:02] TheOpenSourcerer, you got my number? [09:02] nope selinuxium [09:03] ALOHA!!! [09:04] Daviey: I will I think [09:04] if anyone is looking to poke me on saturday rea venue or tables or trying to find me, give me a shout and I give give you my mobile [09:04] Daviey: I will! [09:05] Groovy! I think i'll need some beer then.. :) [09:05] Morning peoples :) [09:05] bigcalm: howdy [09:18] morning czajkowski AlanBell bigcalm [09:20] hmm, any eta on when the new podcast can be downloaded? I missed it last night :( [09:21] kazade: later today [09:22] \o/ [09:22] thx czajkowski [09:22] * kazade waits [09:22] daubers: just linuxjobs post, \o/ minions [09:27] screen-x: I know! Desperate for them now [09:31] http://mailman.lug.org.uk/pipermail/linuxjobs/2011-March/000581.html if anyones interested [09:34] daubers, can you move about 30 miles East? :) [09:36] what the hell.. Half of my search engines in Firefox have disappeared 0_O [09:36] Google, Wikipedia [09:37] the weird thing is, I've found them all again except Google's [09:37] kazade: Heh, bit too close to the European disty then [09:37] It's completely absent in the add-ons [09:46] well i just posted a comment on my facebook and challenged some friend to use ubuntu 10.10 for 1 week to see how they get on... and i put i would be happy to provide support etc... i wander who will accept ...... [09:47] sudo aptitude -y install random-greeting && random-greeting [09:48] (Don't try that command, I don't know if it will actually install anything!) [09:53] !info random-greeting [09:53] Package random-greeting does not exist in maverick [09:53] JamesTait: That answers that [09:54] DJones: You need the right PPA. ;) [09:54] Heh [09:59] Ahhh, bacon helps the brain switch gear [10:07] http://twitpic.com/49zdu4 whooo [10:08] http://media.tumblr.com/tumblr_lhx9z21lLf1qzozj1.gif [10:09] Who plugged the cat into the mains [10:09] * screen-x spent an hour tripping in the world of osmos last night [10:10] seriously mellow [10:11] MartijnVdS: ropelight cat is ropey? [10:11] screen-x: No idea.. it hurts my eyes :) [10:13] MartijnVdS: hi [10:14] popey, (or anyone else that might know) - do you happen to know what the exec for chrome is called? (not chromium) - chromium is chromium-browser just wondering if chrome takes the same route [10:14] * mungojerry notes jcastro's use of \o/ emoticon on his unity article on omgubuntu. popey would approve [10:14] pass, not on an ubuntu box right now [10:14] :) [10:14] \o/ [10:15] gord: google-chrome [10:16] screen-x, you are a star, saved me a few boring minutes of downloading, thanks :) [10:16] * czajkowski throws toys at gord [10:16] sweet! toys! [10:16] * czajkowski has taffy [10:16] :D [10:16] anyone know where phpversion() gets its version string from? [10:17] i don't keep desktop toys at my desk, i bought some little magnets once for playing with whilst things built, really hard to get anything done when those are on your desk... [10:17] hi [10:17] gord: I make music with an old heatsink and a screwdriver [10:17] BigRedS: PHP_VERSION_ID ? [10:18] morning kaushal [10:18] Hello kaushal [10:18] * gord sends out more contributor agreements for unity - seems like there are more new people every week [10:21] jpds: mmm, I was more wanting to append to it, presumably at compile time [10:22] In case anyone cared, this fixed my search add-on woe: http://support.mozilla.com/en-US/questions/751010#answer-146360 [10:27] Thinking of migrating to Narwhal tonight.... [10:28] BigRedS: main/php_version.h looks like a good candidate [10:28] Hey BigRedS , How are you doing? [10:28] selinuxium: it may not help your frustration [10:28] czajkowski, at least it will be focussed... :) [10:28] screen-x: oh yeah. I've jsut been getting annoyed at that not being set in the configure options! I always forget I have the source... [10:28] And I will be able to shout... [10:29] BigRedS: that may well be generated by the build system.. [10:30] selinuxium: by migrating, do you mean your prod system? [10:30] mungojerry, God no! [10:31] selinuxium: i was gonna say... [10:31] mungojerry, my laptop... I can deal with pain on that... [10:31] there is pain [10:31] is there a command line tool which I can use to report cpu load counter. Something like a mile-o-meter on a car. Not an instantaneous value (via top etc)? [10:31] but lots of fun if you like reporting bugs [10:31] * screen-x considers mungojerrys philosphical statement [10:31] mungojerry, are there still large show stoppers out there? [10:32] Bollinger: by not instantaneous do you mean graphs? [10:32] Bollinger: cpu usage by %, or load average? [10:33] selinuxium: showstoppers, probably not, but annoyances without workarounds as yet , yes :) [10:33] Bollinger: top/htop will show you cumulative cpu time for each process (time+) [10:33] screen-x, I would like something that gives me a number, which I can take a look at once a day to get a delta. If the delta one day is huge I know something is very cpu intensive [10:34] you can do that yes [10:34] you could use a tool like rrd to put the cpu load into a db periodically then ask it for an average per day [10:34] i do that with my house electricity usage [10:34] mungojerry, Cheers :) [10:35] Bollinger: even vmstat 60 (substitute for n seconds) would give some useful info [10:36] Bollinger: sar could also be useful [10:36] ooo, both also good suggestions [10:36] Bollinger: have you heard of conky? [10:36] mungojerry, I like to have a slightly broken system... Ubuntu has been so stable I haven't needed to fix it... Losing my linux foo.. [10:36] !info sysstat [10:36] sysstat (source: sysstat): system performance tools for Linux. In component main, is optional. Version 9.0.6.1-2 (maverick), package size 247 kB, installed size 1144 kB [10:36] conky lets you put this info onto the desktop background as a little chart and numerical info [10:37] including cpu temperature etc [10:38] mu [10:38] \o/ mu [10:39] Bollinger: have you stopped beating your wife yet? [10:39] Bollinger: e.g. check out pics http://fak3r.com/geek/howto-conky-config-conkyrc-for-debian-part-2/ [10:39] mungojerry, I cant use a gui app, I am looking for a command line [10:39] ah ok :) [10:39] screen-x, just installing trying to get working sar [10:44] gobmsacked [10:44] Has all work stopped on 9.04? I haven't been notified of an update for weeks on my parents' machine [10:45] Will attempt to upgrade that machine to 10.10 this weekend when we visit [10:45] https://wiki.ubuntu.com/LTS [10:45] in short, yes [10:45] popey: ouch @ mailing list link [10:45] Fair enough :) [10:45] bigcalm: it's not an LTS [10:45] bigcalm: yah 9.04 is EOL [10:45] czajkowski: I know that :) [10:46] Cheers. I guess it went EOL recently [10:46] popey: That thread is a bag of #fail [10:46] yeah, not an LTS, but the dates for non-lts are on the LTS page too [10:46] Gotcha [10:46] * screen-x wonders why czajkowski is gobsmacked [10:46] * kazade really needs to implement "Retweet" in his Twitter client [10:47] My bytemark host is still using 8.04 :S [10:47] 9.04 went EOL in october [10:47] bigcalm: 8.04 is LTS though innit? [10:47] mungojerry: it is [10:47] Just didn't realise that I have had the host for so long [10:47] screen-x: https://lists.launchpad.net/ayatana/msg05037.html [10:48] 10.04 has been my fave release ever [10:48] Or bytemark are slow to offer new LTS installs [10:48] MartijnVdS: hi [10:48] < MartijnVdS> ipband - daemon for subnet bandwidth monitoring with reporting via email [10:49] I still grumble at PHP 5.3 being made the default. Breaks a lot of PHP 5.2 sites. Ah well, progress 'n all that [10:49] shall i pastebin the ipband.conf ? [10:51] Any 'specy 4 eyes' here got any tips on how to stop the bridge of the nose from getting sore? [10:52] I've used glasses for 4 years and still haven't figured this one out [10:52] bigcalm: my wife has recently started poking small bits of plastic into her eyes in the morning. [10:52] looks painful, but may solve the problem [10:53] screen-x: sadly I'm only slightly long sighted, so use specs for computer useage [10:53] kaushal: I don't know it. I only apt-cache search'd [10:53] bigcalm: slightly sounds like a good thing :) [10:54] MartijnVdS: ok [10:54] np [10:54] screen-x: I guess, but it means that I can't use contacts as I need to take my glasses off when I leave the room [10:54] MartijnVdS: i dont see anything on the webpage ? [10:54] kaushal: I don't know [10:54] screen-x: hi [10:54] hoover: hi [10:54] MartijnVdS: ta for the 2nd playlist. It was very well received :) [10:54] since you greeted me [10:56] MartijnVdS: can i seek help somewhere ? [10:57] TheOpenSourcerer: yup [10:57] * czajkowski has an itchy nose [10:57] ever good [10:58] *never [10:58] * popey puts the pepper away [10:58] I get that while eating out sometimes [10:58] Still haven't figured out the cause [10:58] bigcalm: In case you didn't know here is a useful PPA for 10.04 servers https://launchpad.net/~txwikinger/+archive/php5.2 :-) [10:58] i get it just after putting on aftershave [10:59] TheOpenSourcerer: most interesting [10:59] TheOpenSourcerer: ah, I already have it all pinned in 10.10 :) [11:06] admin [11:07] oops [11:07] :D [11:07] this is not openerp [11:07] lol [11:07] AlanBell: at least you didnt type the next line ;-) [11:07] password: [11:07] 8x0sa0(((nqwojdow09-08lm *** [11:07] Ahh [11:07] \o/ [11:07] * popey hax0r3s the gibson [11:07] I just made that one up :-) [11:07] You can use it if you like [11:07] that is indeed a two handed mash on the keyboard [11:08] i can tell by the pixels [11:08] wut [11:08] couscous = pixelated food [11:08] good morning everyone, [11:09] haha [11:09] i like that [11:09] 8 bit food [11:10] * AlanBell ponders [11:10] Amusing indeed [11:11] Just applied a plaster to the bridge of my nose. Maybe it'll help :) (Yes, I look like a dork) [11:11] bigcalm: maybe lighter glasses would help? [11:11] ones that don't weigh anything :p [11:12] frames filled with helium \o/ [11:12] bigcalm: are you sure they're fit correctly? [11:12] Pendulum: they possibly do not :) [11:12] remembers the conkywizard application for producing conky setups that look like branded ubuntu :) [11:13] even has the canonical dots :) [11:17] Going by the release date of StarTrek, I got my last pair of specs in May 2009. I guess it's soon to be time for a new test/glasses [11:19] TheOpenSourcerer: bug 734077 [11:19] Launchpad bug 734077 in OpenERP Addons "Analytic Account Code sequence not working" [Undecided,Invalid] https://launchpad.net/bugs/734077 [11:20] i wonder if there is any truth in the idea that lots of computer work means you need glasses sooner [11:21] popey: i'm concerned by that thread that you tweeted about [11:21] mungojerry: I had to get glasses a wee while after getting this office job [11:21] mungojerry: they stopped the headaches [11:21] * mungojerry has been using computers for 30 years [11:21] 10 hours a day without many breaks? [11:21] but always insisted on good refresh rates on CRT montiors [11:22] People are different :) [11:22] bigcalm: working fulltime since 15 yrs ago [11:22] yeah, the rest of my family have good eyesight [11:24] although i get this googly eye problem a lot now [11:24] which is hard to explain [11:25] but my eyes suddenly want to defocus and won't focus on things. it usually happens when i don't get enough sleep [11:25] but it could be physcological [11:25] I was going to say that it sounds like sleep deprivation [11:26] Stress can make my eyes twitch :) [11:26] mungojerry: I've been using computers daily since the Vic 20 came out, I only wear glasses for driving/distance [11:26] kaushal: google, probabl [11:26] y [11:26] i think screen work could exacerbate an exisiting problem [11:27] "After several weeks of trying, last week I finally succeeded in installing Natty to test Unity" - that is the most worrying line i've read from unity interface designer [11:28] +1 [11:28] let's revert to gnome-shell ;) [11:29] :) [11:29] there are so many things wrong with that email.. [11:30] I mean, even if MPT couldn't get it to work, I'm astounded that a.) he hasn't seen the menu hiding thing had been implemented and b.) he wasn't even aware it was specified [11:30] the menu hiding was broken last time i saw it [11:30] here's my scale of DE likeability: 100% gnome..................................unity....kde.....lxde......fluxbox........gnome shell........xfce [11:30] i.e. alt-f doesn't open the file menu on one version of unity. it works on another [11:30] and that it was specified in a google doc of unknown authorship [11:30] * mungojerry has recently seen a worse email at work [11:31] alternative options for solutions proposed in the IT strategy were not conisdered due to too little time [11:32] mungojerry: I'd always seen XFCE as almost a clone of Gnome? Is it that different now? [11:32] AlanBell, I think Mark made it [11:32] admittedly, last time I looked I wasn't much of a gnome user [11:32] the screenshots show his home directory [11:32] BigRedS: i view it as a clone that's been hit with the ugly sitck [11:33] Ahhh. That's some ugly stick to end up so far the other side of KDE :) [11:34] BigRedS: KDE4.0 would be near the bottom, but KDE4.6 is improving, despite it's similarity to win7 [11:34] xfce has turned into a gnome clone fairly recently [11:34] it used to be a CDE clone [11:34] or..win7 similarity to KDE [11:34] * mungojerry used to like openwindows on solaris :) [11:34] I tried a KDE the other month, and couldn't persuade it to behave anywhere near how I wanted it to [11:35] Where would you look for a Contract Sysadmin? I'm potentially changing jobs and my boss hasked me to look into options for interim coverage. [11:35] It was whatever's in Ubuntu 10.10, so I presume a relatively recent KDE4? [11:35] screen-x, how much cash? :p [11:35] screen-x: kazade is looking for work :P [11:35] directhex: ~£200/day 2 days/week. [11:35] I am indeed, but full-time, perm dev work :) [11:37] directhex: admittedly i haven't tried it since 4.4 [11:37] my post is within the NHS, so getting a full time replacement will takes ages, as after a person leaves, the department have to justify their necessity before they are replaced. [11:39] directhex: on a serious note, is that a reasonable value? [11:40] screen-x, no idea, i've not done contract work [11:40] I haven't either [11:42] screen-x: local or remote? [11:42] i wouldn't sniff at that if i was looking for work [11:43] Contracting used to be a lot more popular, then the government made it less lucrative with the IP35 taxation laws [11:43] dwatkins: most would be remote [11:43] i could take 2 days a week holiday :P [11:43] IR35 [11:44] thanks AlanBell - I was thinking of an SGI systemboard, clearly [11:44] dwatkins: well, up to the contractor, but being in wales/bridgend, I think most people would choose the remote option. [11:44] mind you , i've always been a permie and sometimes worked alongside permie contractors who were earning 5x the amount or more, for the similar job [11:45] one guy came with no knowledge and i basically trained him on unix while we was on double my wage [11:45] yeah, mungojerry - although contracting has less benefits such as holidays, so supposedly that compensates [11:45] screen-x: it doesn't sound a lot to me, however someone might want it just to get round IR35 [11:45] having more than one customer is a good thing [11:45] AlanBell: yeah, it wont be a long contract either, hopefully 3months max. [11:46] if you are a contractor with one customer and 12 invoices/year you look a lot like a permanent employee to the tax man [11:46] heh [11:46] 2 days/week for someone else for a bit could save a lot of tax! [11:46] Can anyone recommend any agencies/contract support firms? [11:47] try to cut out the blood sucking agencies if possible [11:47] ok [11:47] I've heard good things about parasol, but not used them myself. [11:49] arrggh copying a long url into firefox crashed compiz :( when you have 50 windows open, that sucks [11:55] you still keep the windows, no? [11:55] hello laney [11:56] greetings [11:56] it's a reet nasty day and i'm supposed to be going down to holme pierrepont to do some canoeing [11:57] Laney: yes, but there's a weird behaviour that you can't get focus of the window because of hidden underlapping windows...it's hard to explain [11:57] heh [11:58] you should be able to restart it though [11:59] hopefully it's fixed in cimpoz 0.9 apparently it was reritten [11:59] Laney: great fun, I have been down holme pierrepont [12:00] mmm [12:00] what in? [12:00] kayak [12:00] I have been munched down there many times [12:00] there was *lots* of water one time we went [12:02] yeah, sometimes it can wash out [12:02] hope you didn't get the dreaded trent belly [12:02] trouble is if you go over and can't roll out you end up very quickly with a long walk back to the top [12:03] does anyone know any good tech (software) companies in London I could apply to? [12:03] (trying to avoid agencies :( ) [12:03] I can roll out with or without a paddle on flat water, but in white water I am a bit hopeless [12:03] yeah you need good safety to get you out fast [12:03] kazade: last.fm? :) [12:03] my roll is... improving... [12:04] as in, in white water it works some of the time [12:04] MartijnVdS, perfect [12:05] probably take a big boat today to have an easier time [12:05] knowing the size of the lumps of concrete under the water at holme pierepont I didn't really fancy hanging about upside down under the boat for very long [12:07] yeah and it can be pretty shallow in places [12:10] it was the lack of an option of swimming to the side dragging the boat that got me, you can do that in a real river, but on the course you have to go the whole way down before you can get out [12:17] * daubers ponders the available lunch options [12:17] I never look. this way I can remain optimistic until the very last minute [12:21] shauno: reminds me of the fridge in minority report [12:22] oooo food, good idea [12:22] Mmmm [12:22] Weigh-in then food [12:22] yaknow, I've never seen that [12:23] * AlanBell heads out to the Cabinet Office [12:23] shauno: its not good food :( === ubuntuuk-planet5 is now known as ubuntuuk-planet [12:31] * mungojerry is looking for holiday cottages [12:32] AlanBell: have fun [12:40] yay i can now disable httpseverywhere due to the worst offenders now offering full https === njpatel is now known as njpatel_ [12:45] Do twitter clients make API calls over a secure connection? [12:56] lol funniest twitter comment i've ready in a while https://twitter.com/conscioususer/status/47833949535342593 [12:56] bigcalm: I believe the https-only flag is web only [13:00] it applies to the iPhone app too, evidently [13:00] I don't know about others [13:03] <|Dreams|> just tried hooking up my ubuntu 10.10 to my new led phillips 7000 and nothing just says there is no signal connect it to my monitor and bingo works fine, it was previously connected to a 37" lcd why wont it work with y led any ideas? [13:03] 1st rule of home appliance/electronics purchases: "Do Not Buy Philips" [13:04] <|Dreams|> lol [13:04] <|Dreams|> on a serious note any ideas? [13:05] I am dead serious, Philips is on the list of bad-behaving manufacturers because their customer service and warranty repairs are pants. [13:07] and they don't act or agree on what the consumer disclaimer council here in Finland says or decides [13:07] "Consumer disputes board" [13:10] |Dreams|, connected with what wire? [13:10] |Dreams|: what input [13:10] what directhex said :P [13:10] <|Dreams|> hdmi [13:10] |Dreams|, does the monitors control panel on ubuntu see it [13:10] ? [13:11] <|Dreams|> i cant see anything on the screen just says no signal etc [13:11] |Dreams|, ah, i see. desktop machine, only monitor [13:11] * AlanBell likes the new saddle on the bike [13:12] <|Dreams|> yeah, i was using the pc as a HTPC [13:12] <|Dreams|> with xbmc [13:12] <|Dreams|> on my old 37"lcd but swapped over to new led i bought and now no signal [13:12] <|Dreams|> but i know pc works fine as hooked it up to my 21" monitor in bedroom n works fine [13:14] <|Dreams|> maybe i should hook it up to the monitor change resolution to something daft like 800 x 600 etc then try on tv again? [13:16] |Dreams|, what resolution will it be trying? do you have fancy modelines in xorg.conf? [13:16] <|Dreams|> 1280 x ermmmm [13:17] <|Dreams|> 1280 by something [13:17] |Dreams|: Have you restarted the computer with the HDMI hooked up? My revo doesn't like adding the HDMI when it's already on, doesn't detect it [13:17] <|Dreams|> yeah [13:17] and on the correct channel with the TV on [13:17] ? [13:17] <|Dreams|> lol yes [13:18] <|Dreams|> on my tv i have to add a device so i added the device as a computer on hdmi 1 [13:18] <|Dreams|> click on the new computer device it loads up hdmi 1 [13:18] <|Dreams|> and i get no signal [13:18] |Dreams|, don't you have two outputs on your graphics card? it'd be enormously helpful to see the monitor panel with the hdmi plugged in [13:18] or ssh in and use xrandr? [13:19] <|Dreams|> its onboard graphics but it has hdmi and vga [13:20] <|Dreams|> nvidia 7100 card i think i am using hte restricted drivers [13:20] xorg.0.log would probably also be interesting [13:21] <|Dreams|> i will try again now [13:22] <|Dreams|> although my new led has a ethernet port, i was thinking would it be eaiser to just set up a media server and stream to it save sorting this problem, but is there a media server that supports 1080p straming or does it have to transcode it first? === madlabuk is now known as Tallscreen [13:24] |Dreams|, the server doesn't care about the res. [13:24] |Dreams|, bigger issues are bandwidth and getting a upnp server to speak the exact broken version of the protocol your tv speaks [13:24] <|Dreams|> i see [13:25] i can stream MKV blu-ray rips to my samsung, but it's not entirely smooth due to networking [13:25] <|Dreams|> it is a gigabit network, well the tv and pc that will be streaming is gigabit and the router is gigabit so should be ok [13:25] the tv is gigabit? [13:25] <|Dreams|> think so [13:26] <|Dreams|> may be wrong one minute will have a look [13:27] sincerely doubt it [13:35] I want a telle with 10GbE on it, so I can play back uncompressed 10bit :) [13:36] daubers, with which type of SFP+? [13:36] Pah, SFP+'s are old school! Just get an XFP to CX4 :p [13:36] Or just plain CX4 on the back [13:36] XFP is dead. [13:37] * mungojerry still has an old telly [13:37] i got a new telly for xmas. it's in three dees [13:37] my telly's in 3d..if you mean that it's rather deep and only just fits in the alcove [13:38] directhex: digital, dynamic, d............ead pixels? [13:38] height/width/depth [13:38] Or, height/width/smell :) [13:38] daubers, i don't think i have any dead pixels. none i've noticed [13:39] My telle is 3d by default as it has an x,y and shows miving images, so moves in time [13:39] I'm waiting till I can afford a new PC with a 3D monitor, just so I can have a whizzy 3D UI [13:40] * mungojerry reads the popey /mpt twitter discussion with raised eyebrows [13:41] hmm? [13:42] popey: i think he needs a new shovel as well as laptop..the digging isn't helping [13:42] the problem with working at canonical is that the whole community gets to tell you if you screw up. whereas at my workplace it only affects my company [13:42] digging? [13:42] popey: well he admitted that he hadn't looked at unity and is trying to dig himself out of a hole by saying that he had problems with his laptop [13:43] but didn't seem to try very hard [13:43] * popey shrugs [13:43] the rest of us install it out of enthusiam...some people should be installing out of necessity [13:44] ironically, this is one of the worst PR issues of late, in my book [13:45] nahhh [13:45] those conversations should probably have been kept in-house [13:45] this is nothing compared to bansheegate or canonignomeappindicatorgate [13:46] I almost completely missed both those gates [13:46] just sort of heard of them in passign afterwards [13:46] well, those were stirred up by trolls on *planet [13:47] is there's a huge difference between pecking on *planet and on a ML? [13:47] i don't know the number of eyes [13:48] i only read the RSS feeds and let the blogs/planets tell me what's happening === denny_ is now known as denny [13:50] though if the trolling on gnomeplanet continues i'll probably give it a miss [13:52] p.g.o used to be pretty neat. was about the only place I'd hear about what the fe#@!a camp were up to [13:53] * mungojerry used to be a fedora user [13:53] i used fedora for an hour [13:54] didnt like it [13:54] used redhat + fedora from 1999 until 2005 [13:54] fedora is dumb [13:55] let me explain how fedora is dumb. if you do a CD install, then the default desktop is not on the first or 1+2 CD. it's spread out. and you even end up re-inserting the same CD more than once [13:55] the thing that made me switch to ubuntu was the depdendency problems in compiling a particular package [13:55] this may no longer be true, but it was last time i tried fedora [13:55] and this is why I censor myself ;) [13:56] btw does anyone know of the best way i can inventorize my dvd collection using ubuntu and/or android phone [13:56] but last I paid attention, RH were still a fairly major contributor to gnome. so was nice to hear some news from that camp, at least [13:57] was thinking maybe barcode reader + cool software to computerize my colleciton [13:57] RH are institutionally a big gnome contributor [13:57] ultimately, i don't care, i just hack on my little piece of the world [13:58] wait, what happened now? [13:59] keep up ali1234 ! :D [13:59] psst: I have no idea [14:01] that would be an awesome nick [14:02] Older tweets are temporarily unavailable - when have they ever been available :( [14:02] maybe that feature is only available to pro users :) [14:09] i'm getting lazy with my natty test box...rather than type sudo reboot, i'm typing alt-sysrq-b most of the time :S [14:17] o_O [14:18] ok i fgured it out :) [14:19] all caught up now ali1234 ? [14:19] this mpt fellow seems to actually "get it" [14:19] yup [14:22] shame it takes a bug report and mail to resolve it or bring it to light [14:22] when they all sit in the same office wiht one another [14:22] ali1234: except for the bit about trying the software ages ago [14:22] mungojerry: yeah well it's not his fault that they are trying to push unity into the distro when it clearly isn't ready [14:23] i'm liking the enhancements that andrea azzarone has done, i'm glad they accepted his resizing launcher patch, and his new patch is good idea too [14:23] the main problem is that the easiest way to get it is to install +1... does it even work on my nvidia card yet? [14:23] nouveau project won't even accept bug reports if you have 3d acceleration turned on [14:24] ali1234, although if you have issues just head over to #nouveau and it'll get sorted pretty quickly [14:24] it will get sorted by them saying "we don't support 3d" [14:25] ali1234, Unity should work on Nouveau now, I know that popey has had it "working" [14:25] last time i was there it was even written in the topic [14:25] unity needs 3d acceleration, therefore unity on nouveau is not supported by nouveau upstream [14:26] i wonder if unity2d will end up superceding 3d [14:26] i have used it with the experimental driver [14:27] still no podcast :( [14:27] "still"? [14:27] we dont release until tonight [14:27] aww man [14:28] needed something to pass the time at work [14:28] download and listen to answer me this podcast [14:28] :) [14:28] well, aside from actually working [14:28] NSFW [14:28] lol, NSFW? [14:28] Not Safe For Work [14:28] i.e. wear headphones [14:28] they use roood words [14:28] =-O [14:28] I know what NSFW is popey.. [14:28] needed something to pass the time at work [14:29] :) [14:29] I did wonder [14:29] go on facebook [14:29] that's what it is for [14:29] who's to blame for the rooderies? [14:30] its all about blame with you! [14:30] podcasts are a bit odd for nsfw. I download on my phone, listen on my phone, there's nothing indiscreet [14:30] http://www.telegraph.co.uk/news/uknews/royal-wedding/8385415/Kate-Middleton-marries-Prince-Harry-on-souvenir-mug.html [14:30] it's a bit dofferent from watching goat pr0ns. so nsfw is 'workable with a heads-up' :) [14:30] doh! [14:32] i found lugradio NSFM [14:32] M? [14:32] mungojerry [14:32] ah [14:32] more swearing than billy connolly stepping on a drawing pin [14:32] found it difficult to listen to any content [14:33] perhaps everyone was a bit drunk [14:33] i may just have been unlucky with the episode i tried [14:35] can't say I ever noticed that [14:36] but then I grew up in/around sailors; it'd have to be pretty extreme to be noticable [14:36] <|Dreams|> any quality lost when usin dvi to hdmi cable? [14:37] shouldn't be, it's digital at both ends [14:38] arent' there rules about the max resolution you can send down one of those cables, to stop bluray copying, or have i go tthe wrong idea? [14:38] mungojerry: hdcp.. [14:38] <|Dreams|> i was wondering if sound still works through one of these cables as i thogught dvi was video only [14:39] not sure I'd call hdcp a loss in quality. treating your customers as criminals, maybe ;) [14:39] what are the implications of hdcp [14:39] |Dreams|: you are correct, DVI is video only, you'll need to route sound seperately [14:39] <|Dreams|> grr [14:39] <|Dreams|> lol [14:39] you can get hdmi audio injectors, but they are expensive [14:40] |Dreams|: I don't get audio via mine. I run dvi->hdmi, then headpone socket to photo jacks [14:40] *at time of last research ~ages ago [14:40] I think to 'inject' audio into hdmi it'd have to convert it to digital? so it's not going to be a $5 cable [14:42] shauno: yep [14:43] my laptop has optical out for audio; wonder if they could piggy-back that somehow [14:44] shauno: [14:45] http://www.supermediastore.com/product/u/apogee-dvi-to-hdmi-converter-spdif-optical-toslink-coaxial-input-output [14:46] I'll take that as a yes :) [14:46] (didn't know the name for optical off-hand; just that if my headphone socket is glowing, the pin's stuck again) [14:50] !java [14:50] To install a Java runtime on Ubuntu on 10.04 LTS and newer, see http://tinyurl.com/2ffg7cc - For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases. [14:52] Interesting looking device http://www.reghardware.com/2011/03/15/preview_tablet_asus_eee_pad_slider/ and at a reasonable price, although a netbook could be bought for cheaper [14:53] DJones: remember the psion 7 netbook? [14:54] mungojerry: Yes, although I was thinking that there was a sharp device of a similar nature [14:54] zaurus [14:55] yes [14:55] it looks great (the eee pad slider) [14:56] except for the smashability of the screne [14:57] i would think all tablet screens stand the same risk [14:57] yeah, but aren't ipads just used in front of the telly by rich people? this one you might actually use [14:58] Heh [14:59] sounds like a fair use-case to me. I find it difficult to sit thru most things on TV without checking up on my phone near-constantly [15:01] anyone unfortunate enough to know svn? trying to find a way to move a repo with checkout and push to a new server [15:01] stephen fry probably has one ipad per room [15:01] like git clone git push [15:03] * popey sighs [15:07] lol, lots of psion comments in the el reg article [15:07] * mungojerry used to have a psion revo [15:09] Where is the mysql db if I need to move that part of the file system to a new partition? [15:11] mchild: /var/lib/mysql [15:11] thanks, that's the db i meant === iulian_ is now known as iulian [15:15] * BigRedS wants a 5mx again [15:15] BigRedS: I had a series 5, it was awesome :) [15:15] didn't they have backlights? the revo lasted for ages but no backligh [15:16] i still have a revo but replaced it when android came [15:16] series 5 had a turquoise backlight [15:16] mmmm [15:17] and better keyboard [15:17] Yeah, still havent seen a better keyboard on a mobile device [15:17] i used to do my home accounts on spreadsheets on my psion [15:17] does android allow google docs editing yet? [15:17] I wrote programs for maths coursework in opl \o/ [15:18] the bash shell was cool too [15:18] decent company and decent hardware [15:18] backed up by great software [15:19] There was an ex-Psion techy threatening to make a successor to the psion a couple of years ago [15:20] but I've heard nothing about it since an article I think on the reg [15:20] didn't it run win xp? [15:20] I thought it was winxp or epoch? Or, at least, somethign non-windowsy as an alternative [15:20] I was basically interested in a reasonable keyboard and quick bootup [15:20] mungojerry: http://www.readwriteweb.com/cloud/2010/11/google-speeds-up-google-docs-m.php [15:21] BigRedS: http://www.psixpda.com/ [15:22] DJones: thanks, i hope there's an app too... seems like a lot of clicks to get there. i also seem to remember that you can't edit old docs that you didn't create on android [15:22] mungojerry: bah. No non-windows apparently :( [15:22] BigRedS: it's also ancient now probably [15:23] i think one of the prof's in the dept has one [15:23] hi all :) [15:23] mungojerry: they mention Ubuntu in passing, so it's probably not so daft hardwarewise. [15:23] but must be x86 to do Windows, thinking about it [15:24] intel atom [15:25] hello HazRPG [15:25] my camera arrived :> [15:29] mungojerry: alright squire :) [15:30] directhex: \o/ [15:30] what is it directhex? [15:30] screen-x, fujifilm w3 [15:31] directhex: its got threedeees! [15:31] screen-x, yes! [15:35] ugh noticing some ugly behaviour in unity [15:36] anyone running it wanna try replicate? [15:37] nevermind i found a related bug [15:41] mungojerry: heh, I'm noticing ugly behaviour in 10.10 but apparently it's a known bug :/ [15:44] I didn't notice anything I wouldn't call ugly. not having 3daccell blows :) [15:58] noticed also the long-clicking on applications in the launcher has a new functionality [15:59] the downside is that long clicking anything in my launcher makes all the icons shift downwards by about 5 icon heights [15:59] heh, never noticed that before .. nmap localhost drives irssi-proxy nuts [16:03] + [16:03] hmm mouse keyboard conflict [16:04] who won? [16:04] http://loco.ubuntu.com/events/team/615/detail/ nice amount of people using the LD [16:04] :D [16:04] shauno: not sure, but the keyboard got some interaction that wasn't aimed at it. [16:05] so [16:05] czajkowski: be nice if that url didnt have a team number in it [16:05] natty alpah3 got released [16:12] popey: as in see Ubuntu-~UK ? instead of the number [16:13] that'd be pretty tidy (/semantic) [16:13] czajkowski: yes [16:13] ok let me file a bug [16:13] possibly that number is an event id? [16:13] no its the team id [16:14] but its details of a specific event, and there any other IDs in the url [16:14] done [16:14] are you sure? [16:14] eg; http://loco.ubuntu.com/events/team/652/detail/ is also -uk, but a different event (and id) [16:15] hmm [16:15] https://bugs.launchpad.net/loco-directory/+bug/736208 folsk can ME to [16:15] Ubuntu bug 736208 in loco-directory "Team name in the URL for an event would be great" [Undecided,New] [16:15] * popey wonders if czajkowski has done her usual one line bug report or whether she's actually put detail on it [16:16] :s [16:16] anyone have some recommendations for backups on ec2? [16:16] jungledisk [16:16] tx [16:16] does that do a full image thing [16:16] oh wait... [16:17] like an app -> S3 [16:17] Yes [16:17] * czajkowski pokes popey [16:17] hmm? [16:17] We use it at work [16:18] https://www.jungledisk.com/ ? [16:18] I have a lovely hand drawn butterfly on my desk thanks to popey daughtter [16:18] *daughter [16:18] Jungle disk basicly maps a bucket within S3 to a drive on your machine. It can also backup selected folders as required [16:18] dogmatic69: deja dup [16:19] tx screen-x [16:19] ho hum [16:19] is that gonna run on ubuntu server? it says its gnome based [16:20] yeah, ignore me [16:20] i misunderstood the requirements [16:20] Myrtti: you need a smile, have you looked at any kittens recently? [16:20] dogmatic69: yeah its graphical. [16:21] bigcalm: the last kitty I've looked at has been banished because it peed on some shoes even after the snip [16:22] I've been awake for good 12 hrs today and have eaten a) breadroll b) travel sickness pill. Also the reason I've been awake from ungodly hours was canceled, as the patient had a fever. [16:22] I'm getting that weird minecraft behaviour again, I'm starting to think my ISP is doing some form of throttling during the day [16:22] dogmatic69: there is a ppa for s3fs, I haven't tested it. https://launchpad.net/~zlj/+archive/test-daily [16:22] during the day I can't sign into steam or play minecraft without 20+ seconds lag, but at night it's fine, if I tether to my phone it's also fine :S [16:22] i saw something the other day that could create backups that was even usable as a live disk [16:22] I think I'll go eat the fridge. Freons from the '70s feel nommy in my tummy [16:23] Myrtti: how about some fruit instead? [16:24] Azelphur: are you on virgin broadband? [16:25] no, I'm on enta.net, they specifically claim no shaping at all which makes this even more weird [16:25] Azelphur: contention rather than shaping? [16:25] are you actually dropping packets too Azelphur [16:25] ah, http://www.geekconnection.org/remastersys/ [16:25] anyone used that? [16:25] tried shifting the server onto a more standard port to see if it changes? [16:26] mungojerry: not according to htop [16:26] I get problems with youtube too, I'm just about to run a fancy test if your youtube is being throttled test [16:26] Azelphur: htop? [16:26] whoooops, I meant mtr [16:26] on this historic day, Myrtti finds out she actually does have some fruit she'd eat in her fridge. [16:26] dunno why I said htop there :S [16:26] wohey [16:26] Myrtti: \o/ [16:27] Myrtti: chocolate orange does not count as fruit :) [16:27] that's usually first thing I do when I want to blame my isp. bump it onto 443 and see if the behaviour changes [16:27] I do miss UK quite often, and fruit selection at Tesco is one of those things I especially miss [16:27] I'm running some glasnost tests :) [16:27] mungojerry: grapes do [16:27] mungojerry: Chocolate Raisons count as fruit though [16:28] ♥ galia melon [16:29] DJones: i've gone off chocolate raisins a bit since feeding raisins to my 1 yr old son [16:29] he converts them into chocolate raisins [16:31] mungojerry: LOL [16:31] * DJones doesn't want to know that [16:35] I've been off raisins since we got a Christmas goodie bag at school on last school day before Christmas which contained one small orange, box of raisins and a chocolate covered wafer bar [16:36] afternoon all [16:36] you get(/got) christmas goodie bags? [16:36] Your ISP appears to rate limit your FlashVideo downloads. In our tests, downloads using control flows achieved up to 53 Kbps while downloads using FlashVideo achieved up to 1411 Kbps. [16:36] oh dear... [16:37] CRC errors on your line? [16:37] shauno: yup, this was in the 80's before the economy crashed due to Soviet trade dying [16:37] mungojerry: how can I tell? [16:37] pile up on the information superhighway Azelphur? [16:37] shauno: not sure if they still are given tho [16:37] we got dragged off down the church for some ritual abuse, taken back to school, then told being on school property over the holiday would be trespassing [16:38] Azelphur: look at your cable modem http interface [16:38] information superhighway, such a great term :) [16:38] mungojerry: look for what? [16:38] shauno: christmas pageant every year with some mandatory ritual abuse [16:38] stats page should show any line quality issues [16:39] oh dear, I hope I don't get sick [16:39] which cable modem do you have Azelphur [16:39] mungojerry: I'm not on cable I'm on DSL? [16:39] I'm reliably informed grapes don't make you sick [16:39] sorry, your DSL mdem [16:39] (the missus has been telling me for years that eating green things won't kill me) [16:39] mungojerry: I think it's a speed touch, but it's inaccessible on the network [16:39] can't you visit the IP address in a web browser ? [16:39] shauno: they have some interesting effects if you tread on them, then put in a bottle and leave for a while [16:40] I just have it set up to dial dumb via PPPoE from the router [16:40] so I can visit the router, but not the modem because the web panel and all other features are off [16:40] screen-x: to be fair, most foods would fair worse under the same conditions :) [16:40] shauno: yeah [16:40] mungojerry: so basically it's just a dumb modem, not a router ;) [16:41] shauno: SO has had the flu this week, I'm not too happy because I can't visit mum if I get sick [16:41] reminds me, I got a nice chunk of time off coming. I should get some more mead going [16:41] although, being sick would be a good excuse of not going... I feel so guilty now [16:41] mmmm mead, it is almost may day [16:41] Azelphur: not sure i completely understand your setup but maybe enable firewall and plug directly to modem to check all is well..then speak to ISP [16:41] maybe ISp can check modem anyway? [16:42] yea, that's a nightmare to do in this house :P [16:42] everyone has temper tantrums if the internet goes down for more than about 20 seconds [16:42] Azelphur: sounds like most workplaces [16:42] haha [16:42] only this is home :P [16:45] dress up as an engineer and pretend you are from the phone company [16:45] haha [16:45] I dunno this glasnost test seems pretty conclusive if I'm understanding what they are saying right [16:46] In our tests, downloads using control flows achieved up to 53 Kbps while downloads using FlashVideo achieved up to 1411 Kbps. [16:47] I'm running the BitTorrent test now [16:47] have you tried just calling them and asking what's changed? [16:47] I'm not the account holder :( [16:48] I always manage to persuade the tech help to tell me what's wrong even when I'm not the account holder [16:48] haha [16:48] even if they do admit to throttling which is unlikely there's still nothing much I can do about it [16:49] I'll just gnasnost, VPN and glasnost again and see what my results are [16:49] then the results are pretty conclusive :P [16:49] I'd enquire what the options are to make it go away. if they think they're turning it into an upsell, they'll talk [16:49] Azelphur: last time I got throttled (for over usage) they reset the counter pretty quick when I requested my MAC [16:50] haha [16:50] my dad won't switch, we're currently on 60GB/month for 6 heavy users [16:51] and every month he goes around fuming at a random person he picked because they must be the person using all the bandwith because it was fine 3 months ago when we only had 2 people in the house. [16:51] * Azelphur sighs [16:51] parallax barrier is weird [16:52] directhex: does it have optilca zoom? presumably it would need motors to go more/less cross eyed as you zoom in/out? [16:52] Azelphur: entanet shaping has a lot of google activity [16:52] indeed [16:52] screen-x, the zoom is limited (3x) and done more or less in-lens [16:53] screen-x, the distance between the lenses means you can't do 3d pics closer than about 1.5m [16:53] directhex: are the lenses exactly parallel? [16:53] nafaik [16:54] I gave up and got a cheese butty [16:54] directhex: so there must be a cone point where the 3d effect is optimum [16:54] screen-x, yeah, about 2m away [16:55] * screen-x begins to understand [16:55] it supports sony-style 3d, where required [16:55] for 3d macro images [16:56] sony-style meaning "take one picture, move camera by hand a few cm to the right, take second picture" [16:56] heh [16:58] hey, my camera can do that! [16:58] GRRROUR [16:58] revenge! [16:58] * Myrtti has ordered the house elf who just arrived to cook due to being late [16:58] eek? [16:59] Myrtti: have you got a spare house elf? [16:59] Hi. Problem installing Ubuntu to Parallels 4 on OS X 10.6.6.  Boots from Ubuntu iso with error message "(initramfs) unable to find a medium containing a live file system".  ISO passes MD5 checksum.  Any ideas? [16:59] screen-x: yeah, it flies from UK once in a while to visit [16:59] People have had to make do: how easy is it to transition from a GB to US keyboard layout? [17:00] you get used to it [17:00] I don't know how well though. My laptop will still be a GB layout [17:01] I find it much easier if the keyboards are physically different. it just becomes part of the difference typing on them [17:01] eg, I have 'chicklet' keys at home and typewriter keys at work. so there's a mental jump between the two, and @ being on the wrong GRRRing button gets swept into that mental jump [17:02] sirgad: can you choose the type of cd drive that parallels is emulating? if so try a different type [17:02] thanks screen-x, i'll look into it now. [17:02] sirgad: I'd also check OSX hasn't mounted the iso (as it's apt to do if you just downloaded it in safari) [17:03] that's not an issue here, i disable that in Safari, but thanks. [17:03] (I believe it's crazy enough to mount them read/write, which would stop parallels getting a lock on it) [17:04] yup, my ISP is throttling [17:04] pretty conclusive test [17:04] minecraft with ssh tunnel = perfect [17:04] minecraft without ssh tunnel = 20+ seconds lag [17:04] screen-x: it's currently set to IDE optical drive emulation. Shall I try SCSI? no SATA. [17:05] sirgad: try all the options.. [17:08] Any tips for phone interview tomorrow? [17:09] screen-x: Parallels doesn't seem to allow booting from a SCSI virtual optical drive :/ [17:09] yea, pretty safe to assume that enta.net are liars now imo [17:09] Trying now with a re-assigned … ah, no, it's failing with the same error. [17:09] screen-x: eat, decaff, chill :) [17:09] sirgad: :( I'm afraid I don't have any more suggestions as I havent used parallels. [17:09] shauno: :) [17:09] Azelphur: i'm surprised entanet said they weren't throttling, did they tell u that? [17:09] they say they don't shape, but I can't access WoW, Steam or Minecraft during the day and glasnost tests says they are throttling [17:10] *sigh* [17:10] I'll be able to poke at parallels when I get home in a couple of hours [17:10] you reckon it's a parallels issue then, not ubuntu? fair enough, i'll pursue this on their forums. Ta. [17:10] mungojerry: yup when I signed up it had big signs saying NO SHAPING [17:10] lol [17:10] in capitol letters :( [17:10] the items i'm reading about are from 2009 [17:10] capital [17:10] Azelphur: screenshot or it didnt happen (way back machine may help here..) [17:10] lol that was a good 4 years ago [17:11] that's not too way back for waaayback :) [17:11] http://www.reviewcentre.com/reviews130895.html: Started out at 1.5MBs (that's very good for this area), and gradually decreased to 12KBs over the period of one month. No line fault - it was Entanet throttling the connection. [17:11] they have 24/7 UK support right? so just keep ringing them and complaining [17:12] haha [17:12] oh good lord. web.archive.org is on our new nannyfilter too. nerdrage! [17:13] Azelphur: t&cs have no mention of NOT throttling.. [17:13] you can contact their tech support on voip for free apparently [17:14] mungojerry: it's just more ammo for me trying to get us switched off this ridiculous ISP :p [17:14] besides "no throttling" would pretty much cause the problem you are seeing, not fix it [17:14] the speeds are crap, the bandwith allowance is crap, and they throttle, and they have a FUP [17:14] If Entanet determines that excessive bandwidth or disk space utilisation is adversely affecting Entanet's ability to provide service, Entanet may take immediate action. Entanet will attempt to notify the account owner by e-mail as soon as possible. [17:14] also it was "no shaping" not "no throttling" right? [17:14] and my dad refuses to switch in case the ISP we switch to has any of the above :D [17:14] ali1234: think it might have been no throttling actually [17:15] * daubers drinks moar coffee [17:15] so just hammer it until they kick you off, problem solved [17:15] find out the big bandwidth user in your house [17:15] I get very tempted to, but when we get close to the limit my dad sends my mum up to tell me that if I don't stop they'll cut my electricity off \o/ [17:16] Azelphur: so it's YOU then..:P [17:16] mungojerry: haha, it's actually nobody, I got per-user running on the router and found that everyone was using more than 3x of their fair share [17:16] nobody=everybody [17:17] showed it to my mum, next week they wrote a letter to the lodger telling him if he didn't use less internet they was going to cut him off :D [17:17] i think you and the lodger should write a letter back saying "do it" [17:17] sounds like your mum should work for entanet [17:17] then get your own internet [17:17] ali1234: that's what I've been trying to do :D [17:17] and when they ask you to fix their computers next time, charge then £50/hour [17:17] get friendly with the neighbour [17:17] or, find a really good ISP deal [17:17] dads never refuse a bargain [17:18] i'm a dad too [17:18] ali1234: the other day my mum even had the cheek to say she was going to steal _MY_ router, lock me out of it, and not allow me to have any internet [17:18] I just told her if she did that I'd DoS the house and make all the bandwith go in a day :) [17:18] Azelphur: ok your mum is nuts, time to move out [17:18] protip. 3g dongle. [17:18] yup, working on the moving out thing :D [17:18] being grounded will never be the same again [17:18] haha [17:18] I'm actually 20 and pay rent ironically, I really do need to move out :p [17:19] i struggle to use more than a few gig a month [17:19] I used to have that situation with me ma. grounded .. he sits in his room 'n plays with his computers. not grounded .. he sits in his room and plays with his computers. remove the computers? you'll have to get past the rabid nerd! [17:19] afternoonings everyone. [17:20] mungojerry: that's pretty much what we're using, 60GB isn't a lot to go between 5 people [17:20] it's more than browsing though [17:20] 60GB is nothing. i can use that in a day [17:20] maybe you should perform your own shaping on bittorrent traffic [17:21] legally. [17:21] indeed, I could too [17:21] directhex: how? [17:21] mungojerry: I don't torrent at all unless it's off peak (offpeak is unmetered) [17:21] yeah, i just mirrored the scientificlinux v6 mirror 22Gb...arrived in 15mins [17:21] let's give a concrete example. install Grand Theft Auto 4 from Stream, that's 12gb [17:21] the majority of the bandwith goes on games, video streaming [17:21] then the expansions, that's an extra 12GB [17:21] directhex: haha :D [17:21] oh, steam [17:22] directhex: or "play wow" [17:22] now, install the MMO of your choice [17:22] ah, see? [17:22] yup [17:22] is there any way you can use it legally without buying stuff? [17:22] wow's client was a good 10Gb worth last I looked [17:22] with their new 'streaming client' so the whole whack is delivered via bittorrent, it's a fun way to find out your isp don't like you [17:23] * mungojerry is thinking his ISP should send him a bonus as he's a low data user [17:23] WoW + Expansions comes to 23.7GB to me [17:23] Azelphur, on disk, or installer downloads? [17:23] gta4 might be 24GB but it also costs £24 [17:23] directhex: on disk [17:23] ali1234, i already bought it at xmas [17:24] Azelphur, i guess about 10gb of download, then. LOTRO is 10gb. [17:24] if you can afford to spend £60/day on PC games you can afford a better internet package too [17:24] what he said [17:24] i think age of conan is bigger than that [17:24] ali1234, you know you can re-download games you buy, right? my steam account has games in it i bought in 2006 [17:24] you buy a game once tho. [17:24] 24 quid at christmas vs 60*12 .. [17:24] so you redownload GTA4 twice every day just to annoy your ISP? [17:25] I blow my steam folder away whenever my disk space looks sketchy [17:25] ali1234: no, but if you buy one game a month and you play the existing ones and download the huge 1GB patches that come out and expansions and... [17:25] simply because I know it's a decent chunk of disk that'll come back when I ask for it [17:25] it all adds up very quickly [17:26] right [17:26] i am not disputing that [17:26] ali1234, not every day. but easily once in a single day. [17:26] i am disputing that a reasonable person can legitimately use 60GB of bandwidth a day without spending £60 a day buying online content [17:26] sure, anyone can do it once :) [17:26] no-one said daily :) [17:27] doing it once doesn't matter [17:27] nothing bad going to happen to you [17:27] at worst you'll be throttled for the rest of the month. big deal [17:27] reminded of a line in spooks that he saw last night: "what's going to happen to me?" "bad things" [17:27] since you'll have already downloaded enough to keep you entertained for at least that long [17:28] surprised no-one's added 'seed an ubuntu release' to that. I left that running longer than I intended on my vps once :/ [17:28] i seed the ubuntu CDs on ADSL [17:28] i see about 5 GB of uploads in the first month, and then it tails off [17:28] supposed to be off for drinks @ liv st now [17:28] i'm looking at bt infinity... 7.5mbit upstream predicted [17:28] 'predicted' [17:29] Daviey, based on line length, versus maximum [17:29] I'd hazard a guess that seeding on 100mbit up vs residential up is a rather significant difference [17:29] most likely with a fair usage cap of 0.1mbit 95th percentile [17:30] Daviey, the 300gb fair usage cap was axed a fortnight ago [17:30] if there was a internet package with guaranteed 0.1mbit up/down i would get it [17:30] if it was same price as regular broadband that is [17:31] ...dual bonded isdn? [17:31] ... is not the same price as regular broadband [17:31] ali1234, create a local mirror of the ubuntu archive, then debian archive... that eats bandwidth... :) [17:32] it does not use 60GB per day every day [17:32] I did find that disk writes were too slow, so i started using /dev/null... writes were REALLY fast! [17:32] that's just silly. you can cache apt without needing the whole debian pool local [17:32] shauno, and doing package inspection? [17:33] debian's the closest thing linux has to netbsd. if you just mirror the whole lot, you're going to have a good number of arch you'll never look at [17:37] seems pool is up to 500Gb now. personally, yes I would have second thoughts about pulling that locally without a very fine reason [17:39] Just noticed that my bytemark host is running 9.04. What are the chances of distupgrade killing the vm? [17:40] are they using a stock kernel? [17:40] 2.6.32.23-kvm-i386-20100923 [17:41] that looks like it's one of theirs; I'd ask them before trying :) [17:45] (I tend to assume if stock worked, the next stock would work too; and if stock worked, they wouldn't go to the effort of custom. so assume there's a reason there's a custom kernel) [17:59] bigcalm: none of mine (debian) ever broke [17:59] they don't upgrade the box for you, but they put their kernels in their mirrors [18:00] IIRC apt comes preconfigured to not break your kernel by downloading stock ones [18:02] Cool [18:02] Ta for the info [18:04] https://forum.bytemark.co.uk/comments.php?DiscussionID=1896 [18:04] * bigcalm hopes that it stays true for later releases [18:08] stackexchange is rather annoying when you put a lot of work into an answer, and it goes completely unnoticed. bleh. [18:11] I think I've just locked myself out of my admin serial console [18:11] * bigcalm grumbles and does something else [18:12] wohey, my house elf and I have tom yum gai cooking again [18:14] although I wish it were done already [18:15] Yao guai cooking? [18:23] Hi Guys, any tips on the best seamless virtualization package, I've just tried vmware player and very impressed but i'm having window issues so i'm on the hunt for something else. === cbx333 is now known as cbx33 [19:09] \o everyone [19:10] noswaith dda MartijnVdS [19:10] happy Welsh to you too ;) [19:10] hah [19:11] ooh, Bob Ross on TV [19:17] Hello [19:17] noswaith dda Taurus_ [19:19] What's everyone doing tonight? [19:20] MartijnVdS: trying to playwith wayland on natty, and you? [19:21] Watching some TV [19:21] recovering from my run :) [19:21] :) [19:22] MartijnVdS: andfailing, as icant see a wayto run it standalone. andnot with inside a silly window. [19:22] brobostigon: maybe in a vm? maybe it's not "done enough" yet? [19:23] MartijnVdS: maybe, but i might try and install it ontop of my cli natty, as its onlychoice is to run on its own. [19:25] blimey [19:25] wayland [19:25] why not just y'know, run natty and file bugs and stuff [19:26] popey: i see a question from askubuntu on the front page of stackexchange.com so i guess it really is just like the other subdomains, but reskinned [19:26] popey: you mean natty has bugs?!?! [19:26] just found another [19:26] what determines the window placement on the screen? [19:26] compiz? [19:26] popey: I think so [19:26] * popey files a compiz bug [19:26] hinted by the app [19:26] but wm decides [19:27] also [19:27] http://www.youtube.com/user/popeydc#p/a/u/0/6dlnt0uqGBo [19:28] hasn't twinview always been horrible? [19:28] re: placement [19:28] historically yes [19:28] it's not so bad these days [19:29] except for fullscreen flash ofc [19:29] popey: that's an Nvidia driver bug, or a config fail, I think [19:29] it would be if you were using xrandr -- you can configure gaps between screens using xrandr [19:30] that's misconfiguration :) [19:30] popey: iwas just being curious, justwanted to see. [19:31] popey: show your xorg.conf or a screenshot of whatever tool you used to configure monitors :) [19:31] ah i see your xorg.conf [19:31] but it does not show the screen res of each monitor [19:32] well my suspicion is that CRT-0 isnt actually running at 1680xwhatever [19:33] so i would do a screenshot of the full desktop and measure the number of pixels on each display [19:33] also have a window over the two displays when you take the screenshot :) [19:34] http://popey.com/~alan/Screenshot-3.png [19:35] in that screenshot I can't see the first two window buttons [19:35] aaaaah [19:35] i cant see the w of wopr [19:35] 3360 = 1680x2 [19:35] but your rightmost monitor is running at some other resolution [19:35] onemo [19:36] possibly because of this: ModeLine "1280x720R" 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync [19:36] i have changed res with the nvidia thing [19:36] http://popey.com/~alan/Screenshot-4.png [19:36] click on the CRT-1 and screenshot again please :) [19:37] 5 [19:37] also does your monitor have a menu where it can show the current screen mode? check that... [19:37] they are both in auto mode [19:38] ah fixed [19:38] is should still be able to tell you the screen mode in use [19:38] re-did auto on screen 2 [19:38] ta :) [19:38] ah the thing that shifts the picture around? [19:38] must have been ever so slightly stretched [19:38] yes [19:38] yeah that would do it too :) [19:38] wiggled a bit and now its fine [19:38] :) [19:38] thanks, feel silly now, sure I tried that [19:38] yeah that can happen when they update the driver and it changes the refresh rates slightly [19:39] you are too kind [19:39] http://www.youtube.com/watch?v=Uc5ybkhb7sI&feature=player_embedded deadfunny. [19:41] oh dear [19:41] yeah, [19:46] I gotta say popey's video was funny. while he's not quite sure if describing the gap (in the picture) while staring at the (physical) gap makes sense [19:46] i have another i need to make [19:47] * popey makes said video [19:51] * popey files bug 736363 [19:51] Launchpad bug 736363 in compiz (Ubuntu) "New Windows on an empty desktop appear over launcher" [Undecided,New] https://launchpad.net/bugs/736363 [19:51] nice number [20:17] BigRedS: ping [20:28] can't decide whether this level of boredom calls for TV or bed. either's a bit extreme at 8pm [20:32] play games until 2am. [20:32] like a boss [20:33] work at 6 :( [20:33] (soaking up the bank holiday pay. my paddy's day is 12hr shift + 12hr oncall) [20:34] would it be possible to do multi-monitor, with two graphics cards, of totally different kinds and makes? [20:34] brobostigon, yes, but it's a pain to configure [20:35] and you won't get 3d if you're mixing Free, fglrx and nvidia-glx drivers, as they all use their own libGL.so [20:35] directhex: elaborate please. [20:35] directhex: so iwould have to stick with the samedriver type? [20:36] brobostigon, for 3d, yes [20:36] * TheOpenSourcerer is ready to stop staring at computer screens for a while... Had a good day though. A customer's customer's new website went live, have migrated a new customer's CRM to our managed hosted platform and worked on a couple of new projects and chased several new leads. Phew. [20:37] TheOpenSourcerer, today i discovered redmine, and how superior it is to trac [20:37] Ahh - was redmine the ruby one? [20:37] A PITA to install IIRC but a good UX [20:38] directhex: do two nvidia,etc? [20:38] so* [20:38] brobostigon, yeah, that's fine [20:38] I think directhex we got a lead for your company (collabara?) from OpenERP the other day. [20:38] directhex: would only nvidia work? or others aswell? [20:39] brobostigon, well, anything as long as you aren't mixing fglrx, nvidia-glx, and open-source drivers [20:39] directhex: ithinki understand, thank you, :) [20:58] After your package information was updated the essential package [20:58] 'ubuntu-minimal' can not be found anymore. [20:58] :'( [21:04] ey up. I come from gentoo. [21:05] I wanted to compile something just now but the header files weren't there [21:05] is that normal under ubuntu? [21:05] yes [21:05] bicyclerepairman: yes. Usually, you install software from packages [21:05] where should I get those header files from? [21:05] and if you really really need to compile something, you need to install the development bits (headers, etc.) separately [21:05] check out the libfoo-dev packages [21:06] but usually you don't want to compile stuff [21:06] unless it's your own software :) [21:06] or if you need to fix bugs [21:06] well I'm trying some examples out from a curses tutorial :-) [21:06] ali1234: or that [21:08] why curses anyway? === kirrus is now known as Willy_Wonka === Willy_Wonka is now known as Kirrus === Kirrus is now known as WillyWonka [21:20] bicyclerepairman, something like libncurses-dev [21:20] libncursesw5-dev [21:21] ah thanks a lot :-) [21:22] ali1234, just learning :-) [21:34] The list of proposed changes is: [21:34] Changing shell of www-data from /bin/bash to /bin/sh [21:34] Is there any advantage to www-data using sh instead of bash? [21:36] it brings it in line with all the other system users [21:37] It's annoying if I do sudo su - www-data [21:37] don't do it then [21:38] Heh [21:39] www-data should use /bin/false :p [21:40] It should, aye [21:43] Upgrading from 9.10 to 10.04 on my bytemark host, have this diff: http://pastebin.ubuntu.com/581318/ [21:43] I have no idea what it does so don't know if it's specific to the Bytemark VM setup or not. Any hints? [22:13] http://podcast.ubuntu-uk.org/2011/03/16/s04e02-stranger-in-a-strange-land/ [22:17] i am just grabbing it now, i just remembered thanks though [22:20] LOL [22:51] Finally got my bytemark vm up to 10.04. I can go to sleep now [22:51] bigcalm: sleep well :) [22:51] :) [22:52] * screen-x is downloading debian lenny, will install it in a vm, then test how well the upgrade to squeeze works. [23:08] [Ubuntu UK Podcast] S04E02  Stranger in a Strange Land - http://podcast.ubuntu-uk.org/2011/03/16/s04e02-stranger-in-a-strange-land/ [23:28] ooh, that's a bit ouch. surely if you have to explain who rms is, you've already answered the question [23:30] ah ffs [23:30] oops? [23:30] 2 days since I fixed my sisters laptop, and it already has bad messages popping up [23:32] :) shauno [23:33] sorry, missed the other night because I have absolutely no concept of time [23:33] so there's a mild delay factored in there :) [23:34] I did that on tuesday too. was meaning to head out to something at the local hackerspace at 7pm. started getting ready about midnight, and then figured out it was dark [23:37] appears to be communicating a lot with a comp in Beijing [23:37] :/ [23:38] haxed. [23:38] i say burn it [23:38] I've always figured rms has to take everything to extremes; someone has to. it's very easy to define the completely closed end of the spectrum; we need someone at the other end of the spectrum to define everything in between [23:38] I've unplugged her cable [23:38] ;) [23:38] it's not going to be tasty - extremists never are [23:40] good night everyone, sleep well. [23:40] cya bro [23:40] good night hamitron [23:40] I think I am in the mood for messing with the stupid nip [23:42] well, not technically one I suppose [23:42] but similar ;/ [23:50] and a good chance they're not even chinese, but using it as a convenient 'bounce' thru which it's difficult to get any information at all [23:50] apparently most the major groups doing this are russian [23:51] 33% of chinese run IE6. no wonder thay have so many zombie pcs [23:52] most the time it's just a convenient screen to hide behind, because US laws result in absolutely nothing there [23:53] well still gonna take my frustration out on someone [23:53] ;/ [23:54] although feeling better now I got cake and coffee [23:54] :) [23:54] heh, sorted [23:55] so, I guess the dirty question is: are you going to give her windows again and expect the same thing not to happen again? [23:56] gonna give her winblows again and turn to religion, hopefully increasing the chances it won't happen [23:56] oh well [23:57] oft quoted; Insanity: doing the same thing over and over again and expecting different results. [23:57] she has some interactive online things for college that requires IE [23:57] :/ [23:58] she finishes this year, so will see then [23:58] kinda glad we still did everything with stacks of paper at college [23:58] yeh [23:58] I would make students use paper [23:58] :) [23:58] lol, not a 'get of my lawn thing' [23:59] just at the time I was using RH5 for everything but tpascal. [23:59] I'd make them hand write coursework, purely to make them check spelling and grammer manually [23:59] the more they try to shift it online, the more they seem to get wrong [23:59] yeh :/