[-] PotatoesFall@discuss.tchncs.de 46 points 13 hours ago

Yeah leftists and environmentalists famously hate railways 🤨

I think mandating search is good but they should have a clause for a case like yours

I really appreciate the effort and the energy but uhh wtf buddy

[-] PotatoesFall@discuss.tchncs.de 21 points 2 days ago

Know you how man makes a grammatically correct question on English?

Yeah I was a big fan when I was young, such an unexpected character arc.

[-] PotatoesFall@discuss.tchncs.de 33 points 3 days ago

I feel like automatic breaking on a bike would be dangerous since there is balance involved?

I love bees. Most kinds rarely sting you if ever. Most wasp types are chill to. It's mostly the Vespa and Vespula genus that has the assholes in it. If the torso gets wide immediately right after the slender waist, that's how you know you most likely got an asshole on your hands.

I don't see racial abuse. In fact, I don't see anything

those last two panels really rounded off that joke like mustard on an apple pie

54
ich👮iel (mainz.social)

I just like a working, customizable PC that I'm in control of. KDE Plasma Desktop is everything Windows should have been, and it's actually for me to control, it's free, and it doesn't push BS on me. Fedora btw

[-] PotatoesFall@discuss.tchncs.de 13 points 6 days ago

LLMs can be good for troubleshooting, but if the first suggestion doesn't work, the 10th won't either. Never do any LLM "fixes" that you don't know are reversible.

10
Why is it x.* but not x.& ? (discuss.tchncs.de)

I'm currently learning the language, and I was wondering about this design quirk.

Basically, if we have a variable x which is a pointer, we use x.* to get the value. This is much better than using * as a prefix, since the * might need to be applied to anything in the chain for complex access. I see the usecase.

For example something like

(*(*pointer_to_struct).struct_field_ptr).struct_field

is much more clearly written as

pointer_to_struct.*.struct_field_ptr.*.struct_field

But then it feels really inconsistent that we don't do the same for taking a reference with &. Sure, we only ever take one reference of the entire value, so we don't have the same problem as above, but:

We still have the issue that the & is not next to the value being dereferenced:

&some_ptr.*.some_array_struct_field[5].target

this takes the address of the target struct field, which is on the opposite side of the expression.

It also just feels inconsistent.

Additionally, I think the type declaration for a pointer should be &u8, not *u8. Since the & character is semantically equivalent to "address of", and * is more like "value at address".

Thoughts?

75
572
14

9.1 GB is pretty big for an ISO. I don't think I've ever waited 2 hours to download a distro

1025
klown show 6 x-treme (thelemmy.club)
272
pants rule (thelemmy.club)
-8
submitted 4 months ago* (last edited 4 months ago) by PotatoesFall@discuss.tchncs.de to c/fairphone@lemmy.ml
36

cross-posted from: https://discuss.tchncs.de/post/55388559

I made the mistake of believing some dumb guide online that recommended the Razer BlackShark v2 Pro for Linux. Literally the volume control is broken out of the box lol.

I just want a wireless headset. For listening to audio. And a mic. Don't care for fancy features. Apparently too much to ask for a linux user.

What are y'all using and how is it working for you?

109

I made the mistake of believing some dumb guide online that recommended the Razer BlackShark v2 Pro for Linux. Literally the volume control is broken out of the box lol.

I just want a wireless headset. For listening to audio. And a mic. Don't care for fancy features. Apparently too much to ask for a linux user.

What are y'all using and how is it working for you?

152
Windows-coded error (thelemmy.club)

Apparently, importing ~/.config/kglobalshortcutsrc is enough for the shortcut to show up in the System Settings, but not enough to load the shortcut. Disabling, applying and re-enabling and applying again also doesn't help, and neither does re-assigning to the same shortcut, which resulted in this lovely error dialog.

156
Fire and Ash (discuss.tchncs.de)
view more: next ›

PotatoesFall

0 post score
0 comment score
joined 3 years ago