SteveTech

joined 1 year ago
[–] SteveTech@programming.dev 19 points 5 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.

[–] SteveTech@programming.dev 6 points 1 week ago (4 children)

Probably because there's also permission to use the X11 socket.

[–] SteveTech@programming.dev 3 points 3 weeks ago (5 children)
[–] SteveTech@programming.dev 6 points 3 weeks ago

Not exactly the same, but an electron beam puts a lot of noise in the image: https://youtu.be/Uf4Ux4SlyT4

Also I've heard the international space station gets a lot of dead pixels on their cameras from cosmic radiation.

[–] SteveTech@programming.dev 4 points 1 month ago

I think you'd have to modify the edid, since you're setting a custom refresh rate, not a hidden one.

I've use wxEDID to force enable VRR before.

[–] SteveTech@programming.dev 14 points 1 month ago (2 children)

Well, aren't you glad they're removing go-git then!

[–] SteveTech@programming.dev 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.

[–] SteveTech@programming.dev 1 points 1 month ago

Someone commented on another video that they saw the Ram Air Turbine extended. So they would've lost power, supporting your electrical fire theory. Also it seems extending the RAT disables some safeguards, that can cause the wheels to lock and catch fire.

The other video: https://youtu.be/EPiNC5JpEYs

[–] SteveTech@programming.dev 1 points 1 month ago* (last edited 1 month ago)

For projects like this where they're hooking into the compiled python binaries, you really want to match the version.

Like 3.11 and 3.12 were pretty much released a year apart, a lot can change implementation wise.

[–] SteveTech@programming.dev 2 points 1 month ago (2 children)

After reading their blog, it seems like it doesn't support Python 3.12, and it looks like you're using Python 3.12.

[–] SteveTech@programming.dev 3 points 2 months ago

My understanding is that most of that all lives in mesa, and the kernel driver basically just abstracts the hardware.

[–] SteveTech@programming.dev 13 points 2 months ago* (last edited 2 months 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)

 

This is more of a public note to self, but if anyone else had screwed up fonts, default cursors, and missing minimise/maximise buttons in flatpaks on KDE Wayland, put this in your /usr/share/xdg-desktop-portal/kde-portals.conf:

[preferred]
default=kde;gtk;
org.freedesktop.impl.portal.Settings=kde;gtk;

Then restart xdg-desktop-portal.

Source: https://bugs.kde.org/show_bug.cgi?id=474746#c12

Apparently this will be fixed in 5.27.9 releasing on the 24th anyway, but I've tried so many different 'solutions' and this had been annoying me for weeks.

view more: next ›