mouse

joined 2 years ago
[–] mouse@midwest.social 3 points 1 month ago

There's also 4get that is similar to SearXNG. https://4get.ca/

I have not tried it much personally though.

git repo: https://git.lolcat.ca/lolcat/4get

[–] mouse@midwest.social 5 points 1 month ago (1 children)

Aw, that's a shame. I do want to point out that if you have PayPal, at least in the U.S. you can get a debit card that links the balance and other cards connected to the PayPal account.

[–] mouse@midwest.social 10 points 2 months ago* (last edited 2 months ago)

Look at either putting it behind a reverse proxy or using the built in Let's Encrypt / ACME configuration.

Suggested documentation:

The config linked to in their documentation states

# Address to listen to / bind to on the server
#
# For production:
# listen_addr: 0.0.0.0:8080
listen_addr: 127.0.0.1:8080

# Address to listen to /metrics and /debug, you may want
# to keep this endpoint private to your internal network
metrics_listen_addr: 127.0.0.1:9090

Port 8080 TCP is used for the connection, 9090 TCP is for metrics and not suggested to port forward. If you use a reverse proxy, you do not need to port forward to either of those ports directly, and instead to the reverse proxy.

[–] mouse@midwest.social 1 points 2 months ago

The last thing I can suggest are the last two comments on the steam-devices repo: https://github.com/ValveSoftware/steam-devices/issues/64#issuecomment-3092449971

Try adding these to a file such as /etc/udev/rules.d/71-8bitdo-pro-2.rules

# 8bitdo pro 2 bluetooth hidraw
ACTION!="remove", KERNEL=="hidraw*", KERNELS=="*2DC8:6006*", MODE="0660", TAG+="uaccess"

and/or

ACTION!="remove", KERNEL=="hidraw*", KERNELS=="*2DC8:6012*", MODE="0660", TAG+="uaccess"

The reason I added ACTION!="remove" is due to a recent change with systemd.

ACLs for device nodes requested by "uaccess" udev tag are now always applied/updated by systemd-udevd through "uaccess" udev builtin, and systemd-logind no longer applies/updates ACLs but triggers "change" uevents to make systemd-udevd apply/update ACLs. Hence, the "uaccess" udev tag should be set not only on "add" action but also on "change" action, and it is highly recommended that the rule is applied all actions except for "remove" action.

Recommended example:

ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"

The following example does not work since v258:

ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"

[–] mouse@midwest.social 17 points 2 months ago (5 children)

Check out this repo for udev rules: https://codeberg.org/fabiscafe/game-devices-udev

Instructions copied from repo:

  1. Download the archive.
  2. Extract the archive.
  3. Copy all the rule files to /etc/udev/rules.d.
  4. Create another file: /etc/modules-load.d/uinput.conf.
  5. Put uinput into that file.
  6. Reboot.
 

It's going to be 25% off at launch.

Steam description: Transform your childhood home as you build brilliant factories and forge lifelong friendships, then reach for the skies and finally finish your family's dream - your mother's precious rocket ship. Roll up your sleeves, it turns out that saving this town really IS rocket science!

[–] mouse@midwest.social 2 points 2 months ago

Thank you. I'll be sure to try it later.

[–] mouse@midwest.social 25 points 2 months ago* (last edited 2 months ago) (2 children)

8BitDo Ultimate 2 Wireless Controller.

It uses the xbox layout. It has hall effect triggers and TMR joysticks (similar to hall effect), 2 back paddle buttons, 2 extra bumper buttons, and gyro.

The software does not work, or at least didn't work on Linux with wine when I tried a few months ago. However for just regular controls and if using Steam Input it doesn't matter.

https://www.8bitdo.com/ultimate-2-wireless-controller/

https://www.gamingonlinux.com/2025/04/8bitdo-ultimate-2-is-getting-full-steam-input-support-for-more-buttons/

[–] mouse@midwest.social 1 points 2 months ago

Bookmarks for linking to services. Grafana for graphs that I only look at if I am curious or looking into when a problem arises. I could use Uptime Kuma if I wanted a simpler solution or notifications.

[–] mouse@midwest.social 20 points 4 months ago

Try contacting the Forgejo admin, they can enable the HTTP meta refresh challenge, though it does have a higher false positive rate. https://anubis.techaro.lol/docs/admin/configuration/challenges/metarefresh

[–] mouse@midwest.social 13 points 4 months ago* (last edited 4 months ago)

There's an option labeled Use AI to suggest tabs and a name for tab groups.

On 141 it's listed in Settings under the General => Tabs section.

It changes browser.tabs.groups.smart.userEnabled.

Looking at it further, either option will disable it. Here's the code that checks both values, https://github.com/mozilla-firefox/firefox/blob/FIREFOX-ANDROID_141_0_3_RELEASE/browser/components/tabbrowser/content/tabgroup-menu.js#L481

[–] mouse@midwest.social 3 points 4 months ago* (last edited 4 months ago) (1 children)

The ?ref tag is from the Ghost blogging platform. https://forum.ghost.org/t/remove-ref-from-links-in-posts/37701/2

This is called “Outbound link tagging” - you can configure this on the Analytics Settings page (/ghost/#/settings/analytics)

And yeah, they do the same as GamingOnLinux with not including the content in the RSS feeds.

Forgot to give my opinion. The ref tag doesn't bother me because it's not giving any private information up, besides where I am from just like the referrer header does. I am kind of conflicted with the RSS feeds because I personally use them for many things, however I understand that these places need to advertise to make money (though I block ads too).

[–] mouse@midwest.social 4 points 5 months ago

I am looking forward to the new homestead. Also the new elite specs look interesting, can't wait until we hear more.

 

I have recently become interested in mini PCs, but one thing that is stopping me is a feeling that bit rot could cause me to lose data.

Is bit rot something to worry about when storing data for services such as Git, or Samba. I have another PC right now that is setup with btrfs raid1 and backups locally and to the cloud, however was thinking about downsizing for the benefit of size and power usage.

I know many people use the mini PCs such as ThinkCentres, Optiplex, EliteDesks and others, I am curious if I should be worried about losing data due to bit rot, or is bit rot a really rare occurrence?

Let's say I have backups with a year of retention, wouldn't it be possible that the data becomes corrupt and that it isn't noticed until after a year? for example archived data that I don't look at often but might need in the future.

 

Experience: I have a bit of experience with Linux. I started around 2008, distro-hopped weekly, decided on Debian until around 2011, when I switched to Windows as I started getting interested in gaming. Tried switching back around 2015, this time using Arch Linux for about a month, but had some bad experiences with gaming and switched back to Windows. I have had a Debian and Arch VM in Virtual Box since then for testing different applications and a more coherent environment to work with servers.

Understanding: Which brings me to now, I am really interested in using Linux for gaming, I know there is Proton from Valve and that they have been really pushing Linux gaming forward with it.

Thoughts: I have been contemplating dual booting by installing Debian to an SSD and simply using the UEFI boot menu to choose instead of having to install to the EFI of Windows.

I guess, I should just do it, as it won't affect my Windows installation, and I could test different games and if all works well, move over. This would also allow me to try different distributions, though my heart is for Debian, I even like Debian Unstable.

Note: I am sorry for the wall of text, I am just kind of anxious I guess.

 

view more: next ›