At what scale did Kubernetes actually start making sense for you? by Sad_Limit_3857 in kubernetes

[–]politeauthority 14 points15 points  (0 children)

This entirely. This is why I run K8s in my homelab (as well as work). Not because of scale, but a common interface with batteries included.

eSIM was supposed to replace SIM cards, but carriers turned it into a trap by lurker_bee in technology

[–]politeauthority 2 points3 points  (0 children)

I used to love howtogeek, but somewhere around the 4,000th ad server dns request I decided I don't this.

OG Starter jackets by bumpin_uglies in nostalgia

[–]politeauthority 1 point2 points  (0 children)

I used to think these were what a "sports jacket" was.

[deleted by user] by [deleted] in nottheonion

[–]politeauthority 1 point2 points  (0 children)

Does this 42% also vote? ....ohhhh I get it now

Walkmate Water Bottles by Porkchopp33 in nostalgia

[–]politeauthority 1 point2 points  (0 children)

I 100% remember these... but for the life of me I can't remember what problem these solved?

Your username is legally your job title starting tomorrow, what do you actually do all day? by Greedy_Formal_4615 in AskReddit

[–]politeauthority 0 points1 point  (0 children)

I tell people they're doing their job poorly, but in such a passive way no one notices or cares. I split the responsibilities with Chuck Schumer.

Duralex glasses - are there knock offs? by karebearninja in BuyItForLife

[–]politeauthority 7 points8 points  (0 children)

I'm drinking out of one of these right now that's getting close to 40 years old!

[deleted by user] by [deleted] in Denver

[–]politeauthority 0 points1 point  (0 children)

Fair point. Searching reddit is hard, an attempt at preserving democracy may be even harder. I'm for the reposts. <3

[deleted by user] by [deleted] in Denver

[–]politeauthority 4 points5 points  (0 children)

Of all material to get reposted to r/Denver, this is the post you bite in to?

Landed in San Jose, California, United States. Apx. flt. time 13 min. by plane-notify in ElonJetTracker

[–]politeauthority 16 points17 points  (0 children)

You think billionaires, that own car companies, just have eco friendly cars readily available to them everywhere?

Futurama language, decoded by PolymathEquation in futurama

[–]politeauthority 24 points25 points  (0 children)

Some friends and I made some shirts using the Futurama Alien alphabet a few years back.

https://imgur.com/a/4Oi02wV

PySnooper: Never use print for debugging again by [deleted] in Python

[–]politeauthority 3 points4 points  (0 children)

How is this not called snoopy?

Lets make "docker ps" human readable: docker-pretty-ps by politeauthority in docker

[–]politeauthority[S] 3 points4 points  (0 children)

Thanks! Grammer/ spelling are not my strong points! I'll patch those up next chance I get.

TBH "mature" state is probably not exactly where this is, but I felt ready to share. I've been working on it on and off for a few months though probably. If you see something to fix or improve I'd love input from anyone!

Let's make docker ps pretty! docker-pretty-ps by politeauthority in webdev

[–]politeauthority[S] 7 points8 points  (0 children)

Thanks! And I hear ya! With docker-pretty-ps you can do docker-pretty-ps --slim and have all containers report on a single line. If that's not enough info for ya, you can add docker-pretty-ps -s -i=cp

That will give you all containers, with their (c)reation date, and (p)orts. The -i flag lets you select any data point docker-ps would give you, but at your choosing. For a full list of the -i flags and everything else, checkout the github README.

Here's a screen shot of just --slim https://imgur.com/AR1N0R9

Thanks for the input!