mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

#diff

0 posts0 participants0 posts today

Since y'all liked 🔀🦒 #Mergiraf so much (a syntax-aware #git #merge driver that solves many conflicts automatically that git's built-in merge strategies can't), go check out ≏🤩 #Difftastic too! It's a syntax-aware #diff tool that produces finer grained, much easier to read output than classic #GNU #diffutils or #BSD diff. No more decoding "@@ -5,6 +5,7 @@"! Integrates nicely with #git as well.

difftastic.wilfred.me.uk/

difftastic.wilfred.me.ukDifftastic, a structural diff tool that understands syntaxDifftastic, a structural diff tool that understands syntax

660 - Tres herramientas brutales para tu terminal Linux

tres herramientas #linux para trabajar con #diff y #git, para el #hacking #etico con #nmap y para la lógica difusa tipo #fzp pero mucho mas con #television

Vamos a poner el listón alto para este año que comienza. Así, en este episodio, te traigo tres herramientas brutales para tu terminal Linux. L

youtube.com/watch?v=85yISA69NSM

I am in rant mood. The #diff tool in #Emacs, called #ediff.

People rant about Emacs', lets say, non-standard user interface. I use it for 40 years and like it. But ediff is just a pita.

In case anyone knows how to get a similar thing to

git difftool --tool=meld --dir-diff

meaning:
- navigate to changes of a git workspace from a dir-tree view
- side-by-side diffs, no weird three-way wtf when I just want to see current changes
- no weird frames/windows mess

Suggestions welcome.

New VSCode #Extension Enhances Development Workflow with #AI Chat Integration 🛠️

💻 #AiderComposer seamlessly integrates #Aider chat functionality into #VSCode, inspired by #Cursor and #Cline

📄 File management features: Easy add/remove files, toggle read-only/editable modes, and intuitive file referencing with @ mentions

🔄 Supports multiple chat modes: #Ask mode for general queries, code modes (#Diff, #UDiff, whole) for code modifications with preview

🔍 Advanced features include diff editor preview, chat history sessions, and #HTTP proxy support (via VSCode settings)

🛠️ Technical requirements: #Python installation needed with aider-chat and flask packages

⚙️ Simple setup: Configure Python path in extension settings for activation

Source: github.com/lee88688/aider-comp

GitHubGitHub - lee88688/aider-composer: aider's VSCode extension, seamlessly integrated into VSCodeaider's VSCode extension, seamlessly integrated into VSCode - GitHub - lee88688/aider-composer: aider's VSCode extension, seamlessly integrated into VSCode

#question: is there an application that keeps the starting state of settings on a #Google #Android #phone and allows one to #diff them with current settings?

I've been having issues with notifications and connection issues on my Pixel, I've done the complete wipe but then one restores data/settings to the phone from one's Google account and that seems to cause issues again...

If you're comfortable using your web browser’s development tools, here's what you can do to find a change between Confluence page versions that might be difficult to see:

Content that has changed in the page is surrounded by a `<span>` that hass a `class` of either `diff-html-added`, `diff-html-removed`, or `diff-html-changed`.

That means that you can search in your DOM for `diff-html`, and find that pesky change that you cannot see.

Hope that helps!