@skagedal

45 Followers
129 Following
195 Posts
@andrewnez Oh, with --format=json I can visualize it exactly how I want! Yay

@andrewnez Yes, `git pkgs diff` is pretty much exactly what I want :D

It would be very sweet if it could highlight major version bumps, is that functionality you would consider or take a pull request for?

@andrewnez Oh, maybe git-pkgs is what I need? 🤔

I want a tool that can look at two lock files and tell me the difference – specifically, were there any major version bumps? I would like it for pnpm and Cargo and possibly others.

I was thinking that if anyone knows the answer to this question, it would be @andrewnez (love your blog), so I logged on here...

I put together a timeline of the xz attack, dating back to 2021. Corrections or additions welcome here on Mastodon. https://research.swtch.com/xz-timeline
research!rsc: Timeline of the xz open source attack

I need to start listening more to Yard Act, who I will be seeing live in three weeks.
💚 Stay strong xz maintainer(s). We're with you.💚
Mastodon keeps posting huge previews for links. Or viewing, not sure on what side that happens.

I think I'll use this crate instead: https://crates.io/crates/etcetera

It's what `bat` uses. It follows the XDG standard everywhere except Windows.

I feel that this makes a lot of sense for CLI config files which the user is supposed to edit themselves. As someone pointed out in the thread above, Apple's default locations are more for files that are not supposed to be edited directly by the user.

crates.io: Rust Package Registry

Long thread here: https://github.com/dirs-dev/directories-rs/issues/47

Seems they won't support that.

Support for using ~/.config on Mac for command line apps · Issue #47 · dirs-dev/directories-rs

While not the official Apple sanctioned place for config files, the standard on the command line for MacOS tends to be using the Linux style ~/.config for config files. Can we add support for using...

GitHub