Slashdot Mirror


User: koali

koali's activity in the archive.

Stories
0
Comments
89
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 89

  1. Re:Uhhh on The Next Path for Joy · · Score: 1
    alex@wintermute alex $ time ./a.out
    hello, world

    real 0m0.001s
    user 0m0.000s
    sys 0m0.001s
    alex@wintermute alex $ time java hello
    Hello, world

    real 0m0.183s
    user 0m0.117s
    sys 0m0.020s

    Sure, if I want to write hello world, I'll write it in C. No, hell, I won't. I can sacrifice 0.2 seconds.

    And the 0.2 seconds become more and more insignificant in more interesting programs...

  2. Re:My favorite feature on OpenOffice.org Hits 1.1 · · Score: 2, Informative

    Huh, on Windows you can install a postscript printer, print to a file and use ps2pdf :-b The same can be said about Linux.

  3. Re:Slightly off topic but about *nix boot times on Software Tweak Makes Linux Boot In Under 200 ms · · Score: 1

    The IBM solution used make. You sure know about make, don't you? :-b

  4. Save your bandwidth for ROTK on Fanimatrix - The Matrix Re-done By Fans · · Score: 0, Offtopic

    The trailer in cinemas now will be released for download on monday. Of course, there is a leaked version which is pretty low quality, but still it is STUNNING.

    Return of the King is going to ROCK!

  5. Re:Big Bully on Linux Advocacy From the Trenches · · Score: 1

    So McNealy has succeeded?

  6. Re:XFree86 Isn't Exactly Fine-tuned for Gaming on Half-Life 2 - A Linux User's Lament · · Score: 1

    Huh, yeah, so that's why the iD ports run so awfully on X. Oh wait, they run flawlessly.

    In fact, I'd say what sucks in Linux gaming is audio. OSS/Alsa/esd/artsd/jack... too many different solutions and, guess what, for example the ID games only support OSS, afaik.

  7. Re:If I were to choose... on Java vs .NET · · Score: 1

    Yeah, sure, I'm not advocating that you leak RAM just for the sake of it :-b But most of the time, the 4gb will suffice :) and will still be cheaper than doing it in C++ (anyway, if you are moving that amount of data, you'll need very good and expensive C++ coders).

  8. Re:If I were to choose... on Java vs .NET · · Score: 1

    Compare the cost of one month of a developer versus the cost of RAM. At least in the server-side (controlled hardware), most of the time it is affordable to trade-off efficiency for development costs. On the client-side, of course, it is not cost-effective to make your text-editor eat 1 gig of RAM (because it's going to run in a lot of machines).

  9. Ok, -1 redundant on Further Selections From the Mixed-Up SCO Files · · Score: 5, Funny

    Why wouldn't they use Linux? They own it, don't they?

  10. Re:Documentation? on Opengroupware · · Score: 2, Funny

    >I thought the first rule of programming was "you don't talk about programming."

    No, that's the first rule of "how to attract girls".

  11. Re:So exclusive it isn't on Underworld Trailer · · Score: 1

    If you want to download it, look for the mov files in the html source of that page. And an 'm' just before the resolution. There you go.

    Or you can actually download the mov file (which is very small), run it through 'strings' and find out the real name.

  12. or maybe... on Engrish LOTR: The Two Towers Captions · · Score: 1

    The naughty words might easily be explained...

    Wanna guess which other kind of movies the 'translator' might have worked on? Your english might be curious if you learn it from porn movies.

  13. Ermm... on Judge Decides X-Men Aren't Human · · Score: 1

    Doesn't Marvel make figures of 100% human characters? Rick Banner... well, even the Punisher was 100% human, wasn't him?

    Will someone need to classify them indivually?

  14. Re:what I want on Programming Languages Will Become OSes · · Score: 1

    Use Google. Type in the description of your program and you are set :)

    The network is the programmer :-b

  15. I'm sure loads of debuggers have got it... on How Would You Improve Today's Debugging Tools? · · Score: 4, Interesting

    But I'd like to be able to create 'conditional' breakpoints (i.e.: stop at this line when i==47).

    Other than that, I'd like generalized hot-swapping of code and 'step back' (which I don't know if it's always factible); or at least be able to view a variable's history.

    Shame that my IDE of choice (Eclipse) doesn't (AFAIK) support those.

  16. Sounds great! on OpenBSD 3.2 Song Now Available · · Score: 1

    Now we just need some hit-fodder from Tux and his Penguins!

  17. Point of source-based distributions? on Lunar Linux 1.0 Released · · Score: 5, Insightful

    The latest rage is to say that compiling your stuff is pointless, because the binaries are not that much faster than generic binaries.

    Well, I really don't know, but I'm running Gentoo anyways... why?

    Perhaps is that I like tinkering, and perhaps it's that I have too much spare time (although only some packages are time consuming, namely Mozilla and OpenOffice), but I find some advantages to source based distros.

    After all, it's much easier for developers to provide packages for them. No need to support a zillion architectures. No need to choose ./configure settings (Gentoo's USE works very well). You can also make cvs packages available (that fetch the latest cvs version and compile it).

    Even though I still consider Debian's apt (and esp. the quality of packages) superior to Gentoo (just a personal oppinion), Gentoo usually provides more modern stuff (for the reasons outlined before), but I have chosen to give Gentoo some time.

    Certainly, the state of Linux distros is getting pretty interesting. Debian and Gentoo have worked perfectly for me. I keep hearing good things about SuSE and Redhat's newest releases.

    Perhaps some of the myths about Linux are beginning to fall?

  18. Compiling kernels? on New Linux Kernel Configuration System · · Score: 1

    Hey, anyway, compiling kernels is rarely needed. Your distro's kernel should come with *everything* that can be compiled as a module, and sane defaults for everything else.

    I don't really recall that many things that require a kernel compile (although I do compile my own, of course :).

  19. No slashdot... on Ghost in the Shell: Stand Alone Complex Trailer · · Score: 1

    The link didn't work a wee ago.

  20. Re:What is wrong with SDL & Full screen games on Cube: A Modern 3D Game Engine · · Score: 1

    Start a second X webserver. I do it all the time to play Q3 et al. and be able to switch to my desktop with ctrl+alt+f(x)...

  21. Re:This is a good idea beyond CARP. on P2P Streaming Radio · · Score: 1

    That's true of most DSL streams, but for example 56k modems have this 56k shared between up and down.

    And my DSL's line (256/128) is affected by uploads. If I'm uploading above 12-13 Kb/s, my download rate drops. There are some recipes to avoid this (and further bandwidth magic) in the Linux Advanced Routing and Traffic Control HOWTO.

  22. GPL? BSD? What's the matter on New Open Video Codec From Xiph/On2 · · Score: 1

    Is that really important if the implementation is GPL'ed or BSD? If the format and codec is sufficiently documented, I don't see why is that an issue.

    Actually, I see that BSD license might have a slight edge, but not much.

  23. Actually... on Moby Says Techie Fans = Fewer Sales · · Score: 1

    I get more results searching for Britney Spears on Edonkey than searching Moby.

    And I'd say ed2k users are more tech-savvy than say, Napster's were.

  24. Re:E17 is coming, watch out Microsoft & Apple on Themes.org Reborn at Freshmeat · · Score: 1

    Theres an example of themes. I'm Glad Themes.org is back, now we have a place to show off our linux desktops and help kill the whole "Linux is hard to use" myth.

    Linux desktops might be as pretty as you want, but that has nearly nothing to do with being hard to use.

  25. Re:Limits of computers? on Chess: Man vs. Machine Debate Continues · · Score: 1

    No.

    I believe we still don't know if white has a combination of moves that always carry to a win, a draw or that black can win.

    Remember Wargames? There we were shown a game which the first mover cannot win (if his opponent makes the right moves). However, people have proven that white on checkers has a combination of winning moves.

    To add to this, I could design a game that the second player had a combination of moves that lead to victory every time.

    We still don't know.

    And, genetic programming won't help in this case; it is a 'smart' search method, it doesn't work to look for more positions. Neither do neural networks.