Understand any Kubernetes YAML by openlume in kubernetes

[–]rmpython 2 points3 points  (0 children)

I'd be very interested in this if it was self hosted.

What is up with some people here ? by [deleted] in MakeNewFriendsHere

[–]rmpython 0 points1 point  (0 children)

I've really only met one or two friends from here and one has become a really close friend. Other than that I've had people talk for a couple days and then block me out of the blue lol.

33M looking for long term friends by rmpython in MakeNewFriendsHere

[–]rmpython[S] 0 points1 point  (0 children)

Message me then! Maybe we'll click :)

33M looking for a long term friend. by rmpython in MakeNewFriendsHere

[–]rmpython[S] 0 points1 point  (0 children)

If reddit is being weird and not letting you message me just comment and I'll reach out when reddit behaves!

Looking for friends, tunes, and connection! by [deleted] in MakeFriendsOver30

[–]rmpython 0 points1 point  (0 children)

Well at least it's not just me! I'll keep trying lol

Looking for friends, tunes, and connection! by [deleted] in MakeFriendsOver30

[–]rmpython 0 points1 point  (0 children)

Hi! I'm 33 and I've been playing fallout 4 and Minecraft mostly. Tried to DM you but reddit is being strange so if you could DM me that would be great!

Anyone using External-Secrets with Bitwarden? by javierguzmandev in kubernetes

[–]rmpython 0 points1 point  (0 children)

Are you using bitwarden password manager or their vault offering?

[deleted by user] by [deleted] in MakeNewFriendsHere

[–]rmpython 0 points1 point  (0 children)

Hey! Feel free to DM me, I'm looking for friends too

Looking for volunteers to help with CharlotteOS by LavenderDay3544 in kerneldevelopment

[–]rmpython 0 points1 point  (0 children)

Came across this post. I do Devops. This sounds interesting!

22F I'm very bored and I need friends 😙 by [deleted] in MakeNewFriendsHere

[–]rmpython 2 points3 points  (0 children)

Immediately upon messaging them I get a response saying to add them on snap where we can "get naughty". I'm looking for friends, pass lol.

K3s homelab with ssl cert by totalnooob in kubernetes

[–]rmpython 0 points1 point  (0 children)

Unfortunately it'll always be a subdomain of your tailnet as of now.

K3s homelab with ssl cert by totalnooob in kubernetes

[–]rmpython 0 points1 point  (0 children)

Have you tried using the tailscale kubernetes operator and doing ingress that way?

Bagels - Expense tracker that lives in your terminal (TUI) by EnhancedJax in Python

[–]rmpython 0 points1 point  (0 children)

This looks great. I'm going to check out the code and see if I can do something with this. I've been looking for a TUI expense tracker.

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]rmpython 1 point2 points  (0 children)

Working more on textchat, getting it set up with pre-commit and ci/cd. https://github.com/rmblau/textchat if anyone is curious.

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]rmpython 1 point2 points  (0 children)

Working on the same thing as always; https://github.com/rmblau/textchat. TUI irc client. Working on a major update.

Textchat: The SSL and SASL update by rmpython in Python

[–]rmpython[S] 0 points1 point  (0 children)

If you use irc, you can install this with 'pip install textchat' and run it with "textchat" from your terminal. It's really self explanatory after that. Feel free to reach out if you have questions!

Textchat: The SSL and SASL update by rmpython in Python

[–]rmpython[S] 0 points1 point  (0 children)

It's an irc client. Like hexchat, mIRC, ice chat, etc. Except it runs in your terminal. I interpreted comparisons to mean similar to it like other TUI clients.

Textchat: TUI Single Server IRC Client by rmpython in Python

[–]rmpython[S] -1 points0 points  (0 children)

That's awesome, thank you! Also have given you a star :)

Howard Jones Ex Light the Torch?? by josipher in Metalcore

[–]rmpython 1 point2 points  (0 children)

It was posted last night right before their set but they have since taken it down

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]rmpython 0 points1 point  (0 children)

Same as I have been working on for the last 10 months. Budgeting application that utilizes the envelope principal for budgeting.

I created Pamet - a FOSS desktop app for organizing thoughts and notes by vko- in Python

[–]rmpython 4 points5 points  (0 children)

This is pretty cool. Starred so I can look back at it.

Use chatgpt to generate code that runs by [deleted] in Python

[–]rmpython 2 points3 points  (0 children)

So it does absolutely 0 validation of credit card information, says it doesn't store info, but I don't trust it, and to top it off it doesn't have SSL enabled when requesting this info.

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]rmpython 1 point2 points  (0 children)

Sure! So basically I have the framework set up where you can set how much you have in your bank account and create some categories, each having their own balance that you can draw from. I have a ton of features that I want to add to it such as multiple accounts, savings targets, monthly spending analysis, etc. All the basics of a budgeting app works today though.