I’m Hunter Perrin. I’m a software engineer.

I wrote an email service: https://port87.com

I write free software: https://github.com/sciactive

  • 8 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle













  • All of my machines back up to my home server’s RAID over WebDAV with Nephele.

    Then every few days I’ll manually sync them to a server at my parents’ house with a single huge HDD using rsync. I do this manually so that if anything happens to my home server (like ransomware) it doesn’t mirror destroyed data.

    Since the Nephele share is just WebDAV, I can mount it locally and move things into it that I don’t want local anymore.

    I created Nephele, and I just finished writing an encryption plugin. I wrote it because I’m also going to write an S3 adapter. That way, you can store things in S3, but they’ll be encrypted, so Amazon can’t see them.


  • hperrin@lemmy.worldtoSelfhosted@lemmy.worldBest OS for a NAS
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 months ago

    I’m personally running Ubuntu Server (but I’d recommend Debian), and manage my RAID with mdadm. That way I’ve got just a generic server, and I can install whatever I want.

    Then for my share, I use my own WebDAV server, Nephele:

    https://hub.docker.com/r/sciactive/nephele

    It’s nice because it’s got a browser client that works in basically any browser. I’ve got that running behind Nginx Proxy Manager reverse proxy, so I can have a bunch of services on subdomains running on the same server.

    Samba is faster than WebDAV when you’re dealing with a lot of files, but it doesn’t work with a browser, which is more important for me.




  • In laptops, there aren’t a whole lot of parts that can be standardized. Thinkpads have standard storage (NVMe drives) and half standard RAM (some have soldered or partially soldered RAM). So yeah, they’re fairly standardized. In terms of laptops, so are Dell and HP. But in terms of desktops, where everything can be standard, Dell and HP use a lot of proprietary parts, hence they are the opposite of a Thinkpad in terms of desktop.


  • A lot of things, yes, but not everything.

    This is from iFixit:

    Lenovo ThinkPad T14 Gen 3
    
    2022
    
    PROS
    Most repairs are very straightforward and require only basic tools.
    The keyboard replacement procedure is best in class.
    CONS
    Partially soldered memory and I/O ports hinder certain repairs.
    

    It scores 7/10 on their repairability meter. Definitely not the best, but far from the worst.




  • hperrin@lemmy.worldtoPrivacy@lemmy.mlWhat PC is like the "thinkpad" of PCs?
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    7 months ago

    They absolutely do not record keystrokes and phone that home. You’re talking about the Intel Management Engine, which is completely useless to almost everyone, but there’s no evidence that it spies on you. There have been security vulnerabilities found in it that could let someone else compromise your system (notably: only if you’ve provisioned Intel Standard Manageability), but there is practically zero chance that Intel is doing that or even selling that sort of capability.


  • hperrin@lemmy.worldtoPrivacy@lemmy.mlWhat PC is like the "thinkpad" of PCs?
    link
    fedilink
    arrow-up
    60
    arrow-down
    1
    ·
    edit-2
    7 months ago

    Idk, but I’ll tell you Dell and HP desktops are the opposite of the Thinkpad. Every part they can make proprietary, they do make proprietary.

    • Case
    • Motherboard
    • Power Supply
    • CPU Cooler

    Cannot be upgraded or replaced with off the shelf parts.

    If your system dies, you’re expected to just buy a new one and chuck the old one in the bin.