SteveTech

joined 1 year ago
[–] SteveTech@programming.dev 19 points 1 week 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 7 points 2 weeks ago (4 children)

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

[–] 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 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)

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

Does it also restore the content of unsaved files of the application?

That's up to the application.

If not, I'll prefer systemctl hibernate. I wonder, what this new feature is for.

I believe this is for storing the position of specific windows, for multi-window applications (e.g. GIMP's multi-window mode). So hibernation is very unrelated.

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

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

I've had the same experience, you're much better off RDPing into the VM. But I'd like to know if anyone has a better solution that doesn't require an extra GPU.

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

On Asus motherboards you can enable 'Memory Context Restore', and it'll remember the training. Unfortunately it seems rapid changes in the weather make my system unstable with it on.

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

cant move services as every other service sucks

What are your requirements?

I use Tidal and I know High/Max quality works in the web UI, just needs widevine support.

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

if they use AMD that's better on linux, they don't need to know what a GPU driver is.

Same goes for Intel, unless they need to use OneAPI.

[–] SteveTech@programming.dev 3 points 2 months ago* (last edited 2 months ago)

Just to freak you out, I've played around with the EC on my Framework, and it really wouldn't be hard for someone to create a modified firmware with a key logger built in or something. But AFAIK the EC doesn't have internet access or a way to screw with the OS, so it would be mildly pointless without accompanying software.

Modifying the BIOS seems slightly more difficult, although I think some Frameworks are still vulnerable to LogoFAIL.

I wouldn't worry about extra chips, they'd either be quite noticeable that they shouldn't be there, or too expensive to be wasted on a stranger.

So the chances are, unless you've got some proper enemies, it's fine. I'd definitely update the BIOS (which also updates the EC), and fresh install Windows/Linux, but that's as far as I'd go.

 

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 ›