Slashdot Mirror


User: Shiny+Metal+S.

Shiny+Metal+S.'s activity in the archive.

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

Comments · 274

  1. Re:You can make them faster... on Establishing the Maximum Speed of a CD-ROM Drive · · Score: 2

    Damn it! A prior art! And here goes my patent... No, seriously, very cool drive. Why have they discontinued it?

  2. You can make them faster... on Establishing the Maximum Speed of a CD-ROM Drive · · Score: 3, Insightful

    ...with more lasers.

  3. OT: Re:I'm now posting with Solaris x86 on Sun Reconsidering Solaris 9 for x86 · · Score: 2

    Off topic (well, sorta)

    Have you compiled MySQL with GCC under Solaris for x86? When I did (on many different boxes) the configure script thought that my g++ was a cross-compiler (while it wasn't), but gcc was OK. After many hours of searching the web and usenet, with no results at all, I thought about something like this: for the time of building MySQL I renamed g++ and made a symlink to gcc named g++ and MySQL was fine. I don't remember how I thought about it but my workaround saved the day. :) Anyway, I wonder, do you know what's going on? I'm not using Solaris now, but I'm still curious. Thanks.

  4. Re:Now what we really need is... on The PC, Xbox, PS2, GameCube and 2600, Together at Last · · Score: 5, Funny

    Now what we really need is... this guy to make it portable.

    Or this guy.

  5. Re:New english on Gates: Say No to GPL, Yes to the Microsoft Ecosystem · · Score: 3, Informative

    Microsoft sets new standard in MS English XP
    "ecosystem - n : a system formed by the interaction of one organism with its physical environment"

    Actually the term ecosystem was not used incorrectly: ecosystem n. An ecological community together with its environment, functioning as a unit.; parasite n. 1. Biology. An organism that grows, feeds, and is sheltered on or in a different organism while contributing nothing to the survival of its host. 2. One who habitually takes advantage of the generosity of others without making any useful return. (from The American Heritage Dictionary of the English Language, 4th Ed.)

  6. Taxes? on Gates: Say No to GPL, Yes to the Microsoft Ecosystem · · Score: 2

    [...] if your universities are doing work that can be commercialized, you will have IT jobs in your country. And if they are not, then fine, just say that farming is your thing, or whatever it is. All the taxes will be paid by those guys or something -- I don't know.

    Taxes? What taxes? Those which would be otherwise paid by Microsoft?

  7. The non-sensitive buying habits on Hollings Introduces Privacy Bill · · Score: 2

    ZDnet is reporting he is proposing a bill for 'net privacy' requiring opt-in agreements when companies want to sell 'sensitive' information (medical history, sexual preference, etc.) and opt-out agreements when selling non-sensitive (buying habits).

    "But Sir, we haven't sold any sensitive informations about your sexual preference! We have just sold everyone the non-sensitive informations about your buying habits of our coprophilia gay porn. And now you claim that the non-sensitive informations could possibly harm your career as a TV pastor? How ridiculous! And as I have already told you, your buying habits of our penis enlargement techniques is not a medical history since these are only natural and herbal techniques, you can't sue us, Sir."

  8. Re:Why are they suing? on Another Publisher Challenges Legality of Links · · Score: 2

    Day 1: /News/microsoft.php points to a great article about microsoft.
    Days 2-6: People read it and link to it.
    Day 7: /News/microsoft.php redirects everyone
    They'll soon stop linking

    No, no, no. They'll start linking!

  9. Re:Wise up on Another Publisher Challenges Legality of Links · · Score: 4, Informative

    I would not be happy if some other site linked right to the old material, because they might not put it in context, and lead people into thinking it is current.

    Then maybe you should use mod_rewrite with a simple rule:

    RewriteCond %{HTTP_REFERER} !^http://your.host/ [NC]
    RewriteRule ^/old-stuff/(.*)$ /cgi-bin/old-warn?page=$1 [R]

    and put there a simple old-warn script displaying "This stuff is old. What do you want? [New] [Old] [Index] [Home] [Whatever]". Or why not include this warning on the old pages in the first place? Or why not to just put "Last modified XXXX-XX-XX, if there's a newer version, it's here." on every page which can be outdated in the future?

    Linking is just telling people about your URI. If you don't want them to know about it, don't make it public, you don't have to serve anything if you don't want to. If you want those people to see something before they get what they are looking for, I don't know what's stopping you. The beauty of computers, including web servers, is that they do what you tell them to do.

  10. Re:Already? on Bdale Garbee elected Debian Project Leader · · Score: 2

    Erection, release woody... I sometimes wonder if Debian shouldn't be called Devian instead.

    But seriously, Debian is my OS of choice, I run it on all of my boxes and I can always depand on Debian. Hell, my Potatoes was up for years without a single crash! Soon Woody will power my mission critical boxes.

    (note to self: do not say "my potatoes was up for years" again)

  11. Mysterious skills of httpd administration on Web-Surfing Indian Slum Kids Ask: "What's a Computer" · · Score: 2

    Web-Surfing Indian Slum Kids Ask: "What's a Computer"

    I heard that they are great in ASF HTTP Server administration. I wonder why.

    (Or are they Indians from Indies? Damn you Cristoforo Colombo!)

  12. Re:WARNING! No one knows how it works!!! on Provigil Extends Your Day? · · Score: 3, Funny

    The best treatment for sleepiness is SLEEPING!!! If you are engaging in an activity that is depriving you of sleep, STOP!!! There is a reason you get sleepy. Your body and mind needs to rest and recharge and sleepiness is the signal to do so.

    This is a Microsoft attitude. Like one Microsoft support guy once said: "Memory is like gasoline - you use it up, then your computer has to fill up the tank again by restarting." This is mostly the same reasoning which you use in your pro-sleep argument, but I think that when you need sleep after so short uptime like 18 hours or so, then it means you have some serious problems with your mind getting unstable very quickly. Remember, rebooting is not an answer. Real hackers fix their systems and don't have to reset them any more. Please, stop listening to that Microsoft anti-GPL FUD propaganda, for God's sake!

  13. Re:B - The Perl Compiler on Perlbox: A Unix Desktop Written in Perl · · Score: 5, Informative

    Damn it, I @#%!$& up the links! Of course it's Overrated since it's broken. Here:

    • B The Perl Compiler
    • B::Asmdata Autogenerated data about Perl ops, used to generate bytecode
    • B::Assembler Assemble Perl bytecode
    • B::Bblock Walk basic blocks
    • B::Bytecode Perl compiler's bytecode backend
    • B::C Perl compiler's C backend
    • B::CC Perl compiler's optimized C translation backend
    • B::Concise Walk Perl syntax tree, printing concise info about ops
    • B::Debug Walk Perl syntax tree, printing debug info about ops
    • B::Deparse Perl compiler backend to produce perl code
    • B::Disassembler Disassemble Perl bytecode
    • B::Lint Perl lint
    • B::Showlex Show lexical variables used in functions or files
    • B::Stackobj Helper module for CC backend
    • B::Terse Walk Perl syntax tree, printing terse info about ops
    • B::Xref Generates cross reference reports for Perl programs

    See also perlcompile, perlhack, perlguts, perlxstut, perlxs, perldebtut, perldebug and perldebguts manpages.

    (Note to self: Check those URLs!)

  14. Re:I wish... on Perlbox: A Unix Desktop Written in Perl · · Score: 3, Informative

    That's entirely missing the point. It's as if asked "I wish perl had a unified database handling module", somebody had answered: "well, you've got the oracle module, the sybase module and the mysql module. They don't have the same API, but they all allow you to connect to the database you're using.".

    You haven't checked out Wx. It's a Perl module for using wxWindows:

    What is wxWindows?
    wxWindows gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWindows gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more.

    See the wxWindows supported platforms.

  15. Re:I wish... on Perlbox: A Unix Desktop Written in Perl · · Score: 5, Informative

    Now, if someone wanted to write a real abstraction layer, maybe one that would let you use either Perl/Tk, Perl/GTK+, or something else... that coule be interesting :-)

    See Wx.

  16. B - The Perl Compiler on Perlbox: A Unix Desktop Written in Perl · · Score: 3, Informative

    It's actually (almost) compiled each run, instead of being raw interpreted. In the camel book it describes it in detail, but briefly it parses it to bytecode, optimizes it, then executes it (any evals will re-do the process mid program, ect).

    Modules to play with and more info about it:

    • B The Perl Compiler
    • B::Asmdata Autogenerated data about Perl ops, used to generate bytecode
    • B::Assembler Assemble Perl bytecode
    • B::Bblock Walk basic blocks
    • B::Bytecode Perl compiler's bytecode backend
    • B::C Perl compiler's C backend
    • B::CC Perl compiler's optimized C translation backend
    • B::Concise Walk Perl syntax tree, printing concise info about ops
    • B::Debug Walk Perl syntax tree, printing debug info about ops
    • B::Deparse Perl compiler backend to produce perl code
    • B::Disassembler Disassemble Perl bytecode
    • B::Lint Perl lint
    • B::Showlex Show lexical variables used in functions or files
    • B::Stackobj Helper module for CC backend
    • B::Terse Walk Perl syntax tree, printing terse info about ops
    • B::Xref Generates cross reference reports for Perl programs
  17. Re:I wish... on Perlbox: A Unix Desktop Written in Perl · · Score: 4, Informative

    I wish that PERL had a GUI abstraction layer, similar to DBI for databases.

    See Gtk, Gnome, Tk, Qt and Wx CPAN distros.

  18. The rest of the OS in Perl on Perlbox: A Unix Desktop Written in Perl · · Score: 3, Funny

    Read my old comment to Subterfuge with Subterfugue story: Re:Perl in the Linux kernel? There's some info about other parts of the operating system written in Perl: Perl /bin tools, Perl shell and even Perl kernel. I couldn't find a working link to Perl filesystem (PerlFS by Claudio Calvelli?), so if anyone knows it, please post it.

  19. You have to know how to talk to clients. on eWeek: Apache 2.0 Trumps IIS · · Score: 2

    Yeah but, unless you hire an 'expensive expert' you can't write off the investment in apache. Thats the problem with free software.

    This is how I talk to my clients:

    - You see? You will save 500 bucks because we're using free-as-in-beer software! Of course it is very, very difficult and normal people wouldn't even understand all the magical things which need to be done in order to set it up, but fortunately I'm a super hacker guru so this is your lucky day. My rates are only 300 bucks per hour, and this is not much for super hackers, so you'll pay much less than you'd pay for a more expensive super hacker for, say, 400 bucks per hour, so you already saved 200 bucks while we speak and you're gonna save another 50 grands in my rates netto...
    - Wait a minute! But I can have a sixpack of MCSE's for $9.95 per hour!
    - Too late! You signed the contract! SUCKER!!!

  20. But of course! on How Kids Use the Web · · Score: 2

    As you might expect, kids like sound and animation more than adults. They're also much more likely to click on ads ... but mostly because they don't realize that's what they are.

    I was worried that I have so low adclick-per-visitor ratio on my websites lately, but now I see that I just have to slightly modify my main welcome pages to: "If you are below 18 years old, click ENTER, otherwise click EXIT." Because I have lots of high quality animations there! Kids will love it!

  21. My antidotum on e-Denounce · · Score: 3, Funny

    In order for this to work, each time you give a site an "F", you should be contractually bound so that if it turns out that the site is legit, then you are the one that gets in trouble: you would have to pay a fine. Then, in order to give people a motive for using this plug-in, the company should pay bounty money to the vigilante via a Paypal type system.

    My antidotum would be a website like this:

    Hey d00d! cHecK 0u+ Th15 c00L 50f+waRe! wHY pay 4 |t wh3N U can D/L it H3r3! HEHEHE!!! Ju5T U53 kEY: 1234514-13451-1345 & U g0T iT f0r FREE!!!!! WAREZ RULEZ!!!! & d0N'+ 4G3T 2 Ch3cK 0u+ Th1Z rU55iAn Und3Rgr0uNd Serv3R! tHey g0+ 4250 wAr3Z pR0grAmz!!!!!! cLiCK h3R3 to G3T 2 mY HidD3N FtP War3Z serv3R wItH ***FULL!!!*** vErS|0Ns Of gImP, m02|LLa, kDe, gN0m3, aPaCH3 WeB s3Rv3R (FULL ENTERPRISE VERSION, noT thE sHar3War3 Sh|T!!!!!) eV3rYtH|nG pAtcH3D & U d0NT nEEd Ser|AL NuMb3rZ & r3G k3Yz!!!!!!! Et cetera...

    A fine guaranteed.

  22. Addiction != Bad Thing on The Lure of Heroinware · · Score: 2

    These are just incontinent people. They understand that neglecting family, work, friends and what not is wrong, but they freely choose to do so.

    The addiction itself is not always a Bad Thing. Thank God that this guy and few other maniacs were addicted to music.

  23. Games aren't addictive! on The Lure of Heroinware · · Score: 2

    Don't worry, games aren't addictive

    Of course games aren't addictive. Games were addictive! Today I was playing Day Of The Tentacle for something like 18 hours, thanks to the brave guys from ScummVM! Special greetings to Ludvig, great work! I'll send you bills from my oculist! :) OK, now must sleep...

  24. Only wimps use backups on The Secure Public Data Repository? · · Score: 2

    As one man called Linus T. once said: "Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it."

  25. Re:Oh, come on! on Lindows - Where's the Source? · · Score: 2

    You really want Lindows sources? here's what you'll need to do: [...]

    You forgot about the most important final component.