a great analogy between programming and gardening
https://medium.com/@simone.robutti/we-programmers-are-gardeners-fd346bc2aad0
@lain why does the masto fe have just about everything in its accent colour? I was trying to fix the annoying "everything is starred" thing, then I considered the fact that it might be better if we avoid having everything accentuated (all icons, timestamps, @ handles) and instead have them gray like mastodon. wdyt?
Pro tip: add this to .bashrc
auto(){
while true; do
inotifywait -e close_write,moved_to,create .
[email protected]
done
}
to do something each time a file is updated (as in "auto make" for compiling on each update)
"oh look webpack has been upgraded and it looks like it's gotten much faster. let's check it out"
>upgrade dependencies
>iterate over npm run dev
>figure out where the fuck the config file is
>change the mode
>all good
>npm run build keeps spawning messages about plugins being deprecated or removed and that I need to change them with other configuration options of which there seems to be no quick docs on how to switch that I can read and sort out in 3 minutes
>git checkout .
( @howl )