-
sbw_ joined the channel
-
sbw has quit
-
blizzow has quit
-
sbw joined the channel
-
sbw has quit
-
orogor has quit
-
sbw_ has quit
-
sbw joined the channel
-
Misirlou has quit
-
Misirlou joined the channel
-
deconstructnet joined the channel
-
deconstructnet
quick question:
-
what do i do in the case of japanese import CDs?
-
they have a couple of extra tracks
-
should make a whole new cd?
-
orogor joined the channel
-
alus joined the channel
-
alus_ has quit
-
alus has quit
-
alus joined the channel
-
alus_ joined the channel
-
alus has quit
-
melange joined the channel
-
melange
hi
-
melange has quit
-
melange joined the channel
-
Russss joined the channel
-
melange has quit
-
RJ has quit
-
RJ joined the channel
-
elinenbe has quit
-
duncf joined the channel
-
elinenbe joined the channel
-
amino- joined the channel
-
sbw_ibiblio has quit
-
blizzow joined the channel
-
amino- has quit
-
sbw_ibiblio joined the channel
-
deconstructnet has quit
-
alus_
hi
-
er
-
djce joined the channel
-
icepick-away
icepick-away is now known as icepick
-
djce is away: bye
-
djce is back (gone 01:01:21)
-
croakur joined the channel
-
sward_3 has quit
-
croakur
hola
-
djce
hi croakur
-
ruaok
hola. how does.
-
or is it how dose?
-
evening djce!
-
croakur
ruaok, I am having a problem installing the UTF-8 locale
-
I erm, can't seem to figure out where I get the locale or how to install it
-
ruaok
djce: I'm pleased to report that adding a minimal web server to python was accomplished in about 20 lines of code.
-
djce
nice!
-
that's, err, compact.
-
ruaok
croakur: what dist are you using?
-
djce: seriously, eh?
-
croakur
gentoo
-
ruaok
So, I was wondering if you have any ideas on where to send the user after they click on the tag link...
-
maybe they should go to a popup window that closes automatically after 2 seconds?
-
or a popup that never shows?
-
or a redirect to the page from where they came from?
-
icepick
croakur: utf-8 for what program?
-
croakur
for the mb_server, ice
-
ruaok
croakur: I dunno gentoo, sorry.
-
icepick: he needs the en_us.utf8 locale.
-
back in one sec.
-
icepick
do you have a file /etc/locale.gen ?
-
croakur
hmm, no
-
I may have figured it out
-
I ran 'localedef -i en_US -f UTF-8 en-US.UTF-8'
-
let's watch what happens!
-
ruaok
back
-
croakur
oh my god it worked
-
ruaok
:-)
-
djce
ruaok: tag link. The most robust method would be to go to new page, then redirect.
-
but the most inconspicuous would be something more like loading an IFRAME or IMG with the required url.
-
ruaok
Hmmmm.
-
djce
or zero-size FRAME maybe
-
ruaok
Yeah....
-
I just want an effective no-op. :-)
-
djce
try POSTing to a zero-size frame.
-
croakur
wow
-
djce
that's probably the best way that doesn't require JS
-
ruaok
why POST?
-
why not GET?
-
djce
avoids cacheing
-
just in case
-
ruaok
ahhh.
-
Ok, I'll give that a shot.
-
djce
then do a 303-redirect to a blank page.
-
ruaok
Unless you're looking for a little project. ;-)
-
djce
busy, sorry :-)
-
but I would like to play with the Python code, to see it work
-
ruaok
I'm also thinking of stashing the incoming query into the session and having the tag icons look in the session for the info for the tag.
-
ok.
-
want me to mail you a copy of the python code?
-
djce
sure, thanks
-
ruaok
Its pretty sleek.
-
on the way
-
icepick
ruaok: what app are you making in python w/ a webserver?
-
ruaok
Tagger NG
-
For browser integration.
-
We'd like to integrate with the user's default browser.
-
djce
yay. Brad accepted my memcached-perl patch, and noted: "Whoa, we run Perl 5.6 on LiveJournal and never noticed this!?"
-
:-)
-
ruaok
-
if the user clicks on the link our tagger will know about it.
-
Nice -- way to go djce!
-
croakur
what bug did you tackle?
-
djce
hmm. using GET links would make the tag HTML easier though.
-
croakur: using $! instead of %! in Perl.
-
trivial really
-
ruaok: ok, I've changed my mind. I think the tag icons will have to be simple <a> tags, maybe like this:
-
ruaok doesn't know either those tags
-
<a href="http://localhost/...etc.etc.etc?time=$time" taget="invisible_frame">
-
ruaok
GET with time to prevent caching?
-
djce
yes
-
ruaok
ok, sounds like a plan.
-
djce
since it's much easier to build HTML with <a> tags wherever you need, instead of having trouble with nested forms, etc
-
croakur
wow memcached is a cool idea
-
a multiple machine caching system
-
ruaok
I still need to modify httpserver to look for an open port, but other than that its close to ready.
-
ok, thanks for the insight, oh HTML guru!
-
I keep being amazed at how fast it is to write stuff in python.
-
I need a web server to do this and that.
-
icepick
try moving back to java sometime
-
djce
croakur: memcached rocks. I've only used it in single-server mode so far though.
-
ruaok
1 hour later I'm DONE.
-
icepick: ick.
-
djce
so I've not played with its "distributed" property.
-
ruaok
I was contemplating coding lots of C++ again.
-
Adding new features to tunepimp.
-
croakur
I've played with python, I'm still in love with perl, though
-
Java, what's that? :)
-
ruaok
Then I decided to code things in python first, and then move them to c++ as necessary.
-
:-)
-
sward_3 joined the channel
-
Heh. Here is some april fools love for you:
-
-
icepick
ruaok: I would like to take a moment and point you to pyid3, a really good (I wrote it ;) id3v2 python module
-
croakur
that's great
-
ruaok
icepick: thanks. :-)
-
But I don't think I'll be needing it right away.:-)
-
I'm still going to have most of the work done by tunepimp.
-
but album matching will be done in python.
-
since it will involve lots of tweaking and testing.
-
python code is massaged much easier than C++. :-)