HereIAm

joined 1 year ago
[–] HereIAm@lemmy.world 7 points 23 hours ago (1 children)

Buy videos are just a series of pictures. How do we sort this out...

[–] HereIAm@lemmy.world 2 points 2 days ago (1 children)

100% with you. "Left to right" as far as I can tell only exists to make otherwise "unsolvable" problems a kind of official solution. I personally feel like it is a bodge, and I would rather the correct solution for such a problem to be undefined.

[–] HereIAm@lemmy.world 3 points 2 days ago

I fully agree that if it comes down to "left to right" the problem really needs to be rewritten to be more clear. But I've just shown why that "rule" is a common part of these meme problems because it is so weird and quite esoteric.

[–] HereIAm@lemmy.world 2 points 2 days ago* (last edited 2 days ago) (1 children)

Except it does matter. I left some examples for another post with multiplication and division, I'll give you some addition and subtraction to see order matter with those operations as well.

Let's take:
1 + 2 - 3 + 4

Addition first:
(1 + 2) - (3 + 4)
3 - 7 = -4

Subtraction first:
1 + (2 - 3) + 4
1 + (-1) + 4 = 4

Right to left:
1 + (2 - (3 + 4))
1 + (2 - 7)
1 + (-5) = -4

Left to right:
((1 + 2) - 3) + 4
(3 - 3) + 4 = 4

Edit: You can argue that, for example, the addition first could be (1 + 2) + (-3 + 4) in which case it does end up as 4, but in my opinion that's another ambiguous case.

[–] HereIAm@lemmy.world 6 points 2 days ago* (last edited 2 days ago) (6 children)

So let's try out some different prioritization systems.

Left to right:

(((6 * 4) / 2) * 3) / 9
((24 / 2) * 3) / 9
(12 * 3) / 9
36 / 9 = 4

Right to left:

6 * (4 / (2 * (3 / 9)))  
6 * (4 / (2 * 0.333...))  
6 * (4 / 0.666...)  
6 * 6 = 36

Multiplication first:

(6 * 4) / (2 * 3) / 9  
24 / 6 / 9

Here the path divides again, we can do the left division or right division first.

Left first: 
(24 / 6) / 9  
4 / 9 = 0.444...

Right side first:  
24 / (6 / 9)  
24 / 0.666... = 36

And finally division first:

6 * (4 / 2) * (3 / 9)  
6 * 2 * 0.333...  
12 * 0.333.. = 4 

It's ambiguous which one of these is correct. Hence the best method we have for "correct" is left to right.

[–] HereIAm@lemmy.world 2 points 2 days ago

Mm, that is unfortunate! I personally keep a Windows install around for VR as well, nothing on Linux runs the Quest 3 quite as well as Virtual Desktop.

[–] HereIAm@lemmy.world 12 points 2 days ago (13 children)

The issue normally with these "trick" questions is the ambiguous nature of that division sign (not so much a problem here) or people not knowing to just go left to right when all operators are of the same priority. A common mistake is to think division is prioritised above multiplication, when it actually has the same priority. Someone should have included some parenthesis in PEDMAS aka. PE(DM)(AS) 😄

[–] HereIAm@lemmy.world 2 points 2 days ago (2 children)

The only problem with Nvidia is the lack Broadcast and Shadowplay. Not having their noise cancelling is unfortunate, but OBS can replace shadowplay. I know some people seem to have issues with Nvidia on Linux, but I believe they are a pretty small minority.

[–] HereIAm@lemmy.world 1 points 5 days ago

Well, you wouldn't get far even trying to run EA WRC on the steam deck, as they added kernel level anti cheat after launch so it's now incompatible with Linux.

[–] HereIAm@lemmy.world 8 points 1 week ago (1 children)

Denuvo will revoke your licence to play a game if it thinks you've installed the game on computers with different hardware. Issue is it gets confused by changing the proton version that runs the game, thinking it's a new install on a new computer, and so quickly bans you from playing the game.

[–] HereIAm@lemmy.world 0 points 1 week ago

Or Linux 😄 I really liked Game Pass though. Played some great games in there I would either have completely missed or have had to wait years for them to be discounted.

[–] HereIAm@lemmy.world 18 points 1 week ago

In addition to what others have said, you can search for "thinn blue line" for more info on it. Basically meant to be on support of the kind of cops that killed George Floyed.

 

So I want to swap off of Spotify. Most of the time it works great, but the annoyances with their UX are starting to build up. From not ordering albums in release order on certain screens, to having to wait a good few seconds before turning off their shuffle+, and their shuffle not being very shuffle-y to begin with.

I have a couple of requirements:

  • A decent Linux client.
  • Be able to easily select playback device from other devices (for example start playback on my PC from my phone).
  • Preferably pretty straightforward UX philosophy, i.e. haven't started going down any enshitification with AI, "we know best" kind of elements.

I don't particularly care for the highest of lossless quality audio. I don't posses any audio equipment where I would have any shot of telling the difference. As long as its not the experience I had with YouTube music where some random persons heavily compressed upload of a song would start playing.

My main contenders are Tidal, Qobuz, and deezer. The latter two I have very little experience with.

I've tried Tidal before, but my main gripe with it was scrolling through large playlists (about 2000 songs) was very slow, as it loaded in songs as you scrolled through (think endless scrolling on ddg or Lemmy) making it tedious to go to artists starting with a later character in the alphabet. Maybe it was just the Linux client, an issue on my machine, or if they've fixed it since, would be great to hear if any of you have had the same issue.

Qobuz and deezer I haven't really tried or heard much about from a users perspective.

I know some people swear by buying (or ship in under the jolly roger) all their music and use jellyfin or just local files for playback. I'm not very keen on that idea, the convince and discoverability of music on a streaming platform is what made me go to Spotify and away from winamp in the first place.

 

In a recent update to the HSBC app they've added a screen to prevent you from using the app unless you use the default (google) keyboard.

They do a similar thing if you have an accessibility service running that can access the screens content. A fair enough security warning if you've happened to install a dodgy keyboard app, but highly frustrating when using an open source alternative that enhances the security and privacy over the default option (HeliBoard in my case).

I haven't found a way to circumvent the page yet. It would be useful if Android allowed you to block the permission to query all packages, but alas.

 

But it seems to only do this in the home tab. Search and subscription tabs still show the view count.

Now I don't think view count is much of an indication of quality for a video, but the number of likes even less so. It varies quite a bit even on video to video from the same creator depending on if a like is called out for, or audience type.

Certainly not the most egregious change they've made, but a bit of an odd one I can't quite figure out why.

view more: next ›