=== Lcawte is now known as Lcawte|Away [04:32] bug 1048556 [04:32] bug 1048556 in Ubuntu Translations "Language pack translations export needs to add universe packages to domain map" [High,Triaged] https://launchpad.net/bugs/1048556 [04:51] https://github.com/ValveSoftware/steam-runtime <- is this what it looks like? [04:51] "valve linux" [04:51] i see crosstool and buildroot [04:55] sure, it's meant to be a chroot... but how hard would it be to throw on a kernel and make it the main system? [06:22] lol [06:22] i wrote a program to stress gnome-panel and find leaks [06:22] found a leak in metacity instead [06:23] http://paste.ubuntu.com/1669331/ [06:24] makes metacity memory usage increase about about 500kb/sec [06:31] just normal window actions? [06:42] minimize, maximize, show, hide [06:42] trying to narrow down the cause now [06:55] ok, it's show/hide [06:59] minimizing also does it... looks like any state change on the window [07:16] as usual, valgrind does not consider it a real memory leak. because gnome developers are doing their usual trick of putting stuff in a hash table and then never using it again. [07:29] "It's still reachable!" [07:32] hmm... it's actually weirder than that [07:34] so because certain XEvents do not have a time stamp (apparently) metacity sends dummy property changes and then waits for the event to return (with a timestamp) [07:34] it does this a lot [07:35] and when it does it, it doesn't properly free the XEvent [07:35] yay non-timestamped events [07:35] I've heard more people complain about those [07:36] if this code is in mutter i will scream [08:00] this might actually be an X11 bug [08:02] ali1234: http://xkcd.com/349/ [08:03] when an XEvent happens it mallocs some memory [08:04] when the event is handled it doesn't free the event, it puts it into a list to be reused [08:04] but then it never reuses it [08:04] it just mallocs more and more forever [08:04] this is in libX11 [08:05] that's why it is still reachable [08:10] ah, i see what's happening [08:11] i'm filling the event queue faster than metacity can handle it [08:11] so it keep generating more and more events because the old ones aren't free yet [08:11] the unused events then build up and never get freed [08:13] apparently metacity can only handle 4 events/ms [08:14] wait, no, i mean it takes 4ms to handle 1 event === Lcawte|Away is now known as Lcawte [09:43] morninks all [10:13] morning SuperEngineer [10:15] hi di hi [10:19] o? [10:20] [that's a very tired version of "o/"] [10:20] ...up again till wee hours this a.m. [10:21] my prize... I got my .37 kernel back, I got my nvidia 304 experimental back... I've got my system back! [10:22] hooray, SuperEngineer - now run a backup ;) [10:23] dwatkins: done already! ;) [10:23] excellent - what do you use to backup, SuperEngineer? [10:24] a separate drive in same pooter - and rsync'd whole of /home [10:30] * SuperEngineer makes mental note to buy external drive and backup whole damn system! ☺ [10:32] SuperEngineer: yeah, that's what I'm just about to do [10:32] I wonder what the best mechanism is - turn off the machine and boot from an external USB stick so no files are in use, perhaps [10:32] dwatkins: you could save me some £££ here - send me your external drive [pretty please] ;) [10:33] lol [10:33] I need my drives for my own backups, I have several PCs. [10:33] SuperEngineer: protip: get 100/100 fibre, everyone's drive will be your external drive with sshfs ;) [10:33] * MartijnVdS mounts $VPS that way [10:33] MartijnVdS: you're lucky in that you can get that [10:34] dwatkins: You're free to move to the Netherlands ;) [10:34] I am, yes. [10:34] I may need to learn Dutch first. [10:34] The only people who don't speak English are <10 years old [10:35] ah ok, I imagine it might be useful to speak Dutch in a technical support job, though. [10:35] MartijnVdS: ;) [10:41] Anyone else using Steam here... and have Puddle - I'm getting tempted [10:43] I've only played half-life through steam [10:44] I played TF2 a couple weeks ago, not seen Puddle.... *starts Steam* [10:44] just read that TF2 is a 12GB download, that can't be right can it? [10:44] AlanBell: it is.. [10:44] wouldn't entirely surprise me, AlanBell [10:45] 1GB of game engine, basic models etc [10:45] 11GB of hats. [10:45] * AlanBell has a hat [10:45] why does a game have hats? [10:46] monetisation [10:46] DLC [10:46] * SuperEngineer found great joy in deleting Half-Life from windoze partition & having it here instead [10:47] HL/CS is old :( [10:47] ...but fun [10:48] I'm quite exciting by the prospect of running CS:S on my Ubuntu laptop [10:50] Just a thought - I hope all this Steam commotion doesn't make people forget things like DOSbox [10:55] my dns is a bit screwy this morning [10:55] SuperEngineer: some steam games ARE dosbox + the old DOS game :) [10:55] SuperEngineer: but those haven't been ported to Linux yet (should be easy for the devs though) [10:56] My Ubuntu PC is now my newest gaming console, I have an xbox controller which seems to work fine with it and am downloading TF2 :) [10:57] SuperEngineer: that makes me wonder if gog.com supports Linux... [10:58] AlanBell, 12GB isn't too big by modern standards, really [10:58] MartijnVdS: wow! [10:59] an MMORPG is much bigger [10:59] Barry Drake on mail list has just confirmed same problem as I had with newest driver requested by Steam... [10:59] but look at it this way - if a game is meant to be played at 1080p, then how many high resolution texture files need to ship? how much space to high res pictures take? see also sounds, 3d models, maps, badgers [11:00] ...and has a much easier way out than it took me to resolve last night! [11:00] directhex: 3d models are actually one of the smaller things, even with 6 billion polys [11:00] MartijnVdS, true [11:01] yay vectors [11:01] yeah, I figured they would be comparable to console games bug I guess they are going to be bigger than lego harry potter on the wii [11:01] s/bug/but [11:01] AlanBell: console games come on blu-ray discs, which can store up to 50GB [11:01] point is, taking tf2 as the example, the game's full set of executables and libraries is under 90 meg. of which 51 meg is libcef.so (Chromium Embedded Framework, i.e. the in-game hat store's web browser engine) [11:02] good morning everyone, [11:02] \o brobostigon [11:02] o/ MartijnVdS [11:05] -rwxrwxr-x 1 directhex directhex 5.3G Feb 16 09:45 Team Fortress 2 Content.gcf [11:05] -rwxrwxr-x 1 directhex directhex 4.5G Feb 16 09:45 Team Fortress 2 Materials.gcf [11:06] AlanBell, you're correct that games targetting the xbox 360 first tends to weigh in at ~5 gig, due to DVD limitations [11:06] AlanBell, if they target PC first, then just a decent set of textures compared to what the 360 can manage will bump that up a lot [11:06] I will try and see one of these games one day [11:07] well, let's use GTA4 as an example [11:07] dwatkins: an Xbox controll w/ Ubuntu [11:07] it's a single-disc xbox 360 game, right? [11:08] I guess. I am sure they are fun, I was just a bit surprised at it being bigger than a film [11:09] we only have a playstation 2 and a wii [11:09] I guess I haven't seen any modern games of the generation after those [11:09] apart from angry birds [11:10] the ps2 is 13 years old [11:10] jacobw: yes [11:10] let's use some concrete examples. here's GTA on PS2: http://www.blogcdn.com/www.joystiq.com/media/2008/04/gtasa.jpg [11:11] and here's GTA on a PC, with a graphics enhancement mod: http://metalarcade.net/wp-content/uploads/2011/08/gta_4_icenhancer_6.jpg [11:12] The cobblestones have no undulation, I feel cheated. [11:14] dwatkins: how? [11:14] that is quite a difference [11:17] here's The Elder Scrolls 5: Skyrim, on 2006's Xbox 360: http://gamingbolt.com/wp-content/uploads/2011/10/oi5iq.jpg [11:20] the same game, on pc, with a few mods scattered about: http://barbarella.deadendthrills.com/imagestore/theelderscrollsvskyrim/2560/deadalive.jpg [11:20] oh here we go, a better comparable shot: http://barbarella.deadendthrills.com/imagestore/theelderscrollsvskyrim/2560/aircav.jpg [11:21] er, http://barbarella.deadendthrills.com/imagestore/theelderscrollsvskyrim/2560/arboretum.jpg [11:21] or http://barbarella.deadendthrills.com/imagestore/theelderscrollsvskyrim/2560/dawnofwar.jpg if you prefer [11:21] either way, that's the technology gap applied to the same game [11:22] wow [11:22] or http://barbarella.deadendthrills.com/imagestore/theelderscrollsvskyrim/1920/greenzone.jpg is another nice one. generally, deadendthrills.com shows what a few mods can do with a pc game [11:22] that's a remarkable difference [11:23] how do the mods work? === SassyManOfColour is now known as GentileBen [11:26] jacobw, http://deadendthrills.com/index.php?cat=1643 explains the purpose of every mod used for deadendthrills screenshots [11:26] installing all the mods is *hard work*. i mostly just install the apchaii hair [11:27] is that a texture? [11:28] there are some limited texture mods... most of skyrim's worst texture crimes were taken care of by the free 7 gig "high res texture pack" dlc. [11:29] http://store.steampowered.com/app/202485/ [11:29] I like how Half-Life (1) has a "high-res texture and model pack" [11:29] lots of inferior shaders though, which many mods try to address [11:29] but it's from 2000 or something so it's still not large (or very high-res) :) [11:32] those are the higher resolution models made for the dreamcast version of half-life [11:32] which was cancelled at the last minute [11:32] directhex: they're also used in Blue Shift [11:33] so all the dreamcast content - the high res models, and the mini campaign starring a guard, ended up in a standalone retail release for PC - blue shift [11:33] the main visible difference is scientists' ties are textures originally & separate polygons with the new models [11:34] the guns look a lot more detailed as well [11:34] and the berets of the military "captains" are black, not red [11:35] Does Microsoft provide ISOs for installing Windows 7 now? [11:36] er, somewhere. hang on. [11:36] 32 or 64 bit? [11:37] and which version (home premium, professional, etc) [11:37] 32bit professional [11:37] Yes [11:37] official ISOs are available [11:38] they work as a 30-day trial, unless you have a valid registration code (then they work as a full install) [11:38] http://msft.digitalrivercontent.net/win/X17-24280.iso [11:38] i think that's English Professional x86 [11:38] Thanks [11:38] I re-installed Win7 on my Vaio using that to get rid of Sony crapware [11:39] VAIO is not Linux friendly IIRC [11:39] jacobw: mine is all-intel, and the 3G chip is even supported if you get the firmware from your Windows partition [11:39] even the fingerprint sensor works with a bit of hacking [11:39] Huh, that's good [11:41] morning [12:14] Annoying...I just made a USB installer of ubuntu and it works on my laptop but will not boot on my desktop [12:14] It accesses it then just says boot failure [12:15] Hmmm apparently formatting the media in windows is supposed to work [12:19] BIOS systems are so annoying because they're non-standard [12:19] Some are amazing and some are utterly hopeless [12:19] kvarley: you haven't booted enough UEFI systems [12:20] kvarley: When did you last see an amazing one? [12:20] penguin42: I have an Asus board with a GUI BIOS which is amazing [12:20] Every feature is easy to find and it works really well [12:21] My laptop one can do all the things I need but it's hard to find stuff [12:21] My desktop one is just awful unless you're messing with power settings or clock speeds then it's average [12:21] Is there such thing as an open source bios? [12:21] there is [12:22] Any good? [12:22] lookup coreboot [12:22] kvarley: The problem is it has to be ported to each type of hardware [12:22] penguin42: Do any hardware manufacturers ship an open source bios? [12:23] Weirdly, making my usb installer in windows worked [12:24] kvarley: not that I'm aware of; EFI itself I think is under an open license (or some part of it?) [12:26] computer just hot rebooted [12:28] sounds fun [12:29] Managed to get gparted loaded up [12:29] So I'm one step closer [12:29] with random reboots, I'd be afraid to run that [12:30] It's fine, everything is backed up [12:30] Worst case I'll just wipe it all and start again [12:30] Moving a 100 GB partition, only gonna take 5 mins. SSD win :) [12:32] took half an hour on my SSD [12:32] but that was NTFS, maybe that matters [12:34] er, moving how? [12:35] directhex: sda: | Dead space | sda1: Windows Partition | Free space | [12:35] directhex: after move:" sda: | sda1: Windows Partition | Free space | [12:35] so not LVM then [12:35] no, gparted [12:35] ok. there's a data loss bug when moving LVM partitions on an SSD [12:36] there is? [12:36] https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1082325 [12:36] how would that work? over-eager TRIM? [12:36] Ubuntu bug 1082325 in lvm2 (Ubuntu Quantal) "pvmove wipes data when issue_discards=1 on SSD" [Medium,Triaged] [12:36] yes, over-eager TRIM! [12:38] hmm why's that only a medium on quantal [12:38] penguin42: because 3 people use LVM on SSD [12:39] MartijnVdS: I doubt that! [12:39] okay, 5 [12:44] I guess it's an optional feature and only affects a pvmove which is relatively rare === Lcawte is now known as Lcawte|Away [12:59] hello, i have a m-audio fast track ultra, which is a usb soundcard. It works fine with jack, but when i open the sound preferences pane to try to route normal system audio through it, it does not show up anywhere there. can i use it with pulse audio, or is it jack only? [13:06] does it show up in /proc/asound/cards ? [13:13] Goodness, am I still here? [13:13] yes [13:16] Whoops :) === GentileBen is now known as RaycisCharles [13:20] The tweet from this morning is the most popular thing I've ever done. 11 replies, 60 retweets and 17 favorites [13:20] bigcalm_xoom: what did you say now? ;) [13:21] Each time I unlock my phone there are more notifications waiting [13:22] bigcalm_xoom: what kind of graphics card do you have? [13:22] bigcalm_xoom: because I've been able to use multi-monitor since forever on intel [13:24] MartijnVdS: nvidia geforce gtx 660 [13:24] hope it works after the next dist-upgrade then ;) [13:24] MartijnVdS: 2 DVI and 1 HDMI on the same card [13:25] bigcalm_xoom: I won't re-tell the story of re-installing the nvidia driver on coworkers' machines [13:25] ;) [13:25] MartijnVdS: I upgraded compiz and the system is already dead. I need to work out how to fix it [13:26] MartijnVdS: this setup was out of the box 12.10. I haven't installed binary drivers yet [13:26] bigcalm_xoom: wow, nouveau is getting better then :) [13:28] MartijnVdS: it is dog slow though. I want to install the nvidia binary, but I don't know if it will able able to still keep the setup I have [13:29] the nvidia tools should allow you to set it up similarly [13:29] Coffee be drank. Time to go shopping [13:29] but I don't think you can use the "normal" Ubuntu way [13:30] No, I think you are right there [13:31] I. Going to have to write a blog post to answer all of the questions [13:31] * bigcalm_xoom zooms away [13:31] Aww, I wrote xooms but it got auto corrected [14:29] How can I save VLC Player downloaded from terminal as setup for future installations? === emma is now known as em [14:50] hmmm [14:50] sound seems to have gone [14:50] and no idea why [14:50] I can hear the drums on start up [14:50] then no sound on any other application [14:50] not even on the test sound [14:50] :/ [14:56] * penguin42 wonders who gave me a bytemark rec - whoever it was thanks [15:00] I had sound [15:00] I was playing rhytmbox [15:00] and now nothing [15:01] this is very confusing [15:01] czajkowski: There are a few things can happen; are you using pulse? [15:02] penguin42: if it's the default then yes [15:02] as I've never changed a setting [15:02] ok [15:02] czajkowski: so the most likely thing is you've muted it somehow [15:03] czajkowski: but it's also possible something other than pulse grabbed the sound card, or that pulse is now sending it somewhere else - like up your HDMI connection if you have one [15:03] czajkowski: what does the command pactl info say as the 'default sink' [15:04] when I go into the sound setting it can see an input [15:04] and an output looks to be not muted [15:04] but when I test left/right [15:04] nothing [15:04] most odd [15:04] Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo [15:05] ok, that's good - sounds like an internal Intel audio [15:05] penguin42: I've rebooted twice and still not working though [15:05] czajkowski: How about lsof /dev/snd/* is it all pulseaudi as the command? [15:07] penguin42: http://pastebin.ubuntu.com/1671627/ [15:07] czajkowski: Nope, lsof it's a command [15:08] penguin42: http://pastebin.ubuntu.com/1671637/ [15:09] * bigcalm sneaks in [15:09] czajkowski: Yeh that's ok [15:09] czajkowski: ok, can you pastebin the output of amixer [15:10] penguin42: http://paste.ubuntu.com/1671652/ [15:12] hmm I think that's OK as well. Hmm [15:12] czajkowski: You on speaker or phones? [15:12] tis a bit odd [15:12] speaker [15:12] ok [15:14] czajkowski: Try installing paman and look at the properties on the sink [15:14] penguin42: ok will do [15:14] thanks [15:16] czajkowski: You could also try pasuspender cat /bin/ls > /dev/snd/pcmC0D0p which should sound truly awful [15:17] nothing [15:18] hmm [15:18] you've remembered to turn your amp on haven't you? :-) [15:19] just my laptop [15:19] this is really begining to confuse me [15:20] czajkowski: Only thing I've got left is to run alsamixer and check all the options; any binary selectors just try flipping them and see if it springs into life [15:22] penguin42: thanks for the help [15:22] much appreciated [15:22] let me know if you find out what did it [15:28] penguin42: went to other user and foud sound working [15:28] rebooted twice more [15:28] and now have sound [15:29] boggles [15:30] plan vlc and it stops [15:30] now back to square one [15:32] hmm odd [15:32] anything in dmesg? [15:34] http://paste.ubuntu.com/1671866/ [15:37] nothing interesting [16:14] Updated compiz and it doesn't like my system :( [16:17] what did it do to you? [16:20] Pendulum: https://plus.google.com/113834766641843352499/posts/JMnvLfhYiDN [16:21] oops :) [16:22] penguin42: https://plus.google.com/113834766641843352499/posts/JMnvLfhYiDN [16:22] Pendulum: sorry :) [16:23] * penguin42 swings [16:24] bigcalm: Looks like graphics driver to me - text console+mouse pointer is quaint [16:24] penguin42: that's what I thought :) [16:24] penguin42: except that it's the default graphics driver that comes with Ubuntu 12.10 [16:24] which hardware? [16:25] nVidia GeForce GTX 660 [16:25] But using the free driver that comes with xorg [16:25] any crash info in /var/log/Xorg.0.log or /var/log/lightdm ? [16:27] bigcalm: You're dual head with one on its side? [16:28] bigcalm: The nouveau driver on 12.10 is a bit touchy for me; I run with KDE, have to disable the OpenGL effects for it to work, and also it's a bit touchy when switching monitors on my work laptop; some monitors if I boot with it plugged in it's unhappy but if I add the monitor later it's OK; some are fine either way [16:29] penguin42: http://www.myrant.net/2013/02/17/multi-screen-with-ubuntu-unity/ [16:31] bigcalm: Nice - Yeh I think you found _the_ working combination of unity/graphics driver that worked :-( [16:31] Worked once [16:32] nod [16:33] I'm on my laptop atm. Might go and pastebinit on the xorg log [16:33] nod [16:33] myrant.net? There's a domain I'll be forever envious of [16:34] you wouldn't think myrant would go well with bigcalm would you? [16:34] haha! [16:34] lol [16:34] Yeah, I'd not noticed that [16:34] :D [16:35] BigRedS: I also own and use idophp.co.uk :) [16:35] I guess someone has to! [16:35] :P [16:36] yeah, I'd be less proud of that one :) [16:37] Pfft [16:38] I don't use smutsmith.com as much as I'd like to ;) [16:38] bigcalm: While nouveau is a heck of a lot better than it was, it's still touchy with multiple monitors is my experience [16:39] but at least it seems stable when you get it in a mood it likes [16:39] penguin42: I don't think that my problem right now is to do with multiple monitors. === Lcawte|Away is now known as Lcawte [16:39] bigcalm: OK [16:39] penguin42: I've updated compiz, not the gfx driver [16:41] * bigcalm nips off to do the pastebin thing [16:51] Humm. Just booted and it's all working just fine [16:51] Grr at computers [16:51] haha [16:55] Now to ever so slowly pick my way though each of the 236 remaining updates [16:57] not just going for it? [17:01] penguin42: no. Because that video is the result of 'just going for it' [17:02] The video also depicted my view once upgrading compiz on its own, hence posting it [17:05] Humm. Spotify likes to freeze the whole desktop now and then. That's a new feature [17:15] is Skype for Linux still terrible, I abandoned ship a couple of years ago [17:16] Azelphur: I prefer it over the Windows version [17:16] Azelphur: and use it daily [17:16] that sounds promising o.O [17:17] I've been anti-skype ever since their android/linux bullshit [17:18] !ohmy | Azelphur [17:18] Azelphur: Please remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others. [17:18] * Azelphur shrugs [17:18] it's hard to use a nice word ;) [17:23] what's their android/linux, er, stuff? [17:23] I've only ever used it on those two platforms [17:23] I dislike it for the UI being atrocious more than anything else, but I don't imagine it's any better on Windows [17:24] It's more irritating on Windows [17:24] Azelphur: I guess you'll have to stick to turlingdrome, swut, joojooflop or ...Belgium [17:25] BigRedS: in the early android days, there was no Skype client, people made gateway apps which Skype actively blocked. [17:25] as for Linux, lack of support/updates [17:26] penguin42: Belgium sounds fun [17:28] [17:29] back when I used skype 2.x, it'd continually crash (silently) and leak memory \o/ [17:30] so I'm sort of hesitant to give it another go, might do though [17:30] what with MSN disappearing and all. [17:40] Google talk? [17:40] yea, google talk and IRC are always my best ports of call. [17:41] https://twitter.com/alyankovic/status/303196218807439360 [17:45] Skype 4 is good [17:46] fun [18:35] Azelphur: Skype's always worked for me. I use it incredibly infrequently, though [18:35] fun [18:35] as I say I was never disputing it working, just it being terrible [18:35] I'd use something else, but there isn't really a free replacement [18:35] indeed, there needs to be a decent replacement [18:36] although, ekiga 4 looks pretty awesome [19:08] free -m [19:09] gah [19:09] too many keyboards on this desk [19:09] lol [19:11] Synergy! [19:12] (also, it's 2013. update your muscle memory to free -g) [19:15] penguin42: killall pulseaudio gives me back sound [19:23] czajkowski: Hmm [19:24] not more pulseaudio /o\ [19:24] * bigcalm slithers in and hugs Ubuntu [19:24] it is fixed now surely [19:24] System seems to be playing ball this evening so far. [19:25] When loading an app in unity, is is possible to tell it which of my 3 screens it should start on? [19:27] Anyone here who's good at VOIP, is it somehow possible to map my own domain to call me, without running my own VOIP server? [19:27] maybe SRV records or something? [19:28] yeah, voip uses srv records [19:28] so you'd set up voip srv records pointing at whoever provides your voip [19:28] they should tell you what they should be [19:28] that's sweet :o [19:29] I'm with sipgate.co.uk [19:29] just updated offspring computers running 12.10, wondering if 13.04 will be a performance boost for them [19:29] the record is something like _sip._tcp.domain , but I can never remember. [19:29] 13.04 was just a massive pile of crashes for me [19:31] AlanBell: My boot time on 13.04 is much better than 12.10 was [19:32] AlanBell: It also looks like 13.04 has just switched to low latency kernels that should be intersting [19:32] I am running 13.04 with no drama on my laptop, but that is a core i3 with 8GB ram and SSD. The kids have atom class computers with 1 or 2GB and spinning rust disks [19:33] AlanBell: Nod, I do worry that sometimes devs only test for SSD speed these days; but the ARM stuff has got to help for running in reduced RAM/speed CPUs [19:35] I might have to get my eldest a new computer running windows and office and publisher :( [19:35] :-( [19:35] why publisher? [19:35] apparently she is about to get her school report which will ask her to use the same software at home as at school [19:36] yeuch [19:36] * AlanBell will be blogging that bit of the report if it turns out to be the case [19:37] AlanBell: Do they provide the Windows & Office suite for free? [19:38] my concern with this is that not knowing Windows applications might be a disadvantage, even though understanding the principles behind word processing etc. is obviously more useful [19:38] nope, and it seems student version of windows 8 and office is £170 on top of the laptop price [19:39] there was a scheme in Berkshire a couple years ago where a child could get a laptop and a year's worth of 3G internet for free. [19:39] so £499 for a random laptop with office home & student and windows 8 then on top of that it will need virus junk because it is a windows computer [19:39] oh and publisher [19:40] Thats pretty poor from the school [19:40] which is another £100 [19:40] is there an online version? [19:40] kinda like google docs [19:40] office365? [19:41] dunno, that is the other sucky thing, I know nothing about this stuff [19:41] anyhow, I will wait for the report [19:41] AlanBell: It would be an interesting task to make sure that capability/compatibility issues are filed against Libreoffice/etc - it's sometimes interesting to see what's still missing [19:42] most homework these days consists of downloading pictures from the internet (with no attribution or consideration for content licensing, they don't teach that) and adding captions and text around them [19:42] the kids will get a shock when they get to uni and all their work is checked for copying [19:42] automatically [19:43] yeah, it is totally bogus [19:43] they are not allowed to use wikipedia (which I consider a perfectly valid starting point) but they can copy crap from any other random website without peer review [19:43] lolwut [19:44] that's completely topsy-turvy [19:44] yeah, education has a bit of a problem with wikipedia, it is considered a bad source because they don't understand how it works [19:45] I admit I'm not sure how articles are checked or what happens in terms of people defacing them. [19:45] AlanBell: have you considered home schooling? ;) [19:45] you use wikipedia to find proper sources, right? :) [19:45] I do know that it tends to be fairly accurate, however. [19:45] they get fixed within seconds [19:45] they're at the bottom [19:45] yeah, I know how to use wikipedia :) [19:45] and as MartijnVdS says, sources are cited, as they should be in any homework/paper/thesis [19:45] AlanBell: time to educate some educators [19:46] MartijnVdS: I am looking forward to blogging about the situation [19:46] Evening! [19:46] but then I will probably have to just spend the £600 [19:46] and then spend it again for the other two \o/ [19:46] AlanBell: presumably they think that experience with MS Publisher would be to the kids' advantage. [19:47] never used it myself, and I can use most word processors easily enough without spending an hour reading the documentation (apart from LaTeX perhaps) [19:47] Good evening popey [19:48] they might well do. I have never ever ever seen anyone use it since about publisher for windows 95 [19:48] Nobody uses publisher outside education and church newsletters [19:48] I know some people who home school, but honestly I think it's gonna do kids a disadvantage of not learning how to socialise at an early start [19:48] indeed - I used some GEM-based publishing package in the early 1990s, havn't touched a similar application since. I suspect publishing houses either have their own, or use normal word processing apps. [19:48] yeah, I am not home schooling [19:49] i dont think the kids at our school get told what to use at home [19:49] i know at least one kid uses a chromebook, so google docs [19:49] clare gets sent email from it [19:49] much more sensible approach [19:49] anyone on 13.04 can you please go to the login screen and click on shut down - does it actually shut down [19:49] I was going to get my younger daughter a chromebook when they do the next ARM one [19:49] use whatever software you have, so long as the end result is appropriate [19:50] indeed [19:50] it would be like mandating the make and model of pen and paper they are told to use [19:50] exactly [19:50] popey, they have tried tht in some schools aswell ;) [19:50] popey: ah see we had the pen and paper in primary school, especially for joined up writing to teach us [19:50] the class below me complained they were told to get a specific graphical calculator, as they were quite expensive [19:51] had to write within the blue lines and then go to the top and bottom red lines for some letters [19:51] not sure what the end result was, mind [19:51] hmm, Ekiga 4.0 doesn't seem to work too well, no matter what I do with it I get a "Transport error" [19:51] well, for my kids age, yes pencil/paper [19:51] we did have to get a specific scientific calculator, but it was £7.95 [19:51] but clare teaches 15 year olds [19:51] hows the arm doing? [19:52] 1 week left! [19:52] and they do specify a uniform supplier [19:52] popey: \o/ [19:52] so schools can and do endorse specific businesses and require parents to spend money there [19:52] yeah, we have to get uniforms from a shop in reading [19:52] hmmm wonder if i cant shut down as I've signed into guest ac [19:52] this is baffling me today [19:53] "cant shut down" has been a bug for years on and off [19:54] but it just irritates me a bit that my kids each have their own computers running lots of software and can do everything that I do in my daily job, but the school apparently wants me to throw that away and spend £1800 (when all three get there) on computers that do less. [19:54] or have them all share one computer or something [19:54] and fight over who gets to do homework on it at specific times, so that doesn't really work [19:54] popey: ahh [19:55] "doesn't suspend" is another irritating bug [19:55] I really really really want there to be a non-negotiable suspend [19:55] windows "doesn't suspend" for me [19:56] Evening all [19:56] popey: I think it was when you retweeted me that my popularity exploded :) Amusing that even omgubuntu retweeted me as well [19:56] Morning diplo [19:57] suspend can be stopped by an application? wow [19:57] sweet! [19:57] sophie was doing ballet today, so I had a few hours afk which was nice [19:58] Once I gave in and bought an ssd just for Ubuntu, 12.10 has been the best 'out of box' experience for me so far. Well done team :) [19:59] oh excellent [19:59] showed sophie how to add things to hers (and mine and mummys) calendar today [19:59] I expect lots of things to get added soon [19:59] same here, my netbook flies along with an SSD in it, nice one :) [20:00] i have never seen any computer suspend reliably except for macs [20:00] wifeys mbp refused to suspend recently [20:01] known issue apparently [20:01] i think it's steam stopping windows suspending for me [20:01] phones seem to be able to do it [20:02] \o/ Ubuntu Phone can! [20:02] i find it funny that all the companies jumping on the "mobile" bandwagon put lots of effort into redesigning the UI but don't fix things like making suspend work [20:02] battery life on ubuntu phone is (surprisingly - hah) good! [20:02] yeeeaaaah i'll believe that when i see it [20:03] meh, I don't care [20:03] popey: Running one, or just from info ? [20:03] I've seen it, that's good enough for my eyeballs [20:03] :) [20:03] it's an android kernel, so hardly surprising ☺ [20:04] Who has run off with my ps2 to usb adapter? I want to use my unicomp keyboard! [20:04] i dont think we've got application suspending nailed yet, that's "to do" [20:05] ali1234: it's like the desktop. All the hard problems get ignored while the solutions to the easy ones are rewritten [20:05] BigRedS: yes, exactly [20:05] And, just as New Thing is ready enough that the hard problems can be worked on, we need a New New Thing [20:06] oh I dunno, sound seems not to have been re-written for a while, since pulse came along [20:06] x badly needs replacing [20:06] yeah, that's why we keep getting new DEs isn't it? [20:07] gnome 2 didn't *need* replacing. It just needed finishing [20:07] And now gnome 3 and Unity need finishing [20:07] gnome 2 didnt need replacing for some users [20:07] which doesn't sound hugely like progress [20:08] not sure how well gnome 2 works on phones / tablets [20:08] and TVs [20:08] please stop calling it gnome 2 [20:08] it's actually called gnome-panel [20:09] and it works on gnome 3 [20:09] yeah, so now we've new DEs that are as bad there as they are on the desktops? There's still a load of daft problems either in Unity or Gnome or in whatever underlying thing they share [20:09] like NetworkManager, as I keep ranting about :) [20:10] you know what people mean when they say "gnome 2" [20:10] what's wrong with NM? i love it [20:10] "the two panel interface which people know when someone says gnome 2" [20:10] +1 on NM [20:10] it does everything and it just works [20:10] not perfect but good [20:10] VPNs, connection sharing... [20:10] not good for phones [20:10] * AlanBell hugs gnome shell [20:10] all that stuff was a right pain before [20:11] I think if I could tell it that I only wanted it to ever do anything with my WiFi interface it'd be okay [20:11] but it keeps breaking other things [20:11] you can tell it that [20:11] no you can't [20:11] you can specify to ignore interfaces [20:11] and it will [20:11] you can tell it which devices to not interfere with, but not which ones to interfere with [20:11] Unity might work kind of well on a phone where you don't want lots of applications running [20:12] or lot of windows of one application [20:12] why is that a prblem though? just tell it about all of your devices [20:12] my last problem was with virt-manager which didn't seem to have a predictable mac for its bridge [20:12] dunno if gnome-shell is supposed to work on mobile devices [20:12] ah yes, if you have randomly changing macs NM does not work well at all [20:13] moving from WWAN to LAN and back seamlessly doesn't work either [20:13] how could it? [20:13] I've also never worked out how to make it stop overwriting resolvconf changes. I want the same search domains whatever network I'm on, but it always switces back [20:13] which i think is one reason why connman exists, and the personality causes flimflam to exist [20:13] how could it work with randomly changing macs? I want to give it a list of macs that it should care about and have it ignore the rest [20:14] no i mean how could it seamlessly switch from WWAN to LAN? [20:14] I only ever use it to connect to a wifi network, I don't want it pissing around with anything else, especially since when I do have anything else it's not something I've done in nm [20:14] oh, good [20:14] that's going to cause all your connections to drop no matter what [20:15] Only issue I have with NM is when I'm using a vpn, the routing vpn gateway switch doesn't work [20:18] \o/ hot baguettes & pate for tea [20:18] Nom [20:22] * AlanBell has irish brown bread with marmalade on it for tea [20:22] * AlanBell is thinking about not using a CMS for exceptionalemails.com [20:22] writing the UI in python and html [20:23] and writing my own paypal subscription integration later [20:23] you're all about reinventing the wheel :) [20:23] but, yeah, a CMS does seem like massive overkill just to get user auth [20:23] i wouldn't do paypal if I were you [20:23] well yeah but it is so much easier! [20:24] I'd use stripe, ribbon or gumroad [20:24] doing the smtpd in python was much easier than using exim [20:24] AlanBell: Just use django? it has inbuilt user auth stuffs too [20:24] django is a possibility [20:25] popey: thanks for those suggestions, stripe looks good [20:25] never heard of any of them before [20:26] use bitcoins [20:26] yeah, happy to accept bitcoin [20:26] use django if you don't want to use a cms [20:27] definitely don't use drupal since it gives you all the hassles of a cms with none of the features [20:28] initially it is going to be a free service for a beta period, but I want to design in chargable subscriptions for later [20:33] AlanBell: what about security of emails being stored on the server? [20:34] they are pretty secure [20:34] and I have various purging options [20:36] so I can drop the body from the database as soon as it arrives for example, just search it for the regex the user wants to search for, like must not contain "failed" and if it is OK, drop the body [20:36] if it is a failure, notify and keep the body [20:36] mail_location = /dev/null/%d/%u [20:36] or people can choose to keep all the emails in full if they want [20:38] I will be advising people not to send emails with their IP address and passwords and file names and to generally think about what they are sending [20:48] !info python-django [20:48] python-django (source: python-django): High-level Python web development framework. In component main, is optional. Version 1.4.1-2ubuntu0.2 (quantal), package size 5202 kB, installed size 41258 kB [20:49] * AlanBell ponders versions of things [20:50] 1.6 is the new hotness, we have 1.3 in precise, 1.4.1 in quantal and 1.4.3 in raring [20:51] Do you need anything in 1.6 that's not in 1.3? [20:52] well 1.3 is the flat layout and 1.4+ isn't [20:52] it creates a subdirectory under manage.py [20:54] * AlanBell decides to develop on raring [21:01] ah 13.04 [21:01] the one we wanted to call rampent rabbit [21:08] yeah, that one [21:08] django seems about right, I haven't done a django project from scratch before, just patched existing ones [21:09] it is fairly raw to the database which is what I need [21:15] django isn't much more than an ORM and MVC templates framework [21:21] yeah, I disliked it a lot when working on summit and loco directory but I like it for this [21:22] for those things I really didn't want to give a toss about schema changes, it made me too aware of the database for a CMS application [21:32] django is nice because I can write directly to the database from other applications without being too scared about doing so [21:54] you dont need to though: there's no reason not to use django orm from a command line app [21:54] and it makes writing command line admin scripts really easy [21:57] Is it possible to specify which workspace and monitor an app should appear on when loaded? [22:01] popey or AlanBell ^^ ? [22:04] Apparently Ubuntu doesn't update it's tweet button [0] on the Ubuntu for Android homepage | http://www.ubuntu.com/devices/android | with a simple search .. you can see many have tweeted the message : https://twitter.com/search?q=%23U4A&src=typd [22:04] #U4A -1 [22:06] How do I file a bug for that ? [22:11] http://bugs.launchpad.net/ubuntu-website [22:11] opening.... [22:12] ali1234: ooh, interesting point, I probably should do that [22:13] bigcalm: I have no idea [22:13] AlanBell: ta [22:15] Multimedia keyboard, can I tie the music controls to Spotify? :) [22:20] bigcalm: you can with unity webapps and experimental spotify web interface, if that's still a thing [22:20] you might have to program it all yourself though [22:21] bigcalm: spotify speaks dbus, so I'm sure it's possible [22:21] I've thought about it but not had enough round tuits yet [22:40] Bug #1128460 [22:40] bug 1128460 in Ubuntu Website "Tweet Button Notifier not showing correct number of Tweets for http://www.ubuntu.com/devices/android" [Undecided,New] https://launchpad.net/bugs/1128460 [22:59] hmm regarding the aaron seigo post, do we know that ubuntu phone actually uses QML for the unity parts? [23:00] it could be just the developer API, with unity using something else [23:02] where smething else == libnux on libhybris/surface flinger