Connect with us

How To

WhatsApp Extends Delete Message Time Limit to Over 2 Days

Published

on

A Major Shift in Digital Conversation Control

Remember that sinking feeling after sending a message you instantly regret? For years, WhatsApp’s ‘Delete for Everyone’ feature offered a brief one-hour window to correct those mistakes. That safety net is about to get significantly larger. WhatsApp is currently rolling out a substantial update in its Android beta program that dramatically extends the time limit for deleting messages for all participants in a chat.

This isn’t just a minor tweak. It’s a fundamental change in how we manage our digital conversations. The new limit, confirmed by reliable sources tracking WhatsApp’s development, is now a generous two days and twelve hours. That’s over 60 times longer than the previous allowance.

What the New WhatsApp Delete Feature Means for You

So, how does this work in practice? The mechanics remain familiar. You long-press a sent message, select ‘Delete,’ and then choose ‘Delete for Everyone.’ The critical difference is the expanded timeframe in which this action is possible.

The previous cutoff was precisely 1 hour, 8 minutes, and 16 seconds—a oddly specific number that often left users scrambling. The new limit provides a more realistic grace period for catching typos, retracting sensitive information sent to the wrong chat, or simply reconsidering a poorly worded statement after a night’s sleep.

This update, found in WhatsApp beta version 2.22.15.8 for Android, is currently available to a select group of testers. If you’re part of the beta program, you can check if the feature is active on your account by trying to delete a message sent more than the old time limit. If it works, you’re in.

Why This Privacy Update Matters

Messaging apps are our primary mode of daily communication. They host everything from casual banter to critical personal and professional discussions. The ability to retract a message isn’t about promoting carelessness; it’s about granting users greater control over their digital footprint and personal privacy.

Think about it. How many times have you sent a photo, a document, or a piece of personal data to a group chat by accident? The old one-hour window was often insufficient, especially if you were away from your phone or asleep. This extended limit acknowledges that our messaging mistakes aren’t always immediately apparent.

What’s Next for WhatsApp’s Delete Function?

The extended delete timer isn’t the only improvement in the pipeline. WhatsApp’s development team is reportedly working on another powerful tool: granting group administrators the ability to delete any message within their groups.

This feature, still under development, would be a game-changer for moderating large community groups, work chats, or family threads. It would allow admins to quickly remove spam, offensive content, or misinformation, helping maintain a healthier and more respectful conversation space for all members.

For now, the focus is on the broader rollout of the extended personal delete limit. The feature is being activated gradually, so not all beta testers will see it immediately. A wider release to all users is expected in a future stable version of the app.

How to Access the Latest WhatsApp Features

If you’re eager to test new features like this one, joining the WhatsApp Beta program via the Google Play Store is the way to go. Be aware that beta software can sometimes be unstable. It’s a trade-off: early access to new tools in exchange for potentially encountering a few bugs.

For everyone else, patience is key. Major updates like this typically move from beta testing to a full public release within a few weeks, assuming no significant issues are found. Keep your app updated through your device’s official app store to ensure you receive the new functionality as soon as it’s available globally.

The evolution of the ‘Delete for Everyone’ feature reflects a broader trend in messaging: empowering users with more tools to manage their privacy and conversations. From disappearing messages to view-once media, and now this significantly extended retraction window, WhatsApp is giving us more ways to communicate on our own terms. It’s a welcome step toward more thoughtful and controlled digital interaction.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

How To

5 Free Local LLM Projects That Run Fine on a Slow Laptop

Published

on

local LLM projects

Your Old Laptop Isn’t Useless for AI

You don’t need a $3,000 gaming rig to play with artificial intelligence. That’s a hard pill to swallow for anyone who’s watched benchmark videos of massive GPUs chewing through models. But here’s the truth: there’s a whole ecosystem of local LLM projects built for machines that most people would call “slow.”

I’m talking about the kind of laptop that struggles with a dozen browser tabs. The one that whirs like a jet engine when you open a PDF. These projects are designed for that hardware, and they’re all free.

Before we dive in, a quick reality check. A 4GB RAM machine won’t run a 70-billion-parameter model. But it can absolutely run a 1-3 billion parameter model, and that’s enough for some genuinely useful things. Here’s what actually works.

1. Ollama: The Easiest Way to Start

Ollama is the gateway drug of local AI. It’s a command-line tool that downloads, runs, and manages models with a single command. No Python environment. No dependency hell. Just install and type.

The magic is in the model library. You can pull lightweight versions like Llama 3.2 1B or Phi-3 Mini, which are designed to run on CPUs. On a modest laptop, you’ll get responses that are slower than ChatGPT but perfectly usable.

