home.social

#developertooling — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #developertooling, aggregated by home.social.

  1. GitHub Hit by Internal Repo Breach via Malicious VS Code Extension

    GitHub's internal repositories were breached after a malicious Visual Studio Code extension was used to launch the attack, but thankfully, customer data appears to be safe. The incident has left users wondering what else may have been compromised.

    osintsights.com/github-hit-by-

    #MaliciousVsCodeExtension #Github #InternalRepoBreach #DeveloperTooling #EmergingThreats

  2. 🚨 New blog post: Packaging kotlin-lsp for NixVim

    In this short how-to I show how to write a Nix derivation to package kotlin-lsp for use in a NixVim configuration. I also explain a little bit how I approach packaging Java applications with Nix, when I can't build them from source.

    britter.dev/blog/2025/11/15/ko

    #kotlin #java #nix #nixos #neovim #nixvim #developertooling #developerproductivity

  3. Am I imagining a `git commit --fixup` helper tool that, given a staged change in a hunk of a file present in a previous commit, will automatically find that commit and `--fixup` that commit?

    I'm fed up of noticing a problem, then `git log --oneline` and then copypasta a SHA and then `git rebase -i`, and then I notice another thing that's bad and the process starts over.

    #Git #SoftwareDevelopment #DeveloperTooling #DevEx