Torvalds Invalidates Microsoft FAT Patent


Recommended Posts

It's a stretch to suggest that it took three years to create / get round to filing it. I don't know the exact rules, but I was under the impression the idea has to be presented or used publicly, not just internally.

So you're saying a news group discussion is worthless anyway then, good to know.

there has to be some traction behind it if all these guys are paying them royalties don't you think?

No you have to understand, all these android oem's, they're licensing or cross licensing the patents from MS of the good of their hearts, not because they see the pile of patents MS throws at their desk and know they don't have a chance.they just want to give MS a good chunk of their profits.

No you have to understand, all these android oem's, they're licensing or cross licensing the patents from MS of the good of their hearts, not because they see the pile of patents MS throws at their desk and know they don't have a chance.they just want to give MS a good chunk of their profits.

Lol yeah I've always found that funny. And before someone points out that MS is insanely rich and hence if they sue someone they'll generally win, let's take a look at Samsung shall we?

Revenue: $220 billion for Samsung, $69.94 billion for Microsoft

Total assets: $343.7 billion, $108.7 billion

Total equity: $141.1 billion, $57.08 billion

Samsung isn't some tiny company that barely makes it through the year, they're massive. So I'm pretty sure if MS had no case they would have been counter-sued like immediately. But yet HTC, Samsung etc etc pay them royalties.

I think manufacturers should use ext2. If MS wants to maintain compatibility, they'll just have to write an ext2 driver for Windows. It's not like MS would have to pay royalties to use ext2.

The silly thing is there are already ext2+ drivers for Windows. No one should be using FAT these days as I said. Ext4 is far superior.

Pretty sure prior art involves more than just a discussion. Torvalds would have had to implement said discussion into a piece of software or something for it to invalidate a patent. Talking about it means nothing.

? 1.501 Citation of prior art in patent files.

(a) At any time during the period of enforceability of a patent, any person may cite, to the Office in writing, prior art consisting of patents or printed publications which that person states to be pertinent and applicable to the patent and believes to have a bearing on the patentability of any claim of the patent. If the citation is made by the patent owner, the explanation of pertinency and applicability may include an explanation of how the claims differ from the prior art. Such citations shall be entered in the patent file except as set forth in ?? 1.502 and 1.902.

(b) If the person making the citation wishes his or her identity to be excluded from the patent file and kept confidential, the citation papers must be submitted without any identification of the person making the submission.

© Citation of patents or printed publications by the public in patent files should either: (1) Reflect that a copy of the same has been mailed to the patent owner at the address as provided for in ? 1.33©; or in the event service is not possible (2) Be filed with the Office in duplicate.

[46 FR 29185, May 29, 1981, effective July 1, 1981; para. (a) revised, 65 FR 76756, Dec. 7, 2000, effective Feb. 5, 2001]

Source

If that was the only reason they used FAT they would have moved onto NTFS / exFAT.

FAT is better supported across platforms than NTFS. It's also simpler and more compact. Ext4 is its true successor though.

there has to be some traction behind it if all these guys are paying them royalties don't you think?

Without the FAT patent, Microsoft is going to have a tough time convincing Android makers to enter into licence agreements.

So you're saying a news group discussion is worthless anyway then, good to know.

The news group discussion is publicly available, time stamped and irrefutable evidence of prior art. The ITC judge agreed with this. So no, it's not worthless, but the patent in question surely will be now.

Uh ... who cares? You realise Microsoft will probably win on this anyway right?

Who cares? Well people who like cheaper mobile devices for one. Second, Microsoft has been holding the FAT patent over Linux (not just Android) for years, so this has been a long time coming.

Will Microsoft win? Unlikely at this point. Other judges pay heed to ITC decisions. I don't know how the patent can possibly be valid any more. it's going to be very costly for Microsoft.

The news group discussion is publicly available, time stamped and irrefutable evidence of prior art. The ITC judge agreed with this. So no, it's not worthless, but the patent in question surely will be now.

It's not prior art, it's discussion of a possibility, MS had a technical IMPLEMENTATION, that possibly even predates this depending on when they started developement. and even more so when they actually submitted the patent.

and again, more importantly this is ONLY UK

The silly thing is there are already ext2+ drivers for Windows. No one should be using FAT these days as I said. Ext4 is far superior.

But Microsoft is never going to support Ext4 (or BtrFS or ZFS or any of the cool file systems other that other OSs use)

