[Official] New Xbox Experience (or Fall 2008 Update)


Recommended Posts

http://www.bingegamer.net/2008/so-how-much...-install-chart/

HDD Loading time improvements - made into a chart!

Made a thread about it here but sadly it turned into a huge argument. Hoping the mods will come in and clean that one up a little. :p

Made a thread about it here but sadly it turned into a huge argument. Hoping the mods will come in and clean that one up a little. :p

Oh right, sorry about that man.

Havnt had time to check for new topics. Just assumed that a chart/table would come under one of the larger discussion threads rather than have it's own thread. Meh. It's all good.

Oh right, sorry about that man.

Havnt had time to check for new topics. Just assumed that a chart/table would come under one of the larger discussion threads rather than have it's own thread. Meh. It's all good.

No big deal, just didn't want to drag the argument into this thread as well. :p

Did anyone who didn't get into the preview before get an email? I did! I'm now officially part of the NXE, it'll be interesting to see how the leaked update affects the official one, I'll let you know when I've got the courage to try and connect to live lol.

Did anyone who didn't get into the preview before get an email? I did! I'm now officially part of the NXE, it'll be interesting to see how the leaked update affects the official one, I'll let you know when I've got the courage to try and connect to live lol.

https://www.neowin.net/forum/index.php?show...696450&st=0

ive noticed some people with unique clothes on there avatar that i dont see available which sucks :) ... I wish there was a way to change the color of your clothes, unless i some how missed it.

Yes a lot of clothes were removed for some unknown reason earlier this week.

So there is definitely absolutely no way off turning off NXE? I just hate its kiddie look, if I wanted a kiddie console I would of bought a Wii. Still the launch has been delayed in Australia which I was happy about :p shame it was only for one day (Nov 20th is NXE release date for Australia) :(

It won't be such a big deal, you'll like the new features such as the upgraded guide.

Yeah, the guide is nice. However, honestly I'd happily sacrifice that, HDD install (I see that as useless, got a 20Gb HDD and the 120Gb is a ripoff) and all the new features to be able to keep the old Dashboard, I dislike it THAT much. Sadly, even removing my 360 from live won't help as I'm guessing they will include NXE on game disks as well (like they did with Xbox 1 updates). So other then selling my 360 (which I won't do, a little extreme :p) I'm gonna end up with it whether I like it or not....

So there is definitely absolutely no way off turning off NXE? I just hate its kiddie look, if I wanted a kiddie console I would of bought a Wii. Still the launch has been delayed in Australia which I was happy about :p shame it was only for one day (Nov 20th is NXE release date for Australia) :(

It does look a bit kiddy, kinda like what the Wii would aspire to be if it were an HD console.

However it's quite a bit better than the previous Dash, so give it a go :yes:

In-game dash for example is a hell of a lot better.

It does look a bit kiddy, kinda like what the Wii would aspire to be if it were an HD console.

However it's quite a bit better than the previous Dash, so give it a go :yes:

In-game dash for example is a hell of a lot better.

Well I got no choice really :p here is hoping I'm eating my own words!

EDIT: This is why I like PlayStation Home more, you don't have to use it. It's there if you so wish to use it, but you can also just use the XMB. If MS gave the ability for users to choose which Dashboard they wanted (with the option to upgrade later if someone didn't update and changed their mind) I would of been happy about it, oh well hopefully the real thing is better then what I've seen...

Well I got no choice really :p here is hoping I'm eating my own words!

Functionality wise you will, you wont want to stay with the old dash for sure.

However graphically I doubt you'll change much, although you'll appreciate how much smoother everything is for sure.

Don't forget the power of themes, get yourself a good Gears one and it should remove most of the "kiddy" look. Don't let Avatars bother you, they're only going to get used in places where it makes sense (I.e. "Family" games) so really the ONLY issue is the Avatar standing there on the main dash and you don't even have to pay him much attention.

Trust me, I'm not big on Avatars either, but with everything else the new update brings, it's well worth it. Besides, how much time do you spend on the dash, anyway? Since you'll be ingame most of the time, the main bonus is the new guide, which is fantastic.

Well I got no choice really :p here is hoping I'm eating my own words!

EDIT: This is why I like PlayStation Home more, you don't have to use it. It's there if you so wish to use it, but you can also just use the XMB. If MS gave the ability for users to choose which Dashboard they wanted (with the option to upgrade later if someone didn't update and changed their mind) I would of been happy about it, oh well hopefully the real thing is better then what I've seen...

But that's the thing, technically you can pretty much completely avoid the NXE dashboard and just use the Guide button. Just set your settings so that you're auto-signed in, games load upon insert and games load upon boot. Then you can do whatever from the in-game guide.

This is definitely a case where people get too worked up about something [they haven't experienced]. I don't really understand it, but I've done it myself. Try to stay open minded and I'm sure it won't bother you as much as it would if you worry and anticipate it.

Well I got no choice really :p here is hoping I'm eating my own words!

EDIT: This is why I like PlayStation Home more, you don't have to use it. It's there if you so wish to use it, but you can also just use the XMB. If MS gave the ability for users to choose which Dashboard they wanted (with the option to upgrade later if someone didn't update and changed their mind) I would of been happy about it, oh well hopefully the real thing is better then what I've seen...

you mean,kind of like you if you don't want to you can NEVER see the new dashboard ? and just use the guide ?

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

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!