Slashdot Mirror


User: accessdeniednsp

accessdeniednsp's activity in the archive.

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

Comments · 217

  1. Re:Didnt detect my RealPlayer (me too!) on Live from Iran, Film88 · · Score: 2, Informative

    Here's a chunk of code to detect stuff. This is from 'detect.php' which is what gets called when u click on the '100' or '300' button for "select your bandwidth". detect.php gets called as:

    /detect.php?speed=300 << if you clicked the '300' button.

    var RealPlayerG2=false;
    var real=false;

    function navPlugins() { // Detect plugin for Netscape
    var plugs = navigator.plugins;
    for (var i=0; i < navigator.plugins.length; i++) {
    if (plugs[i].name.indexOf("Real") != -1) real=true;
    }
    }

    function openClip() { // checking plugin
    var newloc="real_err.php";
    if (nav || opera) navPlugins()
    else if (ie && mac) ieMacPlugins()
    else if (ie && RealPlayerG2) real = true;
    if (real) {
    newloc="playfree.php";
    }
    document.location = newloc;
    }

    <BODY bgcolor="#FFFFFF" text="#000000" marginwidth=0 marginheight=0
    onLoad="openClip()">

    The BODY onLoad event calls openClip() which does the checks (I snipped the IE check code for brevity). Then if the checks found Real, then it should open 'playfree.php'. But i can't seem to get playfree.php to do much. I'll hack some more, unless another /. netizen beats me to it.

    Hack The Planet!

  2. Re:MS on Red Hat Makes Patent Promise · · Score: 1

    10 years? hah! I've been a RedHat basher long before RedHat 5.0! Then again, I've always been ahead of my time..

  3. Re:Bugger on IBM Bails Out of the Hard Drive Market · · Score: 1

    I am extremely curious...

    Notice how those with mass-failure experiences are all using the ATA/IDE Desktar line. Yet, those with mass-success experiences are (most likely) using the higher-end Ultrastar (SCSI!) line.

    I am most certain this is NOT a coincidence. Folks, I know SCSI is more expensive, but as the old saying goes, "you get what you pay for". Yes, Yes, yes, I know...other IDE/UltraATA manufacturers don't have this failure rate. Western Digital is by FAR my favorite IDE manufacturer. For SCSI, (read: high speed, low temp, QUIET, and damn reliable), I choose IBM's UltraStar line any day. They're all made OEM by other manufacturers (quantum, fujitsu, etc) but they are made to IBM's specs. An IBM drive by Quantum is not a Quantum drive. I spoke to a few IBM SSD guys about that about 2 years ago because I was very curious.

    So please... Don't bash all of IBM because the low-end products fail. Enjoy!

  4. Re:I wouldn't hedge my bets on Mozilla so blindly. on Don't Hit That Back Button · · Score: 1

    Perhaps due to the javascript features I have turned off, but this data url sample did not work for me using build 2002041607, a nightly build from yesterday. Perhaps this has already been fixed.. either way, SAMPLE != ITWORKSFORME.

  5. pan does yenc on Usenet Encoding: yEnc · · Score: 1

    PAN has yenc support in the latest dev code, however it's pretty rough. 0.11.3 is gonna have it fixed tho i think. if you're looking for a great gtk news reader, this is it! 100% gnksa approved too. been using it for a while now.

  6. hosted via exodus on He Writes Back · · Score: 0, Offtopic
    wooooooweeeeeeeeee!!!!!
    i hate to be in the exodus noc right about now with all the customers calling in complaining why their dsl line is pathetically slow! :) here's a traceroute i got back:

    the first 5 hops are across my local roadrunner backbone (u folks think i'm stupid to post the trace to my house? hah! i don't wanna be /.'ed too :)

    • 6 pop1-cha-P3-2.atdn.net (64.236.4.57) 62.46 ms 110.789 ms 131.086 ms

    • 7 bb1-cha-P0-0.atdn.net (64.236.4.33) 132.69 ms 118.791 ms 123.194 ms
      8 bb1-atm-P6-0.atdn.net (64.236.7.45) 148.238 ms 154.366 ms 69.968 ms
      9 pop2-atm-P0-0.atdn.net (64.236.4.130) 59.809 ms 133.853 ms 160.731 ms
      10 ibr01-p3-0.paxa01.exodus.net (216.32.132.21) 142.709 ms 127.592 ms 147.175 ms
      11 bbr01-p3-0.atln01.exodus.net (206.79.9.93) 130.572 ms 140.78 ms 149.099 ms
      12 bbr01-p6-0.hrnd01.exodus.net (206.79.9.50) 122.429 ms 121.568 ms 135.141 ms
      13 bbr02-g4-0.hrnd01.exodus.net (216.33.203.126) 150.262 ms 156.829 ms 142.175 ms
      14 bbr01-p1-0.stng02.exodus.net (206.79.9.58) 144.158 ms 160.316 ms 161.671 ms
      15 bbr02-p6-0.whkn01.exodus.net (209.185.9.101) 125.843 ms 152.89 ms 142.866 ms
      16 bbr02-p1-0.jrcy01.exodus.net (216.32.132.13) 166.415 ms 165.694 ms 104.797 ms
      17 dcr03-g4-1.jrcy01.exodus.net (216.32.223.131) 89.531 ms 97.435 ms 142.796 ms
      18 csr22-ve241.jrcy01.exodus.net (216.32.223.51) 161.032 ms 169.143 ms 250.651 ms
      19 main.nyc.megapath.net (216.35.48.254) 136.36 ms 170.365 ms 159.707 ms
      20 sdsl-64-32-225-31.dsl.nyc.megapath.net (64.32.225.31) 290.406 ms 445.303 ms 367.607 ms
      21 brutus.stickydata.com (216.46.66.144) 262.132 ms 415.066 ms 320.987 ms
    some pretty gnarly response times too! yowza.. 169ms up to the dsl junction.

    poor exodus..someone's bandwidth bill is gonna be hurting this month...
  7. Re:Windows NT == VMS on Microsoft's Ancient History w/ Unix · · Score: 2, Informative

    actually NT stands for New Technology. in the sense of full 32bit memory management and address space, concept of "rings" to pull apps away from the core kernel and into what we call "userland". NT was a detraction from the norm at the time (os/2 and win3.1). os/2 had good stuff. it's now part of NT (3.51 at the time). NTFS == HPFS (in 3.51, improved upon in 4.0). also gives us various permissions, multi-user, true multitasking, networking, extendable networking model (ipx, ip, netbeui, dlc, whatever else u wanna write).

    all in all, not a bad idea: on paper :) we all know how the real-life implementation turned out. but they were/are still learning.

    enjoy!

  8. mono v. .net on Mono's MCS Compiles Itself On Linux · · Score: 0, Offtopic

    >sigh i guess this will resurrect the tired old .NET v. mono flames and wars again? oh well... i guess we gotta have SOMETHING to do during the last few days of our recession, eh? speaking of which, saw a report last week that the recession here is fading and some speculate it might be over!! wooo!! go economy!! wooo! oops, that was off-topic..crap...

  9. new hardware on ACPI Forced On & Option Disabled in WinXP-Certified Motherboards · · Score: 1, Insightful

    ok this is just insane! so microsoft can influence the IHVs too? >sigh&lt i guess the answer "don't buy it" isn't viable? how about we get some l33t hardware dudes into it and see if they can't fix it :)

  10. Frats have WLANs it seems on Multihomed WLANs from Intel · · Score: 1

    well, the thing is, jus this past week, a buddy of mine and i had a laptop with the orinoco card, the home-built extended antenna and the appropriate access-point snooping software. we drove down the main street in one of the local college towns. just so happened to be driving by frat houses and local businesses when we found 30 open APs in a 2 mile stretch. we gracefully hopped onto a few and we were browsing internet sites at stop lights up and down the street ;) so yeah, frat houses have WLANs these days it seems...

  11. RFC1918 address are ROUTABLE! on What About IPv6? How Long Until Widespread Deployment? · · Score: 1, Flamebait

    folks...you all are apparently not networking and security experts. the 10/8, 172.16/12, 192.168/24 networks are merely RFC1918 reserved blocks. as are a ton of other blocks. get Robert Zeigler's "Linux Firewalls" book from New Riders to see all of them. either v1 or v2 is acceptable.

    these blocks are perfectly routable. try it. setup test networks. you can route them JUST fine. they are perfectly legal ip's too. you can use them for serial connections on point-to-point t1 or frame relay sync interfaces. you can use them for small isolated networks where you don't need hosted services [office networks, private lans behind VPN gateways].

    these are merely RESERVED addresses. i get so irritated seeing and hearing everyone refer to these blocks as "Illegal" and "Unroutable". read the rfc for once! stop spreading misinformation! sheesh...

  12. What to do? on WIPO Music Control Treaty Ratified · · Score: 1

    Anyone know what we, the lowly geeks and freedom-fighters, can do to either..."stop" this mess or find a nice way to inform these "leaders" that these kinds of treaties and laws are not only evil but (in the USA) unconstitutional?

    Or let me guess..it's just something we have to live with?

    I've written my letters to Gloria Blue back when this was being thought about way back when. What else can we do, PEACEFULLY...?

  13. Re:The real danger on Could Mono Kill Gnome? · · Score: 1

    yes, i will further emphasize your emphasis:

    We do NOT need proprietary software!

    microsoft is the oil to our water. we do not form a symbiotic relationship, we do not rely on each other, and for fuck's sake, microsoft is gonna die over the next 4-6 years anyway!

    microsoft is no threat to open source. open source that embraces microsoft is a threat to open source!

  14. microsoft's pond; open source pond on Could Mono Kill Gnome? · · Score: 1

    this may sound mean, but it is the truth.

    why should we, open source developers, bend over backwards to play by microsoft's rules? we're only going to get bitten in the end.

    i used samba religiously for years [until i converted everything to linux at work and home]. i have seen microsoft do nothing but change their own standards, api's, and policies to better benefit them while simultaneously shutting out others who could have benefitted from those standards.

    i have a SUPER l33t programmer friend of mine. he's a win32 developer and is about as l33t as they come! with each new version of visual studio, his older code suddenly doesn't compile, or he has to make severe rewrites to the code to comply with the new release. not to mention the bugs IN VISUAL STUDIO he has found!

    the difference with that versus gcc is he has no way to get patches from other l33t coders to fix the package. he can't get updates except only by the beast's permission. and everything requires ie5/5.5 or ie6 now, too. it's absolutely ridiculous.

    my solution to the problem:

    if the microsofties are unable and unwilling to lay down their evil ways and convert over, fine. don't execute them [we're not 16th century anymore!], but don't play with them. same goes for the sun/java thing the apache group is fighting. make our own like we've always done. why do we need to use these tools which are not open (and i don't mean BSD/X11/MIT license)...
    why do we need to rely on microsoft technologies all of a sudden?

    we've grown up and past this mess and our world has grown IMMENSELY in the past 10 years. faster than any other group or organization EVER!

    if .net is indeed that useful, then write our own derivative. you know microsoft is NOT going to let an OSS developer write .net code and have it run on the microsoft .net platform! if you think that, then you are a microsoftie! if you are that ignorant and blind, then you are a microsoftie!

    why should we play nice with them when they refuse to return the favor? take our toys with us and go home. to hell with the spoiled unintelligent microsoftie brats...they're useless anyway. hopefully the laws of natural selection will kick in and they will wither away soon..

  15. Re:Don't lose sleep on Invaders from Space! Leonid Showers tonight. · · Score: 1

    yeah, for the mid-eastern US folks, tonite's show was great. i wouldn't say 800/hr but it was easily 6-10/min [which equates to about 600/hr i guess.. ok so i failed algebra class]. a great show indeed! too bad it will be 98 years before i can see it again [yes i do plan to live for another 100 years! r00t!]

  16. Re:friends in Asia -- watch for a big meteor showe on Invaders from Space! Leonid Showers tonight. · · Score: 1

    so we should all grab a quick jumbo jet around 0600 and hop over to singapore or malaysia...hope the airlines can handle the /. effect!

  17. Re:Top Tips on Invaders from Space! Leonid Showers tonight. · · Score: 1

    i will have to agree with cally.. however, i was a bit lucky and was able to stand behind my house on my deck [elevated 30 feet :)]. using my house to block the street light was a major improvement! tonite's show was great! most activity in the southern and eastern skies with a few large showers around vega overhead. all of this is on the eastern coast in mid-east. a great show indeed!