Thinking about it we may actually have less breakage now as Blizzard has started selling Diablo 4 on Steam provided they implement it well. Does that version come with battle.net launcher as mandatory or is that requirement foregone beside account linking?
I've noticed notifications are working sporadically now for quite some time (at least half a year now) for both Android (both Play store version and APK) and iOS from my experience. Only on the deskptop version of it are notifications instant, hope they will fix it at some point
Bought Hogwarts Legacy a week or so on a deep discount and I'm enjoying the hell of it. During december I traditionally watch the Harry Potter movies so now I expanded to the game. So far it might be my game of the year since I didn't try Baldur's gate 3 yet, I'll pick that one up on a sale later on. I'm taking my time and explore every nook and cranny in the game. I was hyped for Diablo 4 as a long time devotee but in it's current form it's simply not fun and needs quire a rework for me to pick it up sadly. The atmosphere, visuals, music, even combat is spot on but it lost way too much on other fronts. Starfield is another game which I put on hold as I simply didn't continue the game at some point, will probably resume it after a few more patches.
Wait I was under the impression that some time ago they lifted the embargo as US-Cuba relations have improved a bit. A man would think raising an embargo would improve relations even more /sigh
Thank you for conforming, just ordered the earpods
Thank you for the detailed testing, that helped!
Man you just nudged me to it, will definitely try it out with my Legion together with PopOS as I'm fed up lately with Windows 11 lately, saving this post for later. I do very much like and prefer KDE, didn't Mint have a KDE integrated release at some point or am I going senile? EDIT: definitely not senile, they had it as an option until 19, bummer
Thank you very much for this, finally managed to disable and rebind some remote buttons for apps that Ive already nuked off the TV. Works great with some workarounds.
Thanks for the heads up, I'm distro hopping these days and looking for options on where to settle
I blame people's shorter attention spans for it, to a degree I'm also guilty of it. Can't read a book nowadays before my focus shifts somewhere else.
I similarly made two functions depending on the use case (see comments in code) and saved them in Powershell's default profile (Microsoft.PowerShell_profile.ps1) so I can invoke them with just one word directly in commandline, works great 👌
function Vid {
param (
[Parameter(Mandatory=$true)]
[string]$link
)
yt-dlp -P "$env:USERPROFILE\Downloads" $link -S "res:1080,br" --embed-subs --sub-langs all,-live_chat --remux mp4
} #Downloads videos using yt-dlp limited to 1080p; usage Vid YT_URL
function VidFull {
param (
[Parameter(Mandatory=$true)]
[string]$link
)
yt-dlp -P "$env:USERPROFILE\Downloads" $link --embed-subs --sub-langs all,-live_chat --remux mp4
} #Downloads videos using yt-dlp in maximum quality; usage VidFull YT_URL
Damn, didn't occur to me at all, I do use MicroG, but that still doesn't explain late notifications on the iPhone. This is going on for quite some time, friends also report the same issues regardless of plaform