Slashdot Mirror


User: chris_eineke

chris_eineke's activity in the archive.

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

Comments · 709

  1. Re:If you can get high before you watch this on Hitachi Goes Perpendicular · · Score: 0, Offtopic

    At this point I regret living on the bleeding edge with my Gentoo Linux 64-bit installation on an AMD Mobile Athlon64. It just can't handle Flash... too purty ;P

  2. In the post-9/11 world, ... on Hitachi Goes Perpendicular · · Score: 5, Funny

    In the post-9/11 world, all hard-drives are terroristicular. ;)

  3. Re:Letting Steam Off on Half-Life 2 - Aftermath · · Score: 2, Informative
    by A Boy and His Blob (772370)

    That was an awesome Gameboy game. :D
  4. Re:Because passports are never wrong! on U.S. to Require Passport To Re-Enter Country · · Score: 1
    Keep RFID tags out of cars, passports, items in stores, etc.

    Wrong. Keep the government out of cars, passports, items in stores, etc.
  5. Re:Stat algos on The Baby Bootstrap? · · Score: 1

    I'm glad you discovered the reference. :)

  6. Re:Stat algos on The Baby Bootstrap? · · Score: 2, Interesting

    slashdot haikuness
    you make quite a bad mistress
    compared to the moon

  7. Food for thoughts... on A Voice-Controlled TV Remote · · Score: 1

    less junk on TV == less channel switching == no need for fancy remote controls

    My C$0.02...

  8. Re:Math Awareness Project for Slashdot on Math Awareness Month · · Score: 2, Funny

    No, but as a crappily coded perl script... ;-)

  9. That word on Passport Chip Could Attract High-Tech Muggers · · Score: 5, Insightful
    homing devices for high-tech muggers, identity thieves and even terrorists.
    There is that word again. I'm getting tired of it. :(
  10. Re:I'm Not surprised on Ubuntu and UserLinux to Combine? · · Score: 2, Insightful
    The first one out with a working product tends to win the market, as long as their product is the best.

    *cough*Microsoft*cough*Windows*cough*
  11. Who could... (funny) on Faulty Chips Might Just be 'Good Enough' · · Score: 1

    Who could resist broken chips? Especially the silicon-flavoured?
    Condense them into a big clump on a plate, and I will megaherzedly dig into them while watching penguins fly through my broken windows. You just gotta love those intelligent clusters of beowulf penguins!

    Ah! My God!

    Too many embedded links to geeky stuff.

  12. Re:This won't make me popular around here... on Major PC Makers Adopt Trusted Computing Schema · · Score: 1

    You require enlightenment about distributed computing...
    Go here

  13. Re:Photos and further info on Help For Those With Shaky Hands · · Score: 1
    Quoth the FWB:
    The Assistive Mouse Adapter is connected between a standard mouse and the PS2 mouse port to provide assistance to users with neuro-motor difficulties.
  14. Suggestions... on Software Engineering Demo for a K-5 Career Fair? · · Score: 2, Insightful

    I have seen other slashdotters making the suggestion to bring a robot arm and then letting the kids interact with that arm using a programming language (i.e. LOGO-based).

    I don't think that this will make the right impression on kids. Robotics is only one of several interesting hardware/software/compsci fields, but are you using a robot arm on your job every day? Though so...

    (If you do, let me know. I for one welcome our robot-arm wielding software overlords!)

    Don't get me wrong; I'm not saying you should pull up vim and code in C! Rather something with a nice "whoa! factor" that is still applicable to your job?

    Bring a couple of devices, an iPod, a serial adapter, a mouse, and have a couple of demos ready. Explain how MP3s work. Something tangible is much more interesting!

    I guess what I'm trying to say is that you shouldn't give the kids a wrong impression about your work. Be honest. Those little buggers know when you are lying to them.

  15. Re:Meet Customers Needs on Open Source Advocacy The Right Way · · Score: 1

    1. Make people desire GNU/Linux
    2. ???
    3. Profit!! ;)

  16. Re:Meet Customers Needs on Open Source Advocacy The Right Way · · Score: 2, Informative
    "Wow, this Linux thing is really want I need." The keyword is "need." Not "want" or "cool" or "wow." Need for a cheap, effective tech solution is what can and will drive Open Source. This is pure business.

    I disagree. If it all were about the need, we would still be using WordPerfect for DOS. It's all about the desire. I do not need a fancy dual Mac G5 with a 30" cinema screen, but I desire it. And that's what's keeping a company up. If you have products that are desirable, you'll always have customers. If you were merely fulfilling needs, then well, good luck. You are going to need it.
  17. Re:Here's my take on it on Open Source Advocacy The Right Way · · Score: 1
    In C++, I can write a sorting algorithm that sorts objects that are not even the same concrete type.
    And how is this different from C? Apart from the fact that C doesn't know about classes (although you can fake them convincingly with C structs), you can sort objects that aren't of the same concrete type. Just make sure that you use a proper struct layout that keeps track of what you are using. This way you are actually saving the `type of type' in the object itself whereas i.e. in Java a certain is property / type of a type is implicit through its class name:

    "Good" Java:

    abstract class Account {
    float balance;
    void fancy();
    }

    class FancyAccount1 extends Account {
    void fancy() { };
    }

    class FancyAccount2 extends Account {
    void fancy() { };
    } /* What about an account that does fancy in FancyAccount1 and, say, FancyAccount3 but not FancyAccount2? The following is looked down upon. (except the C code of course ;)) */

    "Bad Java":
    class Account {
    float balance;
    boolean does_fancy_one;
    boolean does_fancy_two;
    }

    C:
    struct {
    float balance;
    enum { NORMAL, FANCY_ONE, FANCY_TWO } type;
    }

    With respect to the above code, OOP is good for fairly static hierarchies. OOP is bad for a system in constant change.
  18. Relevant quote (Schneier): on Mitnick: Security Not about Technology · · Score: 5, Insightful

    "But if you think technology can solve your security problems [...] then you don't understand the problems and you don't understand the technology."
    - Bruce Schneier

  19. The issue is... on Stallman Calls For Action on Free BIOS · · Score: 2, Interesting

    do we really need a BIOS?
    Can we live and power our computers without one?
    Why don't we strip all obsolete junk away, i.e. the A20 gate? Once we do that, why don't we get rid of the BIOS itself?
    The less hardware and software, the more direct access we'll have to the hardware, and the less software-wrappers we'll have around hardware -> higher speed, less code, more time for important things.
    I can't answer those questions. Can you?

  20. No one reads the effing article: on John Gilmore's Search for the Mandatory ID Law · · Score: 1
    He was employee No. 5 at Sun Microsystems, which made Unix, the free software of the Web, the world standard.
    :(
  21. Re:I'll wait on 'Make' Premier Issue · · Score: 1
    Be sure to read 'Configure' magazine beforehand.

    I thought automake would do the reading part. :(
  22. Re:Made by Philips? on MPAA Developing Digital Fingerprinting Technology · · Score: 5, Funny
    probably the most pirate friendly DVD player

    Yeah, it's used to play DVD-Arrrrrrrr's. :-)
  23. Re:I'm in the same boat on What Do You Charge for Tech Support? · · Score: 1
    I'm not sure what the best price range is but I know one thing. We can't afford to do it for free all the time.
    --
    Free Mini Mac [slashdot.org]! It's easy. Here's how.

    The fact that you're advertising in your sig a free mini mac in turn for someone's personal information is highly ironic.
  24. Re:Actually... on China to Pioneer Melt-Down Proof Reactors · · Score: 1
    nuke waste can, for the most part, be recycled
    Do you have any kind of evidence, scientific articles or reports that back up your claim?
  25. Hmm... on Climbing up the Search Ladder · · Score: 1
    Is it just me, or could all that be explained by different causes?

    From TFA:
    To find out, I contacted Oneupweb, a search engine optimization, or SEO, firm based on the shores of Lake Michigan. Unfortunately, no one there knew the answer either, so Lisa Wehr, the founder and CEO, offered to conduct a study of 30 clients for me.

    Observe that we get almost no information about those 30 clients. Are these startups? Or long-running businesses? Furthermore, we get only percent measures of visits instead of a unique visitors per day count or something more tangible.

    Case in point: Eastwood is a niche seller of automotive refurbishing tools and a Oneupweb client. (Emphasis by me)

    I know that due to recent developments of D1 (Drift) racing competitions, there is a higher demand for niche products. Again, we don't get any tangible numbers, but just percent increases.

    This is not an informative article.