Slashdot Mirror


User: Dan+Ost

Dan+Ost's activity in the archive.

Stories
0
Comments
1,973
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,973

  1. Re:Relax... on eBay Retires MS Passport Sign-In · · Score: 1

    Brilliant? As far as authentication goes, Passport doesn't have ideas that
    aren't already present in Kerberos (which has been around a lot longer).

  2. Re:About friggin time! on Think Secret Predicts Sub-$500 Headless Mac · · Score: 1

    Most of the latest games that aren't available for Macs aren't really
    appropriate for children anyways.

    Macs have plenty of educational games available.

    I don't see a problem.

  3. Re:Hell yes they would sell! on Think Secret Predicts Sub-$500 Headless Mac · · Score: 1

    Forgive my ignorance, but what is a .ds_store file?

  4. Re:$500 impulse buy on Think Secret Predicts Sub-$500 Headless Mac · · Score: 1

    I think the whole point of Apple's business model is to appeal to that segment
    of the population that doesn't want a commodity computer. The typical Apple
    user (in my experience) doesn't even care that their computer is a general
    purpose computing device. They have applications they require to work and as
    long as those apps work, the computer is merely an appliance or tool.

    The fact that these computers just work without any futzing about justifies
    their price as far as these users are concerned.

    I am not a Mac user, but I often find myself recommending Macs to people who
    ask my opinion. After I ask them what they want to use a computer for, very
    often a Mac is the best fit.

  5. Re:Finally - make it an impulse purchase on Think Secret Predicts Sub-$500 Headless Mac · · Score: 1

    As a Debian user, you will miss the package management.

    The gentoo developers have ported portage to OSX. If you find that portage
    is an acceptable substitute for debian's package management, then there you
    go.

  6. Re:What standard is AMD usinng to declare "Dominan on Intel to Spend $2B To Stay In The Game · · Score: 1

    A previous poster said that AMD had 8% of the server market, up from 6.9%
    last year (last quarter?).

    It's not market dominance, but it is greater than 5%.

  7. Re:Money on Intel to Spend $2B To Stay In The Game · · Score: 1

    According to the key statistics page for AMD on finance.yahoo.com, it looks like
    AMD is making money. What's the problem? Is it that they have twice as much
    debt as they have cash on hand?

  8. Re:Intel is not going to disappear on Intel to Spend $2B To Stay In The Game · · Score: 1

    Except that Intel has never really competed on price.
    Their response always seems to be a marketing ploy (which doesn't benefit
    the consumer at all).

    Maybe AMD's strength will force their hand.

  9. Re:AMD must be loving this. on Intel to Spend $2B To Stay In The Game · · Score: 1

    Except that Intel has already sold more x86 64bit processors than AMD.

    Where can I find these numbers?

  10. Re:Nice on Intel to Spend $2B To Stay In The Game · · Score: 1

    If this trend amplifies, be ready for a huge inflation in the US.

    Can you please explain how a switch in the world's reserver currency
    leads to huge inflation in the US?

  11. Re:Good for them. on Out of Print Shadowrun Books Available as PDFs · · Score: 1

    Gaming stores that started out as comic stores often have this mentality.
    Once they realize that gaming books are references, as opposed to investments,
    they generally lighten up some. When you have something you're interested in,
    ask them if they have a copy (used or new) that you browse through. If they're
    not gamers themselves, they may not understand how gamers shop.

    Educate them.

  12. Re:Good for them. on Out of Print Shadowrun Books Available as PDFs · · Score: 4, Insightful

    That's why it's so important to support your local gaming shop. When something
    new comes out, I always flip through it at the store to determine if it's
    something worth buying and I've never been hassled. If you get everything
    online and the local stores disappear due to lack of community support, you
    will always be at the mercy of whatever content Amazon (or whoever) decides to
    make available to you.

    Also, people who run local gaming shops are far more likely to have a personal
    interest in the material than large retailers (like Walden's). Get to know
    them and they can be a wonderful resource for getting introduced to new systems.

  13. Re:Security/Privacy issues on Firefox vs. SP2's IE? · · Score: 3, Insightful

    The number of sites using ActiveX seems to be on the decline. I'd like to
    think that polite emails sent to webmasters is raising the overall awareness
    of what technologies are acceptable to use in a web page, but I suspect that
    it's happening because webmasters are starting to use non-MS web authoring
    tools.

    Either way, I like the trend.

  14. Re:No need to switch ... on Is Apache 2.0 Worth the Switch for PHP? · · Score: 1

    2.4.x has been rock solid for me and 2.6.x just doesn't offer anything to me that makes me compelled to move to it (in fact I had issues w/my ethernet cards working under it).

    I ran 2.4 until I finally had a machine I wanted to configure sound on. After
    migrating that machine to 2.6, I'm not going back since it seems to add new
    life to my old hardware (low latency and better I/O handling).

    That, and it's much easier to configure the kernel with the new organization
    of options in 'make menuconfig'.

  15. Re:There are others too... on Knoppix To Split Into 'Light,' 'Maximum' Versions · · Score: 1

    I'd just like to add fvwm to that list. It's small, both on disk and in memory.
    Unfortunately, the default configuration is pretty ugly.

  16. Re:Ah, a hard one to answer... on Open Source on Windows - Boon or Bane for Linux? · · Score: 1

    It's better. You can add a module without rebuilding the kernel or rebooting
    your system. I haven't used any "install wizards" or anything, but I'm sure
    they exist (look at SUSE or Mandrake or Fedora. I'm sure they have something).

  17. Re:Wrong Argument on Open Source on Windows - Boon or Bane for Linux? · · Score: 1

    Could you be more specific about what you think the short-comings of Linux
    are? It's possible that your concerns are being addressed by someone and
    it would give them a chance to respond.

  18. Re:Only if software is ported both ways. on Open Source on Windows - Boon or Bane for Linux? · · Score: 1

    Emulation (and translation) seems to work pretty well these days.
    What is the result when you try to run Quickbooks under Wine?

  19. Re:Oil isn't an electricity source for the US on Is the Future of Silicon Valley Solar? · · Score: 1

    You say that as if fueling cars is the only thing we use oil for.

    We use lots of oil to create electricity, so increasing the amount of
    electricity generated by alternative means will reduce one source of
    oil demand.

  20. Re:its nice... on Firefox Reaches 10 Million Downloads · · Score: 1

    That depends on the OS you're running on.

    It shouldn't happen on Linux because the image in memory isn't tied to the
    image on disk. On the other hand, Solaris (unless they've changed this
    recently) uses the disk image and so changing the disk image out from under
    a running process will probably cause that process to crash.

    I don't know what Windows does.

  21. Re:So why is Gentoo the right choice for this? on Embedded Gentoo? · · Score: 1

    our embedded linux is not much more than a kernel and busybox.

    I've worked with machines that use busybox (Axis network cameras, mostly) and
    it is always a completely horrible experience. Is there some reason that
    device makers like busybox besides the fact that it doesn't take much space?

  22. Re:Not so great... on Ohio Law Could Send Spammers To Jail · · Score: 1

    I propose a new moderation: +1 Scary If True

  23. Re:"Fighting" spammers on Lycos Anti-Spam Site Compromised [Updated] · · Score: 1

    A business has to make enough money to cover its expenses (like hosting fees).
    One sale is unlikely to do that. If Spamcop shuts down sites before
    enough sales are made to cover the business' expenses, then the business
    becomes unsustainable.

  24. Re:Gentoo becoming user friendly on Gentoo 2005.0: A Live CD And [No] Graphical Installer · · Score: 1

    The gentoo developers realize that the size of the portage tree can be painful
    to work with and have implimented a band-aid to ease your pains some if you
    know what you're doing. You can use RSYNC_EXCLUDEFROM to identify parts of the
    portage tree that you don't care about and when you sync, it will ignore these.

    This can be dangerous since it means that not all parts of your portage tree
    will be updated to the same level, but if you're careful, this can dramatically
    reduce the amount of time you system spends syncing the portage tree.

  25. Re:What day of the week is it? on Sun-isms Debunked · · Score: 1

    Quit pretending that Red Hat is so far above Sun in this manner. I don't think Sun's FUD is ver productive or useful, but it's not any bloody different than any other one of the players in this space.

    The post you are replying to makes no mention of RedHat.
    It seems you are attacking a statement that was never made.