Microsoft have already replaced FAT with exFAT (Which is much better), and they've learnt from their mistakes with FAT by patenting the hell out of it (While at the same time allowing 3rd parties to make implementations with MSs own test suites, etc.). SDXC (I think) requires exFAT and FAT support (Which is why Apple included an exFAT driver with the first Mac to include a SD card slot)

Edit: Remember, this patent isn't about the entire file system, it's about the process in which you generate the short 8.3 filenames and long file names, desktop Linux works around it by using one or the other, but not both (And when it uses long file names, it generates invalid data for the 8.3 name)

It's not prior art, it's discussion of a possibility, MS had a technical IMPLEMENTATION, that possibly even predates this depending on when they started developement. and even more so when they actually submitted the patent.

I think you misunderstand how patents and prior art works. A printed publication is prior art. An implementation is not necessary. The time stamped technical discussion was three years prior to Microsoft filing for the patent (this does not mean Microsoft even had an implementation at the time of filing).

and again, more importantly this is ONLY UK

Did you even read the article?? The ITC is american. This is an american lawsuit (Microsoft vs Motorola).

As long as the FOSS world isn't able to provide a stable FS, Microsoft will not support it. If Microsoft created an ext2/3/4 driver for Windows, they'd have to update it every time something changes, and use tons of resources that could be better used; a file system is a critical part of the OS since it can corrupt data if it has a bug.

Remember, ext4's driver had a data corruption bug when it was released. (the 2.6.30 Linux kernel decreased ext4 performance to improve file integrity)

Oh, and Ted Ts'o (who invented /dev/random and played a central role in ex4 development) considers ext4 to be a rehash of "1970s technology". (source: http://arstechnica.com/open-source/news/2009/04/linux-collaboration-summit-the-kernel-panel.ars )

Sadly, FAT still dominates as the default file system to be compatible with everyone, and will continue to do so until a better solution is found. (heck, even Microsoft's XBox 360 doesn't support NTFS...)

That being said, if the patents around it can be dismissed, it might be a good short-term solution. Microsoft has tons of phone-related patents anyway, it's not like they needed the FAT patent to attack Android.

As long as the FOSS world isn't able to provide a stable FS, Microsoft will not support it. If Microsoft created an ext2/3/4 driver for Windows, they'd have to update it every time something changes, and use tons of resources that could be better used; a file system is a critical part of the OS since it can corrupt data if it has a bug.

Have there been many changes in ext2 in the recent years? Or any significative change at all?

Remember, ext4's driver had a data corruption bug when it was released. (the 2.6.30 Linux kernel decreased ext4 performance to improve file integrity)

Oh, and Ted Ts'o (who invented /dev/random and played a central role in ex4 development) considers ext4 to be a rehash of "1970s technology". (source: http://arstechnica.c...ernel-panel.ars )

It's been quite some time since it was released, though, and even while ext4 obviously lacks lots of features you can find in the likes of btrfs (which makes it a "rehash of old technology") you don't really need any of those for a pendrive or a SD card.

Actually you don't even need journaling.

I think you misunderstand how patents and prior art works. A printed publication is prior art. An implementation is not necessary. The time stamped technical discussion was three years prior to Microsoft filing for the patent (this does not mean Microsoft even had an implementation at the time of filing).

Rather irrelevant since patent rules now say first to implement, and MS not already has the patent, they WHERE first to implement.

Rather irrelevant since patent rules now say first to implement, and MS not already has the patent, they WHERE first to implement.

I thought it was first to file, not implement. Besides, I didn't think that applied retroactively. The judge also agreed.

Still irrelevant since they never filed.

MS still wins. well the thing is of course that this is about granting patents, MS was already granted this patent, so then it doesn't matter anyway. and if you read the article, the thing that they're actively working on is to get that old judgement turned. not to use it in this case. even though they try to make it seem different since the source is pro FOSS.

but from everything the article says, the likely outcome here is that either it'll be reversed or it'll have no effect whatsoever on this case.

and even so, MS patents against Android is far more than one single patent.

Still irrelevant since they never filed.

Someone else doesn't need to file for a patent to be invalidated. Prior art is enough.

MS still wins. well the thing is of course that this is about granting patents, MS was already granted this patent, so then it doesn't matter anyway.

Being granted a patent doesn't mean anything. There's a whole graveyard of patents that were granted then invalidated due to prior art.

and if you read the article, the thing that they're actively working on is to get that old judgement turned. not to use it in this case

