@into_highest_invite@lemmygrad.ml
the rizzler
member since 8 Jul 2025 09:25
comments
- on Can't get closed as duplicate if nobody can find the duplicates in c/programmer_humor@programming.dev · 10 Sep 2026
-
on Can't get closed as duplicate if nobody can find the duplicates in c/programmer_humor@programming.dev · 9 Sep 2026
no shallow is
–shallow. the difference is–depthrefers to the history (as reported by, e.g.git log), whereas shallow will only check out the root of the repository and any paths explicitly specified. i guess the article is describing some sort of problem with users who convert their shallow repository to a regular full repo. i wouldn’t know a lot about that. -
on Can't get closed as duplicate if nobody can find the duplicates in c/programmer_humor@programming.dev · 8 Sep 2026
honestly, having just tested it, i think the solution might be as simple as
–depth=1. for me, the clone time of some repos went from several minutes down to instant. even without that, there’s no reason in my mind why the filesystem can’t be used as a database, just with its own non-git tooling.i was gonna be shocked that nix doesn’t store its own output hashes but then i realized guix doesn’t either. it seems really odd to me for a reproducible build package manager not to do that. i wonder what caused that decision.
- on Can't get closed as duplicate if nobody can find the duplicates in c/programmer_humor@programming.dev · 8 Sep 2026
-
on East Tennessee commissioner says Flock CEO should be hanged in c/privacy@lemmy.ml · 20 Aug 2026
his strategy is to invoke new york’s double jeopardy law meaning he goes from facing a murder charge to catching a stalking charge
-
on East Tennessee commissioner says Flock CEO should be hanged in c/privacy@lemmy.ml · 19 Aug 2026
their guns are already woken up. they just bring them to an elementary school or nail salon.
-
on Divine tech support in c/programmer_humor@programming.dev · 18 Aug 2026
oh my god finally a modal window manager. this is amazing even if i’ll never switch from modalawesome. emacs users have so many window managers (inb4 emacs is the window manager) and us vim users have jackshit
oh that’s my fault. i confused shallow with sparse (
–sparse). my bad.