Month: September 2021

Beer bars to check out in Tokyo

Tokyo has a lot of places to grab a beer. Considering that even in medieval Europe even a bigger village would have its pub, it’s no surprise that the largest city in the world is in no short supply for establishments serving booze. If you ask for “a beer” in most of them however, you’re gonna get a draft Kirin, Asahi Super Dry or Premium Malt’s—mass-produced lager/pilsner suitable for chugging down by the pint, but won’t get you much excitement as a beer. Craft beer is alive and well in Japan, and if you know where to look, you can find real gems both domestic and global.

Now that the covid state of emergency is nearing its end, here are some places I visit to get hydrated. Or beer-drated? How does that work?


Arrival

I’ve rewatched the Arrival movie from 2016 a bunch of times, though most of the times skipping here and there, just “kinda” rewatching the parts that tickle my brain the right way, out of order as fitting to the movie.

I won’t pretend to understand the dilemma of the heroine or why her choice resulted in what it did. I haven’t been married or had a child, so the gravity of those just goes right above my head. I just assume “probably pretty bad.”


charts/stable and git references

Helm was meant to be the package manager for Kubernetes. One common problem for package managers is “how do I find my packages?” Many package systems opt for having a default central repository for stuff. Distros have their central repos for apt. Programming languages too: for Node it’s npm, for Ruby it’s RubyGems, for Java it’s Maven central, for Clojure it’s Clojars. Of course most if not all systems have a way to add other package repositories or at least some other means to pull in dependencies (referencing git commits for example).

For Helm the central repository of charts/stable used to be the obvious default. You can of course add other repositories too, but defaults are powerful and many people will just give up if something is not available in the default source. On the other hand, having everything in one place puts a huge burden on the maintainers of that one place, as was the case of charts/stable. So they deprecated it.