/srv/irclogs.ubuntu.com/2013/03/26/#ubuntu-us-mi.txt

Guest53617hey guys. I have a question about using a usb flash drive and fat32 vs ntfs00:04
Guest53617I want to switch from ubuntu to mint00:05
Guest53617and keep the few files I want to take with me on a flash drive00:05
Guest53617hello?00:06
rick_h_snap-l: if you get bored can you try another fresh install please? Changed the path to be full on the download-cache and seems to work here.01:03
snap-lrunning now01:15
snap-lNo distributions at all found for colorama (from -r requirements.txt (line 11))01:17
snap-l(fresh checkout(01:17
rick_h_ok, removed it and pushed again01:18
rick_h_a quick grep finds no hits in the code any longer01:18
snap-lkk01:22
snap-l  Could not find any downloads that satisfy the requirement Paste==1.7.5.1 (from -r requirements.txt (line 17))01:22
snap-lHave to pick J up. bbl.01:22
rick_h_hah, ok thanks01:23
snap-lshe's not quite done yet01:28
snap-lon my phone. :)01:28
snap-lneed paste set in downloadcache01:31
snap-lalso py-crypt01:32
snap-lpy-bcrypt, rather01:32
rick_h_snap-l: yea, just pushed up 6 missing packages into the cache01:37
rick_h_tried to do a diff from the req.txt and ls of the download-cache :)01:37
rick_h_not the best, but close enough to find some01:37
snap-lnot seeing changes01:42
rick_h_snap-l: on the download-cache?01:42
rick_h_snap-l: make deps should upgrade the download-cache with the missing deps?01:43
snap-lone sec.01:43
snap-lzope01:44
rick_h_zope.configuration ?01:45
rick_h_hmm, crap01:46
rick_h_ok, well more fun trying tonight. Wheee01:52
snap-lYeah, still getting zope.configuration==3.7.302:31
rick_h_snap-l: even now? /me though I pushed that up.02:38
rick_h_hmm, it's a .zip. Wonder if that's an issue.02:39
rick_h_done for tonight though. Might have to be a CHC project to get a bare machine and work on it.02:40
rick_h_sucks that I don't get the same errors. I must have something setup strnage02:40
* rick_h_ does the lol dance https://www.archlinux.org/news/mariadb-replaces-mysql-in-repositories/11:40
derekvmoney soup12:25
derekvi'm going to be getting a pair of second hand intel atom supermicro servers12:25
brouschIs that a microserver in your pocket or are you just a little happy to see me?12:28
derekvhaha well the first thing is to replace a celeron 433 server thats currently running 11 virtual machines12:32
derekvbut the funny thing is that the celeron 433 is overkill already12:32
derekvdual core 1.6 atom should be just as good though ^_^12:33
snap-lWill the Atom machines be able to virtualize intel instructions?12:41
snap-lor am I living way in the past.12:42
rick_h_snap-l: you're thinking ARM I think.12:59
rick_h_arm is a diff compile target12:59
snap-lok13:14
snap-lYeah, I'm thinking ARM13:14
rick_h_https://twitter.com/tapbot_paul/status/316367555696656384 lol for your morning13:17
snap-lSeriously?13:18
snap-lI don't understand how people can get upset over $3 for an application13:19
snap-lI've written off several apps that I've purchased.13:19
brouschgeez13:23
rick_h_at least he came to his senses, though it was basically a partially veiled threat to lose your appleid account13:24
rick_h_man, so glad I fixed the space picks up a new tag and reloads on bookie13:25
brouschI am unable to parse that sentence13:27
rick_h_brousch: go to https://bmark.us and enter 'regex' into the filter and hit the space bar13:27
brouschI have no bookmarks13:28
rick_h_ok, well anyway. There was a bug where using enter would show you the tag, but not reload the bookmarks13:29
rick_h_sorry, not enter, but space13:29
brouschah13:29
rick_h_fixed it this weekend and used it and now happy again13:29
brouschworks well now13:29
dzhooh, bookie.  thanks for the mention, rick_h_14:48
brouschTIL Java 8 exists and can be installed via PPA https://launchpad.net/~webupd8team/+archive/java15:02
greg-gwho is that webupd8team?15:36
snap-l"Frustrated with a bug that never got fixed? Have a great idea for improving the Java SE platform? See how to contribute for information on making contributions to the platform.15:36
jrwren_I've been bit twice now by a stale pyc file being there when a py file was deleted.15:37
jrwren_How do you deal with this?15:37
jrwren_make clean:\n\tfind . -name '*.pyc' -exec rm {}+    <- ? is one way, any suggestions for less heavy handed solutions?15:38
rick_h_rm **/*.pyc15:39
rick_h_<3 zsh15:39
snap-lfind . -name "*.pyc" -delete15:46
snap-lI <3 these rewards programs:16:22
snap-l"Craig, Reward Yourself with 50,000 Bonus Points"16:22
snap-lI already did, and I made myself a little pirate hat to go with it.16:23
jrwren_-delete ? really?16:36
=== jrwren_ is now known as jrwren
snap-lyup16:52
brouschjrwren: You could write a daemon that constantly scans your project to find and remove orphaned .pyc files17:08
jrwrenugh17:10
brouschDo it well and praise may be heaped upon you ;)17:10
snap-lSeriously? :)17:12
snap-lWho writes filesystem scanning daemons anymore?17:13
brouschI'm thinking along the line of Sass17:13
snap-lWhat you really need is a fuse filesystem with inotify hooks17:13
snap-lwhere .pyc files will disappear automatically if no python process is in the process table17:13
snap-lor they could be given a TTL17:13
* snap-l runs off to patent this brilliant idea.17:14
brouschHow do you run PEP8 checkers and such? Could you hook a script in the same way?17:16
rick_h_sure, on vim au flags and such17:16
snap-lI don't see why not, but that might require a separate filesystem. ;)17:16
rick_h_or you can just tell it to not create pyc files17:16
snap-lrick_h_: Shush17:17
snap-lrick_h_: My retirement is now in the balance.17:17
rick_h_http://stackoverflow.com/questions/154443/how-to-avoid-pyc-files17:17
snap-lDON'T CLICK ON THAT LINK!17:17
snap-lLALALALALALALALA17:17
snap-lPAY NO ATTENTION TO THAT MAN PASTING STACKOVERFLOW LINKS17:17
snap-lOh, wait, fuse is hard to implement17:17
snap-lWell, there goes that idea. :)17:18
rick_h_hah17:18
snap-lTHANKS ALOT OBAMA17:18
jrwrenrofl, snap-l how much sugar did U have at lunch?17:23
rick_h_yea, I think someone got his coffee late today17:23
snap-lhar har17:33
jrwreni seriously hate python.17:47
rick_h_lol17:48
jrwrenor more accurately. I hate that I still have to target 2.617:48
jrwrenbecause really, I love the idea of python. The technical debt here is killing me.17:48
greg-gyou hate all languages, but then you love all languages, I don't get you17:48
greg-g:P17:48
rick_h_jrwren: yea, I'm getting ancy to get onto 3.317:48
rick_h_jrwren: but even then there's still much tech debt in it17:49
jrwrensame.17:49
jrwrenor rather, 3.4 this fall.17:49
jrwren3.4 is going to RAWK!17:49
jrwrengreg-g: that is my thing. I love/hate each and every programming language.17:49
greg-g:)17:50
snap-lI think that's true of any tech18:09
snap-lYou haven't really used it until you find that seedy underbelly of "ick" that you don't like about it18:09
greg-gno tech is free of ick, except LISP18:09
snap-lLISP is ick turned inside out18:10
greg-gright, no ick18:10
snap-lIt's like Zen. All you see are people sitting in meditation18:11
snap-lbut internally there's something magical and awesome happening during meditation18:11
brouschDjango is ickless18:42
rick_h_yep, just pure disease ridden :P18:44
jrwrenlol @ django ickless.18:46
jrwrendjango is nearly all ick.18:46
=== mulka_ is now known as mulka
brouschIt is weird to see my name on Python Planet http://planet.python.org/19:40
rick_h_woot!19:42
snap-lbrousch: Python ODBC, eh? :)19:47
brouschpypyodbc19:47
brouschAll I did was suggest it19:47
brouschWorks very well for pulling from Access97 and FoxPro so far19:47
jjessebrousch, does that mean you are famous?20:29
brouschha20:29
brouschNot even Internt famous20:29
derekvlisp - it doesn't have a lot of parathesis, they just took everything else out. ;)23:04

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