

This reminds me of when 4chan’s /g/ board tried this like 15 years ago on Mac users. It didn’t work.


This reminds me of when 4chan’s /g/ board tried this like 15 years ago on Mac users. It didn’t work.
I knew the cursor got bigger but I didn’t know it would keep growing.


I’m having this issue too, I was worried my monitor/GPU/DP cable was on the fritz or something.
In my opinion 1920x1080 should be the baseline “standard definition” nowadays.


You should be slangmaxxing


NGL I like “-maxxing” because of how versatile it is.
“Whatever” is hardly slang, however.


So I haven’t tested this specific example (but it should work):
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/netbootxyz/netbootxyz"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-nbxyz(?<build>\\d+)$"
}
]
Netboot.xyz has its docker images tagged in a non-standard way necessitating a custom package rule so that renovate bot can properly pick up updates. I thought this went into the config.js that renovate bot uses for its own configuration but no it goes in your repo’s renovate.json file like so:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/netbootxyz/netbootxyz"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-nbxyz(?<build>\\d+)$"
}
],
"assignees": [
"UntouchedWagons"
],
"reviewers": [
"UntouchedWagons"
]
}


I use renovate bot for my self-hosted forgejo. It works pretty well but I think the documentation could be better. I had some settings in my config.js that was supposed to go into my repo’s renovate.json and I had no idea
I use Debian on all my servers and virtual machines due to its slow update cadence and leanness.
No, but I’m interested in using something more advanced than nano but I have no real need to.


Oh wow that’s so much better!


Yes to both. I’ll take a look for that setting, thanks!


My laptop boots much faster than my desktop PC (both running Fedora 43) despite my desktop PC being much faster.
NGL I think the dude made the right choice.
NVidia on wayland is fine now. I’ve been running Fedora 43 for about a month on my gaming PC, even the boot splash works at native resolution


My desktop PC running Fedora 43 goes to sleep in a weird way. When I was running Windows and the computer went to sleep the power button would blink and I could wake the PC with my keyboard or mouse. On Fedora the power button doesn’t blink (no big deal) and I can’t wake the PC with my keyboard or mouse, only the power button works.
Another issue is if I have the option to turn the monitor off after a certain amount of time I cannot get it to wake from sleep. If I turn the monitor off and on there’s no signal. If the monitor goes to sleep because the PC goes to sleep it’s fine.
Something randomly causes Firefox to hoover up all my computer’s RAM. I can tell my system is going to lock up because the fan on the CPU cooler ramps up. When Firefox finally sucks up all the RAM the entire desktop is unresponsive. I had to enable the system rescue keys and I sometimes have to manually trigger the OOM killer.
Raw photo editing on Linux sucks. I’ve tried DarkTable, RawTherapee and some other program and didn’t like any of them. The UI is incredibly complex or blurry.


I discovered that intel has an equivalent for nvidia’s nvidia-smi tool for looking at GPU usage, it’s intel_gpu_top in the igt-gpu-tools package and Jellyfin is able to use my laptop’s igpu. I might need to replace the thermal paste and clean out the heatsink.


My laptop is running the flatpak client. The server is running in a docker container on my NAS.


I can’t change the transcoding path, if I change it from /cache to /transcoding I get this error:
AxiosError
Request failed with status code 404
Qt@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:25313
b@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:34005
83202/dr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:57370
83202/hr/hr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58302
br@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58415
u@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:59896
And if I press F5 I have to login again
–Edit–
Nevermind I got it all fixed. I had to edit config/encoding.xml and manually change the transcoding path and mount a fresh docker volume at that path. I’m on 10.11.1 and everything’s good.
They claimed
rm -rf /meant “ready machine, refresh root” or something like that.