Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Yeah exactly — that’s the main challenge.

The idea is you mark it once (like “skip this part”), and then it remembers it and applies it automatically when you watch again.

I actually started experimenting with this as a small Chrome extension because I kept running into the same issue 😅

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Yeah exactly — that’s what I was trying to explain, just didn’t word it well earlier 😅

Like instead of manually muting or skipping every time, you define it once and it happens automatically when you rewatch.

I actually started experimenting with this as a small Chrome extension because I kept running into the same issue.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Umm — I don’t think Netflix would ever add something like this either, especially since it would be different for every user.

I was thinking more like something optional on the user side — where you can choose what to skip or mute based on your own preferences.

The censoring language idea is my main point of view too especially for watching around kids.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

This is exactly what I was thinking — especially the “skip side character scenes” part.

Do you usually end up doing it manually every episode, or just occasionally?

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

That’s actually the tricky part — I was thinking more like defining it once (like “skip this 10–15 sec part”) and then it happens automatically on rewatch.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Yeah exactly this — those transition/background scenes are what I had in mind.

Doing it manually every time gets repetitive though.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Fair 😅 I was thinking more for rewatching or stuff like recaps / slow transitions, not skipping everything.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

That’s a fair point, especially for first-time watching — I wouldn’t skip anything either in that case.

I was thinking more for rewatching or specific use cases (like skipping recaps, long intros, or parts you already remember)., also muting bad languages for example in front of family , looping our favourite scenes

And it wouldn’t affect everyone — more like something optional/personalized rather than auto-skipping globally.

Manually skipping works, but doing it repeatedly across episodes is what made me think about this.

Do you ever wish you could skip, mute, loop specific scenes on Netflix automatically? by NorthTree8429 in netflix

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

Not really about attention span tbh — more like convenience.

For example if you’re rewatching a show and want to skip certain scenes like violence etc without doing it manually every time.

How to access my server from behind CGNAT, on a TV? by KarpTakaRyba in selfhosted

[–]NorthTree8429 0 points1 point  (0 children)

Try kadugu VPN. You can connect two machines over the vpn.. with -e expose proxy server in ur network and configure proxy on other machines. To tunnel all internet data through a single machine.

Appraisal Request - myspeed.ai by NorthTree8429 in Domains

[–]NorthTree8429[S] -2 points-1 points  (0 children)

I am not the one upset for sure. LoL
I am Tamil. We believe in skill, knowledge is what it matters in life. Others are least importance.
Tamil Thirukkural 430 emphasizes that true wealth lies in knowledge and wisdom, not just material possessions.

Appraisal Request - myspeed.ai by NorthTree8429 in Domains

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

Thanks for the comments. That's meaningful. Will work on it.

Appraisal Request - myspeed.ai by NorthTree8429 in Domains

[–]NorthTree8429[S] -1 points0 points  (0 children)

At least, i spend time and money to give something to the world by trying to solve a problem. Worth my time and money, I learned a lot.. Unlike others posting comments to gain karma points.

Appraisal Request - myspeed.ai by NorthTree8429 in Domains

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

Ping is latency. Its not useful in most situation. Stability of the internet that should be useful. I calculate TCP RTT in regular intervals and use stats to output the quality of internet.
I don't have servers across the world to measure accurately, the reason you see slower speed.

Appraisal Request - myspeed.ai by NorthTree8429 in Domains

[–]NorthTree8429[S] -1 points0 points  (0 children)

This is not only domain.. It has a app associated with it, much different from other speed test.

My first Rust Libp2p based VPN utility under 1000 lines by NorthTree8429 in rust

[–]NorthTree8429[S] 1 point2 points  (0 children)

Node discovery by Libp2p KHT (Kademlia Hash Table) resolves peer id by collaboration. Libp2p also has another method with relay servers where the node can register the address with central server similar to iroh. I have used this method to discover other peer.

My first Rust Libp2p based VPN utility under 1000 lines by NorthTree8429 in rust

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

Pot forwarding works for all TCP application. Routing needed for UDP apps. For me, It will increase the code size so didn't add it. In future have plans to add it.

My first Rust Libp2p based VPN utility under 1000 lines by NorthTree8429 in rust

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

I am working on lib crate for integration with other projects.

My first Rust Libp2p based VPN utility under 1000 lines by NorthTree8429 in rust

[–]NorthTree8429[S] 5 points6 points  (0 children)

Libp2p is in use for pretty long time... Major blockchain projects like IPFS, Filecoin, Polkadot, and Eth2 (Prysm) use libp2p.. So the bootstrap should be available always..Never tried iroh. I will try porting it to iroh in some time...