Slashdot Mirror


User: kybred

kybred's activity in the archive.

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

Comments · 390

  1. Re:Tracking? on Is Apple Tracking iPhone Users Through IMEI? · · Score: 1

    Isn't that exactly what the original poster said? No.

    He said:

    for the purpose of charging for services.

    That's not what the IMEI is used for. The IMSI is tied to your account. You can put your SIM card in another GSM phone and it should work (assuming the other phone is not SIM locked).

  2. Re:Just change it... on Is Apple Tracking iPhone Users Through IMEI? · · Score: 2, Interesting

    All you need to do is write out your seczone (0xA003FA000), TEA encrypt a nice Motorola RAZR IMEI number at offset 0xB00, and write it back to your NOR...and voila...your iPhone now looks like a Motorola RAZR.

    Would you try that and let us know if your visual voicemail and widgets still work? Thanks!

    (That seems like a really bad idea. Maybe substitute a fake iPhone IMEI, but not a RAZR one).

  3. Re:Tracking? on Is Apple Tracking iPhone Users Through IMEI? · · Score: 5, Informative

    The IMEI number is there to facilitate identifying mobile devices to the Public Land Mobile Network (PLMN) for the purpose of charging for services.

    No, that would be the IMSI. The IMEI just identifies what equipment you are using.

  4. Re:Tracking what? on Is Apple Tracking iPhone Users Through IMEI? · · Score: 1
    Saying that they are 'tracking' you implies that they know where you are or how much you are using your phone. Certainly, AT&T (or whatever carrier you use) tracks you; they know what cell tower(s) you are near and they track your usage (re: the mega-page bills some iPhone users got initially).

    But sending the IMEI is not 'proof' of Apple tracking you or tracking your usage. OK, they know when you run the Stocks or Weather widget, but that's hardly 'usage'. And there is not evidence that they send any info about your location, either.

    Another poster mentioned that this is probably so the server can show you the stocks you've selected previously in the absence of cookies. That seems logical to me.

  5. And 1966 Cadillacs on Stopping Cars With Microwave Radiation · · Score: 1

    I don't need no stinkin' computers or sparkplugs.

    Just try stopping one of those 5000 lb behemoths. (yes, I read the summary).

  6. Is that a plasma antenna in your pocket... on "Stealth" Plasma Antennas · · Score: 1

    If it helps with signal jamming, I want it integrated into my cell phone! What do you mean it doesn't have commercial viability? Hopefully it won't go active when you receive a call while your phone is in your pocket!
  7. Kalman Filter estimate on GPS Used As Defence In Radar Speeding Case · · Score: 2, Informative

    First, when the GPS unit itself calculates the speed, it records your instantaneous velocity, not an average. It calculates this using the doppler shift present in the GPS signals picked up by the unit, not from how far the unit has travelled. No, the speed is neither an instantaneous speed nor a simple average. It's most likely the speed estimate that falls out of the Kalman Filter used in the GPS receiver.

    GPS receivers use Doppler to track the signal being received from the SVs; but that is the Doppler from the relative velocity between each of the SVs and the GPS receiver.

    (I used to work on a military GPS system.)

  8. Re:I have to know the answer to this... on Apple's OS X Leopard In Depth · · Score: 1

    They are ProTools, Cubase SX3, FL Studio, SoundForge8, Reason 3, Rebirth 2, Flash MX, Illustrator, Vegas, and more.

    Wait... ever Linux box I've ever seen has 'more' on it, although I prefer 'less'. :-)

    (I can't believe that no one beat me to that!)

  9. Re:Code randomization a bad idea on A Closer Look At Apple Leopard Security · · Score: 1

    ... would cause snprintf to double-interpolate the string and start looking for a %i off the end of the variadic arguments? I guess a different way to word it would be: If snprintf runs across a %s in the format string, would it also evaluate format specifiers within the spring that was passed to it?

    No, what it's saying is; don't do this:

    const char buffer[1024];
    const char str1[] = "%s";
    ...
    printf( buffer, str1 );

    The format string will have a %s in it, but has no params following it. (Assuming that str1 would actually be passed in from elsewhere).

    The *printf functions will only evaluate the format string, not any specifiers that happen to appear in the params following:

    printf ("this is a test: %s", "%s");
    will print out:

    this is a test: %s
  10. Re:Code randomization a bad idea on A Closer Look At Apple Leopard Security · · Score: 1

    I guess I stand corrected.

    No, not really.

    It's always a good idea to take programming advice from a random Slashdot poster; much easier than actually reading the documentation on a function.

  11. Incorrect snprintf description on A Closer Look At Apple Leopard Security · · Score: 1
    Hmm, so why does the man page for snprintf say this?

    The snprintf() and vsnprintf() functions will write at most size-1 of the characters printed into the output string (the size'th character then gets the terminating `\0'); if the return value is greater than or equal to the size argument, the string was too short and some of the printed characters were discarded. The output is always null-terminated.

    I think you're confusing snprintf() behavior with that of strncpy(), which does as you say.

  12. Re:Oh Great, Something New to Make Prices Go Up on New Plastic to Cut CO2 Emissions and Purify Water · · Score: 1

    I'm sure some bright spot will be able to explain it away. How now they have a new technology that can do it faster, cheaper and better than ever before-- and yet somehow, in the end, it will translate to more cost to the consumer.

    3 words: Patent License Fees

  13. Re:Opt-out should be illegal on Verizon Wireless Opt-Out Plan For Customer Records · · Score: 1
    No, I don't think so. I'm sure I agreed to some vague stuff in the contract. But they apparently still had to get consent specifically for this. From the VZWL web site:

    Q2. Why does Verizon Wireless need my consent?

    A. Verizon Wireless needs to share your CPNI with our affiliates, agents and parent companies in order to better provide to you the full range of the Verizon Companies' communications related products and services. The Federal Communications Commission requires that we obtain your consent to do so.

  14. Opt-out should be illegal on Verizon Wireless Opt-Out Plan For Customer Records · · Score: 3, Interesting

    Opt-out for this kind of thing should be illegal. I should have to opt-in to allow this, but of course few people would so it might not be worth it to the companies. Which is why they use opt-out.

  15. 17" iMac? on Is Apple Doing All It Can to Beat Vista? · · Score: 1

    I've been tempted to buy a Mac, but I game - and for the cost of a 17" Imac with pretty crappy video, I recently built a Core2 Quad 2.4ghz, 2gb ram, 500gb disk, Geforce 8800GTS, etc.

    Where are you pricing a 17" iMac, eBay? Apple currently makes 20" and 24" iMacs.

  16. Re:Pascal is so '80s on Free Pascal 2.2 Has Been Released · · Score: 1

    I once wrote a AN/UYK-20 assembly to pseudocode generator in Pascal.

    I wrote a reverse assembler in Pascal for a Computer Automation mini (don't remember the model). It's been so long since I used Pascal, I'm not sure I'd know where to BEGIN :-).

  17. Bank interfaces? on Massive Disruption of PayPal Subscription Service · · Score: 1

    The problems may involve interfaces with the American Banking System.

    My bank (credit union, actually) is doing a major system upgrade over the long weekend. Maybe something like that is causing PP problems?

  18. What about the TSNF Scheduler? on The Really Fair Scheduler · · Score: 1
    For the text-ers out there?

    TSNF.

  19. I.P.F. on Drug Testing Entire Cities at Once · · Score: 1

    That is a pseudonym; his real name is I. P. Freely

  20. New country? on KisMAC Developer Discontinues Project · · Score: 3, Funny

    How about Gnufoundland?

  21. Drop them? on Seagate to Drop IDE Drives by Year End · · Score: -1, Redundant

    I think they've already been dropping them, 'cause I've got one that just died!

  22. See figure one on Dearly Departed — Companies and Products That Didn't Make It · · Score: 1

    They died because they knew what the customer needed. NOT what the customer actually wanted, but what they thought the customer should have. DEC was a bunch of business dumb asses run by arrogant engineers who thought that they knew better. Period.

    This seems appropriate...

  23. Re:To be fair.... on Duke Wireless Problem Caused by Cisco, not iPhone · · Score: 1

    To be fair, who hasn't had an issue where you were SURE it wasn't one thing, when it actually was.

    Exactly, so why would he make a public statement until the problem was resolved?

  24. Not just HFCS on Fructose As Culprit In the Obesity Epidemic · · Score: 1

    If you listen to the article, he says that sucrose (table sugar) is 50% fructose. HFCS used in soft drinks is 55% fructose. So sugar has just about the same amount of fructose as HFCS.

  25. Buy an iPhone on How to Backup Your Smart Phone · · Score: 1
    Problem solved.

    When does iPhone sync my contacts and calendar?

    iPhone syncs your contacts and calendar whenever you connect iPhone to your computer.