Hello thanks for visiting my profile.

For any picture posts I make with the [OC] tag, I provide a license for you to use my photo under the terms of CC-BY-SA-4.0. You may DM me for questions.

  • 2 Posts
  • 117 Comments
Joined 1 year ago
cake
Cake day: March 14th, 2023

help-circle




  • Rentlar@lemmy.cato196@lemmy.blahaj.zonePlease
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    7 days ago

    Transcript: A close up photo graph of a yellow sign.

    Graphic of hands together with interlocked fingers on the left, with the word “Please” in English underneath.

    Right in Korean: 용변후, 꼭 물을 내려주세요~ 부탁들려요!

    (Sidenote: Mastodon has media captioning)




  • Right now I just play with things at a level that I don’t care if they pop out of existence tomorrow.

    If you want to be truly safe (at an individual level, not an institutional level where there’s someone with an interest in fucking your stuff up), you need to make sure things are recoverable unless 3 completely separate things go wrong at the same time (an outage at a remote data centre, your server fails and your local backup fails). Very unlikely for all 3 to happen simultaneously, but 1 is likely to fail and 2 is forseeable, so you can fix it before the 3rd also fails.


  • Because we like big chicken breasts and we cannot lie.

    (Male chickens of egg-laying breeds don’t have as much meat, and also the males left together often compete and can try to kill each other. You’d want around a dozen hens per rooster, compared to roughly 1:1 that would come out naturally with eggs, and have enough space for each to call their own).







  • Terminal games are where it’s at, lol. In high school I’ve made connect4, battleship and a couple card games in C.

    Once I took a Mexican Train domino game code I made in C, ported it to Java, then added graphics that showed everything nicely, but clicking on anything just had it pass a number you would have typed to do the action in the terminal UI version.


  • If there’s an installer bug, probably not much you can do at the current moment, but the advice is for anyone trying to get any install working in general:

    It would be good to have basic information about your system like model of graphics card, CPU, amount of RAM and motherboard. How long have you had the PC with it working?

    Software things to check:

    • what do dmesg and /var/log say? (ETA: at the part you are at in the distro idk if you can access the graphical terminal, the virtual tty. You can try the debug mode root shell if they have that with the live disk) Anything that stands out as major error categories?
    • How did you set up the USB drive? Dd? Ventoy? Rufus? I’ve helped someone install Ubuntu 22.04 recently, for some reason they had a lot of trouble getting it with multiple USBs but this old USB I had worked perfectly first try.

    Hardware things to troubleshoot:

    • (For new builds) did you plug in the correct PSU cables, all the VGA/PCIe 6+2 pins for graphics and 8pin CPUs? If you don’t have all of them in you may run into more instability.
    • Does htop or system monitor or BIOS show all of the RAM installed? If some are missing you may need to clean and reseat it, or replace it if deemed defective.
    • NVMe or SATA III disk? Are both cables plugged in properly for SATA?
    • Activate the smoke bomb somewhere well-ventilated (by that I mean dust out your PC)

    Those types of things would be a good starting point.