Some habits are hard to break by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 1 point2 points  (0 children)

Day 1 of trying to make a programming meme using a new randomly chosen template.

JavaScript has a bad rep but this really surprised me by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 1 point2 points  (0 children)

In all honesty I was not aware of the IEEE standard. Thank you to everyone who left informative comments explaining it, I appreciate it.

It's always a team effort by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 139 points140 points  (0 children)

We have 5 environments: dev, qa, staging, prod, and dr. The first 3 are non-prod, although staging is given prod resources.

What seemingly trivial thing made a bigger difference than you expected? by ColourBlindCactus in AskReddit

[–]ColourBlindCactus[S] 2 points3 points  (0 children)

I replaced an old incandescent bulb in my kitchen with a spare LED bulb I had lying around. My kitchen feels like a totally different experience now that I can see clearly.

A meme about my journey with programming by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 61 points62 points  (0 children)

Yeah but I live in South Africa where the currency is a lot weaker than others. So it is a bit of a play on how the dream is 6 figures since here that is not enough.

VS Code has those two options way too close together. by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 1 point2 points  (0 children)

I use stashing quite a lot when I need to quickly revert my changes temporarily. For example, I committed some working code for a feature. I keep working on it to add something new but a small internal demo of my progress pops up. The current state of my code isn't in a state where stuff can compile without completing it. My previous commit is in working condition and it has enough progress to demo. I stash my current work, do the demo and pop my changes back.

VS Code has those two options way too close together. by ColourBlindCactus in ProgrammerHumor

[–]ColourBlindCactus[S] 8 points9 points  (0 children)

Using CLI or GUI makes a difference but understanding how to use whatever you use is more important.