Slashdot Mirror


User: BaldBass

BaldBass's activity in the archive.

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

Comments · 16

  1. Code review is like... on Are You Too Good For Code Reviews? · · Score: 1

    A) taking you out naked in the public and publicly discussing the shortcomings of your body.

    B) tasting the dish you've just cooked with a group of friends.

    C) flossing your teeth after each meal.

    Pick one.

  2. Wrong subject, as usual on Professors Slam Java As "Damaging" To Students · · Score: 1
    The subject should have been:

    Learning Java doesn't help you learn C memory management

    Now that's news!
  3. User-Powered? What's wrong with computer-powered? on Wikipedia Founder Working on User-Powered Search · · Score: 1

    Seriously, though, this whole deal of "User-Powered" looks like an attempt to play out the image of Wikipedia if front of ignorant public.

    The fact is that many (of not all) search engines use human input to rank search results. For example, Google's PageRank is about links put on pages by whom? Humans, of course.

    OK, so you found a new way of extracting rating info from humans? Let's talk about that, but please stop bringing this "People vs. Computers" nonsense.

  4. Great tool, but SLOW on big repos on KDE Switches to Subversion · · Score: 1
    We have switched part of our development to Subversion and are enjoying every moment of it.

    ...except for the fact that it is very slow on big repositories. How big? I would say 20K files and up.

    The bad news is that it doesn't look like this problem is going to be fixed any time soon. It is the design of the workspace (client part) that slows things down -- it creates several additional files per every checked out file and God only knows how many directories. Of course keeping track of these takes very long.

    People say, ReiserFS works almost as fast as CVS, but this is not going to help us on Windows :-(

  5. In other news on Creationist Textbook Stickers Declared Unconstitutional · · Score: 1

    A judge in Fresno, NY ordered the stickers stating that "Big Band is a theory, not a fact" removed from all physics textbooks.

    The ruling has been received with satisfaction in the district's religious communities.

  6. A perfect solution on How To Build And Maintain A Good FAQ · · Score: 1
    Stop annoying us with 50 page FAQs for some stupid blog website, ok?!
    Did you (I mean, some of you) tried NOT to read all these 50 pages FAQs? Hmmm...Now that you mention it...Maybe not to read stupid blog sites at all?

    :-) Sorry, could not resist.

  7. Re:APR on APR 1.0.0 Goes Gold · · Score: 3, Informative

    BOOST certainly deserves mention

  8. Sun is shooting itself in the foot... on Sun and Eclipse Squabble · · Score: 1

    by hurting Eclipse.

    If there were no Eclipse I would be more likely to use .NET. I think many other people would, too. Unlike ugly slow NetBeans, Eclipse stands a chance against .NET.

    Sun, please stop whining and concentrate on Java SDK. You cannot do well in the IDE department, get over it.

    While we are on that: I just want to download Java SDK standard edition, why am I spammed with J2EE and NetBeans URLs? Stop that madness, please.

  9. The Birds are the way to go! on Mozilla 1.6 Released · · Score: 1

    I am using MozFirebird/Thunderbird exclusively but more importantly, I have withnessed several my colleagues switched to Thunderbird from Outlook.

    Never thought that could happen ;-)

  10. What's wrong with S/MIME? on Microsoft Researching Anti-Spam Technique · · Score: 1

    Unlike this and some other techniques S/MIME is 1)widely available, 2)proven and 3)adds value instead of wasting money or cycles.

    Widespread use of S/MIME would help to seriously cut on spam without re-inventing a wheel.

  11. Re: a good and free keychain program for Windows.. on Users feel Password Rage · · Score: 1

    ...I am using is PINS
    . I have evaluated several and this one seemed to be the best. I think it still is.

    It can simulate typing passwords in the browser login pages/login dialogs.

    The program is open-source and free but like PasswordSafe it is it only for M$oft world.

    I would be happy to have one that supports Windows & Palm & Mac, but I am not holding my breath.

  12. C++ will let you do anything! on Hijacking .NET · · Score: 5, Informative
    "In C++ the compiler will not let you access private methods or variables."

    No and no. Example:
    producer.h:

    class ThoughtToBeSecure {
    private:
    void highlyGuardedMethod();
    int highlyGuardedVariable;
    };

    hacked_producer.h:

    class ThoughtToBeSecure {
    public:
    inline void protectionBypass() {
    highlyGuardedMethod();
    }
    inline void hackTheVariableToo(int value) {
    highlyGuardedVariable= value;
    }

    private:
    void highlyGuardedMethod();
    int highlyGuardedVariable;
    };

    malicous_user.cpp:

    #include "hacked_producer.h"

    void sandboxHaHa(ThoughtToBeSecure x) {
    x.protectionBypass();
    x.hackTheVariableToo(0);
    }
    Looks like you need to brush up your C++ knowlege.
  13. How Familiar! on A Music Industry Case Study · · Score: 2, Funny

    Really fun stuff, thanks for the link.

    Even funnier, with some find-and-replace the piece looks strikingly similar to a software project diary. Same efficiency and same outcome. I guess.

  14. RealTimeImage for large images via Int(er|ra)net on Viewers for Large Images? · · Score: 1
    If you consider commercial products RealTimeImage is certainly worth your look. They provide collaborative application based on a networked viewer that can work with really large images very fast.

    Have a look at their Demo. Viewing 0.5G images on your local computer is very impressive.

  15. Mainframes vs. PCs -- What mainframes? What PCs? on Experiences of Running Linux on a Mainframe · · Score: 1

    Look at all those racks filled with boxes that serve the today's Internet. What are they? PCs? Huh! I would say a custom-built mainframe. Usually, a bad one. Like a car built by putting together a couple of motorbikes.

    Now these Sun E3000 and alike. Workstations? Hmmm, not quite.

    I think we are talking computer systems from this vendor or that vendor. IBM has been building this class boxes for 50 years already. My neightbor Joe assembles his third rack-mounted dinosaur, so he must have lot of experience.

    Protected memory, virtual memory, SMP, failover, load balancing, virtual machine...We keep inventing these things again and again...

    The cost part is easy. Modern rack-mounted systems are seven-figures, too.

    The time has come to have a hard look at Big Iron.

  16. ...Like they say in North Korea on U.S. Government Wants Public Encryption Software Removed · · Score: 1
    I heard a story that walking the streets of North Korea in the evening is like watching a porn movie. When asked why they don't have curtains on their windows North Koreans smile and answer, "we have nothing to hide from our people".

    And they don't have terrorists and organized crime, of course. I mean, other than...

    Wake up people, this "modern" networked society is becoming more and more like totalitarian regime, just waiting for Big Brother to come and flip a switch.

    Well I hope I am exaggerating...