[-] [email protected] 7 points 1 year ago

Exactly. I'm now on 4 years old Samsung S10e, with replaced battery and display, because I can't see myself using ANY of the new phones. All of them are so giant and heavy, and I already feel like I'd like something smaller than my current one... I guess the Fairphone philosophy wins anyway, hehe.

[-] [email protected] 14 points 1 year ago

Post the first thing that comes to your mind in [email protected]. Oh, wait...

[-] [email protected] 18 points 1 year ago

Paper uses pigments, it just reflects the ambient light. Screens however actively emit light.

Let's compare screens to sky. What is easier for your eyes, to stare at a flying airplane during daylight, or to watch stars at night?

[-] [email protected] 14 points 1 year ago

This is one of the rare instances when I'm glad I have Samsung with their custom UI. I have to sometimes use a Pixel phone, and those new Android 12 settings tiles overall are just mind-boggling. It feels like a change just for the sake of change, ordered by marketing department or something.

[-] [email protected] 6 points 1 year ago

To me it sounds like guys in Polish uniforms are about to attack a radio tower, haha.

[-] [email protected] 8 points 1 year ago

This really needs a screen recording of it in action.

[-] [email protected] 10 points 1 year ago

Uhm, it kinda does? On the Home page you have Daily mixes, which are pretty well grouped, and some other playlists. Although those seem to be based on your history rather than liked songs, which I personally prefer anyway.

[-] [email protected] 5 points 1 year ago

This is such a stupid minor thing, but it's what made me switch from Ubuntu to Fedora, haha.

[-] [email protected] 5 points 1 year ago

Fedora uses DNF, with rpms under the hood, not sure how that works, haha. Honestly I have no problems with it. I'm no power user, but it does everything I need. The only downside being kinda slow repo fetches.

[-] [email protected] 20 points 1 year ago

This peak is obviously because of the update, but why is it keep getting more popular in general in the last 3 years? It was on downward trend before that. What changed?

3
submitted 1 year ago by [email protected] to c/[email protected]

Just joking, haha. But it would be nice to reduce lanes or try something similar in ohter streets. What do you think?

12
submitted 1 year ago by [email protected] to c/[email protected]

I bumped into this interesting behavior around unsigned types. At first I was confused why UInt doesn't extend Number, but as I was experimenting, it got weirder. It sometimes is a Number (see case c below) and sometimes isn't (see case d)?!

val a: Int = 12
a is Number // true

val b: UInt = 12u
b is Number // doesn't compile, `Incompatible types: Number and UInt`

val c: UInt = 12u
(c as Any) is Number // true, Idea says "No cast needed"

val d: Any = 12u
d is Number // false

I guess this is partly legacy of Java, which doesn't have unsigned types, and partly effect of UInt being value class. I'm curious if someone has a deeper explanation.

[-] [email protected] 5 points 1 year ago

Co je spatne s timto na lemmy.world?

[-] [email protected] 8 points 1 year ago

I honestly think this should be the standard for all binding referendums with answers "keep it as it is" / "change it". Maybe not 75% but at least 55%. Implementing a change at 50% is so ridiculous. It can swing around by a single news story, weather at the polling date etc.

view more: next ›

SillyBanana

joined 1 year ago