Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:You still need iPhone 4S (Score 4, Insightful) 403

... or eavesdrop on somebody else's iPhone.

the reason why you can't do this is because Siri communicates in HTTPS, so it is not vulnerable to man-in-the-middle attacks. hence, you cannot eavesdrop on somebody else's iphone

the reason why they could listen to the traffic in the article is because they had access to the root certificate on the iphone itself. you can do this if you have physical access to the phone, but obviously you can't just do this over the air to other people's phones

Submission + - Free Win7 Phone for MS employees 1

anonymous writes: i just got an email sent to every MS employees. it says free win7 phone for everyone.

Comment Re:#include "less.h" (Score 2, Informative) 390

vim already does exactly this. http://vim.wikia.com/wiki/Modeline_magic

it looks like this. (ts = tabstop, sw=shiftwidth) // vim: noai:ts=4:sw=4
      -or- /* vim: noai:ts=4:sw=4
*/
      -or- /* vim: set noai ts=4 sw=4: */
      -or- /* vim: set fdm=expr fde=getline(v\:lnum)=~'{'?'>1'\:'1': */

so using your example: /* MS_VC_INTENT=2; MS_VC_TAB=4 */

if you put on top of your file, // vim: set tabstop=4 shiftwidth=2

then vim will do the correct thing.

Comment Re:Is that why (Score 4, Informative) 711

how did this get modded up? this is misinformation.

du(1) man page (snow leopard):
          -H Symbolic links on the command line are followed, symbolic links
                          in file hierarchies are not followed.

          -h "Human-readable" output. Use unit suffixes: Byte, Kilobyte,
                          Megabyte, Gigabyte, Terabyte and Petabyte.

df(1) man page (snow leopard):
          -H "Human-readable" output. Use unit suffixes: Byte, Kilobyte,
                          Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
                          number of digits to three or less using base 10 for sizes.

          -h "Human-readable" output. Use unit suffixes: Byte, Kilobyte,
                          Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
                          number of digits to three or less using base 2 for sizes.

this is exactly same output as man pages fro those two in FreeBSD 6.1

this is man page from debian linux:
              -h, --human-readable
                            print sizes in human readable format (e.g., 1K 234M 2G)

              -H, --si
                            likewise, but use powers of 1000 not 1024

so it seems to me that behavior of darwin is exactly same as gnu tools.

Medicine

Microsoft Researchers Study "Cyberchondria" 144

Slatterz introduces us to the first major study on "cyberchondria" by Microsoft researchers (abstract, paper [PDF]). The news that it can be a bad idea to search the Internet to see if you have a terrible disease should come as no surprise. According to the NYTimes article, the syndrome has been known as "cyberchondria" since at least the year 2000 (we discussed it a few years back). It refers to increased anxiety brought on when people with little or no medical training go searching for answers to common medical complaints on the Web. The article compares cyberchondria with a phenomenon well known among second-year medical students, called "medical schoolitis." The researchers note that Web searchers' propensity to jump to awful conclusions is "basic human behavior that has been noted by research scientists for decades."
Movies

Netflix Extends "Watch Instantly" To Mac Users 205

CNet is reporting that Netflix has opened up its "Watch Instantly" feature to Mac users (here is Netflix's blog entry). They accomplished this by using Microsoft's Silverlight technology on both platforms, abandoning the Windows Media Player solution that had been employed in the first, Windows-only, version. Silverlight's DRM capabilities meet Netflix's needs, apparently. Netflix warns that this is beta software. Mac users can opt in here, then watch instantly with Safari or Firefox 2+, with the Silverlight plugin in place. Movie selection is somewhat limited.
Hardware Hacking

Hacking the XO Laptop 95

dulceLeche writes "While the OLPC was not designed with the American consumer in mind, people that took part in the Give One Get One program have been having fun with their XOs. The XO has a number of limitations, but with some work you can get Opera running, chat over your mesh network, and much more. An article at Geek.com explains what a few folks were able to do with their XOs."
Hardware Hacking

MacBook Air's Battery is Actually Easy to Replace 420

pizzach noted that the MacBook Air battery is actually fairly easy to replace. "All it requires is a philips screwdriver. Unlike some of Apple's other products, the battery is not so soldered in which should make a lot of people at least a little bit happier." I think I'll have to wait for something with a bigger screen and a faster clock speed.
Portables (Games)

Early Work on Homebrew StarCraft for the DS 78

Via Buttonmashing, news of early work on a homebrew project to port Blizzard's StarCraft to the Nintendo DS. "Since no official plans were ever announced from Blizzard, two French homebrew developers have taken it upon themselves to create a port of the popular PC game, StarCraft, for the Nintendo DS, calling it StarLite. Because they've only been working for three weeks, the game is a bit limited right now and still needs a lot of work."
Technology

8 Can't Miss Predictions... for 1998 125

alphadogg-nw writes "Tired of being wrong too often, a Network World pundit applies 20-20 hindsight to this list of prognostications for 1998, which if he's right will turn out to be quite a year. Among the forecasts: The U.S. Department of Justice will go medieval on Microsoft, Compaq will buy what's left of DEC, AOL likewise Netscape, Apple will introduce something said to look like an Easter egg ... and then there's the deafening buzz about this new search engine called Google."

Halo 3 Causing Network Issues 306

Recently at my university where I'm a student and a sys admin, we have been experiencing some odd outages, in particular since the 25th of September. The outages seemed to occur between 8 PM and 12:00 AM — peak gaming hours for our dorms. It just happens that Halo 3 came out on the 25th of September. Upon further investigation we found that our network routers were shaping TCP packets, but not UDP. Once we applied UDP shaping as well, all network outages ceased. Gamers complained, but university students attempting to access network resources such as our UNIX clusters were satisfied.

Apple Orders 12 Million iPhones 334

Waqas writes "Apple has placed an order for 12 million iPhones to be built by a Taiwanese contract manufacturer, according to an analyst citing reports from Asia. The Chinese-language Commercial Times on Wednesday cited Taiwan-based sources within Apple's iPod component supply chain as saying the phone is due to arrive during the first half of next year."

Slashdot Top Deals

BLISS is ignorance.

Working...