CodeBlooded

joined 2 years ago
[–] CodeBlooded@programming.dev 4 points 1 month ago (3 children)

I can hear this comment

[–] CodeBlooded@programming.dev 1 points 1 month ago

Okay, so I’m not using an extension in Zed* (but am using vim mode btw)

https://zed.dev/docs/vim

[–] CodeBlooded@programming.dev 3 points 1 month ago (2 children)

VS Code at work, Zed at home.

Despite Zed crashing my laptop every once in a while, it's been a refreshing change-up from VS Code.

I use a vim extension in both btw...

[–] CodeBlooded@programming.dev 1 points 1 month ago

After experiencing wrist pain, really bad, I moved to a vertical mouse. It seemed to help, but I eventually moved to a Kensington Expert trackball and I’ve never looked back. I swear by them.

https://www.amazon.com/Kensington-Expert-Trackball-Mouse-K64325/dp/B00009KH63

[–] CodeBlooded@programming.dev 1 points 1 month ago

I ditched it in favor of simple Python scripts, which is fine for my needs. Others at work seem to like it though.

[–] CodeBlooded@programming.dev 4 points 1 month ago

Thanks. I wrote that myself for our visually impaired Lemmy lurkers. 🤙

[–] CodeBlooded@programming.dev 23 points 2 months ago* (last edited 2 months ago)

Docker enables you to create instances of an operating system running within a “container” which doesn’t access the host computer unless it is explicitly requested. This is done using a Dockerfile, which is a file that describes in detail all of the settings and parameters for said instance of the operating system. This might be packages to install ahead of time, or commands to create users, compile code, execute code, and more.

This instance of an operating system, usually a “server,” is great because you can throw the server away at any time and rebuild it with practically zero effort. It will be just like new. There are many reasons to want to do that; who doesn’t love a fresh install with the bare necessities?

On the surface (and the rabbit hole is deep!), Docker enables you to create an easily repeated formula for building a server so that you don’t get emotionally attached to a server.

[–] CodeBlooded@programming.dev 1 points 2 months ago

Ha, it really was satisfying!

[–] CodeBlooded@programming.dev 21 points 2 months ago (4 children)

Crazy to see this in my feed, I was just thinking about this the other day. I didn’t steal the balls, but I remember figuring out that I could remove them and clean the crud off of the rolling components inside to smooth my cursor movement. (This would have been 3rd or 4th grade.)

view more: ‹ prev next ›