However, let's not forget that the Pi's original mission was to be an affordable development platform. Not a full replacement for a desktop computer, but still usable in standalone fashion. I think it's still lagging, there... even compared to some of its competition.
Announcement
Collapse
No announcement yet.
Raspberry Pi's Raspbian OS Finally Spins 64-bit Version
Collapse
X
-
Last edited by rclark; 06 February 2022, 11:03 AM.
- Likes 1
-
Originally posted by caligula View PostEven a single core 700 MHz RPi from 2012 supports 1080p H264.
Leave a comment:
-
Originally posted by rclark View PostI run them all headless.
However, let's not forget that the Pi's original mission was to be an affordable development platform. Not a full replacement for a desktop computer, but still usable in standalone fashion. I think it's still lagging, there... even compared to some of its competition.
Originally posted by rclark View PostPhoto/video editing? I have powerful desktops available for those applications.
Leave a comment:
-
Originally posted by esbeeb View PostI, for one, am grateful that the Raspberry Pi Foundation did all this work to get an all-around decent 64-bit OS released whatsoever, even if there are warts. For the price point (granted you can actually get one), the warts are forgivable. IMHO, they go much farther, in this regard, than any other ARM SBC maker. So big is this disparity, to my eye, that I have zero interest in any other ARM SBC maker.
Leave a comment:
-
Originally posted by mangeek View Post
Right, but try handing a Raspberry Pi or a similarly-powered PC to a casual user as a daily driver for browsing/gsuite/YouTube, it's just not enough horsepower. Typical newspaper sites with ads absolutely crush it, and YouTube is a slideshow. None of that is going backwards to cater to last decade's compute requirements, and that's not a 'local bloaty software' kind of problem.
- Likes 1
Leave a comment:
-
Originally posted by caligula View PostEven a single core 700 MHz RPi from 2012 supports 1080p H264. I remember watching XvMC MPEG2 in 2002 or so.
I say this as a Pi lover. I use Pis every day for stuff they're good at, but I think we have to stop fantasizing about their potential and blaming 'bloat' for why they're not snappy and fun for day-to-day use. They have the horsepower of a six year-old midrange smartphone, it's two generations behind what would be 'pleasant' for day-to-day use, regardless of software it's running.
- Likes 1
Leave a comment:
-
Originally posted by mangeek View Post
Except that's not how things work. A machine with circa-2008 horsepower today can't play full screen streaming video on the web, and takes several seconds to load web pages. It's not just bloaty software, it's an entire ecosystem that's sized for the computing power that's available to it, and it's never going to move backwards. I don't want to go back to blocky 1 megapixel displays, low-strength encryption, buffering MPEG2 video, and browsing that struggled with basic CSS.
- Likes 1
Leave a comment:
-
Originally posted by coder View PostThe web changed, as have browsers. People forget this, but web apps are much richer and the amount of code compiled and linked into browsers probably rivals that of the host OS.
Leave a comment:
-
Originally posted by arQon View Post
Ah. In that case, the piece that's confusing you is "on the original Pi". The Pi4 has no "working" access to the VideoCore block other than through MMAL (32-bit only, "custom" API, requires custom non-mainlined code to work at all), or, potentially / theoretically V4L (currently mostly-broken, poorly implemented, and with several key patches still missing from ffmpeg master).
Leave a comment:
-
Originally posted by waxhead View PostI am not familiar with the architecture for the pi too much to know if the 64 bit mode offers more CPU registered than 32bit mode. More usable general purpose registers usually help compilers not push/pop registers to stack and can help performance in tight loops. I imagine that emulators and other programs that crunch numbers a lot can benefit if compiled as 64bit in this case so do anyone knows if 64bit mode exposes more general purpose registers?!- ARMv7-A has 15 × 32-bit integer registers; optionally, up to 32 × 64-bit registers, SIMD/floating-point
- ARMv8-A has 31 × 64-bit integer registers; guaranteed, 32 × 128-bit registers for scalar 32- and 64-bit FP or SIMD FP or integer; or cryptography
ARMv9-A guarantees SVE2, which is one of its more appealing features. Otherwise, it's not nearly as big of a jump as between v7 and v8. SVE2 is a minimum of 128-bit. Fujitsu's HPC processor implemented it at 512-bit, but ARM's HPC-oriented Neoverse V1 implements only 256-bit. Their upcoming Neoverse N2 will implement at only 128-bit.Last edited by coder; 04 February 2022, 05:12 AM.
Leave a comment:
Leave a comment: