• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle








  • Apple tried to allow clones, but ran into the same problem because the clone makers could make cheaper machines by slapping together parts.

    Yeah, this is exactly what happened, although some of the clone brands were perfectly high-quality (Power Computing in particular made great machines, usually the fastest on the market). In the Mac community at the time, a lot of people (myself included) wished Apple would just exit the hardware business and focus on what they were good at: software.

    Then Steve Jobs came back and did exactly the opposite of that. First order of business was to kill cloning. Then came the iPod.

    To be fair, the next generation of Power Macs after that were about half the price of the previous gen.


  • GenderNeutralBro@lemmy.sdf.orgtoMemes@lemmy.mlCosts Less? When That Happened?
    link
    fedilink
    English
    arrow-up
    56
    arrow-down
    7
    ·
    edit-2
    22 days ago

    Most of Apple’s history, actually.

    Macs have a reputation for being expensive because people compare the cheapest Mac to the cheapest PC, or to a custom-built PC. That’s reasonable if the cheapest PC meets your needs or if you’re into building your own PC, but if you compare a similarly-equipped name-brand PC, the numbers shift a LOT.

    From the G3-G5 era ('97-2006) through most of the Intel era (2006-2020), if you went to Dell or HP and configured a machine to match Apple’s specs as closely as possible, you’d find the Macs were almost never much more expensive, and often cheaper. I say this as someone who routinely did such comparisons as part of their job. There were some notable exceptions, like most of the Intel MacBook Air models (they ranged from “okay” to “so bad it feels like a personal insult”), but that was never the rule. Even in the early-mid 90s, while Apple’s own hardware was grossly overpriced, you could by Mac clones for much cheaper (clones were licensed third-parties who made Macs, and they were far and away the best value in the pre-G3 PowerPC era).

    Macs also historically have a lower total cost of ownership, factoring in lifespan (cheap PCs fail frequently), support costs, etc. One of the most recent and extensive analyses of this I know if comes from IBM. See https://www.computerworld.com/article/1666267/ibm-mac-users-are-happier-and-more-productive.html

    Toward the tail end of the Intel era, let’s say around 2016-2020, Apple put out some real garbage. e.g. butterfly keyboards and the aforementioned craptastic Airs. But historically those are the exceptions, not the rule.

    As for the “does more”, well, that’s debatable. Considering this is using Apple’s 90s logo, I think it’s pretty fair. Compare System 7 (released in '91) to Windows 3.1 (released in '92), and there is no contest. Windows was shit. This was generally true up until the 2000s, when the first few versions of OS X were half-baked and Apple was only just exiting its “beleaguered” period, and the mainstream press kept ringing the death knell. Windows lagged behind its competition by at least a few years up until Microsoft successfully killed or sufficiently hampered all that competition. I don’t think you can make an honest argument in favor of Windows compared to any of its contemporaries in the 90s (e.g. Macintosh, OS/2, BeOS) that doesn’t boil down to “we’re used to it” or “we’re locked in”.




  • Probably ~15TB through file-level syncing tools (rsync or similar; I forget exactly what I used), just copying my internal RAID array to an external HDD. I’ve done this a few times, either for backup purposes or to prepare to reformat my array. I originally used ZFS on the array, but converted it to something with built-in kernel support a while back because it got troublesome when switching distros. Might switch it to bcachefs at some point.

    With dd specifically, maybe 1TB? I’ve used it to temporarily back up my boot drive on occasion, on the assumption that restoring my entire system that way would be simpler in case whatever I was planning blew up in my face. Fortunately never needed to restore it that way.




  • YES.

    And not just the cloud, but internet connectivity and automatic updates on local machines, too. There are basically a hundred “arbitrary code execution” mechanisms built into every production machine.

    If it doesn’t truly need to be online, it probably shouldn’t be. Figure out another way to install security patches. If it’s offline, you won’t need to worry about them half as much anyway.




  • I think it’s important to distinguish between social media in general and specific platforms like Facebook, Twitter, etc. Don’t say things like “social media is designed to <blank>” when you really mean “Facebook, Twitter, YouTube, and Reddit are designed to <blank>”.

    The first step to fixing a problem is to identify it clearly and accurately.

    The problems with social media in practice have little to do with the general concept of social media. There are ways we could regulate our way to a better internet, by heavily disincentivizing dark patterns, and still have thriving social media platforms.

    IMHO, there are a couple things to focus on:

    1. Restrict or outright ban data collection, sale, and sharing. Targeted advertising is not necessary for a healthy internet. It’s gotten completely out of control. Fuck you and your 872 closest partners.

    2. Mandate transparency in algorithms. Facebook, Google, Twitter, etc. have all manipulated their users by gaming their algorithms to maximize engagement, promote political ideas, or even outright conduct psychological experiments on unwitting users. There’s no need for a sorting algorithm to be opaque to the user. It’s feasible for it to be user-customizable to one degree or another.


  • Ah, that makes sense! I probably should have split my /home off to its own subvolume. I’ll add that my list of things to think about next time I hop distros or rebuild (which I’m considering once again, because I have Plasma envy).

    And yes, snapshots should NOT be treated as backups. A real backup saves your butt if your drive dies, while a snapshot goes down with that ship. I should really set up a better backup system, but for now I just periodically use Borg to back up to an external HD, and then copy that into an encrypted cloud drive.