*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
greywhind | mithro: works | 00:00 |
---|---|---|
mithro | greywhind: cool - actually do you want to commit that patch since you figured out the problem :) | 00:01 |
greywhind | mithro: sure. | 00:01 |
CIA-12 | noegnud tpclient-pywx-stable * rcd51ae0795f6 /windows/main/panelOrder.py: Re-fixed the Orders panel layout on Mac. | 00:03 |
mithro | greywhind: my next thing to attack is the key stuff | 00:05 |
greywhind | mithro: did you see my paste? | 00:09 |
mithro | greywhind: yes | 00:10 |
mithro | greywhind: you probably need to regenerate your .py file from the .xrc | 00:10 |
greywhind | mithro: regenerate it how? that is the auto-generated file... | 00:11 |
mithro | greywhind: cd into ./windows/xrc/ | 00:11 |
mithro | then do a | 00:11 |
mithro | python generate.py winResourceSelect.xrc | 00:11 |
greywhind | http://rafb.net/p/b55RDS58.html (14 lines) | 00:13 |
tpb | Title: Nopaste - No description (at rafb.net) | 00:13 |
mithro | greywhind: don't use XRCed to use generate that file | 00:13 |
greywhind | still the same. | 00:13 |
greywhind | mithro: that's how i did it before. | 00:13 |
greywhind | mithro: i didn't use XRCed | 00:13 |
mithro | greywhind: ahh I see what you are doing wrong | 00:14 |
mithro | hrm - or maybe not | 00:15 |
mithro | greywhind: I really need to see all the code to figure out what is happening | 00:15 |
greywhind | mithro: i can do that... | 00:15 |
greywhind | want me to paste it or commit it? | 00:15 |
mithro | greywhind: commit is probably the easist | 00:16 |
greywhind | mithro: ok. | 00:16 |
greywhind | it will be broken. | 00:16 |
mithro | greywhind: that is okay, we will figure it out pretty quickly | 00:17 |
mithro | my current guess is that you are not inheriting from a wx.Frame base through the correct parent | 00:17 |
CIA-12 | noegnud tpclient-pywx-stable * r2eedd36ee2db /windows/ (3 files in 2 dirs): Beginnings (not working) of multiple resource selection in Resource overlay | 00:17 |
mithro | from windows.xrc.winResourceSelect import ResourceSelectBase | 00:18 |
mithro | class ResourceSelect(ResourceSelectBase): | 00:18 |
mithro | that won't work | 00:18 |
mithro | you need to also inherit from another class like winReportXRC | 00:19 |
mithro | wx.Frame would probably work too | 00:20 |
greywhind | mithro: ah. ok. | 00:21 |
*** Epyon has quit IRC | 00:21 | |
mithro | the XRC base is not a self contained class - it's really a mixin | 00:21 |
greywhind | mithro: it has a wx.Frame in it, so i thought it would work alone. | 00:22 |
mithro | greywhind: with normal XRC it would | 00:22 |
greywhind | mithro: that does appear to be working | 00:24 |
mithro | greywhind: cool | 00:24 |
greywhind | mithro: only thing is that it creates a blank white window in the upper left corner as well as the one i told it to make | 00:24 |
CIA-12 | mithro tpclient-pywx-stable * r388f422b652d /windows/xrc/generate.py: Added comment about the XRC being a MixIn in the Frame case. | 00:30 |
mithro | greywhind: :) | 00:30 |
greywhind | mithro: how do i get rid of the blank white window? | 00:31 |
mithro | greywhind: can you commit your fix and show me what you are getting? | 00:38 |
mithro | greywhind: a screenshot might be useful too :) | 00:38 |
greywhind | mithro: well, i'm inheriting from wx.Frame | 00:38 |
greywhind | could that be the reason? | 00:38 |
mithro | greywhind: possibly | 00:38 |
CIA-12 | noegnud tpclient-pywx-stable * rb56bb96e037a /windows/main/overlays/Resource.py: Fix for bug with ResourceSelector inheritance. | 00:40 |
CIA-12 | noegnud tpclient-pywx-stable * rbde1b5c2f4d3 /windows/xrc/generate.py: Merge with stable. | 00:40 |
*** JLafont has joined #tp | 00:40 | |
mithro | hey JLafont | 00:41 |
JLafont | Hey | 00:41 |
JLafont | How is everyone doing? | 00:41 |
mithro | good | 00:42 |
greywhind | mithro: g2g for tonight. i'll keep working on it tomorrow. | 00:44 |
mithro | JLafont: so you are really interested in some stuff on our ideas page? | 00:44 |
JLafont | Yeah | 00:44 |
JLafont | 3D Client and AI Client have peaked my interest the most | 00:44 |
mithro | JLafont: what languages do you know? | 00:44 |
mithro | greywhind: well, your current code causes a segfault on linux :/ | 00:45 |
JLafont | C, C++ are the ones I have used the most. I've been playing around with Python lately and using it for Project Euler | 00:45 |
JLafont | I also have a little experience with Scheme, Java, Assembly and PROLOG | 00:46 |
mithro | greywhind: I know what is causing your problem - ping me tommorrow | 00:46 |
mithro | JLafont: well, I would recommend starting by looking into tpsai-py | 00:47 |
JLafont | Thanks, will do | 00:47 |
mithro | JLafont: be warned that it is pretty rough | 00:51 |
mithro | JLafont: it's have about a weeks worth of development in total | 00:51 |
mithro | JLafont: it was more of a "proof of concept" AI | 00:51 |
*** bddebian has quit IRC | 00:52 | |
mithro | JLafont: and it is currently broken as I have yet to update it to the new 0.3.0 release of libtpclient-py | 00:52 |
JLafont | Heh, Thats fine, I'm dedicating the entire summer to coding | 00:54 |
mithro | JLafont: of course there is no guarantee that we will be a mentor org for summer of code again | 00:54 |
JLafont | And AI is my favorite subject in CS | 00:55 |
JLafont | Yeah, I'm aware of that | 00:55 |
mithro | JLafont: an AI for RFTS ruleset would be pretty cool | 00:55 |
mithro | we are always happen to mentor anyone - even if we don't get into SoC | 00:56 |
JLafont | Cool | 00:58 |
mithro | (of course no money involved there - although we do have a supply of Thousand Parsec tshirts :) | 00:58 |
JLafont | haha | 00:59 |
nash | and the mugs are cool too ;-) | 00:59 |
mithro | I quite like the calendar - we have lots of cool swag :) | 01:00 |
mithro | plus the ubber cool logo | 01:02 |
mithro | I owe zzorn a few more beers I think | 01:02 |
JLafont | mithro: I have a question, where can I find tpsai-py? | 01:02 |
mithro | JLafont: http://git.thousandparsec.net/ | 01:03 |
tpb | Title: git.thousandparsec.net Git (at git.thousandparsec.net) | 01:03 |
JLafont | thanks | 01:04 |
mithro | JLafont: I would also recommend checking out the client to get a feel for the game first | 01:21 |
JLafont | Sure thing | 01:23 |
JLafont | Awesome | 01:38 |
JLafont | I'm playing around with it right now. Long turns will help design the AI | 01:39 |
JLafont | More time for the AI to make decisions | 01:42 |
mithro | JLafont: yeah | 01:42 |
mithro | JLafont: although on a decent computer I can have 5 second turns with 5 tpsai-py | 01:42 |
nash | JLafont: It will be a complex AI before 5 minute turns are a challenge ;-) | 01:42 |
nash | Yeah, I test galaxies AI with 5 seconds | 01:42 |
JLafont | Ahhh ok | 01:43 |
mithro | http://www.youtube.com/watch?v=vG2YwaBN0Kc | 01:44 |
tpb | Title: YouTube - Thousand Parsec - Battle of AIs (at www.youtube.com) | 01:44 |
mithro | JLafont: that is an battle between 5 AI's | 01:44 |
mithro | that was before Starmapper supported fleets however | 01:45 |
JLafont | I was wondering why it looked a little different | 01:48 |
JLafont | Its fast though | 01:48 |
mithro | JLafont: starmapper is a program for generating cool maps of various games (including Thousand Parsec) | 01:49 |
mithro | it's not a normal client persay | 01:49 |
JLafont | ahhh kk | 01:50 |
JLafont | That explains a lot | 01:51 |
mithro | anyway have to run off home | 01:51 |
mithro | see ya! | 01:51 |
JLafont | Later | 01:53 |
JLafont | I should probably go to sleep as well | 01:54 |
JLafont | bye bye | 01:54 |
*** JLafont has quit IRC | 01:54 | |
Alklomion | It keeps telling my fleet that i can't colonize torontis 1 because it isn't a planet, any reason for this? | 02:04 |
mithro | Alklomion: my guess is that your might be trying to colonise the system rather then the planet | 02:05 |
Alklomion | how would i fix that? | 02:05 |
Alklomion | Aah, seems i was at the system rather than the planet, hopefully that will change in one turn :) | 02:07 |
mithro | Alklomion: okay :) | 02:08 |
mithro | Alklomion: you might want to start building battleships too | 02:08 |
mithro | and trying to take over some of those closely undefended systems | 02:11 |
*** llnz has joined #tp | 03:03 | |
Alklomion | See you tomorrow, i guess :) | 03:09 |
*** Alklomion has quit IRC | 03:09 | |
*** nash has quit IRC | 03:10 | |
mithro | hey llnz | 03:12 |
llnz | hi mithro | 03:12 |
llnz | have you heard that gsoc 08 is on? | 03:13 |
mithro | llnz: no, I'm only an oper on #gsoc ;) | 03:13 |
llnz | oh, didn't see you there | 03:14 |
mithro | http://developers.slashdot.org/comments.pl?sid=466418&cid=22554596 <- my first +5 post | 03:15 |
tpb | <http://ln-s.net/1au6> (at developers.slashdot.org) | 03:15 |
mithro | yay! | 03:15 |
mithro | I'm heading home for real now | 03:16 |
mithro | see ya! | 03:16 |
mithro | llnz: I will have a patch for you later tonight | 03:16 |
llnz | cool | 03:33 |
llnz | nice comment | 03:34 |
*** mithro has quit IRC | 03:35 | |
*** mithro has joined #tp | 05:19 | |
llnz | wb mithro | 05:19 |
mithro | llnz: thanks | 05:20 |
llnz | do you get worldforge general emails still? | 05:20 |
mithro | llnz: I think so | 05:20 |
llnz | http://mail.worldforge.org/pipermail/general/2008-February/005480.html | 05:22 |
tpb | <http://ln-s.net/1aw4> (at mail.worldforge.org) | 05:22 |
mithro | llnz: we need to put some effort into the Ideas pages | 05:29 |
mithro | (more) | 05:29 |
llnz | yeah | 05:29 |
* llnz just added aquafox to the tp project on sf | 05:29 | |
JLP | morning all | 05:43 |
llnz | hi JLP | 05:43 |
mithro | hey JLP | 05:43 |
CIA-12 | llnz tpserver-cpp * r5c3f97d72735 /modules/persistence/mysql/mysqlpersistence.cpp: | 06:23 |
CIA-12 | Fixed some tpmysql things. | 06:23 |
CIA-12 | Table creation, formatting and typos. DesignView, stub. | 06:23 |
*** JLP_ has joined #tp | 06:40 | |
mithro | llnz: | 06:41 |
*** Epyon has joined #tp | 06:41 | |
mithro | why is this a safe cast? | 06:41 |
mithro | Fleet* fleet = (Fleet*)(ob->getObjectBehaviour()); | 06:41 |
mithro | ? | 06:41 |
mithro | and why use that instead of dynamic_cast? | 06:42 |
llnz | where? | 06:43 |
mithro | all through minisec | 06:43 |
*** JLP has quit IRC | 06:44 | |
llnz | generally, i will have checked the type of the object, and be certain of class | 06:44 |
llnz | for example: | 06:44 |
llnz | if(ob->getType() == planettype){ | 06:44 |
llnz | Planet* planet = (Planet*)(ob->getObjectBehaviour()); | 06:44 |
mithro | wouldn't a dynamic cast be better? | 06:44 |
*** JLP_ is now known as JLP | 06:45 | |
llnz | probably | 06:45 |
mithro | cstyle casts are considered evil at work :) | 06:45 |
llnz | i know that most people don't like them | 06:45 |
mithro | C style casts in C code == good | 06:46 |
mithro | C style casts in C++ code == the devil | 06:46 |
mithro | :) | 06:46 |
llnz | i only use them when i'm certain of the class, otherwise i use dynamic_cast | 06:46 |
llnz | oh, and when doing math | 06:46 |
mithro | I'm pretty sure minisec has a lot of "legacy" code :) | 06:46 |
mithro | it's not like tpserver-cpp has speed problems yet | 06:47 |
llnz | because (float)((float)a + (float)b)) is more readable than .... well, you can guess | 06:47 |
mithro | yeah that makes sense | 06:47 |
* llnz notes that should have one less close brace | 06:47 | |
Epyon | mithro, llnz, how do you judge tp's chances at taking part in this years gsoc? | 06:48 |
mithro | Epyon: I like to think that it will be good - but can't be certain | 06:48 |
* llnz agrees | 06:48 | |
Epyon | so "no clue"? :P | 06:49 |
* Epyon feels guilty on not working on his GSoC project since GSoC ended :( | 06:49 | |
mithro | Epyon: if you ever see niphree about - poke her :) | 06:50 |
Epyon | I'm sure she fee;s the same :P | 06:51 |
*** JLP has quit IRC | 06:55 | |
mithro | llnz: you have email | 06:56 |
mithro | llnz: is it probably time to send everything through a C++ formatter sometime? | 06:57 |
llnz | sometime (or wait for me to touch it) | 06:57 |
llnz | i've been fixing it as i work around it | 06:58 |
mithro | llnz: I figured as much, the code I've been looking at is MiniSec | 06:59 |
*** JLP has joined #tp | 07:00 | |
CIA-12 | mithro libtpclient-py-stable * r201a1ea8dc43 /tp/client/cache.py: Only downloaded new players. | 07:15 |
mithro | JLP: you playing on demo1? | 07:19 |
mithro | llnz: I'm going to give minisec a bit of a kick on the weekend | 07:19 |
llnz | mithro: ok, cool | 07:20 |
JLP | mithro: yeah i started but didn't have time to contine much, except for trying with Tutorial player and trying how it works recording a session | 07:20 |
mithro | llnz: mainly things like messages :) | 07:21 |
llnz | that would be great | 07:21 |
CIA-12 | llnz tpserver-cpp * rf151ce45c39a /tpserver/Makefile.am: | 07:28 |
CIA-12 | Added Boost to the CPPFLAGS and LIB_ADD in tpserver/Makefile.am | 07:28 |
CIA-12 | Might be needed in other places as well. | 07:28 |
* JLP opens Wiki page and starts writing the "Who is who?" page | 07:35 | |
mithro | JLP: we need to put some effort into the Ideas page too | 07:36 |
JLP | mithro: yup, i know, the presentations i help with end tomorrow, so after that I should have more time again | 07:38 |
mithro | JLP: cool | 07:39 |
mithro | there are 17 players on demo1 | 07:41 |
mithro | llnz: are you currently running demo1 in gdb? | 07:41 |
llnz | nope | 07:41 |
mithro | llnz: any reason not? | 07:42 |
llnz | because i forgot? | 07:42 |
llnz | and if it catches a signal (like sigpipe, which is ignored) it stops | 07:42 |
mithro | llnz: maybe attach to it using -p? | 07:44 |
mithro | just want to make sure that if it crashes, we know why | 07:46 |
llnz | verbal doesn't have gdb installed, hehe | 07:47 |
* llnz fixes that | 07:47 | |
mithro | llnz: maybe core-dumps where not even enabled? | 07:48 |
llnz | core-dumps are controled by an env variable | 07:48 |
mithro | llnz: yes, by default they are disabled | 07:49 |
mithro | you need to change a ulimit option right? | 07:49 |
llnz | something like that | 07:49 |
llnz | gdb attached | 07:49 |
llnz | Turn number: 613 (demo1) | 07:49 |
mithro | llnz: cool | 07:50 |
mithro | ahh "ulimit -c The maximum size of core files created" | 07:51 |
CIA-12 | llnz tpserver-cpp * rd593321b72d9 /tpserver/net.h: | 07:52 |
CIA-12 | Made halt in Network volatile as it is set in a signal handler. | 07:52 |
CIA-12 | Just in case it could have caused a problem. | 07:52 |
*** llnz has quit IRC | 07:54 | |
*** zzorn_sleep is now known as zzorn | 08:23 | |
*** AquaFox has joined #tp | 09:02 | |
*** JLP has joined #tp | 09:46 | |
*** bddebian has joined #tp | 09:55 | |
tpb | tpb has joined on worldforge | 10:54 |
*** greywhind has left #tp | 11:03 | |
*** DTRemenak has quit IRC | 11:52 | |
*** DTRemenak has joined #tp | 11:53 | |
*** Erroneous has joined #tp | 12:41 | |
*** AquaFox has quit IRC | 12:47 | |
*** AquaFox has joined #tp | 12:49 | |
*** Epyon has quit IRC | 13:14 | |
*** JLafont has joined #tp | 13:27 | |
*** JLP has quit IRC | 13:47 | |
*** AquaFox has quit IRC | 14:02 | |
*** zzorn has quit IRC | 14:06 | |
*** llnz has joined #tp | 14:58 | |
*** JLP has joined #tp | 15:18 | |
llnz | bbl | 15:42 |
*** llnz has quit IRC | 15:42 | |
*** mithro has joined #tp | 16:21 | |
*** zzorn has joined #tp | 16:45 | |
*** mithro has quit IRC | 16:57 | |
*** mithro has joined #tp | 17:01 | |
*** Lukstr has joined #tp | 17:14 | |
Lukstr | hello all | 17:14 |
mithro | hi Lukstr | 17:15 |
mithro | haven't see you around here before | 17:15 |
mithro | get here via the Summer of Code stuff? | 17:16 |
Lukstr | I was in here about a year back during the SoC stuff but never got around to submitting | 17:16 |
Lukstr | and yes, I see you guys are back again, maybe? | 17:16 |
mithro | Lukstr: hopefully, <fingers crossed> | 17:16 |
Lukstr | I hope so too | 17:17 |
Lukstr | your project caught my eye last year and I just ran across it in a google groups post and I thought I'd drop by | 17:17 |
mithro | Lukstr: cool | 17:19 |
mithro | Lukstr: you should try out the latest client | 17:19 |
mithro | it's a lot better then it was last year :) | 17:19 |
Lukstr | I will definitely have to | 17:19 |
Lukstr | your project is definitely one that stands out from the usual ones in SoC | 17:21 |
mithro | Lukstr: oh? why do you say that? | 17:22 |
Lukstr | well, for one a lot of the participating organizations are usually things like mozilla, eclipse; some specific tool or application. Others are incredibly broad projects, like php or NetBSD, etc. Your project is somewhere in between | 17:23 |
Lukstr | Or I might just be crazy. Either way, stands out to me at least :P | 17:26 |
Lukstr | Are your forums down? | 17:32 |
mithro | Lukstr: yes | 17:32 |
Lukstr | bummer | 17:33 |
mithro | Lukstr: mailing lists are so much better! :P | 17:33 |
Lukstr | haha | 17:33 |
Lukstr | can I ask what the test-battle.avi in the topic is supposed to be? | 17:33 |
mithro | Lukstr: it's 5 AI's battling each other | 17:36 |
*** Lukstr has quit IRC | 17:36 | |
*** Lukstr has joined #tp | 17:36 | |
Lukstr | yay for DSL | 17:37 |
mithro | Lukstr: it's 5 AI's battling each other | 17:38 |
Lukstr | does the file use a specific codec, cause it makes some purdy noises come out of my speakers reminiscent of exploding windows | 17:39 |
mithro | Lukstr: it shouldn't have any sound! | 17:41 |
Lukstr | haha | 17:41 |
jotham | whao topic vid is sexy | 17:41 |
jotham | *whoa | 17:41 |
jotham | who wrote the AI | 17:41 |
Lukstr | damn, I can't get it to play | 17:41 |
jotham | works fine here in VLC | 17:41 |
mithro | Lukstr: there is a google video version | 17:41 |
jotham | (Win XP SP2 / VLC Media Player) | 17:42 |
mithro | jotham: I wrote the AI, the program drawing the map is called "starmapper" | 17:42 |
jotham | cool | 17:42 |
mithro | the guy has been adding thousand parsec support | 17:42 |
jotham | yeah i remember the tool | 17:42 |
jotham | it's cool | 17:42 |
*** bddebian has quit IRC | 17:42 | |
mithro | I think we scared of bddebian by mentioning starmapper | 17:43 |
mithro | it's written in Java and I asked him if he might be able to package it :) | 17:43 |
Lukstr | hah | 17:44 |
jotham | haha | 17:45 |
Lukstr | brb | 17:46 |
jotham | man i've been writing some fruity ass python today | 17:46 |
jotham | hungover coding | 17:46 |
Lukstr | that's the best kind | 17:53 |
Lukstr | I think | 17:53 |
*** peres has joined #tp | 17:56 | |
*** JLafont has quit IRC | 18:00 | |
*** JLafont has joined #tp | 18:01 | |
*** peres has quit IRC | 18:08 | |
JLP | wow, a lot of visitors today | 18:36 |
*** nash has joined #tp | 18:38 | |
mithro | morning nash | 19:00 |
mithro | you see Summer of Code has been announced? | 19:00 |
mithro | http://www.thousandparsec.net/cgi-bin/awstats.pl <- look at the 26th of Feb :) | 19:01 |
tpb | <http://ln-s.net/1b+q> (at www.thousandparsec.net) | 19:01 |
nash | mithro: yes | 19:02 |
mithro | JLP: https://sourceforge.net/project/stats/index.php?group_id=132078&ugn=thousandparsec&type=&mode=60day <- you can see the GSOC spike now | 19:04 |
tpb | <http://ln-s.net/1b+x> (at sourceforge.net) | 19:04 |
JLP | mithro: yeah, i've seen this, just searched the irc log to see where all this is comming from :) | 19:07 |
mithro | Lukstr: http://www.youtube.com/watch?v=vG2YwaBN0Kc | 19:11 |
tpb | Title: YouTube - Thousand Parsec - Battle of AIs (at www.youtube.com) | 19:11 |
*** JLP has quit IRC | 19:42 | |
*** Erroneous has quit IRC | 19:46 | |
*** JLP has joined #tp | 19:46 | |
*** Erroneous has joined #tp | 20:24 | |
Lukstr | mitro: yeah saw that one | 20:37 |
Lukstr | *mithro | 20:38 |
JLafont | Looks like I'm going to have to set up a server this weekend to play around with the AI | 21:02 |
mithro | JLafont: what platform are you on? | 21:03 |
JLafont | Windows | 21:03 |
JLafont | Had my laptop running Ubuntu but I dropped it when Guildwars refused to work for me :( | 21:04 |
mithro | JLafont: oh, that might be a little difficult | 21:04 |
JLafont | Damn you wine! | 21:04 |
JLafont | hmm | 21:04 |
JLafont | I can always switch back the laptop to Linux | 21:04 |
mithro | nobody has build tpserver-cpp on windows for a long time | 21:04 |
JLafont | ahhh kk | 21:05 |
mithro | JLafont: If you are around, I might give it another try | 21:06 |
JLafont | mithro: Whats the server's current version? I just downloaded the one on the site and it seems to be working | 21:10 |
*** Erroneous has quit IRC | 21:26 | |
*** mithro has quit IRC | 21:26 | |
*** bddebian has joined #tp | 21:30 | |
bddebian | Hey folks | 21:31 |
JLafont | allo | 21:33 |
bddebian | Hello JLafont | 21:33 |
JLafont | hey how are you doing? | 21:57 |
bddebian | Not too bad thanks. You? | 22:02 |
JLafont | Heh | 22:08 |
JLafont | Sick >.< | 22:08 |
JLafont | And trying to read for class | 22:08 |
bddebian | Ugh :-( | 22:10 |
JLafont | ya | 22:10 |
JLafont | I keep drifting off and doing other things instead | 22:11 |
bddebian | heh, I know that feeling | 22:14 |
*** CIA-12 has quit IRC | 22:18 | |
*** CIA-12 has joined #tp | 22:18 | |
*** mithro has joined #tp | 22:38 | |
*** JLafont is now known as JLafont-Away | 22:55 | |
*** CIA-12 has quit IRC | 22:56 | |
bddebian | mithro: ! Hey, if you get a minute can you try tpserver-cpp again? It should be -1tp1 release | 23:13 |
mithro | bddebian: doing now | 23:15 |
bddebian | thx | 23:15 |
mithro | The following packages have unmet dependencies: | 23:15 |
mithro | tpserver-cpp: Depends: tpserver-cpp-scheme-guile (= 0.4.1-1tp1) but it is not installable or | 23:15 |
mithro | tpserver-cpp-scheme-mzscheme (= 0.4.1-1tp1) but it is not installable | 23:15 |
bddebian | I'm a little worried about gutsy vs hardy | 23:15 |
bddebian | What do you get if you install one of them specifically? | 23:16 |
mithro | I can install the core alone | 23:17 |
bddebian | What about the guile or mzscheme packages? | 23:17 |
mithro | I can install tpserver-cpp-tpcl-guile | 23:20 |
bddebian | Hmm, but not scheme-guile? | 23:21 |
mithro | no | 23:21 |
mithro | scheme-guile is no longer found | 23:21 |
bddebian | What error do you get if you just install ... Oh | 23:21 |
bddebian | Hrm, wtf | 23:21 |
mithro | brb | 23:24 |
Lukstr | So what kind of things are you working on with thousandparsec currently? | 23:25 |
bddebian | mithro: Oh shit, we renamed those to tpcl-foo right? | 23:26 |
mithro | bddebian: yeah | 23:26 |
bddebian | Lukstr: Me? | 23:26 |
bddebian | Damnit, stupid depends like b0rkage | 23:26 |
*** krazytekn0 has joined #tp | 23:27 | |
mithro | Lukstr: http://www.thousandparsec.net/wiki/Who_is_Who_in_Thousand_Parsec | 23:27 |
tpb | <http://ln-s.net/1bBg> (at www.thousandparsec.net) | 23:27 |
Lukstr | awesome, thanks | 23:28 |
mithro | bddebian: want to add your name to that? | 23:29 |
bddebian | Now here's a changelog entry that could be taken more than one way.. ;-P | 23:29 |
bddebian | * Idiot forgot to change depends release. | 23:29 |
mithro | krazytekn0: hi, you new around here | 23:29 |
Lukstr | do you guys work in any straight, delicious C? | 23:30 |
Lukstr | or primarily C++/Python | 23:30 |
bddebian | mithro: Nah, I'm a nobody :_) | 23:30 |
nash | Lukstr: galaxie is C, tpserver-cpp is C++, as is parsek and a few others. *-py is python | 23:32 |
nash | Lukstr: I'm the only C personage | 23:32 |
Lukstr | I <3 C | 23:32 |
nash | Excellent - check out galaxie, and go for it ;-) | 23:33 |
nash | Plenty to do ;-) | 23:33 |
bddebian | heh | 23:33 |
nash | Both big and small too | 23:33 |
krazytekn0 | mithro, sorry, yes I'm new, I heard about TP in a /. comment | 23:34 |
krazytekn0 | I'm a student and am interested in working on TP | 23:34 |
bddebian | mithro: OK, can you please try an apt-get update and install again? | 23:34 |
Lukstr | sorry if I'm completely devoid of navigational intellect but where can I find out more about galaxie? | 23:35 |
* nash gets Lukstr a URL | 23:36 | |
bddebian | Get me a Debian package for that too while you're at it. ;-P | 23:36 |
nash | Lukstr: http://git.thousandparsec.net/gitweb/gitweb.cgi | 23:36 |
tpb | Title: git.thousandparsec.net Git (at git.thousandparsec.net) | 23:36 |
nash | Lukstr: Just look for galaxie | 23:37 |
Lukstr | roger | 23:37 |
Lukstr | thanks | 23:37 |
nash | It depends on the Enlightenment Foundation Libraries | 23:37 |
nash | bddebian: There is the start of debian packages there... they just need EFL to go into debian and they are all set | 23:37 |
nash | bddebian: Then I just need someone who knows how to make a debian packager... | 23:38 |
mithro | The following NEW packages will be installed: | 23:39 |
mithro | tpserver-cpp tpserver-cpp-core tpserver-cpp-persistance-mysql tpserver-cpp-ruleset-minisec tpserver-cpp-tpcl-guile | 23:39 |
mithro | 0 upgraded, 5 newly installed, 0 to remove and 128 not upgraded. | 23:39 |
bddebian | WTF is EFL? | 23:40 |
mithro | bddebian: kind of like a gui library | 23:41 |
bddebian | Where can I find it? | 23:42 |
nash | bddebian: enlightenment.org | 23:42 |
Lukstr | I'm curious, why did you decide to use enlightenment? | 23:43 |
nash | Lukstr: I use part of it every day ;-) | 23:44 |
Lukstr | you use it as your wm? | 23:44 |
nash | a) Yes, b) My company uses some of EFL for embedded devices, c) Random parts of Evas & Ecore are written by me & d) raster is a drinking buddy | 23:45 |
Lukstr | ah, cool | 23:46 |
Lukstr | what sort of embedded devices do you work with? | 23:46 |
mithro | brb | 23:46 |
*** JLafont-Away is now known as JLafont | 23:48 | |
nash | Many... phones, set top boxes, digital picture frames, internet radios, umpcs, laptops sometimes... | 23:48 |
*** CIA-12 has joined #tp | 23:49 | |
bddebian | Uhm, their website sucks | 23:49 |
bddebian | What/where is EFL on that site? I see it mentioned but no explanation of what it is | 23:49 |
Lukstr | I worked with mobile devices over last summer and enjoy embedded work :) | 23:50 |
Lukstr | bddebian: http://enlightenment.org/p.php?p=about/efl&l=en | 23:50 |
tpb | Title: Enlightenment Foundation Libraries (at enlightenment.org) | 23:50 |
Lukstr | anywho, I've got to get some sleep, classes early tomorrow. Night all | 23:51 |
bddebian | Gnight | 23:51 |
*** Lukstr is now known as Lukstr|Zzz | 23:51 | |
nash | Night | 23:51 |
nash | Lukstr|Zzz: Port galaxie to a n800 or something then ;-) | 23:51 |
Lukstr|Zzz | LOL | 23:51 |
nash | Easier then you think | 23:53 |
nash | E runs on teh n800. | 23:53 |
nash | Else grab a open moko phone. | 23:53 |
nash | They run E | 23:53 |
nash | bddebian: Need any more info? | 23:54 |
nash | bddebian: And yes, the website sucks | 23:54 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!