Readit News logoReadit News
MzHN commented on Some pretty cool Git tools to save your sanity and your kids   fev.al/posts/git-tools/... · Posted by u/charles_f
MzHN · a month ago
`git reparent origin/main -n 3` sounds a lot like `git rebase --onto origin/main HEAD~3` and `git move-branch from to` sounds like `git branch -f from to`.

I love backup branches as much as anyone but I'd also recommend getting used to `git reflog` or perhaps `git log --all --oneline --graph --reflog` if you're worried about losing commits.

There is one* footgun in git that you can't just reflog your way out of and it's stashes because they piggyback off of the reflog, so dropping stashes will also remove them from the reflog. In those cases you can still visualize them with `git fsck --connectivity-only | grep 'dangling commit' | awk '{print $3}' | xargs git log --oneline --graph --all --reflog`.

*(as long as you've committed your changes, if not then there are way more)

MzHN commented on Let me pay for Firefox   discourse.mozilla.org/t/l... · Posted by u/csmantle
rvz · 2 months ago
First of all, your donations to Mozilla don't go to funding the browser.

Even if they did, it isn't even enough to sustain the company to continue developing the browser.

MzHN · 2 months ago
> First of all, your donations to Mozilla don't go to funding the browser.

This is exactly my point. They should establish direct Firefox donations. I agree that it won't change anything overnight, but they need to start somewhere.

MzHN commented on Let me pay for Firefox   discourse.mozilla.org/t/l... · Posted by u/csmantle
MzHN · 2 months ago
Yes! My pet peeve is people keep saying "no one would pay" or "it wouldn't work" but the thing is, as far as I know, it has never been tried.

For example Thunderbird is fully funded by donations.[1]

Of course Thunderbird's budget is in a different magnitude than Firefox but I'd guess the amount of users is also in a different magnitude.

[1] https://blog.thunderbird.net/2023/05/thunderbird-is-thriving...

MzHN commented on Stop Killing Games   stopkillinggames.com/... · Posted by u/MYEUHD
MzHN · 2 months ago
Unofficial but it is fun to watch live as the tracker numbers go up https://stopkillinggamestracker.pages.dev/
MzHN commented on Mozilla shuts down even more Firefox services   neowin.net/news/mozilla-s... · Posted by u/bundie
arnvald · 3 months ago
Not to defend Mozilla (they have lots of issues), but it feels they're in an impossible position:

* their revenue comes mostly from Google, they need to diversify

* but nobody will pay for a browser, so they need to offer other services

* then everyone criticises that they shill their other services and should instead focus on the browser

Realistically, what should they do to stop relying on money from their competitor and be continue their mission?

MzHN · 3 months ago
Thunderbird is fully funded by donations[1]

Of course Thunderbird's budget is in a different magnitude than Firefox but I'd guess the amount of users is also in a different magnitude.

As far as I know there has never been an attempt to fund Firefox by donations. You can _only_ donate to Mozilla, which does not go to Firefox development.

People keep saying it wouldn't work but it has also never been attempted so we do not know for sure.

[1] https://blog.thunderbird.net/2023/05/thunderbird-is-thriving...

u/MzHN

KarmaCake day1248March 2, 2014View Original