pull down to refresh

Now I understand the bug the sat counter per zap is missing. It should be before replies but it’s missing on this comment for some odd reason
106 sats \ 9 replies \ @ek 31 Mar
it's because it's pinned, see #707679 (comment link) vs #707679 (direct link)
reply
yep i noticed pinned comments don't show the amount of zaps, and doesn't even let me zap by clicking the lightning bolt as usual. This should probably be changed.
And @BlokchainB, my suggestion for where to start in the code is to look for the logic of pinned comments (search pinned or pin in Github)... that's where I would start, anyway.
reply
Oh @BlokchainB, one tip from one journeyman dev to another! Probably 95% of the time "coding" is not writing code but reading it.
Read the code and follow the logic to understand what's going on. AI tools like ChatGPT can really help here! Copy and paste the code in and ask it to explain to you. Sometimes it gets stuff wrong though, so you gotta keep a critical thinking cap on. But it does a pretty good job most of the time and speeds up your understanding by a lot.
Sometimes to fix a bug it's 99% reading code then changing one line to fix the bug haha
reply
Even getting here is hard. I looked at the repo and was overwhelmed lol like I have no idea where to begin to look for this bug. I saw all the branches (like ek’s lightning branch) and was lost. But thanks for the ChatGPT hint never thought to use it in that way
reply
103 sats \ 1 reply \ @ek 31 Mar
ek’s lightning branch
I don't know what you are talking about lol
We are just bad at deleting old branches. Most of them are probably stale. Github should tell you that though.
reply
Hahaha I’ll show you
You probably don't need to pay attention to any of the branches. Just focus on understanding master.
It is hard, but worth it! ChatGPT can help a lot. Another hint is to tell ChatGPT that it uses next.js framework. A lot of it is standard coding patterns for that framework so once you get the hang of it, it becomes a lot easier to understand everything.
reply
Okay chatGPT I’m using next.js
73 sats \ 0 replies \ @ek 31 Mar
doesn't even let me zap by clicking the lightning bolt
With the direct link, you should be able to zap though. It works for me.
reply
Ahh okay
reply