

How do I get started on contributing to new articles (written by a human) for my language? I always wanted to help out but never found an easy way to do so.


How do I get started on contributing to new articles (written by a human) for my language? I always wanted to help out but never found an easy way to do so.


I had the same considerations when I self-hosted headscale as the controller for accessing my VPS. However, I figured that it shouldn’t be a big deal, and there’s no chance of someone registering rogue devices on your mesh, because, even though any device can request enrollment to Tailscale, ultimately you need to execute a command in your headscale server to confirm the enrollment/account creation, so there shouldn’t be that much of a problem leaving the web server exposed.


One more question, how did you manage to get the reverse proxy to proxy your pods? I just added two containers to one, and I cannot access the containers anymore by their names. Do I need to expose their ports on the pod configuration?


Personally, I would avoid host network mode as you expose those containers to the world (good if you want that, bad if you don’t)… possibly the same with using the public IP address of your instance.
My instance is only exposing the HTTP/HTTPS ports, those are the only ports enabled in the firewall.


It seems simple. Does it use pasta as the default networking backend? Also, I guess separating each app into their own network is added security, right? So if anything happens to one app, it cannot move laterally to the other apps unless it manages to gain access to the reverse proxy, which then it would be a huge problem.


Which changes, care to elaborate?
This is something being sold in favor of passkeys but I can’t ser how “more secure” it is for me.
I use Bitwarden, the domain name matching works exactly like passkey’s. How more secure a passkey is, if it has 0 changes to this domain name detection?
Did you use SDL_VIDEODRIVER or SDL_VIDEO_DRIVER? The former one is the old parameter and the latter works. I am using it right now on a Wayland session.
There’s a GitHub issue tracking this bug. It seems like SDL3 was finally released and Valve “forgot” to compile SDL3 with Wayland support.
If you’re using Wayland, you can add a startup parameter to force the game to use X11 and it will work.
This issue is also affecting Dota 2.
I stopped reading when I read “Electron”.
I used Heroic a few times and it’s absolute garbage because it runs Electron.
They said they will offer these 2 versions side-by-side, but mark my words, a few months/years they will go with the Electron version and kill the GTK version.


An Oblivion remaster made in Skyrim
owait, that already exists, Skyblivion is a thing
+1. Wait until the RX 7700 hits the market, it’s suppised to be in between the 4070 range.
My upgrade was this year from a GTX 970 to a RX 6700 XT.
I use Arch (btw) and the linux-zen kernel, so I use the nvidia-dkms module. It was much simpler, I just installed mesa and the Vulkan drivers, shutdown, installed the new GPU, booted, uninstalled nvidia-dkms.
It was a seamless transition and I had no problems with it.
Don’t you have to specify the compression algorithm when extracting? I always use tar -xzf for gzip files and if I remove -z it just fails.


I have a RX 6700 XT that I got earlier this year. I was imoressed that things just work. Okay, you might be in doubt about which driver to install, but it’s much better and easier than Nvidia.
Both. How do I get started creating a new article, and how do I contribute to them, or other articles?