×
Microsoft

Is Microsoft Money Crushing Microsoft? 390

JoshuaDFranklin writes "The latest Seattle Weekly has an article by a former Microsoft project manager titled Microsoft's Sacred Cash Cow. It argues that Microsoft, addicted to its Windows and Office revenue, is stifling innovation within the company: 'new, better ideas that would take business away from Windows or Office don't really have a chance at Microsoft.' Apple, in contrast, has embraced Open Source and is delivering a better consumer experience." Update: 06/06 21:24 GMT by T : Sorry, it's a dupe.
Programming

History of Apple's Pascal Poster 48

Lucas Wagner writes "Circa 1979, a strange poster was over nearly every programmer at Apple Computer. The "Syntax Poster" adorned offices, cubes, and even dealers. It was created by Jef Raskin and Steve Jobs. It was half art, half code. My uncle was a printer at the time and gave me one of them, thankfully, because they don't exist anymore. In researching the poster's origins, Raskin told me its history. I found it to be so interesting that, with his permission, I thought it would be a good article for fans of Apple trivia."
Media (Apple)

60GB iPod Coming? 563

An anonymous reader writes "Toshiba today announced that it will offer a 60GB version of its 1.8-inch hard drive in the coming months and that Apple has already placed its order. Cindy Lee, deputy manager of Toshiba's hard disk drive division, said the drive will enter mass production during July or August. All three iPod models (15GB, 20GB, and 40GB) use Toshiba drives, while the iPod mini uses a 4GB 1-inch drive from Hitachi. Lee noted that Toshiba is currently shipping 350,000 of the 1.8-inch drives per month to Apple."
OS X

Smartcard Support for Panther? 29

poemofatic asks: "I use a Powerbook to connect to my work's VPN server. Recently, my sysadmin has been setting up smart card support for VPN authentication, and I'd like to know if anyone in the Slashdot crowd has managed to use smart cards on Panther to successfully connect to a Microsoft VPN server. Also, it'd be nice to hear if anyone has used either the Schlumberger or Gemplus cards successfully, and whether they've tried the USB tokens."
Linux

Gentoo/PPC64 Beta Live CDs Released 168

pvdabeel writes "Gentoo/PPC developer, IBM employee and former PPC64 kernel maintainer Tom Gall has announced beta-level live CDs and stages for ppc64. The hardware supported by gentoo-ppc64 is PowerMacintosh G5, IBM pSeries, older IBM 64 bit RS/6000s (such as the model 260, 270, F80, H80, see linuxppc64.org for a complete list) and soon IBM iSeries hardware. Gentoo-ppc64 is the other side of the ppc equation, it is a 64-bit kernel as well as a 64 bit user space. We are the first linux distribution to offer a 64-bit top-to-bottom solution which is not a toy environment. This is a significant and exciting step as there is interest in cluster computing circles, users of java, and more generally those who have needs of large address spaces. It's fairly exciting to be on the forefront and continue to push the capabilities of linux on ppc64 forward."
Software

Fix a Troubled Mac 265

rossetti writes with this review of Fix a Troubled Mac, v1.3. "If you run a busy creative design business, you've encountered your fair share of Mac problems like failed tape backups, incorrect network settings, missing CD installers, flashing start-up disks. Macs are not as trouble free as one is led to believe. Running a studio environment with 20 or more Macs does cost money to keep everything working smoothly. It may be only an hour here or there, but this can easily balloon your IT support budget to over $10K a year. If this sounds like your problem, then this book is definitely for you. It takes you through step by step assistance for troubleshooting numerous issues, be it hardware, or networking or software, Mac OS 9 or Mac OS X. Once you start reading or referring to this book for advice, it really feels like having your own Mac-friendly IT support person with you all the times, but not at the hourly rate that they usually charge." Read on for the rest of rossetti's review.
OS X

Unsanity Developer Comes to APE's Defense 138

beelsebob writes "Rosyna, the famously tellytubby-like Unsanity Developer has spoken out in the defense of their Application Enhancer (APE) framework. The framework has taken a beating since it came out, being accused of being spyware, or of crashing computers. In fact Unsanity have only received one bug report about APE itself, which was promptly fixed. The article is a very good defence of the product, and a very good read."
OS X

Mac OS X 10.3.4 Released 166

sizemoresr writes "The 10.3.4 Update delivers enhanced functionality and improved reliability for Mac OS X v10.3 'Panther' and is recommended for all users. Key enhancements include: improved file sharing and directory services for Mac (AFP), UNIX (NFS), PPTP, and wireless networks; improved OpenGL technology and updated ATI and NVIDIA graphics drivers; improved disc burning and recording functionality; iPods connected via USB 2.0 are now recognized by iTunes and iSync; additional FireWire audio and USB device compatibility; updated Address Book, Mail, Safari, Stickies, and QuickTime applications; improved compatibility for third party applications; previous standalone security updates."
OS X

Symptoms of Mac OS X Hack? 135

goatbar asks: "Many of you have probably dealt with computer intrusion before, but this is the first time for me with Mac OS X. I've got a machine where the passwords have been altered. If this were Linux, I would drop in Knoppix, figure out which way I got hacked, backup the system, reinstall, secure it and be back up in a couple hours. However, with OSX what can I do? Does anyone have strategies for regaining access to the machine and doing a post-mortem? I'm going to bring up the system drive on a laptop, but then what? I can back it up, but other than the system logs, where to look beyond the usual '.BitchX' and '...' directories. How do I easily tell what other annoying little things have been installed?"
Programming

