HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nbobko

66 karmajoined 3 lata temu
Nikita Bobko

http://github.com/nikitabobko

comments

nbobko
·6 dni temu·discuss
This still exists on modern Androids (thanks God!)

Even better: they moved it from developer options to accessibility options, which means that they treat it as a normal use case now

What is bad is that it still disables the animations for progress bars (the only place where the animation makes sense)
nbobko
·10 dni temu·discuss
At my previous company we tried to use this tool to sync parts of the code between two different git repos. The tool turned out being unacceptably slow.

Handwritten bash scripts using git-replace and git-filter-repo [1] did a much better job

[1]: https://github.com/newren/git-filter-repo
nbobko
·8 miesięcy temu·discuss
Oh no, it's paginated
nbobko
·8 miesięcy temu·discuss
Hehe, the classic rude and mean behavior from homebrew maintainers.

I get their motivation to remove the flag. In fact, it has always been better to run xattr in postinstall, this way the binary is free from quarantine even after updates.

But the way they communicate with people is unacceptable and just unnecessary.
nbobko
·2 lata temu·discuss
> Well, you can't have different configs for different hosts

Though you can use git branches, but I prefer not to
nbobko
·2 lata temu·discuss
That's why I use --git-dir=$HOME/.dotfiles

I rename .git directory to .dotfiles in my $HOME
nbobko
·2 lata temu·discuss
Ah, that is what OP was referring to.

Well, you can't have different configs for different hosts. Other than that, I can't quickly recall what other limitations are, I see none. I really like the simplicity of the "pure git" approach.

My dotfiles repo dates back to 2018, I'm happy user of this git one-liner for the past 6 years.
nbobko
·2 lata temu·discuss
I just use one-liner git command that I put into a script

    git -c status.showUntrackedFiles=no --git-dir=$HOME/.dotfiles --work-tree=$HOME "$@"