What you can do with it

  • Summarize long articles or documents
  • Draft emails and rewrite text
  • Run a local chatbot without any privacy concerns
  • Experiment with different models to see what fits your hardware

The best part? Ollama has a built-in API, so you can hook it up to other tools. Using AI chatbots offline becomes a real possibility, not just a pipe dream.

2. LM Studio: A GUI for the Rest of Us

If the terminal makes you nervous, LM Studio is your answer. It’s a desktop app that wraps everything in a clean interface. You browse models, download them, and chat — all without touching a command line.

LM Studio shines on lower-end hardware because it uses the llama.cpp engine under the hood. That’s the same optimized C++ implementation that powers most CPU-based inference. It squeezes every drop of performance out of your processor.

Here’s a pro tip: look for models with 4-bit quantization. These are compressed versions that trade a tiny bit of accuracy for massive memory savings. A 7B model at 4-bit can run on 8GB RAM, and smaller models fit in even less.

3. GPT4All: Privacy-First AI for Documents

GPT4All takes a different approach. It’s not just a chat interface — it’s a local document question-answering tool. You point it at a folder of PDFs or text files, and it can answer questions based on that content.

This is a killer feature for anyone who deals with lots of documents. Instead of skimming through 50 pages, you just ask. The models it uses are small enough to run on older hardware, and everything stays on your machine.

It’s also worth noting that GPT4All is completely free and open-source. No account, no API keys, no subscription. Just download and run.

Practical uses

  • Search through your own research papers
  • Build a personal knowledge base from your notes
  • Ask questions about manuals or instruction books

This is one of those local LLM projects that feels genuinely useful rather than just a tech demo.

4. PrivateGPT: For the Privacy Obsessed

PrivateGPT is the paranoid cousin of GPT4All. It’s built around one core idea: your data never leaves your computer. It uses a technique called retrieval-augmented generation (RAG) to answer questions about your documents.

The setup is more involved than the other options. You’ll need some familiarity with Python and the command line. But if you’re willing to put in the effort, you get a fully private AI assistant that works with your files.

It runs on CPU-only machines, though you’ll want at least 8GB of RAM for comfortable performance. The original version was a proof-of-concept, but the project has evolved significantly. There are now simpler forks and wrappers that make installation easier.

If privacy is your top concern, this is the gold standard. But if you’re new to this, start with GPT4All first.

5. KoboldCPP: The Writer’s Friend

KoboldCPP is a fork of llama.cpp with a focus on creative writing. It’s designed for people who want to use AI for fiction, roleplay, or any kind of long-form text generation.

What sets it apart is the interface. It has a rich text editor with features like memory, world info, and author’s notes. These let you maintain consistency across long stories — something that’s genuinely hard to do with a plain chatbot.

The performance is excellent on older hardware because it inherits all the optimizations from llama.cpp. You can run it with models like Mistral 7B at 4-bit quantization, which is a sweet spot for quality versus resource usage.

Why writers love it

  • Maintain character consistency over long narratives
  • Set up lore and world-building elements
  • Generate multiple continuations and pick the best one

Even if you’re not a writer, it’s a fun way to experiment with running AI on old hardware. The creative constraints make the limitations of small models less noticeable.

How to Make the Most of Limited Hardware

Before you download everything, here are a few practical tips that will save you hours of frustration.

Check your RAM first

RAM is the bottleneck. A 1-3B model needs about 2-4GB of RAM. A 7B model at 4-bit needs 4-6GB. If you have 8GB, you can run most small models. If you have 4GB, stick to the smallest ones.

Use quantized models

Quantization is your best friend. It reduces model size by up to 75% with minimal quality loss. Look for models with Q4_K_M or Q5_K_M in the filename. These are the sweet spots.

Close everything else

This sounds obvious, but it matters. Close your browser, kill background apps, and give the model all available memory. The difference is night and day.

Experiment with context length

Smaller context windows use less memory. If you’re running out of RAM, reduce the context length in the settings. You’ll lose the ability to process long documents, but you’ll gain speed and stability.

These projects prove that free AI projects for laptops are more than just toys. They’re genuinely useful tools that respect your privacy and your wallet. For more ideas, check out self-hosting AI services at home — there’s a whole world of possibilities beyond chatbots.

So dust off that old laptop. Install one of these tools. You might be surprised at what it can do.

Continue Reading

Social Media

Meta’s Pocket app lets you vibe-code games with AI — it’s now live in the US

Published

on

Meta Pocket app

What is the Meta Pocket app?

Meta’s experimental gaming app, Pocket, is officially rolling out to everyone in the United States. The app quietly launched in Brazil last month as a test market, and now it’s crossing borders. With Pocket, you can generate small, interactive games using simple AI prompts — no coding skills required. The results appear in a scrollable feed, much like TikTok but for playable mini-games.

