1.1K Followers
560 Following
1.4K Posts

Furry - Database Expert - 18+

I am an evil bunny that loves a good mischief. Always looking for ways to cause some good fun, and instigate some chaos. (Boundaries always apply)

My other hobby is databases and robotics. (https://www.youtube.com/watch?v=iqA87XYX5UA)

"Show me your flowchart and conceal your tables, and I shall continue to be mystified. Show me your tables, and I won't usually need your flowchart; it'll be obvious." -- Fred Brooks

I think this was one my biggest lessons from running a startup.

It is easy to criticize. It is easy to say it is someone else's problem, or blame others. It is easy to blame outside factors. It is easy to give directives.

But god damn- trying to keep the whole thing together is a monumental feat.

After having survived burnout in my own way, I like reading burnout stories, and seeing the different ways it can affect people. Take care of yourself. Having goals is important, but watch out who's advice you take.
https://news.ycombinator.com/item?id=38831446
Procrastination is connected to perfectionism | Hacker News

Getting to dress up cute with @zenith at MFF was such a pleasure.

I have gained a new appreciation for dressing up, and taking time to talk to someone you love and finding matching outfits.

Blue sky: We are going to be distributed and decentralized!

Also blue sky: excuse us while we buy these massive servers for hosting all of the data.

The #BlueSky dilemma continues: "We are going to Mastadon, but with extra steps"

GCP is an exercise in non-sense design.

Resources on us-central-1 has deployed from this account.

Why are you giving me this warning?

#elasticsearch + #Kibana = 1.1GB of files. It feels like way too much for what the feature set it is being provided. It boggles my mind how much code is needed to fill 700MB!

Meanwhile, #cockroachdb is being a good boy and just using 150MB, and it includes a super-helpful Web UI.

The official documentation just flat out admits that they do not accept all the time formats permitted by the RFCs.
Peek!

Joys of TypeScript refactoring:

I removed `orders` from `A`, thinking it was no longer necessary.

But TypeScript found that type `B` is still compatible, since `orders` is optional.

So the compiler did not give any errors about it being missing.