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/)J
Posts
6
Comments
1640
Joined
3 yr. ago

  • I'm definitely a big outlier, I was always pretty bad at foreign languages in school, and I was in a very english-heavy daily environment. I have social anxiety too so I just switch to English whenever I'm worried I'll say something wrong.

    I studied Swedish in an international gymnasium and then barely passed Svenska som andra språk III in Komvux during the first 3 years I lived in Sweden and I would say I was at a B1 level after that. I went to English-language university and worked in IT afterwards so I wasn't speaking Swedish on a daily basis, just some jobs where we would have the occasional Swedish meeting or I would send some emails in Swedish. After 10 years though I got a Swedish-language government IT job and my Swedish has improved a ton in just a few months. Nowadays after 11 years I'm definitely a C1 or C2. I might trip up and sound foreign on some complex topics, and I definitely still have an American accent, but I basically speak like a native. But yeah, it is very rare to not be able to speak English with someone on the street, but of course, it is important to learn Swedish to make social environments, paperwork, and work easier.

    I would say Swedish is probably the easiest foreign language to learn as an English speaker. The sounds are quite straightforward or can be approximated, the grammar is super simplified and nearly identical to English, and most of the vocabulary are cognates with English. A lot of words can be verbified or adjectified so the vocabulary comes quick. Both Swedish and English are germanic languages with tons of French loan words so the overlap is huge.

  • It's not going to make a meaningful difference in your threat model and it will cause a lot of hassle for extra configuration and broken docker images, so I wouldn't bother.

    There is some nice tooling for transparent user name spaces coming down the pipeline in Kubernetes which will be a nice 0-effort security upgrade, but if you don't have the tooling, I would say it's not worth it.

    https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/

  • SSDs are getting crazy cheap.

    If you need 10tb of storage, you could get 2x used 10tb hdds in raid 1 for $200, but 6x used 2tb nvme in raid 5 is only $600 and 100x faster. Both take up the same amount of space.

  • Hetzner Storage box is $20/month for 10tb.

  • The moving parts could disturb MIMO

  • Almost as if they only believe in a free market when it benefits them

  • Can confirm, took me way too long to become fluent in Swedish because I just talked English with everyone 😅

    I definitely recommend practicing the language though, it's very important for social interactions, official stuff, and many careers.

    Välkommen!

  • It is insane that Sweden has managed to export this problem to the US

  • They literally campaigned on a slogan saying that doubling the prison time would cut crime in half. Insanity.

  • oops

    Jump
  • There are probably some with sand and other hard minerals, I think Dove had some soaps with aluminum oxide in it?

  • Being smug over the meanings of words that aren't ever actually used in a consistent way is even more American.

    Um actually, Strawberries are not a berry, it's a Gameboy, not a Nintendo, and I lick toads. Can you go to the bathroom?

    The only thing similar that I have experienced in Europe is the protected food name law, e.g. Champagne and Parmesan, but that's an EU cultural protectionism law that the US doesn't actually follow.

    https://en.m.wikipedia.org/wiki/Geographical_indications_and_traditional_specialities_in_the_European_Union

  • Deleted

    Forewarning

    Jump
  • AI

  • Then you'd probably swing your sword around and get it stuck in the wall and die. Rapiers and polearms are probably better in tight spaces against unarmored opponents. Polearms are just always better in general if you don't have sword training.

    It's like comparing a shotgun to a AR-15 pistol. Sure, the pistol is more compact, has more power, and will put more rounds downrange, but they're all going to be in the ceiling if you haven't trained with it. The shotgun will be more effective.

  • Easy fix, just have the AI summarize what happened in the last week for you so you don't confuse it with multiple languages. Now you don't have to talk and the other person doesn't have to listen!

  • I expected an option that replaces Aunt Janet with an AI voice that summarizes each sentence. Gotta justify all this money on AI somehow.

    1. Yes.
    2. Yes, and if you want custom configuration, you can include your configuration in-line in the same file that installs the http server and sets up systemd for it. Or you can even write your own module that drops configuration files in the same file.
    3. Home-manager modules are modules that run stuff exclusively in ~, doing things like configuring browsers or dotfiles. As opposed to NixOS modules which configure system-level daemons.