Slashdot Mirror


User: TypoNAM

TypoNAM's activity in the archive.

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

Comments · 244

  1. Re:Now explain triple-slashes on Tim Berners-Lee Is Sorry About the Slashes · · Score: 2, Informative

    The structure of a URL is:

    protocol://domain/path

    When you use the 'file' protocol, there is no domain, there is only a path. Thus the domain part of the URL is omitted and you get a triple-slash.

    Wrong. Please read RFC1738 again. It specifically states:

    3.10 FILES

    ...

    A file URL takes the form:
    file://<host>/<path>

    ...

    As a special case, <host> can be the string "localhost" or the empty
    string
    ; this is interpreted as `the machine from which the URL is
    being interpreted'.

  2. Bad Commercial Breaks... on Stargate Universe · · Score: 4, Insightful

    I couldn't believe how many ads appeared during this thing.

    Yeah really, luckily I watched it via DVR after it had started recording for at least 40 minutes before I began watching it. I haven't seen so many badly (and annoying) placed commercial breaks in a pilot airing since the Star Trek: Enterprise premier. After getting a 720p torrent of the show and then watching it again, it is far more enjoyable (Thanks SiTV!).

  3. Google isn't an ISP on AT&T Calls Google a Hypocrite On Net Neutrality · · Score: 3, Interesting

    What the hell is AT&T smoking? Net Neutrality has nothing to do with phone service at the phone network level. Net Neutrality is all about internet network packet delivery and it is basically an Internet Service Provider issue, not about phone service. Last time I checked Google isn't an ISP (to third parties) while AT&T is for a large chunk of this country and as a major packet routing network (aka backbone provider) between various ISPs. AT&T trying its best to spread FUD as usual as it did in order to get laws passed to ban Municipal ISPs.

  4. Re:why??? on Firefox To Replace Menus With Office Ribbon · · Score: 1

    I hate clutter at the top of the screen, eating up valuable viewing space for bigger pictures and such.

    That's why Full screen mode exists by pressing F11 to toggle the mode on and off. This mode has existed in both IE and Firefox/Mozilla for over past a decade.

  5. Re:Call me dense... on How a Team of Geeks Cracked the Spy Trade · · Score: 5, Informative

    This: Palentir

  6. Re:54 hours? on iPhone App Wins Microsoft-Campus Programming Contest · · Score: 1

    You must be a programmer. I too keep MS Calculator in hex mode:

    0x54 / 0x24 = 0x02

    For those of you who are confused about the joke. :)

  7. Re:Just imagine the royalties... on How Wolfram Alpha's Copyright Claims Could Change Software · · Score: 1

    #include ?

    Wait, this isn't Perl?

  8. Re:Descent! on Which Game Series Would You Reboot? · · Score: 1

    From what remember back from the 97' through 2000 years Descent 1 and 2 were the most popular games played via Kali and Kahn (my favorite) IPX tunneling networks. I never attended any LAN parties since I didn't live near any of them at the time, but damn I sure did wanted to. My friends thought I was nuts for using keyboard only in both games. I found it distracting having to use both keyboard and joystick whenever I tried it, so I just stuck with keyboard instead even though those who knew what they were doing using a joystick were usually the ones kicking my ass majority of the time.

    When Descent 3 came along that's when Descent as a series died, since two major fail points: It wasn't about the encoded area dog fighting anymore and the damn mass driver sniping weapon encouraged no dog fighting. Second, the game play was really lagged for online play since the absolute moronic idea for the game to operate over TCP/IP for online game play (WTF?). Descent 3 also didn't scale very well with any graphics cards except did OK with 3DFX since the game engine was primarily developed to work with Glide API instead of Direct3D or OpenGL. Sure, it did have some graphics plugins to work with other APIs, but those were just an after thought wrappers that went from Glide to Other_API. Just like with Dynamix Tribes 1 & 2 graphics was all done with OpenGL and had OpenGL to Direct3D wrappers which also worked pretty poorly.

    Now as for a reboot or a come back, nobody knows since nobody has any idea who owns the rights to Descent. Interplay owns the trademark, but what about the game mechanics and such? That was supposedly owned by Outrage Entertainment, but now defunct. Hopefully it will happen, but I doubt it anytime soon.

  9. Mod -1 Spam on Security Certificate Warnings Don't Work · · Score: 1

    The parent's comment doesn't make sense and it is clearly spam. Hopefully a mod will come along and mod it down to -1 Offtopic.

  10. Re:This is a common stack in wifi APs on Critical Flaw Discovered In DD-WRT · · Score: 1

    but in the real world security through obscurity works, even if you like it or not.

    It's working alright, for those who exploit unknown vulnerabilities to create problematic disasters such as botnets. And then there was those instances of flaws discovered in Diebold Election Systems (now known as Premier Election Solutions ) voting machines too.

  11. Re:ICANN in Charge? on Registrars Still Ignoring ICANN Rules · · Score: 2, Insightful

    Why don't they take disciplinary action against offenders?

    Too much money involved. You don't want to upset those who are feeding you money now don't you?

  12. Re:what does open mean? on Open Source Languages Rumble At OSCON · · Score: 1

    When you CLOSED the last parenthesis of your C code and realized that no one could follow your programming but you, even when you formatted it perfectly.

    It sounds like you've confused C with Lisp. Not to mention it isn't limited to just C that it can get difficult to follow along in source code and I'm not sure why you've singled it out since Java and C# are heavily biased in design by C (and C++ on top of that) and aren't any easier to understand, nor is Ruby, Python, Visual Basic (the original, not the .NET variant), Pascal, etc..

  13. Re:Bloat. on Nmap 5.00 Released, With Many Improvements · · Score: 1

    Did you get all upset and angry too when you found out that g++ comes with gcc?

  14. Re:Maybe TF2 for inspiration? on Why Video Games Are Having a Harder Time With Humor · · Score: 4, Funny

    I absolutely love Team Fortress 2 for having the game voice responses and taunts this way. I laughed so hard when I as a Scout killed a sniper and my character shouted "It was a mercy killin', ya live in a... camper van!". The spy's response is equally funny "[laughs maniacally] You live in a van! [laughs again]".

    I definitely agree with you on the Heavy. He can't seem to say anything that isn't humorous at all. For example somebody as a Heavy was sitting in Red team's hay room in ctf_2fort map and randomly hitting the Negative voice commands over and over. He so happened to say this in order right before I knifed him in the back as a spy: "Oh this is bad! Oh nooooo!".

    I couldn't stop laughing for a while after that.

  15. Re:simple explanation on IBM Claims Breakthrough In Analysis of Encrypted Data · · Score: 1

    If E() is your encryption function, x is your data, and f() is the function you'd like to compute, homomorphic encryption gives you a function f'() such that f'(E(x)) = E(f(x)). But at no point does it actually decrypt your data.

    Got an example in C language instead?

  16. Re:Overpriced. on Microsoft Discloses Windows 7 Pricing · · Score: 1

    A developer would use their MSDN Windows license. They wouldn't be buying a box at retail. Unless they're really stupid. That marks D off your list.

    Might want to check the MSDN Subscription Software Use Rights. Especially this interesting part:

    Many MSDN subscribers use a computer for mixed use--both design, development, testing, and demonstration of your programs (the use allowed under the MSDN Subscription license) and some other use. Using the software in any other way, such as for doing email, playing games, or editing a document is another use and is not covered by the MSDN Subscription license. When this happens, the underlying operating system must also be licensed normally by purchasing a regular copy of Windows such as the one that came with a new OEM PC.

    So by installing a copy of Windows of which you are legitimately using by having a MSDN subscription and had received it by downloading it from MSDN site, and then editing any document or configuration file (such as the Windows registry maybe?) via not using their developer tools then you're using the operating system outside of the terms of use... Wow nice licensing there Microsoft.

  17. Re:Nonsense on NASA To Trigger Massive Explosion On the Moon In Search of Ice · · Score: 1
  18. Re:Well, the cable industry should know. on Disney Strikes Against Net Neutrality · · Score: 2, Insightful

    A la carte cable would be the death of 75% of cable channels out there.

    Yet nothing of value would be lost.

  19. Re:Let me be clear on US Switch To DTV Countdown Begins · · Score: 2, Insightful

    What broadcast range limitations do you speak of? According to the FCC ATSC should surpass NTSC's coverage in distance: http://www.fcc.gov/dtv/markets/
    Now there are issues with any stations broadcasting below channel 7 in the VHF band, but FCC is allowing those stations to kick up the output power quite a bit to compensate for that.

  20. Re:The HORROR! on MS Issued a Fix For Its Unwanted FireFox Extension · · Score: 1

    Last time I checked Microsoft never documents what updates actually do. They just give very vague one-liners and expect you, the user, to know exactly what the hell they're talking about. Also people install .NET service packs to fix .NET application issues, not to all of a sudden have .NET support in Firefox.

  21. Re:Fake codecs on Money For Nothing and the Codecs For Free · · Score: 1

    I agree about using MediaPlayerClassic as an alternative to VLC on some media. For example I have been using VLC (0.8.6 is my favorite version) for years to watch DVDs so I can bypass the no-skip bullshit DVD commercials, but some new DVD movies are no longer working with VLC. Taken is one of them. I can view the menu and such just fine, but the second the actual movie is played VLC just gets a bunch of errors in the debug window and then stops playing as if I hit the stop button. I even tried the latest release of VLC on videolan's site and it instead crashes with a runtime error and has to end the program instead of failing gracefully like v0.8.6 did.

    After getting aggravated after a while I decided to give MPC a try and it unfortunately supports the full DVD spec that enforces the no-skip bullshit, but I was able to successfully watch the movie in its entirety without resorting to having to go and install the bloated PowerDVD or what have you players out there that has far more problems than VLC when I use to use them in the past.

    It makes me wonder just what FOX did to the Taken movie chapters that causes VLC to freak out, yet somehow it still works with old DVD set top players.

  22. Re:Wrong Approach? on Aussie Government Offers $40M To Build a Bionic Eye · · Score: 4, Funny
    I figured it out!
    1. Create bionic eye
    2. patent bionic eye
    3. Stab peoples' eyes out at random!
    4. PROFIT!!!
  23. Re:One idea... on Newspaper Execs Hold Secret Meeting To Discuss Paywalls · · Score: 4, Insightful

    One idea, based on what I have seen work abroad, is to mandate, for a limited time, a fee of $1 on all Internet connections.

    How about.... No. Since you're so free with everybody's money how about you give up your entire paycheck to them, ya know for just a limited time of a couple of decades... naw that won't work since you'll already be use to giving everything up, you'll mind as well just continue to pay til the day you die. Since after all til death is still a limited amount of time, right?

    Besides we don't need yet another credit system since we already have enough and absolutely have zero cause to have another.

  24. Re:The Internet belongs to those who use it. on An Argument For Leaving DNS Control In US Hands · · Score: 1

    What the hell.... slashdot stripped my "<troll>" tags off the last sentence in "Plain Old Text" posting mode.... So slashdot is now filtering HTML in plain text posting now?

  25. Re:The Internet belongs to those who use it. on An Argument For Leaving DNS Control In US Hands · · Score: 1

    How many times do we have to keep saying this! The World Wide Web is NOT the Internet!
    Hypertext Transfer Protocol (HTTP) is port 80 of TCP/IP (Transport Control Protocol over Internet Protocol) which carriers HTML and other content, it doesn't make it "The Internet".

    You're the typical fucking moron who just registers a slashdot account and immediately starts spewing bullshit!