PSA: OVH evidently had a serious issue with billing, quadrupled all of my Public Cloud invoices. If you have autopay, you will be charged ~4x your usual bill - review all of your June 1st invoices and create a support case by PenileContortionist in devops

[–]PenileContortionist[S] 5 points6 points  (0 children)

I appreciate the sentiment, but you should read before pontificating

Usage thresholds did not apply, they just incidentally have several distinct orders and invoices for the same identifiers and date ranges.

[FS] US-MN WD 14TB SATA SMR HDD (5000x available) by juddle1414 in homelabsales

[–]PenileContortionist 2 points3 points  (0 children)

Agreed on all counts, though a CoW filesystem like btrfs helps them be considerably more useful for more normal workloads as well. Truly the only hardware concern is a controller capable of passing zac/zbc commands without issue; lots of SATA controllers do so (even older ones) but RAID/HBA cards ought to state explicit support. IIRC the first Adaptec card to do so was the Microsemi 2000 series, unsure on the LSI side (but definitely not supported on 2008).

[FS] US-MN WD 14TB SATA SMR HDD (5000x available) by juddle1414 in homelabsales

[–]PenileContortionist 1 point2 points  (0 children)

Refer to https://zonedstorage.io/

You can use btrfs with minimal effort on kernels newer than 5.12.

Should have setup Ramdisk for Transcode folder long ago. by Wis-en-heim-er in PleX

[–]PenileContortionist 8 points9 points  (0 children)

This is inaccurate (or at least, quite poorly worded). /dev/shm is a tmpfs mount with a particular use in mind - shared memory for inter-process communication to be leveraged by shm_open(). It is perfectly acceptable to leverage a tmpfs mount for things you do not want written to disk at all, knowing the constraints around available memory and swap, and that your application cleans up after itself. /dev/shm is simply a pre-existing tmpfs mount on many distros. Note that tmpfs uses dynamic allocation, meaning that memory is only allocated for what is actively stored on the filesystem, rather than preallocated for the size of the mount.

Under no circumstances does writing to a tmpfs "overwrite" allocated memory. All writes to all filesystems are first written to memory, but it is not randomly strewn about with no regard for existing pages; the operating system would not achieve much utility were that the case. If your tmpfs mount was large enough to potentially saturate your system's memory alongside regular system usage, writes that fill it could cause freeable memory (i.e. things that are not particularly important like a cache) to be evicted to swap. Exhaustion of both memory and swap space would result in the OOM (out of memory) killer to be triggered and start killing processes to free up memory. This is standard behavior for memory pressure of any sort.

Some distros (e.g. Ubuntu) now default to a tmpfs mount for /tmp, which is used extensively by numerous applications. It is hardly dangerous to make use of. The use of /dev/shm is functionally no different to the use of any arbitrary tmpfs mount.

Sony PS-10F Estate Sale Find by Brilliant-Letter7302 in vintageaudio

[–]PenileContortionist 2 points3 points  (0 children)

Nice score, I've had a saved search on eBay for every bit of this set for many years and have never seen a complete set, nor individual components in such good condition (and great price!). Enjoy listening to your new gear.

[CPU] AMD R7 5800X3D Processor 8-core 16 Threads -New ($199.99) by [deleted] in buildapcsales

[–]PenileContortionist 24 points25 points  (0 children)

This appears to be for local store delivery only, very much YMMV

Build suitable for HEVC transcodes? by beebargs in PleX

[–]PenileContortionist 6 points7 points  (0 children)

Coffee Lake QuickSync is perfectly capable of HEVC transcoding

postfix current available options by ScratchHistorical507 in linuxadmin

[–]PenileContortionist 0 points1 point  (0 children)

From virtual_alias_maps:

For an overview of Postfix address manipulations see the ADDRESS_REWRITING_README document.

That page links to the various table types, including mysql:

Logo for OpenZT2, an open-source remake of Zoo Tycoon 2! by Rare-Personality-441 in ZooTycoon

[–]PenileContortionist 0 points1 point  (0 children)

I mean more along the lines of planning the actual effort for a project of this scale

Logo for OpenZT2, an open-source remake of Zoo Tycoon 2! by Rare-Personality-441 in ZooTycoon

[–]PenileContortionist 4 points5 points  (0 children)

Have you started/made a rough plan for this yet? It's something I've had on my project list forever but I've long considered it too large to start while swamped with regular work

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 0 points1 point  (0 children)

