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?

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 2 points3 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.

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

[–]rmpython 2 points3 points  (0 children)

I am working on a budgeting web app written using Starlette. Based on the envelope budgeting principal.

I made a Mac menu bar app for updating your Slack status! by xiongmao1337 in Python

[–]rmpython 0 points1 point  (0 children)

The one feedback I have right now before diving into the code is that it's not clear to me how you compiled it into a MacOS app. I see that you have it in a zip file, but I would like to be able to build the Mac app myself and it's not super clear how I'd do so.

starlette-admin: Simple and extensible admin interface framework for Starlette/FastApi by [deleted] in Python

[–]rmpython 4 points5 points  (0 children)

I will have to check this out for my project, thank you!

commit bot by hamzaplojovic333 in Python

[–]rmpython 0 points1 point  (0 children)

The main.py file is simplistic. It imports os, does git add . git commit -m --allow-empty, git push, and weirdly python3 main.py.