[-] GJdan@programming.dev 11 points 1 month ago

I know that picture is a QR code, I can even scan it, but I just can't stop thinking it's one of those magic eye pictures.

[-] GJdan@programming.dev 14 points 3 months ago
[-] GJdan@programming.dev 7 points 3 months ago

As a warning to other toilet paper rolls.

[-] GJdan@programming.dev 15 points 4 months ago* (last edited 4 months ago)

Every tested testi. Testis of non-testee testi'd are not tested.

[-] GJdan@programming.dev 4 points 10 months ago

Linux is just a kernel. Emacs/Linux is the OS.

[-] GJdan@programming.dev 2 points 1 year ago

Slip them your number on a note on top of cash for your purchase?

[-] GJdan@programming.dev 3 points 1 year ago

Ah, crap. Guess you're going to have to change your actual name then!

[-] GJdan@programming.dev 4 points 1 year ago* (last edited 1 year ago)

Pretty sure you can change your GitHub username. At least I did, but it's been awhile. When I got serious about my career I changed my professional online presence to use my real name.

Iirc it said something like, urls using your old username continue to work until someone comes along and makes a new account using your abandoned name.

Edit: here's GitHub's current docs on this, there's a few gotchas worth considering... https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username

[-] GJdan@programming.dev 5 points 1 year ago

This. I used to also keep a notebook with me and jot down the commands I used often. Eventually I learned other ways to jolt my memory and learned to use man. As time went by I used my notebook less and less.

[-] GJdan@programming.dev 4 points 1 year ago* (last edited 1 year ago)

We have strict data sovereignty requirements, so we do a lot of self hosting. We are also a kubernetes shop, so we've been using the Argo-CD / Argo Workflows combo. I quite like it, there's a lot of freedom to spin up a container and do anything you want in it while passing results to the next step, it might be too much freedom for some folks though. CD systems have some variety to them since there's so many ways to deploy code, but CI systems all feel pretty similar to me. The main differences are the format of the instructions you write for the system, and how much or how little it holds your hand.

[-] GJdan@programming.dev 3 points 1 year ago

It's a little hard to iterate and think when you're adding to a complicated codebase you might not have worked with in several months, or even just a portion of a project that's seemed stable for a long time. In that scenario, debuggers are able to shorten the getting up to speed process by quite a bit.

[-] GJdan@programming.dev 7 points 1 year ago

Yeah it's not too rare to store passwords in config files (e.g ~/.config/appname/config.json) usually at least base64 encoded to support special characters. It is usually better to try and store a token instead as they can be revoked or expired. If you have to store a password it might be fun to look into storing it in the system keychain, at least for macos or Linux, not sure if Windows has a keychain.

view more: next ›

GJdan

joined 1 year ago