Readit News logoReadit News
chrisdeso commented on Apple Is Selling iPad Repair Parts for Astronomical Prices   404media.co/apple-is-sell... · Posted by u/firefax
thewebguyd · a month ago
Apple's self-service repair is basically malicious compliance. To an extent, I appreciate that they even offer the possibility at all, but despite how good their hardware is, especially my M-series macbooks, I'm getting tired of their user hostility.

My ThinkPad T14, while not macbook quality, is decent enough, and everything is user serviceable, and parts are cheap. Just 7 captive phillips screws and it's open.

I'm also tired of my only choices being either a) enjoy the conveniences of the apple ecosystem and integration but have no ability to self-service my own hardware, or in the case of iOS, run my own software outside of the app store or b) try and hack together some equivalent "ecosystem" using Linux, Android, KDE connect, and various other homegrown scripts and apps but deal with an inferior laptop, inferior smartwatch, and inferior apps.

Consumers are getting screwed over, even those outside of the "ecosystem," by Apple's insistence on not allowing third parties to develop against their protocols (imagine a world where any smartwatch could match the functionality of the Apple watch on iOS, or anyone could create an AirDrop client on any operating system, etc.)

chrisdeso · a month ago
I felt the same and moved from being a long time mac user to a framework - thinkpads were enticing too.
chrisdeso commented on Save your disk, write files directly into RAM with /dev/shm   hiandrewquinn.github.io/t... · Posted by u/hiAndrewQuinn
hackyhacky · 2 months ago
Rather than re-write your scripts to store temp files into /dev/shm, you can just mount /tmp using the tmpfs file system and get the same benefit for all your programs. Some distros do this by default.

The relevant line from fstab is:

    tmpfs /tmp            tmpfs    noatime 0       2
Now any program that writes to /tmp will be writing to a RAM disk, thus sparing unnecessary wear on my SSD.

chrisdeso · 2 months ago
This is the first linux "thing" I've understood after a first read on hacker news. Love you all and will give this a whirl.

u/chrisdeso

KarmaCake day6November 3, 2023
About
Old CS student
View Original