โฒ 790 โผ Microsoft punishes idiots who purchased a "perpetual" license of Office 2019 for Mac by disabling it next month, pirates unaffected (www.theverge.com) submitted 2 months ago by FoxtrotDeltaTango@sh.itjust.works to c/technology@lemmy.world 136 comments fedilink hide all child comments 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 ๐๐ป
[โ] scrubbles@poptalk.scrubbles.tech 3 points 2 months ago (6 children) Welcome to the other side. Breathe the free air again permalink fedilink source parent hideshow 6 child comments replies: [โ] Dvixen@lemmy.world 1 point 2 months ago (5 children) Thanks! Still having some problems with sound popping, but had that under Windows. >.< permalink fedilink source parent hideshow 5 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago* (4 children) Which distro? I had a similar issue permalink fedilink source parent hideshow 4 child comments replies: [โ] Dvixen@lemmy.world 1 point 2 months ago (3 children) 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) permalink fedilink source parent hideshow 3 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 2 points 2 months ago (2 children) 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 permalink fedilink source parent hideshow 2 child comments replies: [โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] Dvixen@lemmy.world 1 point 2 months ago (5 children) Thanks! Still having some problems with sound popping, but had that under Windows. >.< permalink fedilink source parent hideshow 5 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago* (4 children) Which distro? I had a similar issue permalink fedilink source parent hideshow 4 child comments replies: [โ] Dvixen@lemmy.world 1 point 2 months ago (3 children) 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) permalink fedilink source parent hideshow 3 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 2 points 2 months ago (2 children) 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 permalink fedilink source parent hideshow 2 child comments replies: [โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago* (4 children) Which distro? I had a similar issue permalink fedilink source parent hideshow 4 child comments replies: [โ] Dvixen@lemmy.world 1 point 2 months ago (3 children) 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) permalink fedilink source parent hideshow 3 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 2 points 2 months ago (2 children) 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 permalink fedilink source parent hideshow 2 child comments replies: [โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] Dvixen@lemmy.world 1 point 2 months ago (3 children) 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) permalink fedilink source parent hideshow 3 child comments replies: [โ] scrubbles@poptalk.scrubbles.tech 2 points 2 months ago (2 children) 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 permalink fedilink source parent hideshow 2 child comments replies: [โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] scrubbles@poptalk.scrubbles.tech 2 points 2 months ago (2 children) 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 permalink fedilink source parent hideshow 2 child comments replies: [โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] Dvixen@lemmy.world 2 points 2 months ago (1 child) So far, so good. Thanks much for this! permalink fedilink source parent hideshow 1 child comment replies: [โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent
[โ] scrubbles@poptalk.scrubbles.tech 1 point 2 months ago Of course, welcome to the Linux community! permalink fedilink source parent