[-] GrappleHat@lemmy.ml 1 points 26 minutes ago

I recently learned to whistle as well! (in my late 30s). I'm bad at it, but finally can make a recognizable tune.

More recently though I've learned to cut my own hair :)

[-] GrappleHat@lemmy.ml 1 points 2 days ago

My favorite Halloween playlist. I return to it every year!

[-] GrappleHat@lemmy.ml 2 points 2 days ago

I don't remember all of the details, but I thought it was essentially the water's surface tension that foots the energy bill when climbing a paper towel or a capillary in a tree.

The surface of fluids like water are unhappy. Molecules on the surface would much rather be deep in the fluid because on the surface they have "dangling" Van der Waals & polar bonds to one side. You can calculate the potential energy of the surface due to all of those dangling weak bonds, & that's the energy that is used to climb a capillary (the energy isn't free).

I could be misremembering though, I admit. School was many years ago...

[-] GrappleHat@lemmy.ml 2 points 2 days ago

Earthbound: Halloween Hack was really great! I played it this season. I wish it were longer though.

Thanks for posting the others! I'll check them out!

[-] GrappleHat@lemmy.ml 4 points 2 days ago

Nice clothes. She likes Free People, Anthropology, & Sundance. I try to choose a dress or jacket or something I think she might like (always get a gift receipt though!)

[-] GrappleHat@lemmy.ml 67 points 2 days ago

Small things. Sounds. The temperature of the air. The fact that my side isn't hurting right now. The kids costumes who were just trick or treating at my house.

[-] GrappleHat@lemmy.ml 32 points 2 days ago

I'd rather teenagers be trick or treating than doing other stuff. If they come to my house they'll get candy for sure.

[-] GrappleHat@lemmy.ml 9 points 6 days ago

Putting a wig on my best friend and spooning him while he's asleep.

[-] GrappleHat@lemmy.ml 2 points 1 week ago

Russia is sanctioned for invading Ukraine.

[-] GrappleHat@lemmy.ml 3 points 1 week ago

If it's a topic I'm super passionate about & there's no community on Lemmy then sure. But I'm not going to start a new Lemmy community every time I want to post a random dog photo or whatever.

[-] GrappleHat@lemmy.ml 20 points 1 week ago

In ye old'n times we would leave the console on as a stop-gap way to save the game between in-game save opportunities. Because ye old'n times game design philosophy believed that the added difficulty of crazily separated save points was "fun".

In modern times I sleep the hardware if I expect to be back within <24 hrs, and power off if I expect to be longer.

