• 0 Posts
  • 14 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle
  • Bavaria was a very agricultural heavy state, that made a few things right in the last few hounded years. Bavaria has like every over German state a long and rich independent history. Only Bavarian nationalists dream of an independent Bavaria. Hitler joined the NSDAP in Munich and it was one of it’s early strongholds. Most German cities were destroyed in WWII. Germany did not “pay” reparations, because they still had a lot of open dept from WWI. They paid with land, factories, infrastructure and forced labor. What the guide meant was probably the so-called “soli”. It is a special tax that was levied from former Westgerman states to support former GDR states, which did not develop as much under the socialist rule. That tax was and is controversial and was changed to nowadays only applie to richer people.

    Bavaria was always a big state in german, that tries to play a special role. Especially their main party the CSU participated in German politics, while enforcing predominantly Bavarian Interests. These methodes were obviously anti democratic but only borderline illegal and forced the government to restructure the parliament.

    So yea. I grew up in Bavaria and I get why most Germans are quite annoyed with bavarians.

    It is the German Texas.





  • Less.

    I was the guy with all my keys and fat wallet with all cards and phone + Multitool knife.

    Then I got inspired by my sister that travels a lot and tries to optimize for what she REALLY needs.

    First I realized that most of my wallet is useless. I started carrying a smaller flip style one with my most used cards and some cash.

    Then I reduced my keys to a carabiner with sorted keysets on keyrings, so I carry only the needed ones. Home + bike + cellar for daily use. Home + family keys for vacations. Home for going out. Added a very small key knife and a bottle opener that is part of my daily driver but left when not needed/forbidden.

    The current setup is a phonecaee with space for 4 cards and maybe 3-4 bills. And my key setup. Yes you have to remember to take some Special thing. But usually I have my old wallet in my backpack when traveling or when needed.

    Sometimes less is more.




  • While I never used tiktok: why FB and not TikTok? Or did it get so much worse since I stopped using it 10 years ago?

    Edit fb is terrible because boomers hunt for you there and the “everyone’s life is so fucking perfect” thing makes you depressive. Especially because it mostly shows you people you know in Reallife. But since everyone started sharing TikTok shit I have a feeling that it is:

    • a social media, so everyone tries to be something they are not.
    • the short content kills your attention span.
    • the content makes you measurably more stupid (fucking YouTube shorts are the same)
    • the algorithm get’s even more data, because it measures how you react to stuff and not only what you and others share
    • controlled by the CCP, so I suspect some agenda (look up what TikTok is like in china, it is effectively another program (interesting and educational stuff mixed with chinese propaganda))
    • still growing while fb is officially growing but like more and more people I know stopped using it. Could be bubble, could be that new markets are opening and some regions are declining, could be active users leaving but bots are being counted.

    But that is just my opinion man…







  • While GitHub can do a lot of funky stuff, a GitHub “repo” it is effictivly an project folder. So usually if you open a project (usually called “creatorname/Projectname”), there is a bunch of files. Below that is usually the documentation. It Is part of the project but GitHub is so nice to render it for you. Usually there should be an explanation what this project is and usually a rough explanation what to do with it. I say rough because depending on the popularity and the target audience you get everything from “download here for your OS” buttons to “adapt for your usecase compile with gcc and have fun”

    As a user that is kind of it.

    Above the files are usually a few tabs.

    Code are the files. On the right side is this green button with “get the code” where you can download a zip. But you can usually open the files online and see the raw contents.

    Issues are bugs people reported that are in various states or being fixed (or not).

    Pull requests are people that contributed code and want the maintainer to review and hopefully integrate into the project.

    GitHub uses git for cooperative development. but git is complicated, not necessary to use programs shared in github and while I can use it, I am far from proficient enough to explain it on the the internet.