@Dirk@lemmy.ml
@Dirk@lemmy.ml avatar

Dirk

@Dirk@lemmy.ml

Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.

🔗 Me, but elsewhere

🇬🇧 / 🇩🇪

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Dirk,
@Dirk@lemmy.ml avatar

It’s in the internet! This HAS to be true.

Dirk,
@Dirk@lemmy.ml avatar

I’m running Hyprland on my Intel laptop without any issues (but I’m doing not much multimedia on it). But on my Nvidia desktop, oh no. Screen recording is flakey (especially with multiple sources and audio recording to different channels) in OBS, video editing impossible due to heavy UI flickering, gaming has worse performance, watching YouTube has noticable lag.

For just opening your browser and doing non-multimedia stuff it’s fine I guess.

Dirk,
@Dirk@lemmy.ml avatar

I just installed it and never changed any permissions. Maybe you confuse it with AppImage?

Dirk,
@Dirk@lemmy.ml avatar

Yes. The Microsoft standard. Like the Windows key on all keyboards nowadays.

Dirk,
@Dirk@lemmy.ml avatar

Like with the Windows key, this won’t be an option.

Dirk,
@Dirk@lemmy.ml avatar

I recently just cleanly got out of Facebook after a decade.

Deleted all my comments, all my media and all my posts, and left all groups and unfriended everyone, then changed my name and my URL and finally disabled/deleted my account.

I don’t miss anything.

Dirk,
@Dirk@lemmy.ml avatar

Things explode for no real reason, everyone laughs.

Just a stupid funny action movie.

Dirk, (edited )
@Dirk@lemmy.ml avatar

On my computer I also use X with my perfect Openbox setup.

I tried Hyprland and labwc but both failed miserably. None of my main tasks worked properly. I could not screen record (yes, I’ve read all the tutorials and tried to do it but OBS simply did not find any screens or windows to record) and Kdenlive just flickers with white and black bars and areas (it actually crashed so hard that it destroyed my config and I need to re-setup it under X11). YouTube had noticeably worse performance and video quality. Also: Gaming was basically impossible (not starting at all or extremely worse performance - and yes, I’ve read the tutorials on this, too).

All of this may be due to the fact that I have an Nvidia card in my computer. But I’m not going to replace perfectly fine working hardware just because my display manager does not support it properly (which is entirely Nvidias fault, but still) so I stick with X11 until my graphics card needs to be replaced.

On my laptop I run Hyprland without any issues except one, but on my laptop I don’t do screen recording or watch 4K videos or do video editing or do gaming. For this use case it’s very well suited.

Wayland may be ready for certain environments/tasks, but in my opinion X11 is just much more compatible with anything.

Dirk,
@Dirk@lemmy.ml avatar

“iT’S oNlY ThE aVAiLablE pRotOcOlS! YOu DOn’T nEED to iMPlEMeNt aLL Of ThEm”

Also: “X11 Is deAD aNd waYlAnD iS THe fUtURE!”

Dirk,
@Dirk@lemmy.ml avatar

a markup language describes a structure (how is the thing supposed to be displayed)

A markup language does not define how something is to be displayed, that’s what a styling language is for (usually CSS). A markup language semantically defines what certain parts of the created document are.

Dirk,
@Dirk@lemmy.ml avatar

That’s the problem with “corporate Linux”[^1]. They see their users as customers only.

[^1]: Directly or indirectly owned by a for-profit organization of any type or directly or indirectly dependent on such an organization.

Dirk,
@Dirk@lemmy.ml avatar

They just took a crappy 3rd-party mobile remaster and made it runnable on PC.

Dirk,
@Dirk@lemmy.ml avatar

I just hope they don’t use CSDs and let the window manager fully manage the windows.

Dirk,
@Dirk@lemmy.ml avatar

So we’re posting ancient memes again?

Dirk,
@Dirk@lemmy.ml avatar

“No, I have not. I do not categorize days in good or not good days. All days are the same shit, but on some days I care a little less.”

Dirk,
@Dirk@lemmy.ml avatar

I am pretty sure you can provide reliable sources that are not one blog article by one individual telling their opinion.

If it’s really “way too easy to hack” there should be plenty of souces.

Dirk,
@Dirk@lemmy.ml avatar

That’s the good thing with federation. You can participate in communities without visiting the instance even once.

Dirk,
@Dirk@lemmy.ml avatar

To prevent execution of scripts not referenced with the correct nonce:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">script-src 'self' 'nonce-$RANDOM'
</span>

To make it super strict, this set could be used:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">default-src 'self';
</span><span style="color:#323232;">script-src 'nonce-$RANDOM'
</span><span style="color:#323232;">object-src 'none';
</span><span style="color:#323232;">base-uri 'none';
</span><span style="color:#323232;">form-action 'none';
</span><span style="color:#323232;">frame-ancestors 'none';
</span><span style="color:#323232;">frame-src 'none';
</span><span style="color:#323232;">require-trusted-types-for 'script'
</span>

Especially the last one might cause the most work, because the “modern web development environment” simply cannot provide this. Also: form-action ‘none’; should be validated. It should be set to self if forms are actually used to send data to the server and not handled by Javascript.

The MDN has a good overview: developer.mozilla.org/…/Content-Security-Policy

Dirk,
@Dirk@lemmy.ml avatar

I use selfhost.de (they register domains via united-domains for you) who are specialized on self-hosting in Germany and offer a wide variety of options on how to connect a domain using dynamic DNS.

Dirk,
@Dirk@lemmy.ml avatar

You can hide bot accounts in the settings.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #