Collecting my attempts to improve at tech, art, and life

2023-01-24

Tags: hackers-town look

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

Activity Log

hackers.town: 2023-01-24 Tue 16:49

new note on random geekery:

Add an Obsidian CSS Snippet

#Obsidian #SecondBrain #Blog

https://randomgeekery.org/post/2023/01/add-an-obsidian-css-snippet/

hackers.town: 2023-01-24 Tue 19:26

Examining my #Steam library in Pandas as one does.

Jupyter notebook with cell showing sample of 10 games from my library, sorted by total playtime. American Truck Simulator has the most playtime.

hackers.town: 2023-01-24 Tue 20:37

For my next trick, I — uh — better check on API usage limits.

hackers.town: 2023-01-24 Tue 20:48

Okay, as long as I’m under 100k calls per day I should be okay. I’m fine. Probably.

hackers.town: 2023-01-24 Tue 22:13

Now I have local copies of my game stats. That way I can cache it and only fetch updates for games I’ve played since the last check.

Hopefully soon I remember what I wanted to do with this information.

split terminal; on top is an editor session showing Steam data as JSON and some Python code for fetching game stats; on bottom is logged output of the script execution, fetching achievements for games and faking it when the game has none