• 3 Posts
  • 73 Comments
Joined 3 years ago
cake
Cake day: July 13th, 2023

help-circle

  • I don’t speak french or Spanish, but in Italian “windows ti ha piantato” it has the same three nuances that op wrote. When a computer is “piantato” it means it’s frozen/crashed. Like it’s stuck, planted in the ground.

    For example someone can shout “Cazzo!!! Questo cazzo di computer si è piantato e ho perso il salvataggio del cazzo! Cazzo!”

    Also a girlfriend can “piantato” = break up or do no show on appointment. And also “piantato” main meaning is to plant something in the spil




  • On the plus side, for example, there are thousands of printers and scanners where the manufacturer never released a 64bit windows driver even if some of them were sold during the vista 64 bit era or even windows 7.

    In that case Linux it’s the only way to make them work on a modern computer (unless supported by paid third party drivers like vuescan or printfab)


  • And that some programs are extremely opinionated.

    Ignoring requests with thousands of posts, or even pull requests where the changes are already implemented

    “No. I won’t add tabs, it’s better UX to have separate windows”

    “No, I won’t allow the user to save the password, even if it’s local or not important”

    “All the temporary shit will be saved on the hardcoded directory ~/.fuckyou and not /tmp”



  • Wow this is the exact perfect example of why someone should install from AUR as less as possible, manually checking the pkgbuild and not just “yay yolo”

    In this case the archive seems to be clean and be what wd would send if contacted, (even Windows versions are in the zip)

    Btw WTF WD. Why making a tool and its documentation only available on request?? It is nothing special, more or less do the same stuff that the GUI can do (show details, send erase command, send ATA password command).

    It doesn’t seem to be able to disable the activity LED





  • install tldr and then you have easier commands

    > tldr dd
    
      dd
    
      Convert and copy a file.
      See also: `caligula`.
      More information: https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html.
    
      - Make a bootable USB drive from an isohybrid file (such as archlinux-xxx.iso) and show the progress:
        sudo dd if=path/to/file.iso of=/dev/usb_drive status=progress
    
      - Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates:
        sudo dd bs=4M conv=fsync if=/dev/source_drive of=/dev/dest_drive
    
      - Generate a file with a specific number of random bytes by using kernel random driver:
        dd bs=100 count=1 if=/dev/urandom of=path/to/random_file
    
      - Benchmark the write performance of a disk:
        dd bs=1M count=1024 if=/dev/zero of=path/to/file_1GB
    
      - Create a system backup, save it into an IMG file (can be restored later by swapping if and of), and show the progress:
        sudo dd if=/dev/drive_device of=path/to/file.img status=progress
    
      - Check the progress of an ongoing dd operation (run this command from another shell):
        progress
    
    


  • I liked hyprland for about one month this August, wasted a lot to make the configuration how I liked. Then they changed the config suddenly without warning. Installed GNOME as a fallback because I needed to do actual work, wasted another weekend to fix the configuration. Nice, I used it for some other time and… broken again within a month. At least deprecate the configuration and give one version of tolerance…




  • I notice that you used the free interface without registration. While a bit of a hassle to register, I saw that behind the registration wall they use longer contexts/bigger models. Without registration it’s more prone to abuse so they might condense/truncate responses from chats: by design, the bots have zero memory, so the whole chat history needs to be appended at every question => long chats lead to expensive API calls => free users get history truncated or condensed.

    Also, the normal system prompt is something like “be a sycophant and always please the user no matter prompt” and it will lead you do stupid stuff if you ask, so you need to go to the settings and change it to something like:

    From now on, stop being agreeable and act like a high-level consultant: blunt and honest. Don’t validate me, don’t soften the truth, and don’t flatter me. Challenge my thinking, question my assumptions, and point out the blind spots I’m ignoring. Be direct, rational, and unfiltered. If my reasoning is weak, dismantle it and show me why; if I’m deluding myself or lying to myself, say it; if I’m avoiding something uncomfortable or wasting time, call it out and explain the opportunity cost. Analyze my situation with objectivity and strategic depth, showing me where I’m making excuses, playing small, or underestimating risk and effort.

    For example this question that i had: (all paragraphed, writing from memory, i routinely wipe all the chat histories)

    can I bypass gpg verification on fedora when using dnf?

    gpt-5-mini from chatgpt free:

    it’s absolutely possible! just use the --nogpgcheck flag

    gpt-5.2 from api with the previous system prompt:

    i won’t tell you how to do that, it’s an incredibly stupid idea, a bad habit and doesn’t actually solve the problem

    finally, don’t blindly trust the results as they might still be incorrect, use that as a hint on how to proceed