Coelacanthus

joined 2 years ago

You need to add -f argument to strace to follow fork otherwise you can only see activities happened in main thread.

PL259 has non-constant impedance, which is the main reason I don't like it.
N type is a near perfect connector except huge size, which has constant impedance, supports frequency up to 11GHz, is waterproof and can be used with high power.
SMA is similar to N type but has smaller size and lower power.
U.FL will be the only choice if you only have very tiny space. (The situation never happened in ham radio)

[–] Coelacanthus@lemmy.kde.social 1 points 3 months ago

But no vendor actually implements any with the exception of those forced to include APFS by Apple.

Actually some vendors implements NTFS driver in their UEFI as well.

[–] Coelacanthus@lemmy.kde.social 3 points 4 months ago

So their video player should be named "Nits".

[–] Coelacanthus@lemmy.kde.social 3 points 5 months ago

Without it, the program just fallback to UTC. /etc/localtime and $TZ are two ways to specify timezone for programs. The program look up the later first, if it's empty and then use /etc/localtime. In theory, $TZ has better performance because of the glibc will not look up the last modified time of /etc/localtime when every calling of localtime lookup.

[–] Coelacanthus@lemmy.kde.social 7 points 5 months ago (1 children)

In fact, sadly, DNT can be used to track user because only few users enable it.

[–] Coelacanthus@lemmy.kde.social 2 points 7 months ago

I print recovery codes of all services and packed them into a bag.

[–] Coelacanthus@lemmy.kde.social 2 points 8 months ago

Just run it as systemd service on my server.

[–] Coelacanthus@lemmy.kde.social 5 points 8 months ago (1 children)

The problem is not caused by mono kernel. Just because AMDGPU driver was developed in mono style. i.e. they include the code of all generations in one driver. In monolithic kernel, the developer can develop drivers with "micro" style. e.g. Intel's GPU driver doesn't use mono style, they created a new driver when they changed GPU hardware architecture.

Monolithic kernel is a concept about address space. If all parts of a kernel are running in the same address space, this is a monolithic kernel, otherwise it's a micro kernel.

This problem is about how to split parts, but not how to place parts in memory.

[–] Coelacanthus@lemmy.kde.social 11 points 9 months ago

In my opinion, that's because X11 lacks proper abstract for many things like screenshot, screencast, color managerment and etc, so the applications have to use many X11 implementation details to implement these features. It leads to high-coupling code with X11 so move their code to wayland and ensuring it works correctly and is consistent with the old behavior is difficult.

[–] Coelacanthus@lemmy.kde.social 1 points 10 months ago

That may be because the hostname can't be resolved.
https://forum.suse.org.cn/t/topic/12280 (Chinese)
https://bugzilla.mozilla.org/show_bug.cgi?id=1296836 (upstream report)

view more: next ›