• 0 Posts
  • 224 Comments
Joined 1 year ago
cake
Cake day: January 2nd, 2025

help-circle
  • I don’t think laptops are much of a concern - virtually every laptop on the planet spends 90% of it’s time plugged in.

    All of mine have since the mid-90’s (back then that really shortened NiCd life).

    Since they’ve gone lithium I’ve had probably 20 laptops (with multiple running since 2019 as hosts) and seen one spicy pillow - and that was on a year old machine.

    My newest machines have charge limit on by default in the hardware. I assume they all do these days as it would reduce support/warranty calls.

    Good to keep an eye on them because it can happen to any battery, I just don’t think it’s a huge concern.









  • cookie(n.) 1730, Scottish, but the sense is “plain bun,” and it is debatable whether it is the same word; in the sense of “small, flat, sweet cake” by 1808 (American English); this use is from Dutch koekje “little cake,” diminutive of koek “cake,” from Middle Dutch koke (see cake (n.)). “Dutch influence is no doubt responsible also for the parallel use of the word in South African English” [Ayto, “Diner’s Dictionary”].



  • Ah, yes, good ole ignorant jingoism.

    You probably don’t know that code in Florida has required concrete reinforced cinder block 1st floor for residential houses since the 90’'s, because that’s what can withstand hurricanes and flooding. Typical block construction only requires concrete and rebar reinforcement at windows, doorways, etc, while this code requires it in every other opening, thereby tying every course together, from first to last. This prevents flood surges from weakening the structure, and also provides a physical barrier for objects flying at 100mph+.

    Code has also required hurricane straps on every rafter, since forever.

    There’s probably a lot more code I don’t know.

    But here you’d have them build houses out of stone which wouldn’t withstand flooding, unlike reinforced and anchored block, cause in your hubris you think you know something.







  • Expand on your file sharing model/needs/usage pattern. .

    Syncthing synchronizes specified folders. It’s quite configurable, but it’s really meant for a stable, regular syncing process. If you need more ad-hoc, it can do it but it’s not like using a network share.

    Resilio Sync has a neat feature - selective sync, that allows you to grab specific files from a shared folder ad-hoc, rather than always sync all files all the time. I use it to grab media files (multi-gig) from my server when traveling.

    IIRC, both have a “send only” setting for a sync job, so everyone could simply share to a specific folder, and have selective sync enabled for that folder… I think.

    Both are Windows/Linux/iOS, and I think they’re both Mac.


  • Are the read-write speeds sufficient for a server?

    Depends.

    For most of us, most use-cases, yes. I have 2 externals on USB that are no slower than my ancient NAS that only does 100Mbit Ethernet (honestly they’re probably faster).

    Now if you’re running a transactional database, then externals are bad for throughput, but also stability/reliability and heat.

    One thing I rarely see mentioned here is that external drives lack any cooling. This is fine for most uses-cases where people will intermittently copy data to them. But of you try sustained writes you can watch the temps climb in minutes. Which is why both of mine have old, large case fans on them (duct taped in place no less). They’re really quiet especially since I run them at 5v instead of 12V.

    Externals are generally recommended against of it can be avoided. But of it’s what you have, run it, just know the lifespan is likely limited, and they’re not to be trusted from stability standpoint - always have redundancy/backups for important data.

    My externals are part of my local redundancy - they replicate my main data drive, which is also replicated to my ancient NAS. So I have 3 local copies of everything.