

I will never buy another Samsung phone or tablet. I was done the moment I started getting notification ads from the Samsung store that I cannot disable.


I will never buy another Samsung phone or tablet. I was done the moment I started getting notification ads from the Samsung store that I cannot disable.
Fix it! Fix it! Fix it! Fix it! Fix it! Fix it!
Now I use lowercase and underscores everywhere.


I can’t even install Rust…
# Copy pwd into clipboard using pbcopy
alias cpwd="pwd | tr -d '\n' | pbcopy && echo 'pwd copied into clipboard'"
# grep search the current directory
function lg() {
ls -alt | grep $1
}


Can anyone explain what this means to me like I’m 5?


Cast Away. Tom Hanks.
It’s a movie that starts really goofy, gets serious for a long time, and is then oddly goofy again.
I had to test it. That is wild.


Isn’t it part of some secret Pokémon lore that humans are Pokemon? Someone made a video on YouTube about it a few years ago.
I think this prediction will age extremely well if we last that long. That’s a very big “if”.


I’ve found that one of the best things to do when making a library for something that is going to have a web interface is to first have it work in the terminal. You can much more quickly play around with the design and fix issues there instead of having to work with a more complex web interface.
You just create a simple menu system, like input("1: Feature A\n2: Feature B\n>") and just start trying out all of the different scenarios and workflows.
I had a coworker who would sometimes not create a method as being static to the class and would therefore need to create a default instance to call said method. “It’s domain-driven design.”
For me it all depends on how often a project changes. If it’s constantly in flux, I don’t bother remembering any of it because I might not be the last one who touched it. The more you try to remember everything, the more wrong you become due to the successive work of your coworkers.


I hate that it came to this, after so many Rust devs left, but all I can say is “Good.”


It happened to a friend who wasn’t passing in the proper types into their stored procedures, all strings, and “null” (not case sensitive) conflicted with actual null values. Everything in the web interface were strings, and so was null.
For some people it takes this mistake before they learn to always care about the data types you’re passing in.


I’ve had mine on vibrate for years. Texting doesn’t trigger it, only calls. It’s been great. I look at my phone only when I’m ready to look at it.


3000…


When your management judges teams by lines-of-code written.
I still don’t know how Wine works and I’m a Linux advocate.