Skip Navigation

User banner
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/)U
Posts
7
Comments
1235
Joined
2 yr. ago

"then" is used to depict time, sequence or a causal relationship. "than" is used with comparative adjectives, to depict comparison.

  • That's a nice recommendation.

    For a beginner without experience in using libraries, the additional requirements in Rust would feel unnecessary and frustrating.If you take up Rust after learning programming using C (which won't require all that extra stuff and let you learn the basics easily), that would make it easier for you to appreciate the results of the extra work it makes you do.

  • Back when I was a kid and was learning C, I used to wonder why people considered pointers hard.My usage of pointers was like:

     C
        
    void func (int * arg1)
    {
        // do sth with arg1
    }
    int main ()
    {
        int x;
        func (&x);
        return 0;
    }
    
      

    I didn't know stuff like malloc and never felt the need in any of the program logic for the little thingies I made.Pointers are not hard. Memory management makes it hard.

  • Deleted

    Permanently Deleted

    Jump
  • The trick is to occasionally let some fires through, just enough to let the users feel the heat before fixing them.

  • Oh that might be the difficult part.

  •  bash
        
    git clone git@⏻_toggl:Goon%20Squad/CastleWithPrincess.git
    cd CastleWithPrincess
    git log
    git diff add-captured-princess^ add-captured_princess > ~/.cache/captured_princess_import.diff
    git reset --hard add-captured-princess^
    git push --force
    cd ~/Documents/prince-home/
    git clone git@kingdom:Prince/MyHome.git
    cd MyHome
    git apply ~/.cache/captured_princess_import.diff
    git commit -a -S -m "Your Majesty, the princess is now in your grace."
    git push
    systemctl start wait-for-munneys
    
      
  • left standing…

    Look closely, not standing.Being crushed underneath the overflow.


    Those that were left standing, however:

    • JavaScript: standing, staring at the ruins, contemplating Docker
    • C#: standing in line, probably hungry after not seeing a payday despite having paid the electricity bill for running Visual Studio for hours, on top of Windows license
    • Java: The horse is standing
    • Lisp: The creature generated from the 3 combined may be considered as "standing"
    • Go: Everyone seems able to stand on their own. I don't see a problem
    • Pascal: At least the princess is still standing. Maybe not for long though.
  • But you can always get a deep copy of the princess, no?

  • Here's what I'd give to 10y/o me.

    1. Explain partitions and filesystems (I already knew CPU, HDD, RAM etc)
    2. Explain the boot startup process
    • and how limited the motherboard's mechanisms and the pre-OS environment is
    1. Hand over:
    • 1 working computer with an empty internal HDD (no OS pre-installed)
    • 1 USB drive with Debian ISO
    • 1 USB drive with Arch ISO
    • 1 other internet connected device with a pre-installed web browser

    Don't do this to others.

  • OP seems to be looking for LibreBoot compatibility, so it might not be as easy.

  • No, you gotta be making your own transistors.The one on the bottom is the CPU architectures.

    The background is the laws of the universe.

  • Deleted

    Buying NSFW games on itch.io? Paypal may Nuke your account!

    Jump
  • The grocer down the street won't take crypto.Even for using UPI (United Payments Interface, essentially state sponsored net-banking app on mobile), they ask me to send to one of their friend's device, because they don't have enough money to buy a smartphone.

    Now, who is going to give me cash (which I need to be able to eat) for crypto without taking an exorbitant cut?


    The chain outlets for groceries of course don't take crypto.


    If you want this to match the context, then assume I made the NSFW game you wanted and instead of buying off of Steam, you came to me to buy it and want to pay with crypto.

  • to make a statementCreate a certain impression; communicate an idea or mood

    Yes. Satire.I am poking at the current trend of evolution of products.

    Of course, cars are not wasting so much of energy on those things just by being turned on... Yet.

  • battery management system, heat losses in the wiring, etc.

    No, that number corresponds to the WiFi you need to connect it to, to send all the telemetry and the LLM that will be running on some server in the US, picking data out of your telemetry and deciding which company to sell it to, while your car is powered.

  • transit

    "We mean electric cars, you commie! The next time you talk about that thing, you are going out that window."

    \s

  • If that's a UVC light, you need to:

    1. Close the lid before turning it on.
    2. Turn it off before lifting the lid to use.
  • I'm not living in a boarding school AND pay you for it.

  • Maybe short for "Nouveau".The "ouvea" being removed:P

  • The only way Assembly will be obsolete is if there were no new chips processor models being created.

    Every time a new architecture or a new instruction group is announced, it has to be bootstrapped into the C compiler.

  • Well it didn't say it wants to "Move fast -> break things -> not get mad", so I'd say it has already done the things it is saying it wants to, right?