d_k_bo

@d_k_bo@feddit.de
0 Post – 149 Comments
Joined 1 years ago

Jetzt aktiv als @d_k_bo@feddit.org.

Fuck x.com. All my homies use wayland.social.

5 more...

I am developing a new desktop lemmy client and this post just nearly crashed my PC. Thanks for the good crash test

6 more...

I'd just like to interject for a moment. What you're refering to as Windows, is in fact, Adware/NT, or as I've recently taken to calling it, Adware plus NT.

ForgeFed is an ActivityPub Extension to allow cross-forge (git server) issues, pull requests etc. without having to create an account on each server. Forgejo (a Gitea soft-fork) is actively working on this integration.

3 more...

418 I'm a teapot

4 more...

Fuck YouTube. All my homies use PeerTube.

Well, at least in my dreams.

JPEG-XL for rasterized images.

https://jpegxl.info/why-jxl.html

7 more...

Git itself is already distributed. For federated issues/pull requests, there is the ActivityPub extension ForgeFed. Forgejo ist actively working on implementing it.

1 more...

Fuck Nintendo. All my homies hate Nintendo.

As you can see, a good part of the diff (+17048) is actually data or autogenerated stuff. There's not much review that has to be done, outside of a quick glance to verify those claims. I swear I didn't put any malware in there :P

2 more...

Wayland monolith

There seems to be misunderstanding about what Wayland is.

Wayland is set of protocols. They are implemented by wayland servers (compositors) and wayland clients (applications) themselves. There is no single "wayland binary" like in the X11 days. Servers or clients may choose to implement or not implement a specific protocol.

9 more...

The actual url is https://šime.eu/3

It's called Punycode.

The documentation says:

Waydroid uses Linux namespaces (user, pid, uts, net, mount, ipc) to run a full Android system in a container and provide Android applications on any GNU/Linux-based platform.

To my understanding this isn't even emulation but regular container technology.

5 more...

Especially for beginners, micro would be even better.

6 more...

Caddy! It has HTTPS built in and provides simple but powerful configuration with sane defaults.

Example Caddyfile for a static file server:

example.com {
	root * /var/www
	file_server
}

I used nginx in the past, but didn't like it's verbose config files.

1 more...

X.com is a centralized internet platform that is known for hatespeech, harmful content and being controlled by a single person with questionable opinions.

Wayland.social is part of a federated internet platform that is known for its diverse communities, independence from any centralized authorities and interoperability with other federated internet platforms.

/s

KDE Plasma will get this feature soon, I hope GNOME Shell will follow their approach.

This is exactly what this change is about. Most blurry apps are blurry because they don't support Wayland (yet/by default) and are running using XWayland.

The only Wayland native software where I had problems with fractional scaling is Qt WebEngine which doesn't handle scaling correctly.

Syncthing is one of the best examples of telemetry done well. On first startup, they ask if you agree to enable telemetry, they show the data that will be send and inform users that the collected data can be viewed at https://data.syncthing.net/

Any provider that provides access via IMAP/SMTP works fine with a lot of email clients. I personally use mailbox.org.

As clients you can use Thunderbird, Geary or Evolution on the desktop and FairEmail or K9 (which will become Thunderbird for Android) on Android.

netstat is mostly deprecated and superseded by the ss command.

3 more...

That's just your lemmy client that extracts all links from the post. I can't see any fault on OP's side here.

In my experience, most of the issues with wayland are caused by applications software not supporting it. If we enter a wayland-only world, developers are pushed towards supporting wayland.

4 more...

The worst part about signing up somewhere is the amount of email spam that will land in you inbox. I don't know about their specific configuration, but by default Discourse (the forum software they use) sends weekly "digest emails" if you haven't visited the site for a week. So make sure to turn them off.

It's also worth mentioning Universal Blue which is based on Fedora Silverblue but has multiple variants with additional doftware. It seems like you can rebase an existing Silverblue system to it and also switch back without reinstallation.

Snaps are just as “open source” as “Office Open XML” (.docx, .pptx etc.) are open file formats.

If there isn't a fully open source software stack, it isn't really open source.

Additionally you could move the git folder to the trash folder. I think it's usually located at $HOME/.local/share/trash/files/

Moving something to the trash files folder isn't the correct way to trash it, since the Trash specification requires storing some metadata for each trash item.

You should use eg. trash-cli instead.

Good human

Cosmic is a desktop environment, not a distro. So Pop!OS will keep using deb packages and something like a Fedora Cosmic Spin will use rpm packages.

Microsoft already uses ripgrep in vscode which they distribute as a proprietary build.

https://manjarno.pages.dev/ (kinda ironic that the original manjarno site is dead)

Bots are only really a problem on Valve servers. There are many active community servers out there that manage to detect and ban them.

There is no uniform "HTML version", "JavaScript version" or "CSS version" that describes which web APIs are implemented. Browser engines support some features that others don't support and vice versa.

Portal and Portal 2 are still 32 bit. Newer mods based on Strata are 64 bit.

If you are going for a reverse proxy, I highly recommend using Caddy. Issuing TLS certificates is all done automatically and reverse proxy headers are all automatically set.

In many cases, this simple config is enough:

example.org {
    reverse_proxy localhost:1234
}