Recommended Posts

Unless of course it's neither a 10.5.x or 10.x release :blink:

-Rich-

A few screenshots have already been leaked, and it very clearly says "Mac OS X 10.6" with a build of "10A96." I guess the full official name would be Mac OS X 10.6 Snow Leopard, but again, Apple tends to use 10.x and code name branding interchangeably. Sometimes they call it 10.5 and sometimes they call it Leopard.

Thats why I got my MacBook

I think I might. I need a laptop cause I sold my old dv5000 and I do not want to deal with Vista and update drivers and tweaking the hell out of it. I do not mind Server 08 it works well. I just want to press the power button and get going. Here is a hell story. When I got my HP dv5000 in 2006 it took 1 hour and 20min to boot cause all the **** they loaded up and I ended up doing a full format with an oem xp disk. Then all the drives and **** ****es me off talking about.

They're not talking about ZFS anywhere. It's not official, but I am also 100% sure it will make it in the final, because if they are looking at "performance and optimization", ZFS is the way to go.

Now, what crap are you talking about in Leopard? It's not bad at all, except these stupid MS trials of Office. But yeah, the OS is very laggy and needed these optimizations bad. So I'm really looking forward to it. Just when you resize a window, you can see that it's laggy, compared to Windows.

I think they need a new component which is an equivalent of Windows System Restore. Most users aren't going to spend a few more bucks to get an external HDD for Time Machine. The feature is great but a little impractical, a great backup solution but a lame roll back tool.

They're not talking about ZFS anywhere. It's not official, but I am also 100% sure it will make it in the final, because if they are looking at "performance and optimization", ZFS is the way to go.

Now, what crap are you talking about in Leopard? It's not bad at all, except these stupid MS trials of Office. But yeah, the OS is very laggy and needed these optimizations bad. So I'm really looking forward to it. Just when you resize a window, you can see that it's laggy, compared to Windows.

They're not talking about it for the client version, but the server version has it listed there as part of thea features.

I think they need a new component which is an equivalent of Windows System Restore. Most users aren't going to spend a few more bucks to get an external HDD for Time Machine. The feature is great but a little impractical, a great backup solution but a lame roll back tool.

Windows SR is one the "features" I immediately turn off when using Windows. OSX has Archive & Install.

Well..

From Orchard Spy: http://orchardspy.com/

2.jpg

3.jpg

4.jpg

5.jpg

And some german site: http://www.macnotes.de/2008/06/10/wwdc-os-...ard-screenshot/

snowleopard.jpg

Picture%205.jpg

The application sizes look a lot smaller, even though they're universal. (maybe no extra languages?). Safari is at version 4. There's an Exchange version of Address Book. Seeing more services get upgraded to 64-bit.

What benefit would a personal system have by using ZFS, just out of curiosity?

Time Machine can be more efficient in terms of storage?

Disclaimer: I haven't used it even once - just going by the write up on Ars about it and how it works.

Time Machine can be more efficient in terms of storage?

Disclaimer: I haven't used it even once - just going by the write up on Ars about it and how it works.

Interesting. Well I can still see where they're coming from putting it in the server version first over the home user.

At any rate, nice to see them making OS X slimmer and faster.

Guess this means no PowerPC dropping if it's faster than before :p

Unless that's HOW they're getting some of their improved performance...by dropping legacy PPC specific code.

if you have a bunch of:

if PPC then

...

else

...

end if;

that could definitely use some improvement. This would also make the "footprint" that they talk about a lot smaller...two birds with one stone.

Unless that's HOW they're getting some of their improved performance...by dropping legacy PPC specific code.

if you have a bunch of:

if PPC then

...

else

...

end if;

that could definitely use some improvement. This would also make the "footprint" that they talk about a lot smaller...two birds with one stone.

I'm sorry, but only an idiot would write code like that. Dumping PPC support wouldn't change performance, only app size.

I think they need a new component which is an equivalent of Windows System Restore. Most users aren't going to spend a few more bucks to get an external HDD for Time Machine. The feature is great but a little impractical, a great backup solution but a lame roll back tool.

Well, Time Machine is for recovering files you've misplaced or deleted. System Restore is for recovering system files that have been edited by malicious programs or general windows tardness. Another issue Mac OS X lacks :)

Windows SR is one the "features" I immediately turn off when using Windows. OSX has Archive & Install.

+1, I turn it off whenever I setup someones Machine. Thats what Recovery Console is for :D

'..core software technologies that will streamline Windows, enhance its performance, and set new standards for quality.'

'..dramatically reduces the footprint of Windows, making it even more efficient..'

If only the above was from a Microsoft Windows 7 promo page... I respect Apple for giving people what they want.

'..core software technologies that will streamline Windows, enhance its performance, and set new standards for quality.'

'..dramatically reduces the footprint of Windows, making it even more efficient..'

If only the above was from a Microsoft Windows 7 promo page... I respect Apple for giving people what they want.

What Windows 7 promo page? Frankly, I'm really glad MS isn't talking about Windows 7 too much. When you go on about the features your new OS can do, but then don't deliver those features, it lets everyone down. I would much rather be surprised then let down.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Fastfetch 2.64 released bringing new logos and other improvements by David Uzondu Fastfetch, the popular command-line system information tool that developers created as a fast alternative to the classic Neofetch utility, has updated its codebase to version 2.64, bringing experimental scripting power, streamlined compilation options, a smarter logo renderer, and Codec module support. As noted earlier, Fastfetch can now detect hardware-accelerated video codecs across Windows, macOS, Linux, and Android through this new Codec module. On Linux and BSD, the utility uses VA-API by default, with a fallback to VDPAU on Nvidia hardware if compiled with libva and libvdpau. Windows users get D3D12VA on Windows 11 or D3D11VA with Media Foundation Transforms on older systems, while macOS relies on VideoToolbox and Android utilizes AMediaCodec. You can manually toggle Vulkan Video via the config file, and the program will report both encoders and decoders unless configured otherwise. Logo support for Quasar, Origami, Origami_small, NixOS2, and BerserkArch also landed in this release. BerserkArch, if you have never heard of it, is a specialized Arch Linux derivative that targets security researchers and power users. This distro comes with an offensive security tool manager, simply called berserk, which allows users to install complex hacking toolkits with single terminal commands. Moving on, Fastfetch now has experimental scripting options for custom formats using Lua or QuickJS. The Lua integration supports versions 5.3 through 5.5, sharing a single interpreter instance across all modules so you can store variables globally. T Alternatively, if you prefer JavaScript, you can use QuickJS-ng version 0.15.0 or newer to evaluate your custom formats with the qjs: prefix. Other changes that version 2.64 brings include native CMake compilation flags to disable specific modules to shrink the final binary size. Users can delete unwanted ASCII logo files directly from the source directory before building to save additional space. The format engine now boasts ANSI-escape awareness, meaning you can center text with the new vertical bar specifier without breaking colored outputs. Haiku users receive preliminary support for boot manager, window manager theme, screen brightness, and other basic properties. Finally, the Linux edition now extracts desktop wallpaper and theme details from the modern COSMIC desktop environment.
    • That's a good number until the game you want to play is not in that list. 
    • So, the logo means No ducking AI?
    • For sure, humanity us highly unlikely to survive the helium flash. Even if we have colonized moons in the outer planets by then, that is such a monumental change in heat output, coupled with the destruction of Earth, it's unlikely we could be fully prepared for changes of that scale.
  • Recent Achievements

    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      474
    2. 2
      PsYcHoKiLLa
      240
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      70
    5. 5
      Michael Scrip
      59
  • Tell a friend

    Love Neowin? Tell a friend!