The ITC judge has already ruled the FAT patent invalid. It's unlikely to get overturned at this point with such obvious prior art.

but from everything the article says, the likely outcome here is that either it'll be reversed or it'll have no effect whatsoever on this case.

The article says nothing of the sort. I'm starting to think you haven't read the article at all. First you claimed it was in the UK, now you're just making things up.

Essex?s ruling is merely an initial determination. It is being reviewed and could yet be reversed by the Commission. But if it?s upheld, it could work against Microsoft as it continues to fight Android and other Linux-based systems that it believes violate its intellectual property.

The article is actually being very cautious, however it bears no resemblance to your statement. It makes me wonder if we're reading the same article lol

and even so, MS patents against Android is far more than one single patent.

The rest of the patents are just padding, and it's trivial to work around them. It's the same in most aggressive patent lawsuits. There's maybe one or two important ones, and the rest are trash. From what I've seen, the only patent that's significant in Microsoft vs Linux is the FAT one.

The rest of the patents are just padding, and it's trivial to work around them. It's the same in most aggressive patent lawsuits. There's maybe one or two important ones, and the rest are trash. From what I've seen, the only patent that's significant in Microsoft vs Linux is the FAT one.

I wonder if there is a patent related to EAS?

The silly thing is there are already ext2+ drivers for Windows. No one should be using FAT these days as I said. Ext4 is far superior.

If you can link me to some drivers that doesn't require me installing and using a mounting software that works 25% of the time (and all other times it simply removes the drive letter of my storage drive, causing endless errors on reboot) then I would be very happy :D

Not being sarcastic thinking none exists, I'm just unable to locate them myself, and the app (I forgot the name, but I'd recognise the UI) was a broken piece of feces.

If you can link me to some drivers that doesn't require me installing and using a mounting software that works 25% of the time (and all other times it simply removes the drive letter of my storage drive, causing endless errors on reboot) then I would be very happy :D

Not being sarcastic thinking none exists, I'm just unable to locate them myself, and the app (I forgot the name, but I'd recognise the UI) was a broken piece of feces.

I've had no problems with ext2fsd. I'm able to read / write files, and that's enough for me. It would be nice to have built in ext4 support in Windows, but Microsoft only supports their own file systems. At least we have good Linux/Mac/Android file system support.

I've had no problems with ext2fsd. I'm able to read / write files, and that's enough for me. It would be nice to have built in ext4 support in Windows, but Microsoft only supports their own file systems. At least we have good Linux/Mac/Android file system support.

Yeah, that's the app I was having major issues with. Its mounting of attached USB external HDDs is spotty at best, most of the time it flat out didn't work or just crashed. Rebooting produced errors if the drive had been unplugged (don't recall the exact errors), and attempting to un-mount the USB drive would sometimes remove the drive letter for my storage drive (internal) even though I'm reasonably certain I didn't click un-mount for THAT drive letter >.<

Shame a driver akin to, say, iTunes making iPads readable (to a degree, I believe it identifies iOS devices as Camera devices and lets me access images) doesn't appear to exist :(

If you can link me to some drivers that doesn't require me installing and using a mounting software that works 25% of the time (and all other times it simply removes the drive letter of my storage drive, causing endless errors on reboot) then I would be very happy :D

Not being sarcastic thinking none exists, I'm just unable to locate them myself, and the app (I forgot the name, but I'd recognise the UI) was a broken piece of feces.

I don't think I know any FS driver (other than NTFS and FAT) that works properly (and seamlessly) on Windows :ermm:

