cheese_greater@lemmy.world to Asklemmy@lemmy.ml · 1 year agoHow far can Lemmy support nested comments? Let's find outmessage-squaremessage-square257fedilinkarrow-up1182arrow-down111file-text
arrow-up1171arrow-down1message-squareHow far can Lemmy support nested comments? Let's find outcheese_greater@lemmy.world to Asklemmy@lemmy.ml · 1 year agomessage-square257fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up7·1 year agoIt looks like you broke the interwebs my mate
minus-squarecheese_greater@lemmy.worldOPlinkfedilinkarrow-up4·1 year agoDid I actually do something bad? Like are y’all upset at me?
minus-squareAnbalsilfer@lemmy.mllinkfedilinkarrow-up13·edit-21 year agoYou’re a grey hat. Technical problems like these are likely to never get fixed until their consequences are demonstrated.
minus-squarecheese_greater@lemmy.worldOPlinkfedilinkarrow-up1·1 year agoI feel like I’m def more of an IdeasGuy, like I don’t implement stuff but I guess I’m good at finding edge cases/outliers.
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up3·1 year agolooks like 128 deep from here, and that number feels very familiar some how. I just cant place where Ive seen it before…
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkarrow-up5·1 year agoHmm… I got 99. The red line is there 14 times with full color change + 1 extra line. Each time it’s 7 colors, so 99. I double-checked.
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up11·1 year agoIf in doubt look at the code: const MAX_COMMENT_DEPTH_LIMIT: usize = 100; I Guess that is the answer
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up4·1 year agoNow, what would happen with other instances if you compiled it with higher number for your own 🤔
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up3·1 year agoI think you are correct, I based it on:
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoMaybe there are branches in the tree of comments?
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year ago128 = 2^7; powers of 2 show up a lot in computing. Looks like it’s 100 though per the below comment.
So what’s the finding?
It looks like you broke the interwebs my mate
Did I actually do something bad? Like are y’all upset at me?
You’re a grey hat. Technical problems like these are likely to never get fixed until their consequences are demonstrated.
I feel like I’m def more of an IdeasGuy, like I don’t implement stuff but I guess I’m good at finding edge cases/outliers.
Yes but like quantified…
looks like 128 deep from here, and that number feels very familiar some how. I just cant place where Ive seen it before…
Hmm… I got 99. The red line is there 14 times with full color change + 1 extra line. Each time it’s 7 colors, so 99. I double-checked.
If in doubt look at the code:
const MAX_COMMENT_DEPTH_LIMIT: usize = 100;
I Guess that is the answer
Now, what would happen with other instances if you compiled it with higher number for your own 🤔
I think you are correct, I based it on:
Maybe there are branches in the tree of comments?
128 = 2^7; powers of 2 show up a lot in computing. Looks like it’s 100 though per the below comment.
deleted by creator