- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
ranting_sandfish@mander.xyzto
Technology@lemmy.world•Stop using generative AI as a search engineEnglish
2·11 months agoOut of curiosity, did it find a source for those specs that wasn’t indexed well elsewhere?
ranting_sandfish@mander.xyzto
Technology@lemmy.world•Broadcom reverses controversial plan in effort to cull VMware migrationsEnglish
13·11 months agoThis change doesn’t even have anything to do with customers as far as I can tell? Sounds like they pissed off their resellers by cutting them out of deals with their biggest accounts, and are regretting burning all those bridges.
ranting_sandfish@mander.xyzto
Programming@programming.dev•Difftastic, a structural diff tool that understands syntax
15·2 years agoDoesn’t look like it, from their docs:
Non-goals
Patching. Difftastic output is intended for human consumption, and it does not generate patches that you can apply later. Use diff if you need a patch.
Luckily you can turn it off and use the standard ‘add’ workflow. I did that almost reflexively when I started trying to use jj. (snapshot.auto-track)
However, over time, and once I got the .gitignore fully set up for bigger projects, I’ve come around on re-enabling autocommit for more of my repos. It does flow pretty naturally once you have an established process. I find it enables both better ‘undo’, and more seamless context-switching.
You can also set a more specific snapshot.auto-track on a repo or user basis for personal tooling conventions that don’t make sense to gitignore.