Hacker News new | ask | show | jobs
by flyinghamster 2050 days ago
These days, even a low-end Android phone, taken back forty years, would be a supercomputer beyond anything that existed then.

Unfortunately, layer after layer of framework on abstraction on framework on abstraction sometimes means that we need a supercomputer to render a user interface, and still end up with perceptible lag. :)

Regarding elsewhere where I mentioned running BOINC on a Pi 4B, I'd also note that (at least from a RAC standpoint) it's almost up there with a ThinkPad X201 Tablet with an i7-640LM throttled to 1.2 GHz. If I switch the BIOS from "balanced" to "performance" mode, the ThinkPad will run a bit faster but within an inch of thermal shutdown. I might be able to overclock the Pi enough to achieve parity with the throttled i7.

Eight years ago, I'd never had guessed that we'd see the Pi turn the corner to become a usable general-purpose desktop.

1 comments

microSD cards don't really cut it for a general-purpose desktop in terms of lifespan and reliability and SSD over USB is an awkward workaround at best. Hopefully the RPi 5 will have NVMe or a SATA port at least.
Agree; from my experience with Pi SD cards, it’s straight-up irresponsible to recommend that anyone use an SD card with the Pi for their main computer.

Every Pi SD card has ended in irreparable disk corruption. The SD hardware’s wear-leveling and delayed allocation is fundamentally incompatible with any device without a battery, especially with frequent writes.

The “official” solution for the Pi is to use read-only SD cards with overlayfs. That’s not the default and it’s not how entry-level users will use this.

I believe a CM4 module could fit in the same space. They were probably developed in parallel, so they couldn't afford to gate the Pi 400 on the CM4 timelines.

Also, don't under estimate the performance of future SD cards.

v0, get it shipped

v1, improve

The issue with SD cards is not performance, it is longevity. I threw away more SD cards than I care to admit. :-/
What is your experience with the DVR series of SD cards?

https://carcamcentral.com/guide/recommended-microsd-cards-fo...

I know there are other power down issues with SD cards and corruption well. I think in a class setting I would have important files replicated to an NFS server, with at least hourly snapshots.

I’m surprised there isn’t a market solution for long-life (SSD lifespan) SD cards. SD card is just a physical/electrical interface, couldn’t manufacturers put more resilient flash circuitry inside?
Specialized industrial use SLC microSD cards exist (e.g. https://www.avnet.com/shop/us/products/sandisk/sdsdqed-064g-...) but they cost a lot and have smaller capacities because they use SLC.
Integrated would be cleaner but I’ve found it to be quite simple to boot off of a USB3 drive on the Pi4.