Just came back to Debian on my gaming rig after a 4 year hiatus, I’ve missed it.
- 4 Posts
- 85 Comments
I have never once understood these sock references and jokes. Never seen a programmer wearing thigh high socks. Never associated socks with specific programming languages.
What’s the punch that I’m missing here?
This same type of cable setup can be found in the Philippines as well.
CodeBlooded@programming.devto Programming@programming.dev•What's your favorite IDE right now?1·25 days agoOkay, so I’m not using an extension in Zed* (but am using vim mode btw)
CodeBlooded@programming.devto Programming@programming.dev•What's your favorite IDE right now?3·25 days agoVS 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.devto Linux@programming.dev•Vertical Mouse - alternative to Logitech Lift?1·28 days agoAfter 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.devto Web Development@programming.dev•Postman is logging all your secrets and environment variables1·28 days agoI ditched it in favor of simple Python scripts, which is fine for my needs. Others at work seem to like it though.
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.devto Programmer Humor@programming.dev•muskrat's data eng expert's hard drive overheats while processing 60k rows3·3 months agoThanks. I’ve legit never understood how to navigate Twitter. Both Twitter and Snapchat gave me a good dose of what I imagine my grandmother feels when faced with operating a desktop computer…
CodeBlooded@programming.devto Programmer Humor@programming.dev•muskrat's data eng expert's hard drive overheats while processing 60k rows20·3 months agoIs this a real post? I can’t seemed to find it on that website “X, formerly known as Twitter.”
Code never lies; comments sometimes do.
deleted by creator
CodeBlooded@programming.devto Programming@programming.dev•I've been playing an MMO that you can only play via rest API calls: Artifacts13·3 months agoWow! I’ve been thinking about making something like this and I’ve even poked at a few “hacker/terminal/code” themed games. However, every time I get serious about giving this type of game my time, I think to myself, “I could just be programming and hacking something more useful than this, and I could just look at that experience as ‘the game’ rather than programming and hacking on something less valuable (the game, in this case).”
This train of thought has me working on an FPS built on Bevy. I’m hacking, learning, and convincing myself that this is the hacker game experience I wanted. Heck—I might even come out of this with something tangible that could generate money one day. At the very least, I’ve up-skilled my programming knowledge. 🤷♂️
That probably sounds uber boring and having said all this, I think I’ll still have to give this game a go!
CodeBlooded@programming.devto Programmer Humor@programming.dev•Quantum Lock suspends sales due to developers losing access to source code32·11 months agoSo, basically, “we started learning Git and accidentally blew away the only copy of the code base we had!” 😂
I’ve watched new developers delete 2 weeks worth of development by misunderstanding Git🤦♂️
Alright stranger, let’s hear it. What is it about Fish that you love so much?
I’ve been generally happy with bash or zsh, pretty much whatever is installed by default (and I honestly don’t know the difference between the two I just mentioned 😬).
CodeBlooded@programming.devto Linux@programming.dev•The 20 best open-source alternatives to popular software on Windows3·11 months agoGimp is all I know, I can’t compare to Photoshop, and I love it! ❤️
CodeBlooded@programming.devto Programmer Humor@programming.dev•Implementing RFC 3339 shouldn't really be that hard...1·11 months agoThat’s fair. The replies here have opened my narrow thoughts that I’ve had on everyone solely using UTC.
In my defense, when discussing this with others in person, I’ve only ever been given garbage reasons to have time zones…
Now …can we all agree to hate Daylight Saving Time?
This meme is 10/10