Slashdot Mirror


User: elronxenu

elronxenu's activity in the archive.

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

Comments · 505

  1. Re:Sarcastic or not? on How $1,500 Headphones Are Made · · Score: 1

    I bought a pair of Sennheiser earbuds. They were crap. Sennheiser has a good name at the high end but they're obviously as willing as anybody else to sell junk at the low end.

  2. And nothing of value was lost on We're In Danger of Losing Our Memories · · Score: 1

    Many of those Sydney 2000 Olympics websites would have been just ticket sales and general advertising. Much as I lament the transient nature of websites, a lot of it is just promotional material ... to pick a name at random: black-shoes.com is a typical no-content "spam" website. It is valueless today, let alone in the future.

  3. Re:There is only one keyboard on The Best Keyboards For Every Occasion · · Score: 1

    I've got the Unicomp model M with the integrated trackpoint. Don't bother, the trackpoint tracks too slowly to be useful (and I don't know how to accelerate the trackpoint without also accelerating my other mouse).

    For a media centre PC, I use a Lite-On keyboard with integrated joystick mouse. It's much better, but the keyboard uses IR to transmit to the host and it needs line-of-sight. I'll switch to Bluetooth one of these days.

  4. In other news ... on Experts Say To Switch Browsers In Light of IE Vulnerability · · Score: 5, Funny

    Water still wet.

    Pope still Catholic.

  5. Re:I guess that... on Black Hole At Center of Milky Way Confirmed · · Score: 1

    However, Unix time_t is a signed quantity. It has no trouble going back to December 1901 on 32-bit systems.

  6. Exchange rate on SOE Allows Purchase of In-Game Items In Everquest I, II · · Score: 1

    So when you spend money in-game does Sony pay tax on that?

  7. Re:domain parking on China's .cn Now the Second Most Popular TLD · · Score: 1

    I couldn't find any analyses online, but I wouldn't be surprised if it's more than half.

  8. Re:What? on Excluding Intelligent Design Principles From the Search For Alien Life · · Score: 4, Funny

    Neither did the article.

  9. Re:gratification on Final Judgment — SCO Loses, Owes $3,506,526 · · Score: 1

    No. Market Cap is the per-share price multiplied by the number of shares on issue. It's a measure of how much the marketplace values the company, and isn't necessarily related to the amount of assets the company has or their cash at hand.

    Now that Novell has a final judgement and an agreed-in-principle constructive trust, this saga is going to continue to play out in the bankruptcy court. I expect SCO to start dancing - a lot - about appeals and reorganisations, but they may also try to delay. They may use Xmas as an excuse to avoid being placed into Ch.7 before the end of the year.

  10. Re:Angst at the Laptop Makers on Asus To Phase Out Sub-10" Eee PCs · · Score: 1
    The laptops and OS need to sell separately. Bundling distorts the market, with:
    1. Retailers stocking more XP models and not stocking Linux models
    2. XP models having higher spec hardware
    3. Linux models using a cut down or crippled build.

    I removed the Xandros desktop from my EEE within about 5 days of purchase. I found it frustrating that the packages I needed weren't available in the repo ... git-core, gcc, rsync, telnet, host. Who makes a linux distribution without rsync?

    So what we need is perhaps what we've always needed - Microsoft to unbundle the OS and sell separately so the consumer knows the true cost of the hardware, the OS, and can choose appropriately.

  11. Real-time election results for busy people? on How To Supplement Election Coverage? · · Score: 1

    Is there any kind of minimalist election result feed which will inform of only the states as they're officially called and the final result? For example twitter or IM.

    I don't want to spend hours watching it on TV, but I do want to know the results as they're called.

  12. Re:One side is clearly right on White Space Debate Intensifies As Vote Approaches · · Score: 1

    In Soviet Russia, your editor has tabs on you.

  13. Re: news is already available on Linux Now an Equal Flash Player · · Score: 1

    Waiting for Adobe to release bugfixes and versions for other platforms like ARM isn't working out so well for us either.

  14. Re:Pilot error? on Qantas Blames Wireless For Aircraft Incidents · · Score: 1

    But apparently if the computer itself decides to make such drastic flight alterations that's okay?

    IANAPilot too.

  15. Re:Multiple choice on Digital Storage To Survive a 25-Year Dirt Nap? · · Score: 1

    Make sure you build the ipv7 kernel module; you may need it in 25 years.

  16. Re:Scientology? on How To See In Four Dimensions · · Score: 5, Funny

    Damn straight.

  17. Go tell Adobe on Adobe Flash Ads Launching Clipboard Hijack Attacks · · Score: 1

    It's just another reason for Adobe to open-source the Flash client, or alternately for browsers to not support proprietary Flash.

    With open source available, authors could work around the problem by removing the ability of flash scripts to write to the clipboard, or by limiting the number of times each script can write to the clipboard. If it's some desirable feature, then a capability checkbox can be added, on a per-script basis.

  18. Re:I knew a guy who always had headaches on Secure File Storage Over Non-Trusted FTP? · · Score: 4, Funny

    The problem is asking questions to Slashdot?

  19. Re:It's THEIR network. on AT&T Could Cut Off P2P Users · · Score: 1

    I think if they start restricting which protocols are allowed and which IP addresses are allowed to connect to/from then they shouldn't be allowed to call it Internet.

  20. Re:Shooting themselves in the foot on Foreign-owned Hotels To Install Firewall In China · · Score: 1

    So ... you'll buy hardware which might contain a keylogger and use it in China?

    That's more likely to be compromised before you buy it than your own laptop (which I assume you can trust right now) is to be compromised after you use it in China.

  21. Re:braces on Best and Worst Coding Standards? · · Score: 1

    If forth you love, honk you will.

  22. Re:braces on Best and Worst Coding Standards? · · Score: 1

    I can't stand seeing 'if' with no whitespace before the opening parenthesis, as in 'if(condition)'.

    'if' is not a function! (at least not in perl nor C).

  23. Re:The idealistic young become the cynical old. on Linux's Security Through Obscurity · · Score: 2, Insightful

    But that also means that there is never a time when you can "let people know", except when it's not an issue any more, at which point there is no _point_ in letting people know any more.

    Actually there is a point. Not everybody runs the latest kernel all the time. And so reporting a fixed security problem is not a matter of "we fixed another security problem for you" but rather "all versions of (linux) between 2.6.xx and 2.6.yy are vulnerable to (problem description) and so please upgrade to 2.6.yy+1."

    However, Linus' role is to manage the huge volume of changes going into the kernel, and making a big song and dance about security fixes will detract from performing that role. Somebody else should do that, and it's often vendors, and that seems quite adequate to me. I regularly see Debian Security advisories about kernel 2.6.18 and upgraded packages. I don't run those kernels myself, but the updates probably come from backported fixes applied in later 2.6.x kernels. Therefore if I run the latest 2.6.x kernel I am safe from all vulnerabilities fixed before 2.6.x was released.

    I think the kernel developers' attitude is that they don't want you to run 2.6.18 or 2.6.22 or whatever; they want you to run the latest released kernel. If there's a bug in 2.6.18 (there are many, apparently) their advice to you will be to upgrade to 2.6.26, or the latest kernel in the series you are running (2.6.25.11 if running 2.6.25, 2.4.36.6 if still running a 2.4 kernel).

  24. Author on McCain Campaign Uses Spider/Diff Against Obama · · Score: 1

    At least we know McCain didn't write the spider himself. The guy can't even use a web browser or email.

  25. Re:More checks are always better. on Should the Linux Desktop Be "Pure?" · · Score: 1

    With closed source software, the problem is mostly discovered after the evil code executes. If it's packaged as a trojan horse (to activate sometime in the far future, for example) then discovery will require reverse engineering the code.

    So yes, it's possible for spyware/etc to be discovered in closed source software by reverse engineering, which is an order of magnitude more difficult than reading the source. In the open source community though, an alarm raised by a single person is probably going to be more effective because other people can then easily look at the source of the questionable program.