SteveTech

joined 1 year ago
[–] [email protected] 7 points 2 days ago (1 children)

Not to defend them, but he did follow up with this:

This is referring to the technology we just released into BETA for premium subscribers, which delivers one of the lowest latencies for livestreaming (significantly better than YouTube's latency).

This does not refer to encoding

https://xcancel.com/chrispavlovski/status/1856090182275215803

Although quality != latency, so idk.

[–] [email protected] 19 points 3 days ago (1 children)

TCP and UDP can listen on the same port, DNS is a great example of such. You’d generally need it to be part of the same process as ports are generally bound to the same process

They don't even need to be the same process. I'm pretty sure that's just a common practice if something needs both protocols, but there's nothing stopping you from having a web server on TCP 443 and a VPN server on UDP 443. Ports are an abstraction brought by each protocol, they aren't in anyway related.

[–] [email protected] 6 points 1 month ago

I've heard of it, but I didn't think it was financially viable for an individual to pay for though.

[–] [email protected] 2 points 1 month ago

Also if you tap on the 'kebab' menu and press View Source, you can copy the message.

[–] [email protected] 13 points 1 month ago* (last edited 1 month ago)

I swear Lemmy comments for YouTube had a feature that let you open it for any page, but it seems the GitHub and Firefox page been deleted.

Edit: Looks like I've still got a fork: https://github.com/Steve-Tech/Reddit-Comments-for-YouTube (it says Reddit, but works for Lemmy too)

[–] [email protected] 12 points 2 months ago

There's The Serial Port, It's not really 'home networks', but he finds and sets up very early (~80-90s) ISP gear and explains how it works and the history of it. Similar to how Ben Eater uses an 'old' 6502 to explain stuff.

[–] [email protected] 5 points 2 months ago

I've seen some that activate an insane number of breakpoints, so that the page freezes when the dev tools open. Although Firefox let's you disable breaking on breakpoints all together, so it only really stops those that don't know what they're doing.

[–] [email protected] 1 points 2 months ago

I have no idea how CoW interacts with NTFS

With btrfs you can disable COW for specific files, that might give you a little performance boost.

[–] [email protected] 4 points 2 months ago

To their partners*. Which I believe are companies that help out with support or something.

[–] [email protected] 1 points 2 months ago

Cloudflare tunnels uses a QUIC connection between the cloudflared on the server and Cloudflare itself, which is encrypted similarly to HTTPS.

Whatever protocol cloudflared uses to talk to your webserver locally is configurable through the Cloudflare access web UI (just change http to https). I've actually got it configured to use unix sockets, which lets me treat it differently in my nginx config.

[–] [email protected] 1 points 3 months ago

The HTTPS certs are designed to prevent MITMing, but if it's still a worry or the domain is blocked by DNS, you can manually find the IP and add it to your hosts file instead.

[–] [email protected] 9 points 3 months ago

It's probably blocked for whatever reason (maybe less than 90 days old?)

My work and Uni do the same thing, they don't do full SSL inspection, so most websites don't need a custom certificate authority; but if the SNI is blocked then they need a custom certificate to hijack and display a blocked message, most browsers will detect this as a MITM and display a not secure message instead.

view more: next ›