unknownuserunknownlocation

  • 1 Post
  • 87 Comments
Joined 3 months ago
cake
Cake day: August 1st, 2025

help-circle






  • Should we be able to? Absofuckinglutely.

    Unfortunately, it’s another casualty of the looks of the device OS being part of the brand. Essentially: if you chose a font that countered the brand look Google (or even more so Apple) is striving to maintain, you would decrease the value of their brand. So they don’t let you. Remember the first iPhones? You couldn’t set a wallpaper. The background was black. Period. It would have been perfectly possible to allow a user to set a wallpaper. But when the wallpaper was black, anyone seeing the iPhone’s home screen could immediately recognize it as an iPhone. It took four fucking iPhone generations until you could change the wallpaper. Not being able to change the font is that concept, but on not quite as many steroids.

    Is it stupid? Absolutely. Unfortunately, it’s probably not going to change any time soon, because it seems this branding works for those companies, users be damned.

    God, I hope Linux phones get more usable, and fast.



  • First off: if, then he wouldn’t be a pedophile but a hebephile. Small, but important difference.

    Second: there are the laws. If you’re breaking laws, it could quickly become a problem (obviously).

    But finally, what you were actually getting to: it really depends. There are plenty of age cases that are unacceptable no matter what (e.g. if he were 25 instead of 19, for instance). People mature differently. I’ve met people who were 16 where you could think they were 20, and vice-versa. If one is much more mature than the other, than you have a power imbalance, and that’s the problem. And that can happen with two people of the same age, as well (although it’s less likely).

    So, no, 16 and 19 isn’t necessarily wrong, per se. The question is: is the relationship in question problematic?




  • In Germany you’re also responsible for the safety of your passengers. If you get pulled over and someone in your car is not wearing a seat belt, you will get fined. You’re driving a multi-ton death machine, you’re responsible for taking care of the people in it.

    Also, someone not being buckled can be a danger for other people as well. Depending on the accident an unbuckled Person can become a projectile and severely injure or kill others.




    1. Learn different programming paradigms and approaches. Learn Java or C# to learn object-oriented programming. Learn Haskell to understand functional programming. Learn C to understand low-level programming. Learn C++ to see the wealth of opportunities a programming language can offer. Learn Assembly to understand what happens when your code gets compiled and how computers work on a very basic level. Learn Rust to learn about memory- and thread safety. You don’t have to be an expert in all of these, but a basic understanding can be really helpful (for instance, the C++ code I wrote significantly improved after learning Haskell and functional programming, even though I will probably never write an actual program in Haskell).
    2. Learn about programming practices. Learn about test driven development. Learn about fuzzing. Learn about penetration testing. Essentially make sure you’re not only learning the actual programming itself, but everything the comes (or should come) with it.
    3. Most importantly: practice, practice, practice. Find an open source project that you like and improve something. Fix a bug. Add a requested feature. Learn how to work with others on programming tasks. Ideally you have an open source project that you use and would like to see a bug fixed or a feature implemented - talk with the devs, make a PR, and don’t get frustrated if they criticize your code - learn from it (but also accept that some devs are self-centered or don’t want help - in that case, choose another project or fork the project).