These aren’t static images or basic animations. The games respond to touch and the tilt of your phone. They can play sound effects, include clips of your favorite songs, and even pull photos from your camera roll or access your camera. It’s a full sensory experience, packed into a mobile app.

How does vibe-coding work in Pocket?

The term “vibe-coding” might sound like jargon, but it’s actually straightforward. You type a prompt describing a game idea — say, “a maze where you tilt your phone to guide a ball” — and the AI builds it. You can then share your creation on your profile, where others can save it, remix it into something new, or simply repost it.

Meta calls these creations “gizmos,” a nod to the team behind the vibe-coded gaming platform Gizmo that Meta acquired earlier this year. That acqui-hire brought in the talent that built Gizmo, and now their work lives on inside Pocket.

What makes Pocket different from other AI apps?

Most AI apps focus on generating images or text. Pocket is built for play. It’s a social feed where the content isn’t passive — it’s interactive. You’re not just scrolling; you’re tilting, tapping, and triggering sounds. That’s a fundamentally different experience from typing a prompt into a chatbot and waiting for a response.

Meta’s broader push into standalone AI apps

Pocket is just the latest move in Meta’s strategy to make AI creation tools mainstream. Earlier efforts included AI-generated images in the Meta AI app and AI video creation through an experimental app called Vibes. Now Pocket joins a growing lineup of standalone mobile apps from Meta.

CEO Mark Zuckerberg has been vocal about this shift. On the July earnings call, he told analysts: “Earlier this year, we shipped Instagram Instants. We also just launched Forum, a stand-alone Groups app, and Seller, a stand-alone Marketplace app. I expect it to become a lot easier to ship new apps.” He added that Meta is “planning to build out more ideas and use our recommendation systems to scale them.”

That’s a notable change in how Meta operates. Instead of cramming every feature into Facebook or Instagram, the company is spinning out focused apps at a rapid clip. AI-enabled software development is making this possible, Zuckerberg said — it’s simply faster to test and ship new ideas now.

What else has Meta shipped recently?

Beyond Pocket, Meta has launched:

  • Instagram Instants — a feature for quick, ephemeral sharing
  • Forum — a standalone app for Groups
  • Seller — a standalone Marketplace app
  • AI bedtime stories — an experimental feature for kids’ storytelling
  • Meta AI for Mac — a desktop version of its AI assistant

That’s a lot of new products in a short window. And Pocket is the one getting the most attention right now.

What happens to the original Gizmo app?

With Pocket’s launch, Meta is shutting down the original app acquired from Atma Sciences. Gizmo, as it was known, is being sunset. Josh Siegel, the founder of Atma Sciences, shared his thoughts on X: “It’s bittersweet to shut down Gizmo, a labor of love by so many people for the last couple years, but I’m excited for Pocket and what’s next.” He also reflected on his journey, saying, “Starting a company is something I wanted to do for a long time, and it was way more fun than I imagined.”

That’s the reality of acquisitions — the original product often fades, but the team and ideas live on in the new platform. For fans of Gizmo, Pocket is the next chapter.

Why this matters for the future of AI gaming

Pocket isn’t just a toy. It’s a signal of where Meta thinks AI creation is headed. The company is betting that everyday users want to make things, not just consume them. And with AI handling the heavy lifting, the barrier to entry is nearly zero.

Will Pocket become a hit? Hard to say. But the pattern is clear: Meta is throwing ideas at the wall, seeing what sticks, and using AI to speed up the process. If vibe-coding games catch on, Pocket could be the start of something bigger. If not, Meta will simply move on to the next experiment.

Either way, US users can now try Pocket for themselves. Open the app, type a prompt, and see what you can create. The feed is waiting.

Continue Reading

How To

How to Download Music to Apple Watch for Offline Listening

Published

on

download music to Apple Watch

Why Bother With Music on Your Wrist?

There’s something liberating about leaving the house without your iPhone. No pocket bulge, no fear of dropping it mid-run. Your Apple Watch can hold a decent music library, and with Bluetooth headphones, it becomes a standalone jukebox.

Both Apple Music and Spotify support offline playback on the watch. That means your favorite tracks stay with you, even when the cellular signal doesn’t. Here’s how to set it all up.

Start With Your iPhone: The Classic Sync Route

The easiest way to get music onto your watch is through your iPhone. It gives you granular control over what gets transferred. You pick the albums and playlists; the watch does the rest.

Adding Music Through the Apple Watch App

Apple’s sync process is straightforward, but it’s hidden inside the Watch app. Follow these steps:

  1. Open the Apple Watch app on your iPhone.
  2. Tap My Watch at the bottom.
  3. Scroll down and select Music.
  4. Tap Add Music under the playlists section.
  5. Browse through your library and pick what you want.
  6. Tap the + button next to each item.

