[-] tyler@programming.dev 8 points 2 months ago

If you’re in the U.S. you can use Privacy.com. No need to ever give name, address, or real credit card info ever again. It’s pretty nice.

[-] tyler@programming.dev 8 points 2 months ago

No but if you’re going to capture these it’s just a waste to neuter them. The problem is how many other fish have no defenses against them so in effect you’ve done nothing, the lionfish is going to continue killing for the rest of its life. The proper way is to just spearfish them and take them to a restaurant for them to cook for customers. You’ve then both “neutered” them and removed the destruction

[-] tyler@programming.dev 8 points 4 months ago

I’m very confused what the nightmare is here.

[-] tyler@programming.dev 8 points 1 year ago

Well that’s a really bad example you gave because gun laws explicitly cover that exact case federally. This is more like book banning. Books are banned in your state, not mine, you come and buy them here and take them back there.

[-] tyler@programming.dev 8 points 1 year ago

Well they said the rest of the staff is undocumented… so…

[-] tyler@programming.dev 8 points 1 year ago

I went to a school in the middle of nowhere Texas and learned only about half of what you did and it still was impressed upon us how terrible the nazis were. There’s no reason any American shouldn’t know that this is heading right back in that direction.

[-] tyler@programming.dev 8 points 2 years ago

I’ll take some of those dreams please.

[-] tyler@programming.dev 8 points 2 years ago

discarding changes does not discard uncommitted new files. The VS Code button did a git clean which is completely unexpected. Git even refers to a git clean with completely different terminology.

git reset -> "Resets the index and working tree. Any changes to tracked files in the working tree since are discarded."

git clean -> "Cleans the working tree by recursively removing files that are not under version control, starting from the current directory.". This command also requires you to specify a force option to actually do something, else it quits with an error.

Note that git clean never once refers to discarding anything, and git reset never refers to removing untracked files. VS Code was doing an idiotic thing. Running git reset --hard AND git clean. There is absolutely no reason to be running git clean from an UI button ever. If you want to remove a file you can explicitly remove it.

Imagine that the button said "Discard all changes" and then it ran rm -rf --no-preserve-root /*. Would that make sense as a button? No. It definitely would not.

[-] tyler@programming.dev 8 points 2 years ago

Man I fucking loved backyard sports. There wasn’t a a bad game in the series.

[-] tyler@programming.dev 8 points 2 years ago

What in the world are you talking about. Using contractors is not “paying people less than they’re worth”.

[-] tyler@programming.dev 8 points 2 years ago

LLMs have been shown to have emergent math capabilities (that are the opposite of what is trained) so you’re simplifying way too much. Yes a lot is just “predictive text” but there’s a ton of “this was not the training and we don’t know how it knows this” as well.

[-] tyler@programming.dev 8 points 2 years ago

*writing

Sorry. Thought it would be funny

view more: ‹ prev next ›

tyler

0 post score
0 comment score
joined 3 years ago