689

cross-posted from: https://lemmy.ml/post/48806122

A license verification certificate expires and when it expires, Microsoft Office for Mac assumes it's unlicensed even if it has been fully paid for.

So, any idiot who paid for Office 2019 for Mac "perpetual" will lose access to it next month.

The same will happen with Office 2021 and Office 2024 in the future.

Pirates are unaffected, only who paid for the product gets punished

Good job ๐Ÿ‘๐Ÿป

you are viewing a single comment's thread
view the rest of the comments
[-] Dvixen@lemmy.world 1 points 11 hours ago

Mint. I've gotten the popping/crackling to a minimum, but it's still happening occasionally. (Oddly it happens most often with games that have sound disabled both by OS and via in game)

[-] scrubbles@poptalk.scrubbles.tech 1 points 6 hours ago

It was annoying enough I saved it, I highly recommend starting some sort of docs setup so future you can remember how you fixed things. This fixed it for me, granted I was on pop but both Ubuntu based so same layers underneath.

Audio Crackling

You can fix this by increasing the minimum audio buffer size, which, in turn, will increase the overall audio latency.

It's not good for real-time professional audio recording, but it won't hurt the general gaming and multimedia experience unless you use a very high value to the point it leads to a noticeable desync with video. Test with a greater minimum quantum

This takes effect immediately, but it won't persist across reboots.

This worked for me

pw-metadata -n settings 0 clock.min-quantum 2048

Increasing the minimum quantum permanently

The default is 1024.

cat << EOF > ~/.config/pipewire/pipewire.conf.d/fix-crackle.conf context.properties = { default.clock.min-quantum = 2048 } EOF
systemctl --user restart pipewire wireplumber

You can revert this by just deleting the file. Alternative method

This will improve the handling of low-latency audio at the expense of overall higher CPU usage and with that, power usage.

sudo kernelstub -a threadirqs reboot

this post was submitted on 17 Jun 2026
689 points (90.5% liked)

Technology

85515 readers
4697 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS