Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KS
Posts
4
Comments
326
Joined
2 yr. ago

  • Part of it could also be that Germany is exporting a lot of goods, so the wealth is accumulated in Germany but the profits are realized abroad, lending itself to the tax evasion. This situation is probably a result of what you described.

  • To be honest, getting a majority to agree that the youth should do what most other generations did seems easier than taking money out of other budgets. Even before Russias attack there had been calls to make every young person do a year or Service for society. The plan was more socially beneficial back then but the sentiment of just ignoring what the younger generation wants isn't new

  • Also, and it's kinda insane to me that not more people do this: just grow any plant on the sides of your house. If you are worried about your walls build a cheap metal fence a few centimetres before that wall. It's the cheapest insulation you can get.

    Wild wine, ivy, anything that will climb and live more than a year would work.

  • This point advocates against the use of mod with content in a file unless it is used for a testing module. A common pattern is to have the unit tests for a module inside the main module file. Tests in rust are just specially tagged functions. To avoid compilation costs in non-test builds and false unused code warnings you can put all test related code in a submodule and tag that module with #[cfg(test)]. That way the module will only be included and compiled if the crate is being compiled to run tests.

    The Star wars thing refers to scrolling long text files similar to the intro of the starwars movies where a long text is scrolled for the viewer.

  • That question is a prime example of a bad question for surveying anything. "Too many" is a relative question but it does not say what we should relate it to. I think the amount of people coming here are overwhelming our structures we have for integration. But the solution in my mind can't be to stop people from coming here by force. Either we invest a lot more into integration so we stop being overwhelmed or we invest more into developing peace and prosperity outside of Europe. Answering this question with yes will lump me in with people saying yes because they just flat out don't want outsiders in their country.

  • mod name declares that the module should be compiled and reachable as a submodule of the current module. This assumes that you have a file or directory of the name in the right place. This is what you should do.

    You can also declare a module like this: mod name {...} where you just put the content in the block. The two are functionally equivalent, from the compilers perspective.

  • That's one part of the lesson here yes. I definitely needed a minute to figure out why this whole thing caused a negative emotion in me. And going through this process will hopefully help me do it quicker the next time over. But on the other hand a bit of empathy for humans behaving like humans wouldn't hurt either. It's no wonder men react to the topic like they do, identifying with the person in a scenario sharing your gender is simply how human brains work. It's why representation of diversity is important, but the same effect obviously also works on men.

  • I think this is an important point on the interpretation of the question. For women it seems like "Be in the wild with the worst possible man or the worst possible bear" and then the bear seems to "win". If you ask a guy he naturally kind of identifies with the man and the question becomes more a "be in the wild with you or with a bear". And then choosing the bear seems like a judgement about them.

  • How was that not your first comment instead of that horrible first comment? This is a very nuanced view on the topic i didn't expect from someone that said "the US has nothing to do with the war in Gaza".

    I'm not a USA citizen so I won't comment on the rest.

  • One example where that doesn't seem to work is public infrastructure. There is just no way to make this profitable and simultaneously provide a service that actually meets the needs of the public in terms of availability and price.

  • You'd rather entrust almost every aspect of your live to the benevolence of some people that do not have any oversight by the populous that they have power over by the means of controlling the capital?