Fushuan [he/him]

Huh?

  • 0 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • It’s the worst program in all of the Office Suite.

    I digress. The worst office suite program is Publisher.

    I have never ever user it for anything, but for some fucking reason any company PC has it as a default program for .pub files, and that means that everyone that creates a new key pair and opens the pub file to copy it the gets lost and need special instructions to close that fucking thing and to open the file with notepad or something.

    Fuck that program for choosing pub as their extension.








  • I’m gonna repeat what I wrote in another comment. You are comparing the default interpreted way of running pythong to a compiled language. When you compile a python program into a wheel, you define the entry points of the code on it, and they point to functions like main() or whatever you define.

    You aren’t complaining that a index.js doesn’t automatically run the main function when run by node, or that bash doesn’t also have a default main function execution. Interpreted languages oriented to scripting won’t have the same rules as compiled languages.

    programming languages aren’t usually cursed, what’s cursed is the way some people decide to structure their programs. I’ve seen some stuff.







  • Fushuan [he/him]@lemm.ee
    cake
    tolinuxmemes@lemmy.worldWe dont need one
    link
    fedilink
    arrow-up
    58
    arrow-down
    2
    ·
    2 months ago

    A single .sh file with exec permission that asks for sudo will easily download appimage keyloggers and then set a cron job to run it every X time to keep it alive and sends it all to whatever remote location. Or whatever else you let the appimage do.

    95% of regular users will double click that, and then write their pass in the popup without blinking twice and that will work in most Linux systems.

    Most viruses don’t target Linux, sure, but that’s wishful thinking. Always be creful with what you run.