Sometimes I make video games

Itch.io

  • 1 Post
  • 93 Comments
Joined 1 year ago
cake
Cake day: July 26th, 2023

help-circle




  • Dominos used to be the cheapest pizza in town. Then we got a Little Caesars that was much cheaper.

    I was eating the cheapest pizza, so it’s Little Caesars for me. A couple years later they get shutdown for gross (heh) health code violations.

    I no longer get Little Caesars, and that made me rethink getting the cheapest pizza. Now I prefer my local pizzeria.











  • Not a specific command, but I learned recently you can just dump any executable script into ~/bin and run it from the terminal.

    I suffer greatly from analysis paralysis, I have a very hard time making decisions especially if there’s many options. So I wrote a script that reads a text file full of tasks and just picks one. It took me like ten minutes to write and now I spend far more time doing stuff instead of doing nothing and feeling badly that I can’t decide what to do.





  • The kill command allows you to specify which type of kill signal you want to send. -9 sends signal 9 or SIGKILL, and we’re sending it to pid 1.

    That would force kill systemd, which I just have to assume will send your computer to a crashing halt.

    The echo command is writing "c" to a file at /proc/sysrq-trigger which I don’t really know how it works but this suggests you’ll “crash the system without first unmounting file systems or syncing disks attached to the system.”

    I haven’t installed fuck so I’m not sure how that works