UbuntuIRC / 2012 /12 /22 /#ubuntu-au.txt
niansa
Initial commit
4aa5fce
[03:36] <sagaci> head_victim: on holidays?
=== jackson_ is now known as Noskcaj
[12:00] <ikt> hey head_victim
[12:03] <sagaci> hey ikt
[12:03] <ikt> hey sagaci!
[12:03] <ikt> what's going on?
[12:06] <sagaci> quarter of a century old
[12:08] <ikt> grats :D
[12:08] <ikt> same age as me
[12:09] <ikt> did you see this
[12:09] <ikt> http://www.reddit.com/r/linux/comments/158og0/gnu_strikes_again_pictures_of_the_fsf_surprising/
[12:09] <ikt> the comments kind of sum up my problem with going out and being pro-active
[12:10] <ikt> you have to fit into a very tiny space of being acceptable and not annoying while mentioning that people should look at using free software
[12:10] <ikt> which is not easy task
[12:11] <ikt> which is not easy task
[12:11] <ikt> mt
[12:11] <ikt> might have to reinstall ubuntu :(
[12:11] <ikt> jockey is not running
[12:11] <ikt> it keeps crashing
[13:19] <sagaci> fsf is sometimes looney
[13:53] <head_victim> I keep missing sagaci
[13:54] <head_victim> Evening ikt
[13:57] <ikt> heya
[13:57] <ikt> head_victim, know much python?
[13:58] <head_victim> ikt: the snake or the programming language?
[14:06] <ikt> lol
[14:06] <ikt> the programming language
[14:07] <ikt> I'm using datetime.datetime module
[14:07] <ikt> and I'm like
[14:07] <ikt> what's the difference between 3 days ago and today
[14:07] <ikt> and it says:
[14:07] <ikt> "3 days, 23 hours, 30 minutes, 10 seconds"
[14:07] <ikt> BUT
[14:07] <ikt> when I say, what's the difference between today and 6 hours ago
[14:07] <ikt> it says
[14:07] <ikt> "23 hours, 30 minutes, 10 seconds"
[14:07] <ikt> it doesn't say "0 days"
[14:07] <ikt> and this messes everything up!
[14:08] <ikt> i can't figure out why they don't just say 0 days
[14:09] <head_victim> Depends ont he settings for the output I guess. But that's only going off my spreadsheet knowledge, I've never once programmed anything that worked :P I have a habit of finding stuff others have done and tinkering until it does what I need.
[14:11] <ikt> I tried that :(
[14:11] <ikt> internodes mum works in wine
[14:11] <ikt> but it just
[14:11] <ikt> it's like the windows version is 10/10
[14:11] <ikt> and the wine version is 8/10
[14:11] <ikt> it does its job, but not well
[14:11] <ikt> btw don't ever do gui programming
[14:11] <ikt> it's a whole other thing
[14:11] <ikt> unless you have some sort of a prebuilt wysiwyg editor
[14:12] <head_victim> Mum?
[14:59] <ikt> if any("day" not in hours[0] for s in hours):
[14:59] <ikt> hours.insert(0, "0 days")
[14:59] <ikt> 6 hours work for 2 lines of code