More stories

  • in

    I switched to a 25-inch Android tablet for a week – and one thing stood out most

    KTC 25-inch Android Display <!–> ZDNET’s key takeaways KTC’s 25-inch Android display is available for $399. Its unique form factor allows it to serve several use cases. Although the resolution and camera aren’t the best, everything else is spot on. –> Follow ZDNET: Add us as a preferred source<!–> on Google. I love that Android […] More

  • in

    Perplexity’s AI shopping tool is now free for all, just in time for Black Friday – how to try it

    jayk7/Moment via Getty Images Follow ZDNET: Add us as a preferred source<!–> on Google. ZDNET’s key takeaways Perplexity is refreshing its AI shopping agent for the holidays. It’ll be free for US-based users on web and desktop. It’s part of Perplexity’s vision of a more personalized internet. We’re just a little more than one week away from […] More

  • in

    I’m a diehard Pixel user, but this liquid-cooled Android phone has my attention

    Redmagic 11 Pro <!–> ZDNET’s key takeaways The Redmagic 11 Pro is available on the official site starting at $749. This is one of the most powerful phones I’ve ever tested, with liquid cooling and an industry-leading CPU. The camera isn’t quite up to par with other Android flagships. –> Follow ZDNET: Add us as a […] More

  • in

    How to clear your MacBook cache (and why you shouldn’t wait to do it)

    What is cache on my Mac? Cache is temporary data your Mac stores to speed up browsing and app performance. Safari might save images and scripts so pages load fast, while Chrome can keep cached copies of site assets, and your favorite apps store logs and workspace files. Also: My 6 favorite Spotlight actions in MacOS Tahoe so far – and how to add your ownOver time, cache data can become outdated or corrupted, slowing down your Mac. Clearing cache will remove these temporary files — not your bookmarks, messages, photos, documents, or passwords — and can give you a major performance boost. Is cache the same as cookies? No. They’re different.Also: How to set up and use passkeys across your iPhone, iPad, and MacCache data is locally saved files (images, scripts, and thumbnails) that help webpages and apps load faster, while cookies store small bits of personal data, like your preferences and shopping carts. Clearing cache removes temporary files stored on your Mac, but clearing cookies will log you out of sites, services, and apps. Your passwords and bookmarks will still be available to use. How often should I clear the cache on my Mac? Here’s my routine, which I recommend: Browser cache: once a month, or when pages act slow or glitchy.App caches: every few months, especially for video or photo editors or large apps.System restart: every day, ideally, or every week at the very least.When storage is low: use System Settings > General > Storage to remove unwanted apps and reduce clutter. Can I clear cache in other browsers or apps on Mac? Yes. For example, in Firefox, you can go to Settings > Privacy and Security and click Clear Data under Cookies and Site Data. In Microsoft Edge, open the three-dot menu, go to Settings > Privacy, search, and services, and select Choose what to clear under Clear browsing data. Other apps may vary, so look for a “clear cache” setting, or delete cache files manually in ~/Library/Caches.Also: How to make any MacOS app start at login – to save you time and clicksBut I’d avoid the manual route if you’re inexperienced. You definitely shouldn’t touch anything if you’re unsure. Should I use cleaner apps to clear cache on my Mac? Honestly? No. You can use the steps above to clear your cache and avoid installing janky third-party software that might accidentally delete important files. If you do want to use a cleaner app, just make sure it’s reputable and transparent about what it’s deleting. How to check your Mac’s storage You can see app sizes, system data, and recommendations right in Settings: Go to System Settings.Click General.Select Storage.Wait for the breakdown to appear.Select Applications to view your installed apps by size. What is DNS cache on my Mac and how do I clear it? A DNS cache on your Mac is a small database of website lookups your computer saves locally so that pages will load faster the next time you visit them. However, things happen. For example, if a site changes servers, your network settings become corrupted, or something tries to redirect you incorrectly, old DNS entries can cause pages to load slowly, load the wrong content, or not load at all. Also: 6 note-taking apps for Mac and PC I swear by after trying them allIn those instances, clearing your DNS cache is a quick fix to all these problems. And with MacOS 26, it’s easy to do. Just open the Terminal app, and type:sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponderNow press Enter. The DNS cache will be wiped instantly, forcing your system to fetch new, accurate information the next time you browse. More