Keep the watch close to the iPhone during the transfer. The sync happens automatically when both devices are within range. Large playlists take longer, so be patient.

Create a Dedicated Watch Playlist

Syncing your entire library is overkill. Your watch has limited storage. Instead, build a playlist specifically for offline use. Open the Music app on your iPhone, create a new playlist, and drop in the tracks you actually listen to.

Make one for the gym — high-energy stuff. Make another for your commute. This keeps the watch organized and ensures you’re not wasting space on songs you skip anyway.

Download Directly on Apple Watch (No iPhone Needed)

Apple Music subscribers have a trick up their sleeve: direct downloads on the watch itself. If you have a cellular model, you can browse and download music without ever touching your phone.

Find and Add Music on the Watch

Here’s how it works:

  1. Open the Music app on your Apple Watch.
  2. Browse the Home screen for recommendations.
  3. Tap Search to find something specific.
  4. Open the album or playlist you want.
  5. Tap the More Options button (the three dots).
  6. Select Add to Library.

Wait for the confirmation. At this point, the music is added but not downloaded. Streaming still requires an internet connection.

Download for Offline Playback

Adding and downloading are two different things. To actually store music on the watch:

  1. Open the album or playlist you just added.
  2. Tap the More Options button again.
  3. Choose Download.
  4. Wait for the progress ring to complete.

Once the download finishes, the music plays without any connection. Perfect for workouts, hikes, or any time you want to ditch the phone.

Let Apple Music Auto-Fill Your Watch

Apple Music can also take the wheel. If you haven’t chosen your own music, the watch may automatically sync recently played songs or recommended tracks based on your listening history. It’s a decent fallback for new users who don’t know where to start.

Spotify: Premium Required, But Worth It

Spotify works on Apple Watch, but there’s a catch: you need a Spotify Premium subscription. Free accounts can’t download music for offline listening. If you’re a Premium user, here’s the drill:

  1. Open the Spotify app on your Apple Watch.
  2. Swipe left to access Your Library.
  3. Choose a playlist or album.
  4. Tap the three dots next to it.
  5. Select Download to Apple Watch.

Wait for the download to finish. Then you’re free to play those tracks without a connection. Just remember: watch storage fills up fast with Spotify downloads. Keep your selections small and focused.

Set Up a Workout Playlist for Automatic Playback

If you use the Workout app, you can have it start your favorite playlist automatically when you begin a session. No fumbling with the Music app mid-run. Here’s how to set it up:

  1. Open the Apple Watch app on your iPhone.
  2. Tap Workout.
  3. Scroll to Workout Playlist.
  4. Select the playlist you want to use.

Now, every time you start a workout, the music kicks in automatically. It’s one less thing to think about when you’re trying to hit your pace.

Connect Bluetooth Headphones and Manage Storage

Downloaded music is useless without a way to hear it. Pair your Bluetooth headphones or speakers directly with the watch. Put them in pairing mode, then:

  1. Open Settings on the watch.
  2. Tap Bluetooth.
  3. Wait for your device to appear.
  4. Tap it to connect.

Once paired, audio routes to your headphones automatically. This is the setup that makes phone-free runs possible.

Free Up Space When Needed

Watch storage is precious. If you need to remove music, do it from the iPhone:

  1. Open the Apple Watch app.
  2. Go to My Watch > Music.
  3. Tap Edit.
  4. Hit Delete next to any items you no longer need.

Removing old playlists makes room for new ones. It also keeps the watch from getting sluggish.

Watch Battery During Downloads

Downloading music eats battery. If you’re transferring a large playlist, consider doing it while the watch is charging. This prevents unnecessary drain and ensures the download completes without interruption.

When Downloads Fail: Quick Troubleshooting

Most of the time, downloads just work. But when they don’t, run through this checklist:

  • Check available storage on the watch.
  • Keep the watch close to the iPhone during sync.
  • Confirm your internet connection is stable.
  • Verify your Apple Music or Spotify Premium subscription is active.
  • Restart both devices if nothing else works.
  • Make sure both devices are updated to the latest software.

These simple checks resolve the vast majority of issues. If problems persist, it’s worth checking Apple’s support pages for known issues.

Final Thoughts

Downloading music to Apple Watch is a small setup that pays off big. Whether you’re syncing from your iPhone, downloading directly, or using Spotify Premium, the result is the same: your music goes where you go, without the phone.

Start with a small playlist, pair your headphones, and test it out. Once you experience a phone-free run with your favorite tracks, you won’t go back.

Continue Reading

Trending