Skip Navigation
Advanced git commands every senior software developer needs to know
  • this article suggests shell allowed, but git also has a built-in feature for aliases itself. I prefer these as it allows you to keep using the git command normally (more consistent when you tend to use history search/auto-suggestions heavily).

    running git config --global alias.st status, for example, will allow you to run git st as an alias for typing out the full git status (you can also manually add aliases to your ~/.gitconfig).

  • rust-tools.nvim: Archived (Switch to rustaceanvim)

    Hey all, if you use it looks like rust-tools.nvim has been archived.

    They recommend rustaceanvim which has a migration guide here.

    1
    [Help] Where do I start to make my config?
  • another way to start is to only do small configurations at first. as you code maybe you realize you want a tool that shows git diffs, install a plug-in that does that. over time, you gradually build your config. maybe you want to start using leader for custom key maps. a couple days later maybe you think you want a file picker so you add telescope. this 100% will take longer, but you'll intimately understand why every line in your config is there.

  • Hasan Minhaj’s “Emotional Truths”
  • Having read some of the specific stories he's exaggerated; I feel I can empathize with some of them. For example he talks about how he felt when he was receiving death threats, and constructed a story that would be indicative of that feeling. however, in other stories he exaggerated events involving real people (his prospective date to the prom, for one) that his fans have identified and subsequently harassed.

    celebrities have to be cognizant of this brigading effect they tend to have, even if they don't condone it, and it seems like Hasan has no remorse for the ways his exaggerations have hurt the real people involved in his stories.

  • Introducing flake8-logging - Adam Johnson
  • neat write up, I've also run into some of the errors that ruff throws (eg don't use f strings in logging) but didn't really know why.

    thought it was cool the author said feel free to implement in ruff in the foot notes

  • Introducing Predictive Debugging: A Game-Changing Look into the Future
  • I'm struggling to see how bug reports found using this prediction approach would ever be sent as anything but bugs of the predictive debugger itself.

    how would end-users ever see bugs caused by a debugger the devs use? how would users of a third-party library conflate bugs in their own code/the third-party code when you can see which lines are which as you debug?

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CD
    cd_slash_rmrf @programming.dev
    Posts 1
    Comments 22