#musicbrainz

/

      • dholmes
        But the same could be said of any language
      • 2007-10-01 27426, 2007

      • Aankhen``
        Example?
      • 2007-10-01 27435, 2007

      • clever
        the way a function is called isnt a single assembly instruction
      • 2007-10-01 27452, 2007

      • clever
        you push half the args on the stack and stick the rest in registers then call it
      • 2007-10-01 27409, 2007

      • clever
        and it pushes several things into the staack and moves the stack to make room for local variables
      • 2007-10-01 27424, 2007

      • dholmes
        That's a fairly direct translation, but it sure is nice syntactic sugar
      • 2007-10-01 27433, 2007

      • clever
        and has to undo it all to return
      • 2007-10-01 27409, 2007

      • dholmes
        You can write a line of arithmetic expressions that compiles into a whole page of assembly
      • 2007-10-01 27417, 2007

      • dholmes
        That's pretty nice syntactic sugar too =D
      • 2007-10-01 27421, 2007

      • clever
        lol
      • 2007-10-01 27443, 2007

      • clever
        my dad keeps telling me it takes pages of assembly to do anything
      • 2007-10-01 27400, 2007

      • clever
        with 3-4 lines of poking data into the c64 i got it printing static strings to the screen
      • 2007-10-01 27409, 2007

      • Aankhen``
        Heh.
      • 2007-10-01 27434, 2007

      • clever
        it was just a few instructions copying ascii codes(hard coded) into the video ram
      • 2007-10-01 27442, 2007

      • dholmes
        I've never had the misfortune of having to write more than a few lines of assembly
      • 2007-10-01 27443, 2007

      • clever
        1 instruction per letter
      • 2007-10-01 27452, 2007

      • luks joined the channel
      • 2007-10-01 27457, 2007

      • xlotlu has quit
      • 2007-10-01 27451, 2007

      • intgr
      • 2007-10-01 27409, 2007

      • xlotlu joined the channel
      • 2007-10-01 27421, 2007

      • intgr
        (I'd like to tag it...)
      • 2007-10-01 27451, 2007

      • dalen joined the channel
      • 2007-10-01 27423, 2007

      • luks
        the last edit will change [worlwide] back to [unknown]
      • 2007-10-01 27408, 2007

      • luks
        or not... it just failed
      • 2007-10-01 27426, 2007

      • intgr
        Oh, I didn't know MB can't resolve such edits.
      • 2007-10-01 27440, 2007

      • Kanmu joined the channel
      • 2007-10-01 27442, 2007

      • Freso has quit
      • 2007-10-01 27412, 2007

      • dalen has quit
      • 2007-10-01 27418, 2007

      • intgr
        Don't you think the format "Digital Media" is flawed?
      • 2007-10-01 27444, 2007

      • intgr
        CDs are called "digital media" as well.
      • 2007-10-01 27453, 2007

      • intgr
        As in "digital storage media"
      • 2007-10-01 27433, 2007

      • luks
        any ideas for a better name?
      • 2007-10-01 27417, 2007

      • fridaythe14t1 joined the channel
      • 2007-10-01 27430, 2007

      • intgr
        "Digital files"? I'm not sure that's an improvement though.
      • 2007-10-01 27412, 2007

      • warp
        luks: any experience with dojo toolkit?
      • 2007-10-01 27431, 2007

      • warp has to pick an ajax library/framework sort of thing.
      • 2007-10-01 27455, 2007

      • luks
        dojo is huuuggee
      • 2007-10-01 27431, 2007

      • luks
        I had some read some code that uses dojo some time ago
      • 2007-10-01 27448, 2007

      • luks
        I've never coded in it myself, though
      • 2007-10-01 27454, 2007

      • warp
        ok
      • 2007-10-01 27410, 2007

      • intgr
        Well, all of them are pretty big.
      • 2007-10-01 27419, 2007

      • luks
        I personally like mochikit, but it's not really a "ajax" library
      • 2007-10-01 27420, 2007

      • warp
        i remember you disliked prototype and moo because "that's not javascript".
      • 2007-10-01 27432, 2007

      • luks
        it can to ajax easily, but it's more a general purpose js library
      • 2007-10-01 27407, 2007

      • warp
        i don't expect to need much javascript in the first project i will use it for.
      • 2007-10-01 27423, 2007

      • warp
        but i want to pick something i can keep using for all sorts of projects in the future :)
      • 2007-10-01 27424, 2007

      • luks
        it really depends on what kind of JS you want
      • 2007-10-01 27433, 2007

      • luks
        you might like mootools or jquery
      • 2007-10-01 27416, 2007

      • trollomat joined the channel
      • 2007-10-01 27405, 2007

      • Aankhen``
        YUI is teh great.
      • 2007-10-01 27422, 2007

      • Aankhen`` wanders off.
      • 2007-10-01 27425, 2007

      • clever
        E: Couldn't find package python-qt4
      • 2007-10-01 27441, 2007

      • fridaythe14t1
        I like jquery, but I haven't really tried anything else.
      • 2007-10-01 27416, 2007

      • trolloma1 joined the channel
      • 2007-10-01 27423, 2007

      • luks
        I don't like jquery because it's too magic :)
      • 2007-10-01 27413, 2007

      • fridaythe14t1
        You don't like the "chainability"?
      • 2007-10-01 27421, 2007

      • luks
        I like javascript
      • 2007-10-01 27455, 2007

      • luks
        and jquery is a programming language on it's own, for this chainability reason
      • 2007-10-01 27428, 2007

      • luks
        mootools is something in between
      • 2007-10-01 27415, 2007

      • fridaythe14t1
        Have you looked at domquery? It's sort of like jquery but slimmed down (faster) and no chainability
      • 2007-10-01 27427, 2007

      • fridaythe14t1
        (I haven't)
      • 2007-10-01 27454, 2007

      • luks
        nope, I haven't either
      • 2007-10-01 27403, 2007

      • luks
        I don't that much JS anyway
      • 2007-10-01 27436, 2007

      • fridaythe14t1
        ok
      • 2007-10-01 27403, 2007

      • dalen joined the channel
      • 2007-10-01 27437, 2007

      • fridaythe14t1
        I do mostly PHP because browser difference drives me crazy. But the last mounths I've had to do a lot of JS and jquery helped
      • 2007-10-01 27458, 2007

      • fridaythe14t1
        *months
      • 2007-10-01 27430, 2007

      • luks
        I mostly use js to do some ajax tricks in intranet systems
      • 2007-10-01 27438, 2007

      • luks
        fortunatelly not any public websites :)
      • 2007-10-01 27405, 2007

      • fridaythe14t1
        haha.. why is that ("fortunately") ?
      • 2007-10-01 27415, 2007

      • fridaythe14t1
        because it drives you crazy too?
      • 2007-10-01 27432, 2007

      • luks
        because more users == more visible bugs :)
      • 2007-10-01 27434, 2007

      • intgr
        Because you can tell users to "use Firefox or stop complaining" :)
      • 2007-10-01 27451, 2007

      • luks
        exactly, if something is broken I can tell them to use firefox :)
      • 2007-10-01 27402, 2007

      • fridaythe14t1
        Yeah. true (both)
      • 2007-10-01 27412, 2007

      • fridaythe14t1
        Except that Opera kicks FF's ass
      • 2007-10-01 27426, 2007

      • luks
        that would be a long debate...
      • 2007-10-01 27438, 2007

      • intgr
        Nah, recent Opera releases have been much worse than Firefox.
      • 2007-10-01 27411, 2007

      • luks
        I've tried to use opera for a few weeks recently (again), but came back to firefox (again)
      • 2007-10-01 27428, 2007

      • luks
        it lacks lots of ff features I use regulary
      • 2007-10-01 27451, 2007

      • luks
        the only opera I use is opera mini :)
      • 2007-10-01 27454, 2007

      • intgr
        And it's just as bloated/slow these days.
      • 2007-10-01 27408, 2007

      • fridaythe14t1
        I think Opera has a lot of features I miss when using Firefox. But I have/use both. Firefox is much better (with Firebug) for developing. Also Opera is a lot faster and not at all as bloated (imho)
      • 2007-10-01 27438, 2007

      • fridaythe14t1
        But sure there are some minor FF features I miss in Opera, I can do without though.
      • 2007-10-01 27455, 2007

      • intgr
        Compare the rendering time for last.fm pages for example.
      • 2007-10-01 27403, 2007

      • fridaythe14t1
        I just did. Opera won ;)
      • 2007-10-01 27404, 2007

      • intgr
        According to my (unscientific) tests, Firefox 3 > IE 6.0 > IE 7.0 > Firefox 2 > Opera 8
      • 2007-10-01 27428, 2007

      • intgr
        Have you got tons of Firefox extensions installed? :)
      • 2007-10-01 27409, 2007

      • fridaythe14t1
        Indeed
      • 2007-10-01 27448, 2007

      • fridaythe14t1
        I can't say I've noticed much difference once I've disabled them though
      • 2007-10-01 27449, 2007

      • intgr
        Things like AdBlock unfortunately slow Firefox down massively, since they have to match every single link on a page against hundreds of regexps.
      • 2007-10-01 27414, 2007

      • trollomat has quit
      • 2007-10-01 27456, 2007

      • xlotlu
        with paste and go and all-in-one sidebar i miss nothing from opera.. oh well, except for the snappy start-up
      • 2007-10-01 27420, 2007

      • lukas__ joined the channel
      • 2007-10-01 27453, 2007

      • luks has quit
      • 2007-10-01 27456, 2007

      • lukas__
        lukas__ is now known as luks
      • 2007-10-01 27404, 2007

      • fridaythe14t1
        The main reason is still that it's faster and less bloated. Anyway we're not going to convince each other so I'll just drop it ;)
      • 2007-10-01 27402, 2007

      • fridaythe14t1
        What matter is that we're no using IE
      • 2007-10-01 27425, 2007

      • luks
        I actually quite liked IE7
      • 2007-10-01 27435, 2007

      • intgr
        Surprisingly, IE6 is the quickest browser out there.
      • 2007-10-01 27416, 2007

      • intgr
        With simple web pages hosted on quick links, e.g. localhost, the time between a mouse click and seeing the page is the lowest.
      • 2007-10-01 27424, 2007

      • fridaythe14t1
        I can't really say that I've seen such benchmark
      • 2007-10-01 27435, 2007

      • fridaythe14t1
        ok, might be the case
      • 2007-10-01 27457, 2007

      • HairMetalAddict is working on a new site design, and just got a horrid reminder of how bad IE6 is with png transparencies. Grrrr.
      • 2007-10-01 27404, 2007

      • corvallo joined the channel
      • 2007-10-01 27404, 2007

      • Compressed has quit
      • 2007-10-01 27408, 2007

      • corvallo has quit
      • 2007-10-01 27426, 2007

      • fridaythe14t1
      • 2007-10-01 27423, 2007

      • HairMetalAddict
        Eh, I got it fixed. Just been so long since I did a transparency with png that I'd forgotten.
      • 2007-10-01 27406, 2007

      • fridaythe14t1
        ok
      • 2007-10-01 27407, 2007

      • intgr
        But I never liked IE7; it's slower than IE6 and instead of old bugs it simply has new ones (which are arguably more annoying).
      • 2007-10-01 27442, 2007

      • fridaythe14t1
        It's two step in the right direction and one back
      • 2007-10-01 27457, 2007

      • intgr
        One step in the right direction and two back.
      • 2007-10-01 27450, 2007

      • fridaythe14t1
        A real step forward would be if the cancelled it totally
      • 2007-10-01 27454, 2007

      • Amblin- joined the channel
      • 2007-10-01 27457, 2007

      • fridaythe14t1 has left the channel
      • 2007-10-01 27401, 2007

      • fridaythe14t1 joined the channel
      • 2007-10-01 27428, 2007

      • russ_
        russ_ is now known as Russss
      • 2007-10-01 27441, 2007

      • brianfreud wakes up
      • 2007-10-01 27445, 2007

      • gioele joined the channel
      • 2007-10-01 27449, 2007

      • brianfreud
        luks: “binary distribution
      • 2007-10-01 27453, 2007

      • gioele
        hi
      • 2007-10-01 27454, 2007

      • brianfreud
        ?
      • 2007-10-01 27410, 2007

      • luks
        ?
      • 2007-10-01 27416, 2007

      • gioele
        ?
      • 2007-10-01 27425, 2007

      • brianfreud
        instead of “digital media”
      • 2007-10-01 27445, 2007

      • luks
        oh, CD is binary, too
      • 2007-10-01 27409, 2007

      • brianfreud
        “non-physical binary” :D
      • 2007-10-01 27417, 2007

      • brianfreud
        that gets ugly
      • 2007-10-01 27437, 2007

      • luks
        I think Digital Media is fine, even though it's not accurate
      • 2007-10-01 27440, 2007

      • gioele
        http://bugs.musicbrainz.org/ticket/3249 , the please-give-me-an-ASIN-while-you-add-this-release enhancement request
      • 2007-10-01 27454, 2007

      • luks
        people know what does it mean in this context
      • 2007-10-01 27409, 2007

      • brianfreud
        I think so too - it’s not precise, perhaps, but the intent is understood
      • 2007-10-01 27422, 2007

      • gioele
        even laymen
      • 2007-10-01 27439, 2007

      • brianfreud
        and gioele, you got it exactly :)
      • 2007-10-01 27424, 2007

      • Amblin has quit
      • 2007-10-01 27452, 2007

      • gioele
        luks: did you get my powerpc build of picardqt? was it good? it worked for me, couldn't do much more testing
      • 2007-10-01 27426, 2007

      • luks
        yes, thanks for it
      • 2007-10-01 27451, 2007

      • luks
        I was offline back then (well, I still am...), so sorry for no reply
      • 2007-10-01 27413, 2007

      • luks
        and yes, I know about PPA, I even have it activated
      • 2007-10-01 27427, 2007

      • luks
        but it was just before I moved to .cz
      • 2007-10-01 27430, 2007

      • luks
        too bad it works only on the dev branch of ubuntu, using it for feisty packages would be nicer
      • 2007-10-01 27431, 2007

      • gioele
        from .sk to .cz?
      • 2007-10-01 27436, 2007

      • luks
        yes, to uni
      • 2007-10-01 27448, 2007

      • gioele
        which city, if I can ask?
      • 2007-10-01 27452, 2007

      • luks
        brno
      • 2007-10-01 27447, 2007

      • gioele
        sounds cold :)
      • 2007-10-01 27452, 2007

      • luks
        :)
      • 2007-10-01 27409, 2007

      • gioele
        one of my Austrian friend is in love with Prague
      • 2007-10-01 27417, 2007

      • gioele
        cold as well :)