Bienenvolk

@Bienenvolk@feddit.de
0 Post – 10 Comments
Joined 12 months ago

Stick, what use would have a rock?

1 more...

Tl;dr: Stick in a USB cable and the other side gets your console.

It absolutely is. Had a great time with my girlfriend, who normally doesn't play at all.

That is possible indeed! For more context, you can look up "static linking vs dynamic linking"

Tldr: Static linking: all dependencies get baked into the final binary Dynamic linking: the binary searches for libraries in your system's PATH and loads them dynamically at runtime

Out of interest, are there good resources on archiving those optimisations when rooting you would recommend? I'm low key interested in cracking android open when I'll have to buy a new phone eventually but haven't yet looked into the topic.

On a serious note tho, I never understood the benefits of GNU's spaces after functions. I don't really mind most of the rest but I just don't get the benefits of 'funcname (arg)' vs. 'funcname(arg)'. Is there a specific reason for this? Personally, I find this to reduce readability because I have to think for a split second whether I'm looking at a variable or a function call.

Of cause this is also due to my habits, but I'm curious as to what the reasoning is.

1 more...

How the heck did you trace the problem down to the amount of groups the user was in?

1 more...

Sword!

Holy cow, lucky you! o.O

Fair enough if the GNU dudes valued consistent spacing more than taking function calls as one "logical block". Not my cup of tea but that's what configurable auto formatting is for.