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

2021-02-17

Tags: hackers-town

Activity Log

hackers.town: 2021-02-17 Wed 11:43

Today’s musical mood.

#NowPlaying

Odessa Kane – Left to Bear Arms

https://album.link/i/1461673533

hackers.town: 2021-02-17 Wed 17:39

Generating fake data for proof-of-concept demos and wishing my tools were this good for campaign setup during my peak RPG days.

hackers.town: 2021-02-17 Wed 17:59

Dangit every time I putter with Crystal, Julia, Go, or just any language that enforces my type declarations, I get a real “why bother” feeling once back to Python’s type hinting.

hackers.town: 2021-02-17 Wed 18:13

@vortex_egg Basically how the interpreter ignores the type hints on its own, and it’s up to third party libraries to do anything useful with it (Pydantic, MyPy, etc)