

Before other people start commenting ‘yeah obviously’, it’s their April Fools video, it’s pretty funny.
Before other people start commenting ‘yeah obviously’, it’s their April Fools video, it’s pretty funny.
I never mentioned vulnerabilities, I just wanted to point out that, RDP doesn’t really work without a graphical session, Windows Server Core gets around this by being a graphical session (although very basic).
Also I’m not sure, but I don’t think Windows handles RDP on the kernel level, it’s just nicely tied in with DWM and doesn’t have to deal with the multitude of window managers on Linux.
Handling RDP on the kernel level does sound like a bad idea security wise, but there should be a better way.
Windows Server Core still has a window manager, just all it does show a command prompt very similar to the one in the usual Windows recovery environment.
Ahh okay, that description kinda sounds like floppy drive power, but it probably is a proprietary thing.
Could also be slimline sata.
ghost
is just GitHub’s way of saying deleted user.
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.
I’ve heard of it, but I didn’t think it was financially viable for an individual to pay for though.
Also if you tap on the ‘kebab’ menu and press View Source
, you can copy the message.
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)
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.
To their partners*. Which I believe are companies that help out with support or something.
Total Commander
I’ve started recommending Amaze, it’s free, open source, and easy to use.
Although I still use Solid Explorer for myself, but only because I’ve paid for it and know how it works.
Both have SMB support, since copying files to and from my server is pretty much my only need for a file manager.
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.
Oh cool, I believe only 4bit colours are possible, you can use this table from Wikipedia and the escape sequence \e[<FG>m
replacing<FG>
with your chosen foreground colour. Also \e[0m
to reset everything.
funny how we use the same font XD
Haha yeah! I noticed that too!
I think I just used regex look aheads and look behinds to insert the colours easily.
Edit: Oh you can change that actual TTY font to a bigger one, if the text is too small too.
You can do colours as well!
For ergonomics, the plugin should be able to spot cuts in the video so you can easily select the correct frames.
This shouldn’t even be too hard, I doubt YouTube is completely rerendering every video with ads, they’d just insert the ad in before an I frame in the video. So each ad will start with an I frame, and the video will resume on an I frame, meaning just let the user select all the I frames, no fancy cut detection algorithm is needed.
I have no idea how to do this from JS though.
Also I mean video I frames, not HTML iframes.
My understanding after reading the article is: while roaming your phone sets up a VPN type thing with your phone provider, and routes calls and data through this tunnel, so now Europol has to deal with another country if they want to track you.
Also a solution: Use Wayland, it’ll probably break other things, and Nvidia support is only just getting there; but it’s multi monitor support is amazing, so it should fix that issue. So maybe it’s worth a try?
The symbol they defined out is not the equals symbol but rather U+2550, so the for loop is fine.