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/)I
Posts
2
Comments
220
Joined
3 yr. ago

  • Nightfish (known for their hit single Fishmaster)

    HAMSTERA DENTISTHARD PЯ0NSEVEN SEAGULLSWARRIORTHIS RIFLEIN METHE FISHMASTER

  • Knightwish

    For if they want to lean more into their Power Metal credentials

  • I don't know, that could be the dog parody we all need.

  • And so... The factory grows...

  • With just one letter? How? Addition? Substitution? Removal?

    Anyway, here's:

    Irony Maiden

  • I just noticed I got mine.

  • That still leaves the question: where does he link to?

  • LPT: find a plausible excuse to leave gatherings in a way that seems outside your control. This gives you an exit without seeming impolite. Between my parents, if one starts asking about the dogs, that's their cue to start leaving. If they leave because "they need to take care of the dogs," the hosts won't have to know whether that means "we'd have loved to stay here but unfortunately, duty calls" or "we'd rather be spending time with our dogs than you guys."

  • A city. Or a small town with city level amenities and reachability. Some place where I don't need a car for regular and even some irregular errands.

    I'm quite pleased with where I am right now, a provincial capital in NL. If I'd have to scale down, Houten looks quite promising. If I'd be forced to scale up and leave the country, the four places that pop to my mind that interest me are Freiburg (DE), Vienna (AT), Helsinki (FI) and Oslo (NO).

  • ÂÁÀÁȂ A̋ÅÂÂA A̋ẢÀÁ A̦ÅÄ ÄA̯

  • Or well-pasturised. UHT is what I call "baking milk," because UHT adds a rather unpleasant flavour note which results from heating, which is fine in baked goods but not nice to drink.

  • NSFW Deleted

    Permanently Deleted

    Jump
  • Understandable, have a nice day ✌️

  • NSFW Deleted

    Permanently Deleted

    Jump
  • And you know this how exactly?

  • What’s weirder is that muons turned out to be INCREDIBLY cute.

    They almost have "mew" in the name, it's like a kitten! 😻

  • The relevant xkcd strikes once more!

  • Tbf, Merge Sort has a Big O of n log (n) in all cases, so it's a pretty mid sorting algorithm in general, but it's conceptually straightforward and easy to explain to newbies.

  • Would ride if it was a rollercoaster.

  • Why does it feel like someone is posting or creating a copypasta...

  • If you want to zipper two sorted lists, you compare the first element of each list, pick that first, take the next element of that list, rinse & repeat until one list runs out and then just chuck the entire rest of the other list in the remaining space, even if that's just one element. Since your two initial lists are already sorted, you can trust the combined list to also be sorted.