This topic is now closed to further replies.
  • Posts

    • Passkeys: Think of them like a broken heart necklace. Imagine one of those heart necklaces that breaks into two matching pieces. One person keeps one half, and the other person keeps the other half. With passkeys, the website has one half, and you have the other half. If the website gets hacked and someone steals its half, that stolen piece is useless by itself. It cannot unlock your account without your matching half. This particular heart necklace is one of a kind, there is only one in existence. Your half of the necklace has to be stored somewhere. It might be stored on your phone, tablet, computer, security key, or a password manager that can sync it between all your devices. A security key is a small physical device that you keep with you, kind of like a house key, car key, or flash drive. I would not usually recommend a security key as the first option for the average person. For most people, it is easier to use their phone, computer, or a password manager that can sync passkeys between their devices. A security key is more like a spare key you keep in a safe place, just in case you lose access to your other devices or your password manager. Some security keys plug into your computer. Some plug into your phone or tablet. Some get tapped against your device. The idea is simple: a security key can hold another passkey for the same website. Think of it like creating a second one-of-a-kind heart necklace for the same account. One necklace could be paired with your password manager, while another necklace could be paired with your security key. That means the website has more than one matching half on file. One half matches the passkey in your password manager. Another half matches the passkey stored on your security key. So, if you lose access to your phone, computer, or password manager, you would still be able to log in using the passkey stored on your security key. Think of it like keeping an extra special necklace piece on a tiny keychain, stored somewhere safe. The website still has the matching half for that security key, but your half is safely stored inside the little key. A passkey does not automatically exist on every device you own. It lives wherever you save it. If your half is stored on one device, then that device is the one that has the matching piece. For example, if you create the passkey on your Windows computer and it is only saved to that computer, your iPhone does not automatically have that same half. If you create it on your iPhone and it only stays on that iPhone, your Android phone does not automatically have it either. That is where password managers come in. A password manager can act like a protected jewelry box for your passkeys. Instead of your half of the necklace being locked to only one device, the password manager can securely sync that half to your other approved devices. For example, Apple Passwords and iCloud Keychain can sync passkeys between your Apple devices. Google Password Manager can sync passkeys with your Google account. But password managers such as 1Password and Bitwarden can sync passkeys between everything, your phones, tablets and computers. Now, you might ask: “What happens if I lose access to the device that has my passkey?” That depends on where your passkey was saved and what recovery options the website gives you. If your passkey was synced through a password manager, you may be able to sign in from another device that has access to that same password manager. For example, if your passkey is saved in iCloud Keychain, Google Password Manager, 1Password, or Bitwarden, another approved device may still have access to it. If your passkey was saved only on one phone, computer, or security key, and you lose that device, then you may not have your half of the necklace anymore. In that case, you would usually need to use the website’s backup login or account recovery options. A lot of websites that support passkeys still let you fall back to your regular password. So if you lose access to your passkey, the site may still let you log in with your password, a code sent to your email, a text message, a recovery code, or some other account recovery process. That is convenient, but it is also important to understand: if the website still allows password login, then your password still matters. Passkeys are safer than passwords, but if your account still has a password as a backup, you should still use a strong, unique password and turn on two-factor authentication if the website offers it. This is why it is a good idea to have more than one safe way back into important accounts. For example, you might keep your passkey in a syncing password manager, add a second trusted device, save recovery codes somewhere safe, or set up a backup security key. A passkey is very secure, but just like a real key, you need a backup plan in case you lose access to it. Now, you might ask: “What stops a hacker from copying my half of the necklace?” That’s the important part: your half is protected. It is not something you type in, and it is not something the website gets to keep. Think of your half as being locked inside a tiny safe on your phone, computer, security key, or password manager. That safe only opens when you approve it with your fingerprint, face, PIN, or device password. When you log in, the website does not need to see your half. It only needs proof that your half matches its half. Your actual half is not handed over to the website. This is different from a password. With a password, you type the secret into the website. If you type it into a fake website, the hacker now has it. With a passkey, you are not typing your secret into the website. Your device is proving you have the matching half without giving the half away. That also helps protect you from fake websites. If someone makes a fake login page that looks like the real site, your device can tell it is not the real match. It will not use your passkey there. Now, could someone use your passkey if they stole your device, got into your password manager, or somehow unlocked the safe that holds your half? Yes, that is why your device password, PIN, fingerprint, face unlock, and password manager security still matter. But a hacker cannot just steal your passkey from the website or trick you into typing it into a fake page like they can with a password. That is why passkeys are safer than passwords. The two matching pieces have to come together, like two lovebirds who were once separated and are finally reunited.
    • Newegg offers insane combo deal on Amazon Prime Day 2026 that beats Steam Machine by Sayan Sen Building a PC is undoubtedly difficult nowadays but with this epic combo deal, Newegg is trying to make it as easy for you as it is possible. If you are making a new one or even upgrading an old system to a new Windows 11 device, this combo bundle is truly unmissable as you get AMD's Ryzen 9800X3D, a compatible X870 motherboard, a 240mm AIO liquid cooler and finally a Samsung 990 PRO SSD all for under $1000 (purchase link under the specs table down below). This should beat out the newly launched Steam Machine from Valve in terms of performance and performance per dollar especially if you are willing to set Linux up on it. Essentially with this combo you will get the AMD Ryzen 7 9800X3D 8-core 3D V cache CPU, Samsung's 990 PRO 2TB NVMe SSD, the MSI MAG X870 TOMAHAWK WIFI ATX Motherboard, and finally the Cooler Master Elite Liquid 240. Thanks to that massive vertically stacked L3 cache, the X3D desktop processors, including the 9800X3D, also come with the benefit of not needing fast memory. Even DDR5-5600 should be plenty for it. The technical specifications of the Ryzen 7 9800X3D are given in the table below: Specification Value Architecture Zen 5 Cores / Threads 8 / 16 Base Clock 4.7 GHz Max Boost Clock Up to 5.2 GHz L1 Cache 640 KB L2 Cache 8 MB L3 Cache 96 MB Total Cache 104 MB CPU Core Process TSMC 4nm FinFET I/O Die Process TSMC 6nm FinFET Socket AM5 Default TDP 120W Max Temperature (Tjmax) 95°C Thermal Solution Not included Memory Type DDR5 Max Capacity 256 GB Memory Speeds 2x1R: DDR5-5600 2x2R: DDR5-5600 4x1R: DDR5-3600 4x2R: DDR5-3600 PCIe Version PCIe 5.0 PCIe Lanes (Total/Usable) 28 / 24 USB 3.2 Gen 2 (10Gbps) 4 USB 2.0 1 Graphics Cores 2 CU RDNA 2 Frequency 2200 MHz DisplayPort over USB-C Yes Overclocking Unlocked Up next we have the tech specs for the MSI MAG X870 TOMAHAWK WIFI Motherboard: Specification Value Chipset AMD X870 CPU Support AMD Ryzen 9000 / 8000 / 7000 Series Desktop Processors Socket AM5 Memory Slots 4 × DDR5 UDIMM Maximum Memory Capacity 256GB Memory Support DDR5 8400–5600 MT/s (OC), DDR5 5600–4800 MT/s (JEDEC) Integrated Graphics Outputs 1 × HDMI 2.1 FRL (up to 8K 60Hz) 2 × USB4 Type-C with DisplayPort 1.4 HBR3 (up to 4K 60Hz) Expansion Slots PCI_E1: PCIe 5.0 x16 (CPU) PCI_E2: PCIe 3.0 x1 (Chipset) PCI_E3: PCIe 4.0 x4 (Chipset) Audio Realtek ALC4080 Codec 7.1-Channel USB High Performance Audio Supports up to 32-bit/384kHz playback on front panel S/PDIF output M.2 Slots 4 × M.2 M2_1: PCIe 5.0 x4 (CPU, 22110/2280) M2_2: PCIe 5.0 x4 (CPU, 2280/2260) M2_3: PCIe 4.0 x2 (Chipset, 2280/2260) M2_4: PCIe 4.0 x4 (Chipset, 2280/2260) SATA Ports 4 × SATA 6Gb/s RAID Support RAID 0, 1, 5, 10 for M.2 NVMe storage devices Rear USB Ports 4 × USB 2.0 3 × USB 5Gbps Type-A 2 × USB 10Gbps Type-A 1 × USB 10Gbps Type-C 2 × USB4 40Gbps Type-C Front USB Headers 4 × USB 2.0 4 × USB 5Gbps Type-A 1 × USB 20Gbps Type-C LAN Realtek 8126-CG 5G LAN Wireless Wi-Fi 7 (M.2 Key-E module pre-installed) Supports 2.4GHz / 5GHz / 6GHz bands Up to 5.8Gbps Supports 802.11 a/b/g/n/ac/ax/be Bluetooth Bluetooth 5.4, MLO, 4KQAM Internal Power Connectors 1 × 24-pin ATX Power 2 × CPU Power Connectors 1 × PCIe 8-pin Power Connector Fan Headers 1 × CPU Fan 1 × Combo Fan (Pump/System) 6 × System Fan RGB Headers 3 × Addressable V2 RGB (JARGB_V2) 1 × RGB LED (JRGB) Other Internal Headers 1 × EZ Conn-header 2 × Front Panel Headers 1 × Chassis Intrusion 1 × Front Audio 1 × TPM 2.0 Header Debug Features 4 × EZ Debug LEDs 1 × EZ Digit Debug LED Rear I/O Ports Clear CMOS Button Flash BIOS Button HDMI 2 × USB 40Gbps Type-C 1 × USB 10Gbps Type-C 4 × USB 10Gbps Type-A 3 × USB 5Gbps Type-A 4 × USB 2.0 5G LAN Port Wi-Fi/Bluetooth Antenna Connectors Audio Connectors Form Factor ATX The Samsung 990 PRO is a PCIe Gen4 NVMe SSD and still one of the fastest drives available today for under $500. Speaking of fast, sequential reads and writes are rated at 7450 MB/s and 6900 MB/s, respectively. The random throughputs for reads and writes are 1400K IOPS and 1550K IOPS, respectively. The 990 PRO is based on Samsung's 7th Gen V-NAND flash, and it too is TLC. It packs 2 gigs of LPDDR4 DRAM cache, which helps the random performance. The endurance rating for this is 1200 TBW (terabytes written), which should be sufficient for most users. The Samsung 990 PRO is compatible with the PlayStation 5, but if you are going to use the 990 PRO on a PC, check out the Samsung Magician app that lets you track your drive's health, update its firmware, customize various settings, and more. The tech specs are given below: Specification Value Interface PCIe Gen 4.0 x4, NVMe 2.0 Form Factor M.2 2280 Controller Samsung In-house Controller NAND Flash 3D TLC DRAM Cache 2GB LPDDR4 Sequential Read (Max) 7,450 MB/s Sequential Write (Max) 6,900 MB/s Random Read (4K) Up to 1,400,000 IOPS Random Write (4K) Up to 1,550,000 IOPS TBW (Endurance) 1,200 TBW MTBF 1,500,000 hours Operating Temperature 0°C to 70°C Storage Temperature -40°C to 85°C Shock Resistance 1,500G / 0.5ms Heatsink No Get the combo deal at this link: AMD Ryzen 7 9800X3D, Samsung 990 PRO 2TB, MSI MAG X870 TOMAHAWK WIFI motherboard, Cooler Master Elite Liquid 240: $784.99 + $25 off with promo code FTTF77: $759.99 (Sold and Shipped by Newegg US) Good to know This Newegg deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • I heard from a lot of people that driver support for the latest games when RDNA first came out (Radeon 5000 series) was pretty bad, but if you didn't buy the card on day one, or were not trying to play the latest titles, then you were isolated from that issue. Other than that, it's been good and only getting better.
    • Meta launches new AI glasses in 26 styles and Muse Spark multimodal capabilties by Pradeep Viswanathan Meta today announced a new line of Meta Glasses in partnership with EssilorLuxottica. The new AI glasses build on the company’s existing smart glasses portfolio, which is sold under the Ray-Ban Meta and Oakley Meta brands. The new Meta Glasses start at just $299, are compatible with prescription lenses, and will be available in 26 styles across different colors, lenses, and frames. At launch, Meta Glasses will be available in three frame styles. The Meta Adventurer features a clean rectangular design and comes in Standard and Large sizes. The Meta Fury is a bolder frame for users who want a stronger look. Meta Glasses by Kylie is a slim oval frame designed in collaboration with Kylie Jenner. Similar to existing Meta AI Glasses, the new Meta Glasses include a dedicated action button that can be used to quickly access Meta AI or launch a favorite feature. They also feature open-ear speakers for calls, music, and more. Meta has also included a multi-mic array with wind noise reduction for calls and messaging. Users can capture photos and videos hands-free using voice commands. Meta claims more than eight hours of battery life, while the portable charging case can provide up to 40 additional hours. As expected, Meta Glasses come pre-loaded with Meta AI powered by Muse Spark from day one. Muse Spark is the first model from Meta Superintelligence Labs with improved multimodal capabilities. The same Meta AI upgrade is also now available on existing Ray-Ban Meta and Oakley Meta Glasses in the US and Canada via an update. With the Muse Spark-powered AI assistant, Meta AI in the new glasses can provide smarter answers, understand what the user is seeing, and help with daily tasks such as calendar management and navigation. Meta also announced an upcoming feature called the dynamic photo feature, which captures multiple frames and recommends the best one. Pedestrian navigation is also coming soon to these glasses. Meta is also adding support for 14 new live translation languages, including Japanese, Mandarin Chinese, Hindi, and Korean. The new Meta Glasses are available starting today through Meta.com, Best Buy, Amazon, LensCrafters, Sunglass Hut, and select retailers.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      +Edouard
      166
    3. 3
      PsYcHoKiLLa
      104
    4. 4
      Michael Scrip
      87
    5. 5
      Steven P.
      70
  • Tell a friend

    Love Neowin? Tell a friend!