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/)X
Posts
63
Comments
708
Joined
2 yr. ago

  • Are we seriously going to pretend that a single person can be wholly evil? Much less a company of 200k people.

    Even if Google takes this huge step of requiring their blessing for every Android developer (which Apple has ALWAYS had on their side), they will still be better (by my estimation) along the freedom dimension than Apple. Maybe too far removed for my involvement, but better nonetheless.

    edit: misread "just as evil [as Apple]"

  • s/points/reads/ ... give 'em a break...

  • Noticably? I imagine their skin imperfections would be twice as large... or maybe √2 as large?

  • Best "hack" I've heard is to NOT TRY to go to sleep. It is involuntary. It is not something you can will. The harder you try the further back it moves.

    Instead, simply focus on creating an environment conducive to sleep (safe, warm, comfortable, etc.).

    e.g. Try not to have an active going to bed ritual (such that a bunch of business abruptly ends with the expectation of sleep), but more of a "coming in for landing" ritual, where you need to do less and less until your mind decides it might as well sleep since there is nothing to do.

  • Welp... that about does it... I'm out.

  • Quick! Ship it now!

  • In theory, yes. There is a first-stage bootloader (that actually finds, loads, verifies, and jumps-into fastboot) baked into the hardware (implemented in fuses and ROMs [like REAL roms, not "flashable" ROMs]), and AFAIK it cannot effectively be modified after the phone is manufactured, so they try to keep it as simple as possible.

    So if it were real, the psuedocode would be something like this:

     
        
    var fastbootPartition=locateFastbootPartition();
    
    if (fastbootPartition == null || !verifySignature(fastbootPartition))
    {
         // AFAIK, this code block is already a thing in production, but the
        // message is more like a "signature failed" or "corrupted" than
        // a "you done goofed".
        displayRudeMessage();
        halt();
    }
    
    var fastbootAddress=load(fastBootPartition);
    jumpTo(fastbootAddress);
    
    
      
  • Seems to have a bit of "fox" in it.

  • "Let them eat food" --T

  • Thanks.

  • Give 'em a break, I'm sure it's just their first error with units. (Procedes to google "verizon dollars and cents")

  • That was fast...

  • That's Mr. Human-Cyborg Relations.

  • Ditto.

  • AI pilots crash and burn?

  • I don't know if this is what you mean, but I find that "Westworld" hits a lot harder post-ChatGPT.

    I remember it taking a lot more suspension of disbelief on release, but now much of it falls into the realm of plausible.

    Maybe not the "computable consciousness", but the glitchy hand-wavy "we don't know how it works either" aspect... at the time it seemed like a mcguffin cop-out, and now that's like all the new business models.

  • Are we coming to (or past) a point where one needs to not update Android, for sanity's sake, and risk getting hacked until an alternative rises?