Posts
1082
Following
136
Followers
65
AS4242423219 on DN42
Also @noisytoot@mice.tel in case chinchillas eat the cables
repeated
reminder: there is no limit in the IRC emoji reactions specification for how long an emoji react can be... so the first 4kb of the bee movie is a legal emoji reaction!
1
4
0
@jiub @maddy that's odd, I would've expected the opposite
1
0
2
@maddy Is it USB Mass Storage or USB Attached SCSI?
1
0
1

@kemona_halftau according to this article I found it seems to be mostly british spelling but with some bits of american spelling (most of which aren’t universally agreed upon)

but that article is wrong about british oxford spelling (oxford spelling uses -ize, not -ise) so I’m not sure how much I trust it

0
0
0
@kemona_halftau isn't canadian spelling the same as british spelling?
1
0
0

@foxyloon btrfs raid-1 is stable and safe to use (unlike raid-5/6 which has the write hole and I wouldn’t trust), but there are several things to note:

  • if you have more than two devices, raid1 just means that it keeps at least two copies on different devices. if you want three or four-way mirroring there’s raid1c3 and raid1c4 profiles for that
  • if you want to mount a filesystem with some devices missing (e.g. a drive failed), you need to use the degraded mount option
  • if a device was temporarily missing and data was written to it during that time you’ll need to use btrfs balance to resync it and ensure everything is on both devices
  • nodatacow (chattr +C) disables data checksumming so btrfs won’t be able to detect or correct errors on such files. I would just avoid using that attribute (especially on an SSD where fragmentation isn’t such a big issue), but some stuff like systemd-journald sets it by default for performance reasons
0
0
2

@foxyloon I use btrfs. It has the advantage over md-raid that it checksums data/metadata so if one copy gets corrupted btrfs scrub will be able to detect which device has the correct data and repair the other one.

To create a raid1 filesystem across multiple devices, use mkfs.btrfs -d raid1 -m raid1 /dev/device1 /dev/device1

To add a new device and convert existing filesystem to raid1 do btrfs device add /dev/device2 /mountpoint to add the new device followed by btrfs balance start -dconvert=raid1,soft -mconvert=raid1,soft /mountpoint to convert data and metadata to raid1

1
0
2
one of those drives is now making a buzzing sound that lasts about a second then stops for a few seconds. I don't think it's supposed to do that
0
0
0

@kemona_halftau on the stock firmware you should use thinkpad_acpi but if you happen to be on coreboot on an thinkpad between ivybridge (3rd gen/xx3x) and kaby lake refresh (8th gen/xx8x) (maybe also earlier and later versions but I haven’t confirmed that, doesn’t work on X200) you can use ectool from coreboot:

# to set the charging start threshold to 50%
ectool -w 0xb0 -z 0x32
# to set the charging end threshold to 50%
ectool -w 0xb1 -z 0x32
1
0
0

@april I did look and found the text of the GPLv3 in LICENSE but didn’t find anything specifying it was GPLv3-or-later other than the commit message. The text of the GPL itself only says this:

If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation.

If you don’t specify “or any later version” somewhere, the default is the specified version only.

0
0
0
@ariadne where can I find openircd? I can only find this: https://github.com/Konloch/OpenIRCd, which is in Java
1
0
0
@ariadne when did +y become +b ~q: (now +b ~quiet:)?
0
0
0
@april (if you want it to be or later you need to specify that somewhere or it defaults to only, I don't know if a commit message is enough so I'd put it in the LICENSE file or README or something)
1
0
0
@neil I send mail over IPv4 only because I can't get rDNS set for IPv6 (Kimsufi gives you a /64 but only allows you to set rDNS for the /128). I can receive mail over IPv6 though.
0
0
1
@seabass @jiub @maddy is it possible to travel to a different area where ear wax removal is provided by the NHS if you live somewhere where it isn't?
1
0
0
@pearl I use a FLINTAN chair from IKEA (which cost £75) because somewhere I stayed in Lithuania had the same chair and I liked it. It doesn't have a headrest though and it can lean back but you can only lock it at the most upright position (I never do that though (and actually didn't know it could even do that for years until I discovered it by accidentally triggering it), the tension is the right amount that I can comfortably lean back partially without needing to lock it)
0
0
1
@cdp1337 @TheLastOfHisName @DazRunner would they actually keep the connection for 120 days? I would expect it to time out, and you'd probably run out of ephemeral ports before the 120 days were up if they didn't
1
0
0
@tris with priority shipping you're paying for Jeff Bezos to personally deliver your package in a private jet
1
0
3
re: Hygiene/health shitpost (you shouldn't do this)
Show content
@seabass @maddy @jiub there are places in the UK where ear wax removal isn't available for free? I thought the NHS provided the same services everywhere (minus a few differences like prescriptions always being free everywhere but England)
1
0
1
Show older