Eager Eagle
- 3 Posts
- 277 Comments
yes, but in this particular case I wouldn’t want to second guess my decrement operation just happens to also be calling the white house or whatnot. Just make a method.
that’s why c++ gets bullied
a logical skeuomorphism, how eccentric
Eager Eagle@lemmy.worldto Privacy@lemmy.ml•What are you going to do when the internet starts asking for ID for everything?English36·7 hours agothe internet won’t ask shit, specific websites will, which can and should be avoided
you can check if DNS over HTTPS is working here
Because this whole discussion is fucking stupid. There was no good reason for a change.
similarly, I use
master
andstable
, it helps that PRs default tomaster
, making changes tostable
more intentional.
I’m glad I’m not part of “we”
Eager Eagle@lemmy.worldto Not The Onion@lemmy.world•World's oldest baby is born in the United StatesEnglish10·23 hours agoThat’s weird, I watched Children of Men last night
well, NOW I have to click. 😤
Eager Eagle@lemmy.worldto Technology@lemmy.world•Are you worried about your child’s screentime? Get a landlineEnglish8·1 day agoyeah, at the very least a collective thing in a classroom
Eager Eagle@lemmy.worldto Programming@programming.dev•Worktrees: Git's best kept secret (and why you should use them) | Tom UpsEnglish61·1 day agoThen we have the “it works on my machine” issue. I’m vehemently against symlinks pointing out of the code repository because of that.
Eager Eagle@lemmy.worldto Programming@programming.dev•Worktrees: Git's best kept secret (and why you should use them) | Tom UpsEnglish13·1 day agoyeah, I think these are the main hurdles for me:
- Untracked files are not copied
When you create a new worktree, it is created from whatever is comitted, so gitignored or uncomitted files are not copied.
So if you have .env files, you have to copy them over manually. And for dependencies, like for example node_modules, you would have to run npm install again in the new worktree.
Mainly .env files, as they are handcrafted. And:
- Editor / IDE complexity.
A few projects I work on are multi-root (using VS Code terminology) and that’s already complex enough. Adding worktree directories means adding a level to that, which I’m not bought in. And I don’t want a separate workspace for each branch I work on, that just shifts the complexity from git to the IDE / editor.
Eager Eagle@lemmy.worldto Linux@lemmy.ml•Useful CLI tools like ffmpeg, ani-cli, yazi, etc.?English3·2 days ago
a miserable week with Yanet Garcia? Fine, I’ll take it
nonsense, it was at least 3 beavers
for others - https://godbolt.org/z/osaKrxsPx