[-] livingcoder@programming.dev 2 points 10 months ago

Women still need access to birth control in order to remain autonomous, but this is a great point.

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

I avoid all seafood for this very reason. With all of the constant deregulations and fines that are paid as the cost of doing business... the water just isn't safe anymore.

"You just need to know where it's coming from." is what I always here. "Do you know that the crab or fish is actually coming from some safe haven of clean water and clean fish food? How can any consumer actually be certain of that when we know that companies will lie about that?"

Some people regularly try to "buy American" just to find out that some part or all of it was made or sourced from somewhere else. A company will lie to save a buck.

[-] livingcoder@programming.dev 2 points 1 year ago
# Copy pwd into clipboard using pbcopy
alias cpwd="pwd | tr -d '\n' | pbcopy && echo 'pwd copied into clipboard'"
[-] livingcoder@programming.dev 2 points 2 years ago* (last edited 2 years ago)

When I see it in a movie I'm watching, I'll just talk to the TV "So, you're not going to get on the radio and call for help? You just saw a guy get pulled away into the darkness. No? Wait, you're going to slowly walk into the darkness? You are the main character after all, so I guess you just want me to see what's in there. Thanks, I guess."

I love riffing on bad movies. When the character is finally around other people I'll say "Oooh, guys... she has a secret! It's pretty important. Probably something that will kill everyone in the station. I would tell you guys, but I think she wouldn't want me to share it."

[-] livingcoder@programming.dev 2 points 2 years ago

You should check out Arq on Netflix.

[-] livingcoder@programming.dev 2 points 2 years ago

lol, I love that you're conflating the creator having the budget to make the show more in-line with his original vision with someone else making a lousy change for no clear reason. It's a nice knee-slapper of a comment you have right there. Good luck with it.

[-] livingcoder@programming.dev 2 points 2 years ago

The idea that someone would introduce the verbiage "garbage collection" in the context of Rust is crazy to me. I hope they change that to "file cleanup" or... anything else.

[-] livingcoder@programming.dev 2 points 2 years ago* (last edited 2 years ago)

AI is surprisingly helpful with providing a starting point. When you want a helloworld app, an example of how to use some part of a crate, or a code snippet showing how to take what you have and do something unusual with it, AI is super useful.

I would love to be able to get the same quality of AI locally as I do from ChatGPT. If that's possible, please let me know. I've got two 3090s ready to go.

But for now, I'm just enjoying the fact that ChatGPT is free. Once they put up a pay wall, it's back to suffering (or maybe/probably trying out some open-source models).

[-] livingcoder@programming.dev 2 points 2 years ago

It's still useful when it's wrong because it can give you the jist of what should be done. If it uses a library or function that doesn't exist, you'll still be informed as to what it was intending for the process at that point. I've often gone and just replaced the made-up code with custom code that does the same thing.

[-] livingcoder@programming.dev 2 points 2 years ago

Every so often rust-analyzer in VS Code doesn't use the latest code after a cargo update and the only way I've found to fix it is a cargo clean. This means that I have to wait 5 minutes for the next build, painful. Just because of one project update. I would LOVE a faster build.

Extra info: the updates come from my dependencies that utilize my private repositories via a git = "[path]". The rust-analyzer is pulling from a cache or older version for some reason and I don't know where it is or why.

[-] livingcoder@programming.dev 2 points 3 years ago* (last edited 3 years ago)

When I see a RIGHT JOIN I just shake my head and wonder "Why?". That said, I can't remember the last time I saw one.

[-] livingcoder@programming.dev 2 points 3 years ago

I like the trait generation functionality. This will be useful for expanding prototypes.

view more: ‹ prev next ›

livingcoder

0 post score
0 comment score
joined 3 years ago