LAst time ruaok was in London we went to a Sammy Adams pub :)
2008-12-25 36035, 2008
brianfreud
they have a pub????
2008-12-25 36044, 2008
brianfreud
ok, when can I get the next flight to London?
2008-12-25 36049, 2008
Muz
Sammy Smiths sorry
2008-12-25 36052, 2008
brianfreud
:(
2008-12-25 36056, 2008
Muz
Hahah
2008-12-25 36011, 2008
Muz goes back to tidying
2008-12-25 36028, 2008
brianfreud
someday I want to get my hands on a bottle of any of their Utopias - Chocolate Boch, Millenium, Triple Boch, or the Hallertaus - just to try it, once :) ...cept they tend to cost like $100 a bottle :P
2008-12-25 36014, 2008
Muz
Jesus
2008-12-25 36002, 2008
brianfreud
only brew 3000 bottles of each a year :P
2008-12-25 36057, 2008
Muz
Even then, doesn't necessarily mean they taste that good :P
2008-12-25 36015, 2008
brianfreud
true enough... but would be fun to try, once :)
2008-12-25 36025, 2008
brianfreud
hehe: 1000.2 GB Media
2008-12-25 36029, 2008
brianfreud
umm, ok, how can I rename that partition? PartitionEditor seems to have ignored the name I gave it when formatting...
2008-12-25 36021, 2008
Muz
Hmm, I wonder if anyone has ever run through the URLs in the DB and checked for 404s etc
2008-12-25 36013, 2008
brianfreud
I think ojinkpkg did a while back
2008-12-25 36030, 2008
nikki
I thought he just edited amazon ones?
2008-12-25 36035, 2008
brianfreud
not sure, he was running a bunch of things at the same time
If I ever run a label, I will make sure that every release is catalogued to the finest degree of detail and all this information is accessible via the label's site
2008-12-25 36027, 2008
Milosz
there are really horrible labels
2008-12-25 36036, 2008
Milosz
where it's impossible to get any detailed information
2008-12-25 36049, 2008
Milosz
basically they just say "try to get the disc and check the sleeve"
2008-12-25 36056, 2008
Milosz
heh
2008-12-25 36048, 2008
Muz
Well that took long enough to add this 3 disc VA compilation
2008-12-25 36029, 2008
Amblin joined the channel
2008-12-25 36057, 2008
Amblin
Amblin is now known as Guest90106
2008-12-25 36050, 2008
Milosz
hmm what's a standard way to concatenate strings in SQL?
2008-12-25 36005, 2008
Milosz
i tried + but that seems to assume the operands are INTEGER types
2008-12-25 36019, 2008
Muz
+
2008-12-25 36030, 2008
Muz
Sure you're not including + in the ' by accident?
2008-12-25 36004, 2008
Milosz
yeah
2008-12-25 36004, 2008
Muz
SELECT moose FROM aminals WHERE blargh = aminal.whatever + 'moosemoosemoose'; should work
2008-12-25 36020, 2008
Milosz
Muz, ok i found out, it's || for sqlite o_O
2008-12-25 36025, 2008
Milosz
really strange
2008-12-25 36030, 2008
Muz
Ah, SQLite is a heap of crap
2008-12-25 36038, 2008
Milosz
UPDATE test SET column2 = "something" || column1;
2008-12-25 36041, 2008
Milosz
lol
2008-12-25 36042, 2008
Milosz
well yeah
2008-12-25 36054, 2008
Milosz
i'll write a DB driver for my app for postgres soon
2008-12-25 36002, 2008
Muz
Yay for postgres!
2008-12-25 36005, 2008
Milosz
if postgres just had an embedded DB i'll love them
2008-12-25 36010, 2008
Milosz
not that I don't already
2008-12-25 36033, 2008
Milosz
in my last job i started working with pgsql for the first time and it rawked
2008-12-25 36014, 2008
Muz
Well, MySQL has an embedded DB iirc
2008-12-25 36025, 2008
Muz
Not as great as PG, but still better than SQLshite
2008-12-25 36056, 2008
Milosz
i tried to "find" it, lol
2008-12-25 36011, 2008
Milosz
i just couldn't for the life of me find it on their website