pull down to refresh

At this point I want to build an offline-first version of GitHub:

https://www.githubstatus.com/

https://news.ycombinator.com/item?id=48034587

It's called git. It's awesome. git-format-patch is your friend. Compliments of Linus.

reply
70 sats \ 10 replies \ @ek 6 May

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 #56
reply
echo "To: ${RECIPIENT}" > mail_header.txt 
echo "From: ek <ek@ek.name>" >> mail_header.txt
echo "Subject: review" >> mail_header.txt
echo "" >> mail_header.txt

cat mail_header.txt my_finding.txt | sendmail -t

This one also with compliments of Linus ❤️

reply
70 sats \ 8 replies \ @ek 6 May

I'm not sure if you're not understanding my problem, or if you're telling me I shouldn't use GitHub.

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
70 sats \ 6 replies \ @ek 6 May

To start with, your suggested solution should include the entire world in CC

reply

Mailing list?

PS: kind of dramatically self-important to seek the whole world as audience. Did you cure death?

reply
70 sats \ 4 replies \ @ek 6 May

Does this mailing list send all previously sent emails to new subscribers?