(Thank god for saving memory states in emulators!!! Elsewise I probably wouldn't play retro games at all.)

[-] GrappleHat@lemmy.ml 11 points 1 week ago

I'm Lemmy 99%. Can't do 100% because sometimes there isn't an equivalent community on Lemmy so I have no choice but to use Reddit.

11
80
Populus (1998) & "god games" (en.m.wikipedia.org)
submitted 4 months ago* (last edited 4 months ago) by GrappleHat@lemmy.ml to c/patientgamers@lemmy.ml

Happened on this 1998 game by sheer chance and I'm really digging it! As far as I can tell it was never popular. It's a mixture of an RTS and a "god game" where one unit (your shaman) is very powerful & special (chess analogy: sort of like mixing the central role of the king & with the power of the queen).

Strong "tribal" vibes that were popular in the '90s (think Deep Forest music, the game Riven, etc). Very nostalgic for me as I was a kid at the time. I'm playing the PSX version, looks like the PC version was even better!

Has anyone ever heard of this "Populous" series? I'm curious to try other titles, and to try more in the "god game" genre (a genre I never even knew existed!). Any other "god games" worth checking out?

1
submitted 6 months ago by GrappleHat@lemmy.ml to c/winelinux@lemmy.world

I'm trying to run a program in wine and getting the error 0024:err:module:import_dll Loading library jmptojava.dll (which is needed by L"C:\\Program Files\\SAS\\JMP\\10\\jmp.exe") failed (error c000007b)

The missing jmptojava.dll file is in the same directory as the executable. Do I need to set a Windows environment variable or something so that it can find it? Any other thoughts?

2
submitted 6 months ago by GrappleHat@lemmy.ml to c/minetest@lemmy.ml

What are your recommended Minetest graphics settings? I've tried the "just turning everything on" approach, and that's fine. But it's a bit superficial. What are the knobs to turn to get a more fun graphical experience? :D

8
submitted 7 months ago* (last edited 7 months ago) by GrappleHat@lemmy.ml to c/linuxquestions@lemmy.zip

I want to sync retroarch save files across devices on my local network using a bash script. Plan is to run the script as a cronjob to keep all machines synced.

This does the trick as a one-off in the terminal: rsync -a /home/localuser/.config/retroarch/states/ remoteuser@192.168.1.12:/home/remoteuser/.config/retroarch/states/

  • Copies new save files to remote location
  • Updates any save files which were modified

But when I put the same line in a bash script rsync's behavior changes. My bash script looks like this:

#!/usr/bin/env bash
rsync -a /home/localuser/.config/retroarch/states/ remoteuser@192.168.1.12:/home/remoteuser/.config/retroarch/states/

I call it with bash sync_saves.sh

  • Copies new save files to remote location
  • ~~Updates any save files which were modified~~

Strangely, rsync doesn't update modified files when run as a script. But it's not failing altogether, because it transfers new files OK. What am I missing?

Update: if I do the rsync in the reverse order (remote machine -> local machine) then the bash script works as expected. So my issue exists only when rsync goes local machine -> remote machine. Why would this matter?


Update 2 (Solution): I changed the command to rsync -razu /home/localuser/.config/retroarch/states/ remoteuser@192.168.1.12:/home/remoteuser/.config/retroarch/states/, but I'm not sure that made any impact. The issue was how I was doing my testing. I was doing touch testfile.txt to change the modification date on a file & then I'd try to transfer it with the bash script & watch the modification date on the downstream machine as confirmation that it moved correctly. Problem is that rsync must be smart & doesn't transfer a file if only the modification date changes. It requires the contents to also change. Whenever I tested this way I would never see the file transfer, but when I changed my testing method to change the contents of the file instead (not just the modification timestamp) then all worked fine!

I feel like a dummy for initially mixing testing methods & coming to the wrong conclusion about what was happening, but happy it's working now & maybe I learned a lesson!

143
submitted 8 months ago by GrappleHat@lemmy.ml to c/privacy@lemmy.ml
12
submitted 8 months ago* (last edited 8 months ago) by GrappleHat@lemmy.ml to c/retrogaming@lemmy.world

I've seen it asked (on Reddit) how to play custom background music while playing games on ArkOS. I wanted to share how I do it, in case others want to try it as well. I'm sure these instructions could be modified slightly for other Linux handhelds.

  • Gain terminal access (via SSH or directly on the device)
  • With your device connected to wifi run sudo apt install mpg123 to install the CLI-based music player
  • Transfer your desired music mp3s to a folder on the sd card
    • I use /roms2/Music/
  • Create the file start_music.sh in your ports folder which contains the line nohup mpg123 -z /<path>/<to>/<my>/<music>/<folder>/*.mp3 >/dev/null 2>&1 &
    • For me that line was nohup mpg123 -z /roms2/Music/*.mp3 >/dev/null 2>&1 & and the file was at /roms2/ports/start_music.sh
  • Create the file stop_music.sh in your ports folder which contains the line pkill mpg123
    • For me that file was at /roms2/ports/stop_music.sh
  • Log out of the terminal and restart EmulationStation

Now start_music and stop_music options are available in the 'Ports' section of EmulationStation. Running start_music starts a shuffled playlist of everything you put in that music folder. stop_music stops the music. Of course, you'll want to turn off the native background music in whatever game your playing too :)

EDIT: Updated the nohup line to dump outputs to the null output rather than to file (which could eventually grow to be large).

33

I like text-based games (like from ifdb), but I don't like sitting at attention in front of my computer like I do all day at work. Any ideas for how to play these effectively without being on a computer?

  • I've hacked a Kindle Paperwhite & used an on-screen virtual keyboard to play these games. That worked OK, but the virtual keyboard is very imprecise and frustrating.

  • I've similarly hacked a Kindle 3 (the last model to include a physical keyboard). I hoped the physical keyboard would do the trick. Unfortunately, the key buttons are convex & very stiff - which hurt my fingertips after even short play sessions.

Any other ideas? Or is this a fool's errand?

26
Super Metroid (lemmy.ml)
submitted 9 months ago by GrappleHat@lemmy.ml to c/patientgamers@lemmy.ml

Super Metroid's color palette and lanky sprite were always a turn off for me. But I'm finally giving it a chance on SNES (MSU-1 version) & I'm really enjoying it!

Vibes are: Quake + the movie Alien + Nine Inch Nails' album The Downward Spiral. Pretty cool aesthetic after all!

9
submitted 10 months ago* (last edited 10 months ago) by GrappleHat@lemmy.ml to c/linuxquestions@lemmy.zip

I've noticed that some apps sometimes don't start from the GUI. I've seen it on several computers (all running Ubuntu 22.04). That includes double-clicking an appimage icon from an explorer window, or launching an app through a launcher shortcut. But if I open them manually from a terminal window they never fail to start.

The terminal workaround is fine... But any ideas what could be wrong with the GUI? Is there a service I can restart to try to get the functionality back?

EDIT: I'll add that the issue is sporadic. Steam will open fine from the GUI today, but tomorrow it won't, etc. (It's not as simple as a bad path in a shortcut)

34
submitted 10 months ago by GrappleHat@lemmy.ml to c/patientgamers@lemmy.ml

In many games there are a lot of stupid filler items that you don't know what they do and they don't matter. (i.e. crafting ingredients). They are so ubiquitous across games that there ought to be a word for them. Sort of like a "MacGuffin" (except a MacGuffin moves the plot along, and these filler items don't).

Is there a name for these filler items? If not, got any ideas?

177
submitted 10 months ago by GrappleHat@lemmy.ml to c/privacy@lemmy.ml
view more: next ›

GrappleHat

joined 2 years ago