Do the Dashboard apps such as calendar replace the existing apps? Would have thought so but noticed that in the video you can still see the existing calendar is present. I really hope we aren't going to end up with multiple versions of stuff.
Announcement
Collapse
No announcement yet.
Mac OSX Tiger released April 29th
Collapse
X
-
You get a free upgrade if you bought a mac since the 12th April.
Dashboard doesn't replace anything - it's an overlay. iCal, etc, still remain. It's just a way of having handy widgets on a seperate layer. Check the weather, calendar, hit F12; hit F12 and they go away.
The new feature you really want to pay attention to is Automator. It's a dead-easy GUI frontend to Applescript, which was about as easy as scripting languages came. This is going to get people's parents and grandparents (well, maybe) writing their own batch actions and stuff. So many users could benefit from this it's unreal.
Lots of interesting under-the-hood stuff (Core Image, Core Video) for developers, and can we please stop confusing Sherlock with Spotlight? The former is not really very good, and the latter could be anything from "nifty" to "awesome".
Anyhow, seeing as I'm still running 10.2.8 and missed out Panther (and thus lots of apps like Quicksilver) entirely, am upgrading asap. Ought to make my tired PB run faster, too...
Comment
-
Originally posted by Gareth CDo the Dashboard apps such as calendar replace the existing apps? Would have thought so but noticed that in the video you can still see the existing calendar is present. I really hope we aren't going to end up with multiple versions of stuff.
Comment
-
Gizmo:
macOS Sequoia brings effortless window tiling, web browsing with fewer distractions, new iPhone Mirroring and support for Apple Intelligence.
You just have to pay for the media - ?12 in this case. Usually, if you order a system AFTER it's launched and they haven't had time to upgrade it, they throw an upgrade DVD in free. As it is, you just fill out a form with your serial number and receipt and the money, and send it off. Tada.
Comment
-
I upgraded my 10.2.8 PB to 10.4 yesterday. Bit of ups and downs; lots of fan action that was a bit uncontrollable, I think, because Spotlight's indexing consumes HELL OF processor. When I plug in my external HD, full of stuff, it goes mental again.
Now it's all settled down, and the only problem I have is that it forgets the name of my wireless network every time I sleep it or restart it. Am still investigating fixing that.
Anyhow, one thing for you developers out there on the offchance this affects you: PHP isn't turned on in the httpd.conf file, so PHP won't render. Changing this is easy; you just have to uncomment the lines inCode:/etc/httpd/httpd.conf
Code:LoadModule php4_module
Code:AddModule mod_php4.c
Code:sudo apachectl graceful
Phew.
Comment
-
Apparently. Though I'd read (in the arstechnica review) that it just affects the hdd, not processor.
Comment
-
Yeah, it's just the initial indexing. After that, it runs smooth as silk.
Also, multitasking performance has been vastly improved, especially for applications that do a lot of I/O (finer-grained locking in the kernel, which was long overdue, especially if they intend to roll out quad boxes anytime soon).
Tiger is bliss. It's like a second (well, third) life for my 867 12" AlBook. ^^
A bit of disappointment for me, though, is that the installed version of Python is 2.3.5. I'm gonna install 2.4.1 ASAP, just have to find what I have to configure in addition to the standard ./configure && make && sudo make install.
Comment
Comment