pull down to refresh
It's called git. It's awesome. git-format-patch is your friend. Compliments of Linus.
reply
With "offline-first version of GitHub", I meant that I can create GitHub review comments offline, so the review is ready to be submitted when GitHub is back online.
But git-format-patch might still be useful, thanks! I am currently manually keeping track of what I want to comment on which lines in a text file:
R18-19:
nit: I found "base weight" confusing. bolt03 doesn't mention "base weight", only "base fee", which [doesn't seem to be related to "without HTLCs" but "trimmed HTLCs"](https://github.com/lightning/bolts/blob/444805d12ab98c30006173bb190cd9d6fce9e405/03-transactions.md?plain=1#L517-L524). I think with "base" you mean "without HTLCs"? So I suggest this change:
```diff
-/// Base weight of a non-anchor commitment transaction without HTLCs.
-const COMMITMENT_WEIGHT_NON_ANCHOR: u64 = 724;
+/// Weight of a non-anchor commitment transaction without HTLCs.
+const BASE_COMMITMENT_WEIGHT_NON_ANCHOR: u64 = 724;
-/// Base weight of an anchor commitment transaction without HTLCs.
-const COMMITMENT_WEIGHT_ANCHOR: u64 = 1124;
+/// Weight of an anchor commitment transaction without HTLCs.
+const BASE_COMMITMENT_WEIGHT_ANCHOR: u64 = 1124;
```
---
R24-26:
* could use `OPTION_ANCHORS_BITS` like in #56reply
reply
reply
Not telling you what you should or shouldn't do, just pointing out that depending on a centralized piece of Microsoft software is maybe not necessary in an age where you could use anything you want for communications. Which is rather funny because we used to say the same in the 90s.
Maybe this time we will evolve tho
reply
At this point I want to build an offline-first version of GitHub:
https://www.githubstatus.com/
https://news.ycombinator.com/item?id=48034587