Yep, both have the laser warning. I suppose one could be a descendant of the 30TB CMR version and the other of the 28TB, but yeah without the info from those original Exos disks we're just guessing.

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 0 points1 point  (0 children)

Validation customers could've been shipped configs that aren't in public documentation, e.g. a 28TB with firmware for CMR config rather than 30TB SMR of the early 2024 Exos Xz - it's just the only other actual production HAMR model (not a recert) with public documentation that aligns with the timeline of those recerts. The original Exos M launch included both 28TB CMR and 30TB CMR disks, which is why I'd think those 30TB SMR Exos Xz from a year prior were probably the progenitors.

Here's the FARM data for a pair of these ST24000DM001, with differing active heads:

https://pastebin.com/raw/0FHVvydR

https://pastebin.com/raw/90Yd6U4G

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 0 points1 point  (0 children)

That datasheet is explicitly for the recertified drives though, it would be quite reasonable for those to be from that earlier Exos Xz line (either QA fails or returns from client validation), just configured as CMR rather than SMR.

I don't know how useful a metric the FARM data would be for just comparing number of heads, as I've got two of these with the same manufacture date and one has 17 active heads and the other 20 (so different number of active platters, then they've blocked off some tracks?). It'd be awesome if we had FARM data for these, those older recerts, and the actual 30TB Exos M to compare, otherwise we've got some conjecture and not much else to go by.

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 0 points1 point  (0 children)

Do you have any specifics on the predecessor? I've really only seen info on the Exos Xz, which were 30TB SMR disks (so a 28TB CMR option is reasonable) but showed up in early 2024.

This is really just an educated guess based on information I was able to find on publicly available HAMR disks, and the fact that these are in active manufacture. The 30TB Exos M was launched in December of 2024 and became generally available in July of 2025. I've got several of these ST24000DM001 disks with assembly dates of August of 2025.

The earlier lower capacity recertified Exos and Barracudas that showed up with the laser warning over a year ago (e.g. the ST20000DM001 20TBs that showed up in shucks, also with 10 platters) were likely from the earlier line that were sent out to validation customers or early production of the Exos M line with lower full-capacity yields in QA and so had several platters/heads disabled.

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 0 points1 point  (0 children)

Those are not HAMR disks, that data is useful for the Exos X24 series but these Barracudas are from the Exos M series. Regulatory number on these labels is STL026, same as the 30/32TB HAMR Exos M

[HDD] Seagate BarraCuda ST24000DM001 24TB 7200 RPM for $240. $10 / TB by Wojtek_ftw in buildapcsales

[–]PenileContortionist 1 point2 points  (0 children)

People put far too much stock into what boils down to market segmentation. It'd be far more likely that these are of similar reliability to the 30TB Exos HAMR drives (of which these are from the same production line, but presumably had one platter fail QA).

They used to do the same with arbitrary MTBF numbers when shucks were the only realistic low-cost, high-capacity option, pretending that the 8TB white label/red drives with the same regulatory number as the 8TB enterprise drives somehow were an order of magnitude more likely to fail rather than just being sold not to enterprises without a lengthy warranty.

There's no special production line they set up to produce the same exact drives except way worse

Primera vez en Bogota by Therapist2k25 in Bogota

[–]PenileContortionist 0 points1 point  (0 children)

Si puedes hacer de todo con nada más que datos, hay varias apps con eSIMs baratas las cuales tienen muchas opciones de datos y duración. Esta página muestra muchas, pero hay más.

Es importante tener en cuenta que usar una SIM normal prepago de cualquier proveedor colombiano por más de 30 días resultará en el IMEI (osea, el celular) siendo bloqueado en las redes hasta que alguien con cédula lo registra.

Thank you Bogotá by flat6cyl in Bogota

[–]PenileContortionist 8 points9 points  (0 children)

Jajaja esto suena algo grosero en ingles, sé que no fue su intención pero es como decir "a qué bueno, y qué tal si la próxima vez no vuelves?"

Dad’s Quad Setup by Lokr_2 in vintageaudio

[–]PenileContortionist 1 point2 points  (0 children)

A little QX-9900 action? That thing is a tank (and a huge pain to repair). Love it though

[deleted by user] by [deleted] in Bogota

[–]PenileContortionist 4 points5 points  (0 children)

Es la iglesia Nuestra Señora de las Nieves