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

  • I've heard a lot of "it is what it is" in my time in Finland. I am probably returning soon for wappu/vappu.

  • Also ich würde behaupten, dass es in der Tat nicht sehr cool ist einfach in einer anderen Sprache zu antworten.

  • Es ist kein problem, wenn die Front abfällt schleppen wir das Schiff aus der Umwelt raus.

  • There are drivers for USB products written in JavaScript. Like the calibration tool for the PS5 controller and iirc a driver for a mini disk player

  • Aww, the poor turtle is trying their very best.

  • You probably have a skewed impression. This is common in some places like Germany, but it's far from the norm. (Even in Germany it's mostly telecom that does it for some reason.)

    Many ISPs only change the allocated IP only in cases like lost connections and some don't even do that giving out but not guaranteeing static IPs.

  • Can you get apocalypse insurance? I think I'm in the market for it.

  • No, no, no. It's the end of times. I can hear the trumpets of the apocalypse.

    Now Valve needs to release half life 3 and the world as we know it will truly perish.

    Jokes aside. I hope this means work on a UI overhaul can seriously begin.

  • Bias will always remain. I mean what would it even mean to be absolutely unbiased.

    There is no such thing as an unbiased text corpus.

  • C++

    Jump
  • The only way to make Rust segfault is by performing unsafe operations.

    Challange accepted. The following Rust code technically segfaults:

     
        
    fn stackover(a : i64) -> i64 {
        return stackover(a);
    }
    
    
    fn main() {
        println!("{}", stackover(100));
    }
    
      

    A stack overflow is technically a segmentation violation. At least on linux the program recives the SIGSEGV signal. This compiles and I am no rust dev but this does not use unsafe code, right?

    While the compiler shows a warning, the error message the program prints when run is not very helpfull IMHO:

     
        
    thread 'main' has overflowed its stack
    fatal runtime error: stack overflow
    [1]    45211 IOT instruction (core dumped)  ../target/debug/rust
    
      

    Edit: Even the compiler warning can be tricked by making it do recusion in pairs:

     
        
    fn stackover_a(a : i64) -> i64 {
        return stackover_b(a);
    }
    
    fn stackover_b(a : i64) -> i64 {
        return stackover_a(a);
    }
    
    fn main() {
        println!("{}", stackover_a(100));
    }
    
      

  • Lustig, dass du dir da so sicher bist, aber gut, leb mit deinen Scheinaussagen wenn es dich glücklich macht.

  • Ist dann die Idee des Werts eines Menschen für irgendwas nützlich? Deswegen habe ich ja zuerst nach deiner Auffassung gefragt was wert ist.

    Welche Entscheidung kann man treffen, welche folgerungen, wenn man sagt dieser Wert ist unendlich.

    Falls es keine gibt würde ich behaupten, dass das eine Scheinaussage ist, die keinen echten Inhalt besitzt.

  • Was ist für dich wert? Als jemand der sich etwas mit Mathematik auskennt, führen Unendlichkeit oft zu fiesen paradoxen.

    Ein Beispiel: Bob macht einen sehr schlechten Witz, das er einen Mord begeht wenn ihm sein Freund nicht all sein Geld gibt.

    Nun ist es unwahrscheinlich, dass er das wirklich gemeint hat. Das weiß der Freund auch aber da die Möglichkeit -- wenn auch noch so klein -- besteht, ist der Erwartungswert des ganzen unendlich negativ, wenn der Freund nicht wirklich all sein Geld abgibt. Denn etwas kleines mit unendlich multipliziert ist noch immer unendlich.

    Es folgert, das der Freund sein Geld abgeben sollte. Denn Geld hat ja laut dir einen endlichen wert.

    Ein weiteres Beispiel ist das bekannte Trolley Gedankenexperiment.

    Eine Straßenbahn ist außer Kontrolle geraten und droht, fünf Personen zu überrollen. Durch Umstellen einer Weiche kann die Straßenbahn auf ein anderes Gleis umgeleitet werden. Unglücklicherweise befindet sich dort eine weitere Person.

    (Geklaut von Wikipedia)

    Ist in beiden Situationen: umgeleitet und nicht umgeleitet wirklich der gleiche Wert verloren gegangen? Denn falls ein Mensch unendlich viel wert hat, dann wäre das der fall, denn unendlich addiert mit unendlich bleibt unendlich.

  • I feel like Broccus would be a badass name for a dog.

  • Deleted

    Permanently Deleted

    Jump
  • Yes, this maximal decentralized usage where everybody has their own copy but can collaborate and pick and choose from other copies was a central idea in the creation of git. Ultimately it was made for Linux Kernel development and that is how that works over there.

    You do not even need to use git specific protocols. One can simply import patch sets and mail them to each other.

  • Deleted

    Permanently Deleted

    Jump
  • Git was made to work decentralized and repositories are trivial to mirror.

  • A set of propositional formulas is satisfiable if and only if all finite subsets of it are satisfiable.

    The cardinality of a set is always smaller than the cardinality of the set of subsets of the former set.

    A set cannot contain itself.

    There is no 1 to 1 mapping from the natural numbers to the real numbers.

    There is a 1 to 1 mapping from the natural numbers to the rational numbers.

    Something exists. I cannot tell you what it is but it does exist. Maybe reality is an illusion but even then the illusion exists.

  • The fuck is the driving factor of egg prices in the us? It is not just a meme?