Slashdot Mirror


User: boneshintai

boneshintai's activity in the archive.

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

Comments · 147

  1. Re:What's the problem? on ISP Inserting Content Into Users' Webpages · · Score: 1

    There's a difference?

  2. Re:'taking advantage of' on To Support, or Not Support Oracle? · · Score: 1
    Feel free to use what people give you, but if you want to start making demands, then you need to start making some contributions

    The key here is in the word "demand". Asking for features is a contribution in and of itself, but demanding features and complaining if you don't get them, without putting energy into making them happen, is just being a brat.

  3. Web 2.0 and Slashdot on Web 2.0 As A New Wave of Innovation? · · Score: 1

    So... does this explain why Slashdot's Light Mode now looks even shittier?

  4. Usenet kook alert! on Does Philosophy Have a Role in Computer Science? · · Score: 1
  5. Re:It would be nice in a way on There Is No 'Microsoft of Linux'? · · Score: 1

    You should probably upgrade to a more recent version. Redhat 8 is well outdated (I'm not sure Redhat even offers support for it any more, or whether they would if they still offered the Red Hat Linux product line). Fedora and CentOS both maintain Redhat-derived linux distributions that are up to date.

  6. Re:Moochers on D-Link Firmware Abuses Open NTP Servers · · Score: 4, Informative

    That was Belkin.

  7. Re:0xFE on How OS X Executes Applications · · Score: 2, Informative

    Actually, the full grammar in the RFC is

    <domain> ::= <subdomain> | " "

    <subdomain> ::= <label> | <subdomain> "." <label>

    <label> ::= <letter> [ [ <ldh-str> ] <let-dig> ]

    <ldh-str> ::= <let-dig-hyp> | <let-dig-hyp>

    <ldh-str>

    <let-dig-hyp> ::= <let-dig> | "-"

    <let-dig> ::= <letter> | <digit>

    <letter> ::= any one of the 52 alphabetic characters A through Z in upper case and a through z in lower case

    <digit> ::= any one of the ten digits 0 through 9

    So a hostname beginning with a digit is actually invalid by the RFC. Nobody actually uses that definition; it turns out it's fairly easy to distinguish a DNS name 127.0.0.com from an IP string 127.0.0.1 in other ways.

  8. Re:more sensationalism on Google Copies Corporate Data to Google's Servers? · · Score: 1

    If it were Gator, it wouldn't be disabled by default.

    Users bounce on [Next >] until they get to the end of the install wizard. People who stop and read the screens on the way are people who stop and read the screens and therefore have no excuse for not knowing what they enabled.

    I'm not seeing the problem here.

  9. Re:Not being a programer myself, on AMD Subpoenas Skype · · Score: 1

    At which point you'd discover something like this.

  10. Re:Let's hope the best on MySQL's Response to Oracle's Moves · · Score: 1

    The default configuration could be a bit better, though it is improving. It still has a very conservative memory usage default.

    Now that autovacuum is part of postmaster (as of 8.1) it really is almost zero administration for simple databases.

    The psql command line client could copy some features from the mysql client:

    DESCRIBE and SHOW foo are more intuitive and consistent than \d commands. This can be implemented in the psql client; it's not an SQL query and shouldn't be. Similar for QUIT or EXIT.

  11. Re:Metroid Prime/Prime 2 do this well on Off With Their HUDS! · · Score: 1

    It works well in Prime because the developers put some serious attention into the HUD. The displays and UI elements are fixed relative to the helmet, rather than the camera, so they move a bit when you fall or get knocked around. The helmet glass shows your reflection if you're looking towards a bright light.

  12. Re:Mod parent up on Great Hacks and Pranks Of Our Time · · Score: 1
  13. Re:Mod story +5 Insightful on Optimizing Development For Fun · · Score: 1

    I don't think anyone's proposing that we distribute from the publicly-editable version, but for a project with sufficient momentum the community behind it may well be able to reach consensus on what snapshots to release for testing. Test snapshots may well have more stringent requirements (eg. all submissions must be vetted, all submissions must pass automated testing, etc) for submissions before being marked "stable" and released.

    The basic idea is surprisingly sound, I think, and is worth testing out on a large enough project that it could attract developers. It's certainly not appropriate for every project; the obvious case (small projects) simply won't attract developers and some larger projects have specific concerns that make public access problematic (imagine giving the world write access to, say, OpenSSH).

  14. Re:The small should pay for the big? on Blackout Shows Net's Fragility · · Score: 1

    It's a business problem, not a technical one. To use your example, if both L3 and Cogent peer with QWest, but neither of them has a transit agreement, QWest is under no obligation to move packets from L3 to Cogent or Cogent to L3. It's a case of minimum contractual conformance dictating the technical details.

  15. Re:Wikipedia rocks, BUT... on Nitpicking Wikipedia's Vulnerabilities · · Score: 1

    That would come under the heading of "academic honesty," which is (in theory) one of the things school and university are supposed to instill.

  16. Re:What is the "proper" scope? on Migrating from MSVC 6.0 to Studio 2005? · · Score: 1
    for (int i = 0; i < foo; ++i) {
    ...
    }

    // note re-declaration
    for (int i = 0; i < bar; ++i) {
    ...
    }

    In C++, at least, the scope of entities declared in the for loop is limited to the loop body. Of course, you should avoid using the same loop index twice anyways, in favour of using a more meaningful identifier.

  17. I've Been Here Too Long When on The Maturation of Video Games · · Score: 1

    Whoa. I read the article and saw Zonk and something about the history of videogames and assumed it was a dupe.

  18. Re:It doesn't have to be that complicated on Multiple-Target Hyperlinks for the Masses · · Score: 1

    Your moving navigation bar is really, really distracting.

    href="javascript:..." is almost universally a bad idea.

    Other than that, that's a really neat idea. How well does it play with JS-disabled browsers?

  19. Re:Weak security on Firefox Community Site Hacked · · Score: 1

    How would you know?

  20. Re:Its not control of the Internet... on Governing the Internet Report Released · · Score: 1

    If IPV6 was more widely deployed, you wouldnt have any address problems since IPV6 provides so many addersses that even a home user could have an IPV6 block where the upper 120 bits were fixed and then they would get 8 bits of address to allocate to devices (IANA IPV6 guru so 8 bits for a normal home user might be too much but even 6 bits would give them 64 or so addresses to use)

    Actually, you've underestimated by a large margin. The intent is to have the upper 48 bits dictated by the ISP, with the remainder (80 bits) being user-assignable.

    Whether anything remotely like this happens in real life remains to be seen, obviously. Consumer ISPs are in love with the one-address-per-customer model, and commercial ISPs tend to charge per address or block thereof.

  21. Re:permanent IPv4 adresses do exist today on Federal Agencies Must Use IPv6 by 2008 · · Score: 1

    I'd love to have a rational discussion with you over this, but I feel it's a lost cause. So here's a boggled emoticon:

    o_O

  22. Re:assigned IPv6 addresses will work on Federal Agencies Must Use IPv6 by 2008 · · Score: 1

    Do you have any idea what the routing headaches to make that happen would be like? At all? I can't imagine ISPs and backbone providers simply rolling over and soaking the cost, which in turn makes such a bill more expensive to push through and less popular with politicians.

  23. Re:Wont happend on David Clark: Rebuild the Internet · · Score: 1

    Legitimate edge case: what if you need to have the two domains served by physically separate servers? Routing devices trying to make decisions based on protocol content (Host: header, for instance) require a huge amount of processing power relative to those that work on the prefix part of the IP address. Good luck telling every business that they need to spend $BIGNUM upgrading the routers they bought, which already cost $BIGNUM in the first place.

  24. Re:Its happened before! on Non-Traditional Games On The Rise · · Score: 1

    Little tangent, but there's a brilliant diary by the guy who wrote Gribbly's Day Out and Paradroid about the development of the latter over on Zzap!64. Fascinating read.

  25. Re:Reality? on The Science of Star Wars · · Score: 1

    Actually, the machine semi-enslavement and subsequent revolt were Herbert's rationalisation for mentats, humans trained to extreme commputational and logical capacities. His rationalisation for the return of melee combat was the development of the shield, which stopped the vast majority of projectile weapons and destroyed both the weapon and the shield when hit with a laser weapon. That created a situation where the only tenable way to attack someone was extremely impersonally -- nuclear weapons, which he dealt with separately -- or extremely personally: knife and sword combat, where the combatants can time their attacks to slip through a shield, rather than trying to ram through it as a bullet would.