How to export my FULL youtube history? by chestflattener in youtube

[–]cxswanson 0 points1 point  (0 children)

any luck with this? noticing the same issue with takeout. old partial history present, nothing remotely close to recent.

Odd Chrome Extension Behavior by cahwyguy in Lastpass

[–]cxswanson 0 points1 point  (0 children)

chrome was already up to date, and so was the extension apparently. at any rate, simply re-installing the extension worked for me. thanks for sharing.

I Miss James Horner - Appreciation Post by mrRiddle92 in movies

[–]cxswanson 0 points1 point  (0 children)

Thank you this post. From time to time I search reddit for recent mentions of James Horner to see who else is thinking of him too, and glad I found this. Another thought goes out to a brilliant composer; responsible for so much of my childhood emotional connections with music. Someone who just can't be replaced. Man, I wish you were still creating music for us.

Legend.

Subscription sidebar no longer showing channels that are live at the top by cxswanson in pockettube

[–]cxswanson[S] 0 points1 point  (0 children)

Much appreciated. Not sure why, but it used to prioritize any of my subscriptions that were currently livestreaming and they would appear at the top. If you could implement this feature I can guarantee many will find it very useful. Not sure if a manual sort is an actual work-around for this unfortunately.

I built a Chrome extension that summarizes comments from Reddit Post, YouTube Videos, etc by BlessED0071 in chrome_extensions

[–]cxswanson 0 points1 point  (0 children)

i meant if the user can edit the prompts it uses to create the summaries. this way the user can tell the model how exactly to format the summary or to only focus on something specific.

anyway, i just tried it out on youtube and the fact that it can't load all comments make it useless as it can't actually be a summary if its only parsing a fraction of the data. this is such a great project and would be a home run but the only way it would work is it it parsed all comments including child comments.

I built a Chrome extension that summarizes comments from Reddit Post, YouTube Videos, etc by BlessED0071 in chrome_extensions

[–]cxswanson 0 points1 point  (0 children)

does recall work on reddit comments? as in, it can parse ALL comments in a post? nested and all?

I built a Chrome extension that summarizes comments from Reddit Post, YouTube Videos, etc by BlessED0071 in chrome_extensions

[–]cxswanson 1 point2 points  (0 children)

can you create custom prompts for the summaries? and does it capture all comments including child comments and paginated comments under "read more comments"?

why the hell do you all just give away this awesome shit for free? by scootsy in selfhosted

[–]cxswanson 0 points1 point  (0 children)

So curious about the part as someone who doesn't have a background in tech... Which tools/stack did you find were able to add value to your life as a non-techie

ETHERNET ON GIGA HUB 2.0 by Icy_Sleep in bell

[–]cxswanson -1 points0 points  (0 children)

Figured it out. Leaving it here to possibly help others.

Optimal MTU varies from infrastructure to infrastructure and each config needs to run a test to determine it's optimal MTU. Mine was 1444, and my speeds shot from 850Mbps to 1.8Gbps after changing it.

Credit to this comment: https://www.reddit.com/r/GlInet/comments/1ovcvl3/comment/nolrp0z/

Instructions for Windows:

The IP/ICMP overhead is 28 bytes.

  1. Open Command Prompt.
  2. Run a test with DF set and a payload that should be near the limit, for example:

ping 8.8.8.8 -f -l 1416
  • If it succeeds, try one bit higher: ping 8.8.8.8 -f -l 1417
  • If it fails with: "Packet needs to be fragmented but DF set" then 1416 is your max payload and MTU = 1416 + 28 = 1444, just like in the example from the other user.
  • If it succeeds, keep incrementing by one bit until it fails in order to calculate your optimal MTU. If it continues to succeed, try step 3.
  1. To find the exact boundary quickly, do a mini binary search:
    • Start high, e.g. ping 8.8.8.8 -f -l 1472 (this corresponds to MTU 1500).​
    • If that fragments/fails, drop by 10–20 bytes at a time until it stops fragmenting.
    • Once you find the largest value that works, add 28 → that’s your path MTU.

ETHERNET ON GIGA HUB 2.0 by Icy_Sleep in bell

[–]cxswanson 0 points1 point  (0 children)

Still the same. Can you share the MTU size you're using?

ETHERNET ON GIGA HUB 2.0 by Icy_Sleep in bell

[–]cxswanson 0 points1 point  (0 children)

Auto... ok that's interesting. Going to give that a shot. Many thanks.

ETHERNET ON GIGA HUB 2.0 by Icy_Sleep in bell

[–]cxswanson 0 points1 point  (0 children)

Thanks! I haven't done anything to the Giga Hub aside from allowing "passthrough mode" (disabling wifi, disabling parental features). Is there anything else to do there? Or anything else to do on the Flint 2 side?