katnegermis | 5 years ago | on: AWS Babelfish: The Elephant in the PostgreSQL Room?
katnegermis's comments
katnegermis | 5 years ago | on: Good Books for a Lousy Year
Don't be hard on yourself for not spending every waking minute of your life working, preparing for work, or feeling bad because you "should" be doing one of those two. That's a very quick way get burned out.
YMMV, but in my experience, even if you want to optimize your life for doing the best work possible, not working all the time is a winning strategy!
katnegermis | 5 years ago | on: Stripe Hires AWS' Mike Clayville as Chief Revenue Officer
I don't remember if they answered exactly what you are asking, but my memory of the episode is definitely positive!
katnegermis | 5 years ago | on: Don't use ENV variables for secret data (2017)
We started by using https://github.com/segmentio/chamber/, but because of the way we decided to structure our secrets we decided to write a clone of it ourselves (https://github.com/micvbang/confman-go).
In practice, we have a client written in Python that grabs configuration from Parameter Store and puts it into the process' ENV variables at startup. This allows us to avoid vendor lockin in the rest of our code, since we still just fetch all config from the environment. I like it so far :)
katnegermis | 6 years ago | on: WireGuard 1.0 for Linux 5.6
(I'm in no way affiliated, but stumbled upon it on twitter a few weeks ago)
katnegermis | 6 years ago | on: MessagePack: like JSON, but fast and small
The somewhat silly video on that page shows the actual difference in performance our users felt after the change. It was a _huge_ benefit, both in terms of loading time, but also in terms of memory, vastly increasing the number of CS:GO rounds that could be analyzed simultaneously.
katnegermis | 6 years ago | on: Encoding your WiFi access point password into a QR code
katnegermis | 7 years ago | on: Go 1.12 Released
katnegermis | 7 years ago | on: Ask HN: As a CTO, what is your most frustrating problem with technical debt?
After being given the advice couple years ago, I found it to be applicable to quite a number of scenarios me and my colleagues faced. In my experience its pretty solid!
katnegermis | 7 years ago | on: What is wrong with Microsoft buying GitHub
katnegermis | 8 years ago | on: Ask HN: Is it possible to publish research work in CS without any affiliation?
katnegermis | 8 years ago | on: Ask HN: What are your favorite books of all time, and why?
katnegermis | 8 years ago | on: ThinkPad Anniversary Edition 25: Limited Edition ThinkPad Goes Retro
EDIT: For those who do not want to google it themselves: https://forum.51nb.com/forum.php?mod=viewthread&tid=1699442&...
katnegermis | 9 years ago | on: Major features of PostgreSQL 9.6 [pdf]
[1]: https://dbeaver.io/