Comments

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

Dirk, to linux in I'd just like to gush about Swayland for a sec
@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, to memes in Pfff, HTML
@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, to memes in A tale as old as time
@Dirk@lemmy.ml avatar

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

Dirk, to memes in Lookin at you Blahaja Zone
@Dirk@lemmy.ml avatar

Or am I?

Dirk, to memes in Germans
@Dirk@lemmy.ml avatar

So we’re posting ancient memes again?

Dirk, to asklemmy in Have you already encountered those new bots on Lemmy?
@Dirk@lemmy.ml avatar

You can hide bot accounts in the settings.

Dirk, to linux in Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month
@Dirk@lemmy.ml avatar

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

Dirk, to linux in GIMP 2.10.36 Released
@Dirk@lemmy.ml avatar

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

Dirk, to memes in *monch*
@Dirk@lemmy.ml avatar

Chomps unite!

Dirk, to memes in introverts will understand
@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, to asklemmy in What password manager do you recommend?
@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, to asklemmy in What are these comments on lemmy posts?
@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, to asklemmy in What do you use for a domain registrar?
@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, to asklemmy in Deleted
@Dirk@lemmy.ml avatar

Came here to say this.

Dirk, to linux in When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**
@Dirk@lemmy.ml avatar

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

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