[-] SteveTech@programming.dev 3 points 11 months ago

Misunderstanding aside, thanks for the link!

[-] SteveTech@programming.dev 3 points 1 year ago

I've previously found OpenRGB's udev rules to be a really good example since there's a bit of everything in there: https://openrgb.org/releases/release_0.9/60-openrgb.rules

But I think you'd want something like: SUBSYSTEMS=="usb|hidraw", ATTRS{idVendor}=="REPLACE WITH USB VENDOR", ATTRS{idProduct}=="REPLACE WITH USB PRODUCT", TAG+="uaccess"

[-] SteveTech@programming.dev 3 points 1 year ago

Thanks TIL! Although I prefer this diagram that has all the wifi channels on it, instead of just the 3 common ones.

Diagram of ZigBee, Bluetooth, and WiFi Channels

Source

[-] SteveTech@programming.dev 3 points 1 year ago

You can try ignore_resource_conflict which is it87 specific, rather than a system wide acpi_enforce_resources.

modprobe it87 force_id=0x8628 ignore_resource_conflict=1

The reason why this is needed is ACPI claims the I/O ports required to talk to the it87, and Linux doesn't want to override that.

[-] SteveTech@programming.dev 3 points 2 years ago* (last edited 2 years ago)

Oh whoops yeah there is, run sudo update-grub.

But otherwise that config looks correct.

[-] SteveTech@programming.dev 3 points 2 years ago

It also allows users to store dates back to ~1902.

[-] SteveTech@programming.dev 3 points 2 years ago

None of my monitors (which are all DisplayPort) have audio, but one appears in the audio settings, so I'd say DisplayPort itself does support audio.

[-] SteveTech@programming.dev 3 points 2 years ago

I've got a similar setup, but my non-root SSDs are F2FS.

[-] SteveTech@programming.dev 3 points 3 years ago

Not as fun, but the original is more readable.

[-] SteveTech@programming.dev 3 points 3 years ago

It's missing a bunch of features so I'm pretty sure it can't do stock CPython, it could probably do a customised version though.

[-] SteveTech@programming.dev 3 points 3 years ago

Using Firefox with private browsing, I get this:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.reddit.com/r/all/.json?limit=20. (Reason: CORS request did not succeed). Status code: (null).
The resource at “https://www.reddit.com/r/all/.json?limit=20” was blocked because content blocking is enabled. rdx.overdevs.com

Works fine in normal mode though.

[-] SteveTech@programming.dev 3 points 3 years ago

You might be able to manually create NS records for @, but I've never tried it.

view more: ‹ prev next ›

SteveTech

0 post score
0 comment score
joined 3 years ago