HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eaplmx

no profile record

comments

eaplmx
·เดือนที่แล้ว·discuss
Working on a print-and-play football/soccer game that uses spare World Cup stickers as the player cards.

I've been balancing ~800 player cards and running several simulations to balance the cards. It's been an interesting mix of my hobbies such as football, game design, many spreadsheets and CSVs, and a bit of code.

https://gemugami.itch.io/football-stars-2026
eaplmx
·2 ปีที่แล้ว·discuss
I switched to that setup a few years ago. I keep a text file with all the links plus some metadata, like the date and some tags https://eapl.me/links/links.txt

I also have a few PHP scripts to help me view the links https://eapl.me/links/all_links.php?tag=dev

It’s not the easiest thing to manage, so I'm thinking of more scripts to update or delete old links from the web instead from SSH like I do now.
eaplmx
·2 ปีที่แล้ว·discuss
I enjoyed playing a few rounds of Probabilistic TTT, and 'Incomplete Information Tic-Tac-Toe' sounded interesting too.

After thinking about it last night, I made a quick version this morning, and I think it's fun to play as well: https://eapl.me/incomplete/
eaplmx
·3 ปีที่แล้ว·discuss
Nice question! Let's see...

CLI - TOTP/2FA tool with fuzzy search - A script on top of timetrap, to type a number and change your current activity (emulating a Timeflip) - A simple view of % of time spent for each activity - A few scripts on Python, PHP or Go to automate stuff at work

CLI/Web - http://gemugami.com/week/ Get the current ISO week

Web - A site to ask people of their preferred time for a meeting, trying to find one working for all (quite difficult :) - https://eapl.mx/price/ Compare price and sizes/weights of 2 products to know which one is 'more' convenient - https://eapl.mx/twtxt/ A public view of my twtxt microblogging, and a single-user admin view - http://gemugami.com/time/ Get your browser's timezone

Not tools, but quite interesting - http://gemugami.com/hexclock/ An hexadecimal clock - http://gemugami.com/clock/ A decimal clock ('hours' from 0 to 1000) - http://gemugami.com/kcolc/ Time goes in reverse from 24h to 0 - http://gemugami.com/solar/ Shifts the time to be 7am at sunrise, based on your location - http://gemugami.com/holmes/ A scoring app for a board game

And a bunch of game prototypes, mostly to learn new stuff and game design