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/)AN
Posts
7
Comments
763
Joined
2 yr. ago

  • Tips for those who want to share in my skill:

    • Chose a convex potato, with two almost but not entirely flat sides
    • Start on a the flattest side an peel in a short line along it, turn 180 and spiral around the peeled section until you are done
    • avoid sharp corners, they weaken the strip
    • the first and last turns are unavoidably sharp and therefore the hardest
    • the wider the strip is, the shorter in needs to be
  • That boolean can indicate if it's a fancy character, that way all ASCII characters are themselves but if the boolean is set it's something else. We could take the other symbol from a page of codes to fit the users language.
    Or we could let true mean that the character is larger, allowing us to transform all of unicode to a format consisting of 8 bits parts.

  • Schlechte Nachricht: Halb so viele Wohnungen auf dem Standort.
    Gute Nachricht: Die TVO ist ebenfalls betroffen und die hat hoffentlich nicht so viel öffentlichen Rückhalt wie Wohnungsbau.

    Ps: hat jemand eine Karte wie sich die Planung hiermit verändert hat?

  • It might also introduce spurious data dependencies

    Those need to be in the in smallest cache or a register anyway. If they are in registers, a modern, instruction reordering CPU will deal with that fine.

    to store a bit you now need to also read the old value of the byte that it's in.

    Many architectures read the cache line on write-miss.

    The only cases I can see, where byte sized bools seems better, are either using so few that all fit in one chache line anyways (in which case the performance will be great either way) or if you are repeatedly accessing a bitvector from multiple threads, in which case you should make sure that's actually what you want to be doing.

  • C/C++ considers an nonzero number, as your true value but false is only zero. This would allow you to guard against going from true to false via bit flip but not false to true.
    Other languages like rust define 0 to be false and 1 to be true and any other bit pattern to be invalid for bools.

  • They qualify under the local homestead law.
    But because that limits year over year increases (which I consider reasonable) and is reassessed after mayor upgrades (which they did) they now have a huge jump in taxes.

  • ich_iel

    Jump
  • Das beste Beispiel ist als Kreuzberg am Landwehrkanal eine große Grünfläche anlegen wollte. Sie hatten sogar schon das nötige Geld vom Bund aner der Senat hat nein gesagt und so sind weiterhin an beiden Ufern mehrspurige Straßen.

    Ein aktueller Ort wo Grünflächen, die der Bahn zustehen, und Wald direkt für Autos weichen müssen, ist die tangential Verbindung Ost.

    Edit: Eilmeldung! Jetzt werden von der berliner Verkehrsverwaltung die Poller auf Nebenstraßen (Verantwortungsbereich der Bezirke) weggenommen die Durchgangsverkehr in Kiezen verhindern, weil damit mehr Verkehr auf den Hauptstraßen (Verantwortungsbereich von Berlin) ist.

  • Wie war die Stimmung auf der Demo bei euch?

    In Berlin waren zwar einige Leute da, aber irgendwie hat die Energie gefehlt.
    Bei Sprechchören hat ein Großteil nicht mitgemacht und sie sind schnell verhallt.

  • The right to asylum was put into the constitution because many victims of the holocaust where denied entry to other counties before getting rounded up and killed.

    If a stranger is running down the street, chased by a guy with a blood soaked knife, would you let them in?

    Edit: spelling