Cocoa Programming for Mac OS X, 2nd Edition 162

Spencerian writes "Aaron Hillegass new book, Cocoa Programming for Mac OS X, 2nd Edition, is a very helpful book for developers interested in getting not only their feet wet, but become totally immersed in creating applications using the OpenStep-derived API known now as Cocoa. Don't dive in without knowing how to swim in C++/Java, however." Read on for the rest of Spencer's review.
OS X

One More Mac Protocol Handler Exploit 76

There's another exploitable protocol handler, this time, ssh. Daring Fireball has an excellent summary of what you can do to protect yourself, using RCDefaultApp, and if you went that direction, and were wise enough to recognize ssh might be vulnerable too, you are safe. Paranoid Android attacks the problem from a different direction, and if you use that, you are also safe.
OS X

Yet Another Mac OS X Protocol Handler Exploit 155

Rosyna writes "Apple just can't get any breaks lately. First the help protocol handler exploit (which has been fixed), then the telnet handler exploit, and now an exploit for any arbitrary protocol handler: make your own, then exploit it. You can auto mount a volume in Mac OS X via the disk, afp, or ftp handlers (and probably others). Paranoid Android will help prevent exploitation until Apple fixes the problem." The hole here is that when a volume with an application on it is mounted, Apple registers the application's specified protocol handlers, without additional user action. Another option is to disable those handlers that allow volume mounting, but playing that game, obviously, isn't a guaranteed win in the long run.
OS X

Origins of Mac OS X's runscript Security Hole 63

ahknight writes "codepoetry has an informative article about why there was a runscript command to begin with, where it came from, and how it's still used. A good read for people wondering why the command existed at all. Also, Daring Fireball has possibly the best solution so far with instructions on how to turn off the help and disk protocols entirely (much better than deleting random system components)." Update: 05/21 22:27 GMT by P :Daring Fireball also mentions an abuse of the telnet: handler that can overwrite any file you have write permissions to, and doesn't need a known path. There's also an applescript: handler, which I'd disable just for the heck of it, at this point ... Update: 05/21 22:36 GMT by P : Several readers note that Apple has just released Security Update 2004-05-24, which address the runscript problem, though apparently not the others.
Role Playing (Games)

Diablo II Gets Native Mac OS X Installer 57

Sutekh-Acolyte writes "Blizzard Entertainment just released a native Mac OS X v10.2+ Diablo II installer, so Mac users no longer have to use the Classic environment to install the game and its expansion set. At 25 megabytes, it's not a small download, because it includes patch files and installs as version 1.10b. PlanetDiablo has a set of screenshots of the installer in action. Download it from FilePlanet (login required) or directly from Blizzard."
Media (Apple)

Apple Creates new iPod and Macintosh Divisions 146

KH2002 writes "According to a New York Times/Reuters report, Apple is creating a separate division for the iPod. Apple Senior VP Hardware Engineering, Jon Rubenstein, will head the iPod division, and Executive VP of Worldwide Sales and Operations Tim Cook will lead the Mac division. The report quotes a spokesman as saying, 'This organizational refinement will focus our talent and resources even more precisely on our industry-leading Macintosh computers and the wildly successful iPod.'"
Microsoft

Microsoft Office 2004 for Mac Released 134

kylea writes "Office 2004 for Mac OS X has finally been released. From the Apple page: The latest improvements to the Office productivity suite promise new approaches to create, manage and distribute your projects. New features and tools in the programs help you get work done more efficiently. And now you can extend your reach beyond Office with greatly improved AppleScript support."
Role Playing (Games)

Sony Slow To Reveal Mac EverQuest Code Freeze? 71

mpk writes "It seems Sony Online Entertainment has finally officially admitted (albeit only by an mail response to a user query which got posted into a web forum) that the Macintosh EverQuest server is to receive no further bug-fixing or development support, although the game is still available and playable online. The kicker is that this has actually been the case for eight months, following the Mac version's release in June 2003, yet SOE chose not to tell their customers about it. Inside Mac Games also has the story, and I've posted my thoughts as well. There's no mention of this policy on the EQ Mac home page and the game still appears to be being sold in the shops."
OS X

Measuring Fragmentation in HFS+ 417

keyblob8K writes "Amit Singh takes a look at fragmentation in HFS+. The author provides numbers from his experiments on several HFS+ disks, and more interestingly he also provides the program he developed for this purpose. From his own limited testing, Apple's filesystem seems pretty solid in the fragmentation avoidance department. I gave hfsdebug a whirl on my 8-month-old iMac and the disk seems to be in good shape. I don't have much idea about ext2/3 or reiser, but I know that my NTFS disks are way more fragmented than this after similar amount of use."
Apple

Developers Simulate Macintosh System 7 in Flash 72

TheChocolatay writes "Two guys in Germany have worked to create a Macintosh System 7 simulation in Flash. You can watch the Happy Mac face as the system boots and it even has a working Control Pannel, After Dark screen saver, and games. Wired news has an article on the developers and the simulation can be viewed on-line."

Slashdot Top Deals