Slashdot Mirror


User: 0100010001010011

0100010001010011's activity in the archive.

Stories
0
Comments
5,230
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,230

  1. Re:iPhone??? on EU Wants Removable Batteries In iPhones · · Score: 2, Informative

    My Sansa E2?? doesn't have an easy popout battery that I can find. I haven't looked close enough but it has a few screws on the back.

    To some people what's the difference between a tiny screwdriver and a case splitter for the iPod. If I did get inside it's not like the battery is something I could go down to Best Buy and get. So how is it any more easily replaced?

  2. Re:cash cow how? on EU Wants Removable Batteries In iPhones · · Score: 5, Insightful

    Or it's a design thing. You know. No extra hinges, lines, anything.

  3. Re:Man are you on facebook? on Give Up the Fight For Personal Privacy? · · Score: 1

    Who said anything about maintaining a "Wall". I can upload batch amounts of photos. It's no different than a PhotoBucket, other than I can pick and choose who sees what I upload.

  4. Re:Man are you on facebook? on Give Up the Fight For Personal Privacy? · · Score: 4, Insightful

    Because some of us that hated High School just as much as you did in High School actually managed to make friends in college. It's a great way to keep in touch with people. The "People you may know" has found some long lost friends of mine.

    Yes you enter the argument of "If they were that good of friends I would still talk to them". Adult life (marriage, kids, family, work) leaves little time sometimes for other stuff. It's nice to catch up even once a month with a friend.

    Oh wait. Nevermind, we all just get wasted and show pictures. I don't have any pictures of kids or sports. My mom (!) isn't on facebook. I don't send her messages now and again. Nope. All drunken photos from Last Wednesday.

  5. Actually ther..... on In Response To Restraining Order, Real Networks Pulls RealDVD · · Score: 1

    BUFFERING.

  6. Re:I'm clueless on this, but on In Response To Restraining Order, Real Networks Pulls RealDVD · · Score: 2, Informative

    Some code snippets for you.
    (from http://www.cs.cmu.edu/~dst/DeCSS/Gallery/)

    #!/usr/bin/perl
    # 472-byte qrpff, Keith Winstein and Marc Horowitz <sipb-iap-dvd@mit.edu>
    # MPEG 2 PS VOB file -> descrambled output on stdout.
    # usage: perl -I <k1>:<k2>:<k3>:<k4>:<k5> qrpff
    # where k1..k5 are the title key bytes in least to most-significant order

    s''$/=\2048;while(<>){G=29;R=142;if((@a=unqT="C*",_)[20]&48){D=89;_=unqb24,qT,@
    b=map{ord qB8,unqb8,qT,_^$a[--D]}@INC;s/...$/1$&/;Q=unqV,qb25,_;H=73;O=$b[4]<<9
    |256|$b[3];Q=Q>>8^(P=(E=255)&(Q>>12^Q>>4^Q/8^Q))<<17,O=O>>8^(E&(F=(S=O>>14&7^O)
    ^S*8^S<<6))<<9,_=(map{U=_%16orE^=R^=110&(S=(unqT,"\xb\ntd\xbz\x14d")[_/16%8]);E
    ^=(72,@z=(64,72,G^=12*(U-2?0:S&17)),H^=_%64?12:0,@z)[_%8]}(16..271))[_]^((D>>=8
    )+=P+(~F&E))for@a[128..$#a]}print+qT,@a}';s/[D-HO-U_]/\$$&/g;s/q/pack+/g;eval

    #include<stdlib.h>
    typedef unsigned int uint;
    char ctb[512]="33733b2663236b763e7e362b6e2e667bd393db0643034b96de9ed60b4e0e4\
    69b57175f82c787cf125a1a528fca8ac21fd999d10049094190d898d001480840913d7d35246\
    d2d65743c7c34256c2c6475dd9dd5044d0d4594dc9cd4054c0c449559195180c989c11058185\
    081c888c011d797df0247074f92da9ad20f4a0a429f53135b86c383cb165e1e568bce8ec61bb\
    3f3bba6e3a3ebf6befeb6abeeaee6fb37773f2267276f723a7a322f6a2a627fb9f9b1a0e9a9e\
    1f0b8f8b0a1e8a8e0f15d1d5584cd8dc5145c1c5485cc8cc415bdfdb5a4edade5f4bcfcb4a5e\
    cace4f539793120692961703878302168286071b7f7bfa2e7a7eff2bafab2afeaaae2ff";
    typedef unsigned char uchar;uint tb0[11]={5,0,1,2,3,4,0,1,2,3,4};uchar* F=NULL;
    uint lf0,lf1,out;void ReadKey(uchar* key){int i;char hst[3]; hst[2]=0;if(F==\
    NULL){F=malloc(256);for(i=0;i<256;i++){hst[0]=ctb[2*i];hst[1]=ctb[2*i+1];F[i]=\
    strtol(hst,NULL,16);}}out=0;lf0=(key[1]<<9)|key[0]|0x100;lf1=(key[4]<<16)|(key\
    [3]<<8)|key[2];lf1=((lf1&0xfffff8)<<1)|(lf1&0x7)|0x8;}uchar Cipher(int sw1,\
    int sw2){int i,a,b,x=0,y=0;for(i=0;i<8;i++){a=((lf0>>2)^(lf0>>16))&1;b=((lf1\
    >>12)^(lf1>>20)^(lf1>>21)^(lf1>>24))&1;lf0=(lf0<<1)|a;lf1=(lf1<<1)|b;x=(x>>1)\
    |(a<<7);y=(y>>1)|(b<<7);}x^=sw1;y^=sw2;return out=(out>>8)+x+y;} void \
    CSSdescramble(uchar *sec,uchar *key){uint i;uchar *end=sec+0x800;uchar KEY[5];
    for(i=0;i<5;i++)KEY[i]=key[i]^sec[0x54+i];ReadKey(KEY);sec+=0x80;while(sec!=\
    end)*sec++=F[*sec]^Cipher(255,0);}void CSStitlekey1(uchar *key,uchar *im)
    {uchar k[5];int i; ReadKey(im);for(i=0;i<5;i++)k[i]=Cipher(0,0);for(i=9;i>=0;\
    i--)key[tb0[i+1]]=k[tb0[i+1]]^F[key[tb0[i+1]]]^key[tb0[i]];}void CSStitlekey2\
    (uchar *key,uchar *im){uchar k[5];int i;ReadKey(im);for(i=0;i<5;i++)k[i]=\
    Cipher(0,255);for(i=9;i>=0;i--)key[tb0[i+1]]=k[tb0[i+1]]^F[key[tb0[i+1]]]^key\
    [tb0[i]];}void CSSdecrypttitlekey(uchar *tkey,uchar *dkey){int i;uchar im1[6];
    uchar im2[6]={0x51,0x67,0x67,0xc5,0xe0,0x00};for(i=0;i<6;i++)im1[i]=dkey[i];
    CSStitlekey1(im1,im2);CSStitlekey2(tkey,im1);}

  7. Re:obligatory! (and more serious..) on Sanyo Invents 12X High-Speed Blu-ray Laser · · Score: 1

    It'd require destroying the book, but.

    Bansaw
    Sheet feed duplex scanner

    Just cut off the binding and feed in the book, it'll take a little while but you should have a nice PDF at the end.

  8. Re:Efficiency on Plug-In Hybrids Aren't Coming, They're Here · · Score: 1

    Nah, much worse the opposite way. Last year we got about 12 hours of rain followed by a 20 degree drop and then 4 inches of snow. The lazy bastards that plow the roads decided to 'wait' until everything was finished to start plowing. When it's snow on ice you can never get any traction. When it's ice on snow it's hard to walk, but most cars are heavy enough to 'crunch' through to the pavement.

  9. Re:Efficiency on Plug-In Hybrids Aren't Coming, They're Here · · Score: 1

    Come to the Midwest. We get wet and clumpy and powdery and packable and everything in between.

  10. Re:Positive Changes on Senate Votes To Empower Parents As Censors · · Score: 2, Interesting

    Only if that local station was broad cast over the airwaves.

    If the channel was a local cable channel, the FCC would have no say.

  11. Re:Efficiency on Plug-In Hybrids Aren't Coming, They're Here · · Score: 1

    Me and my Jetta and Illinois winters don't disagree. Good thing we just freak out at 4+ inches. I've heard horror stories of north texas getting a dusting and all hell breaking loose.

  12. Re:TWO BIG ENGINES? Really? on Plug-In Hybrids Aren't Coming, They're Here · · Score: 1

    Fueleconomy.gov only benchmarks US cars. How about going to vw.co.uk? Or any of Fords european websites? The VW Polo has an engine that gets 74 MPUKG which is still 61 MPUSG on a COMBINED cycle, they're showing 70+ MPUSG on highway. It has all the emissions controls, catalytic converters, airbags, side panels, crumple zones and other stuff

    If America would get over their obsession with power (it's only about 80 HP) and straight up acceleration times (0-60 in 12 seconds, oh the humanity) and their fear of diesels, they could have all of this today.

  13. Re:Efficiency on Plug-In Hybrids Aren't Coming, They're Here · · Score: 1

    Last time I visited Colorado I was suprised that there were very few SUVs up in the mountains. Everyone owned an old Subaru or Toyota Truck. The only new SUVs I saw had out of state Plates.

    There was a post a while ago on a similar thread by a guy in a Nordic country who thought owning SUVs was insane. They get much more snow and get by with Saabs and other nomal cars. (If an SUV was NEEDED, don't you think a car company started in a place that gets tons of snow would have invented an SUV before say the USA?)

  14. Re:I guess they need to save money while they can on Facebook Finds Grass Greener In Ireland · · Score: 1

    Facebook has quite a bit of stuff like that already. Check out the privacy settings.

  15. Re:the US tax code on Facebook Finds Grass Greener In Ireland · · Score: 1

    And a place to hide "earnings".

  16. Re:If only all companies had this vision on Roku To Go Open Source · · Score: 1

    rtorrent doesn't support rss feeds and I don't use a gui torrent client (My file server is shoved in a back room with XBMC as the front end)

  17. Re:If only all companies had this vision on Roku To Go Open Source · · Score: 1

    tvrss + pytvshows + rtorrent = Tivo for me.

    I work second so it's not like I notice anyway, everything is done by time I get home. All over the waves stuff anyway. I just count it as someone else does the recording and encoding for me.

  18. Re:Sure it sounds cool/hot. on Web Server On a Business Card · · Score: 2, Funny

    Probably not in the least. Probably just a on off with some built in hysteresis. Exactly the reason to do something like this.

    Now... where did I put that Matlab 2008b CD. Simulink and XPC to control a 1700 sq.ft. house a bit over kill? :)

  19. Re:Sure it sounds cool/hot. on Web Server On a Business Card · · Score: 2, Insightful

    I have a programmable thermostat. It has 1 temp sensor located in the main hallway. This is no way indicative of temperature in my back bedroom or in the basement. There is no controls output for commercial HVAC duct flaps to direct flow.

    The PID controller in it is on the 'safe' side. I'm sure the gain and phase margins are huge because you never know where it's going to be installed. They probably have quite a large hysteresis band to keep from always burning fuel. I could design a controller that was specific to my house. That kept the wife's study +5 degrees warmer than other rooms without burning too much extra fuel.

    Again, I have a controls concentration BSME. I do this for my job (although on much much different types of systems, with response times in the milliseconds not minutes range).

  20. Re:Sure it sounds cool.... on Web Server On a Business Card · · Score: 4, Informative

    Add an RS-232 line or some Digital IO and you can now control your thermostat on your iPhone. Everything in your house could have a webserver. Setup a central polling computer using cURL and a MySQL database and track temperatures in every room of the house, or your refrigerator or ... anything in your house.

    Get a digital or serial water meter and monitor water usage from the road. Toss in a valve and be able to remotely shut off the water to your house if you know you're going to be out of town for business longer than expected.

    Smart Home devices are quite expensive and not very "open". A tinkerer could create their own smart home at the fraction of the cost.

    As a controls engineer I can just imagine tracking the temp in every room of my house with respect to outside temp and setting up a sweet PID controller on my thermostat to control temps much better than a single temp sensor in a central location in the house. Toss some flappers into the air ducts and you could probably set up a house to keep a temp +-5 degrees throughout the entire house.

  21. Re:Why is this needed? on Run Mac OS X On Non-Apple Hardware, With a Dongle · · Score: 5, Informative

    You still need a custom hacked Kernel to do it, this removes that need. Even hackintosh's need a custom DVD, this will install with an off the shelf Leopard DVD.

  22. Re:No way of tracking? on Quarter of Workers' Time Online Is Personal · · Score: 1

    I was going to reply... but you had it first.

    For those that aren't in the 'know'. Download Putty, or PortaPutty. Enter a "dynamic" tunnel under SSH and SSH to any host. In Firefox set it up to use a SOCKS proxy.

    If you can't install FireFox, use PortableFirefox.

    They recently 'shutoff' the internet to all the test cell operators where I work. They ingeniously just hid Internet Options in IE but RegEdit still works. We new have a rogue '.reg' file floating around which restores this.

  23. Re:It's lower for me cause ... on Quarter of Workers' Time Online Is Personal · · Score: 2, Funny

    The Daily WTF - Coding Standards Training
    Dilbert - Management Training

  24. Re:irrational... on Apple Censors App Store Rejection Notices · · Score: 1

    $900? WTF are you shopping, it's $249 on Apple's website. Second a refurbed MBP is $1700.

    (If the links don't work go to store.apple.com and scroll down. On the left are the "refurbs")

    Not only that all refurbs come with a 1 year warranty (Just like new products). If a 'new' MBP is too rich for your blood, get a used one.

  25. Re:irrational... on Apple Censors App Store Rejection Notices · · Score: 1

    My 215k mile TDI and my friends 415k mile '92 non turbo diesel beg to differ.

    German cars can be more reliable than Asian cars, they're just "different" as in you MUST keep up on maintenance. Asian cars are appliances. You drive them until something big breaks and you go cut a new one out of its shrink wrapping.

    German cars are tinkerer cars. I want my computer to "just work" that's why I own a Mac. I don't mind tinkering with my car and keeping up on maintenance. That's why I own a VW. Sure my vacuum locks gave it up a while ago and I had to rig new ones, but the engine and drive train are rock solid. (Akin to finding that damn linux driver for that new piece of hardware, but the rest of the system is rock solid).

    Second. Dealers Suck. They've screwed up more things on the TDI forum than I care to recount here. (But You can check out the thread). If you don't know how to work on your car, learn. If you don't like working on your own car, don't own a VW.