We are continuing to increase our production rate, with the aim of fulfilling all backorders, and getting Raspberry Pi in stock at all our Approved Resellers, by the end of the year –
I feel like I've heard that last part a few years in a row.
As far as Pi4's go, you can pretty much get them now without fucking around (albeit only in 2GB and above). I imagine Pi5's will be difficult for a while. New releases always are.
They work pretty well. The upside is they are always available. The downside is less support for software like the pi foundation has invested into. But they do a great job as a Linux board and if you use a well supported distro, you should be fine.
At one point, we had to do a project with 40ish of these things. Worked out well and we couldn't get a pi, because since 2019 they are basically impossible to order in number.
It’s an Armbian distro. Down side is you can’t install Pi images for specific things, you need to build them manually, but other than that no real issues. Also you can run Android (that was trickier to setup as it needs a windows only tool to flash it to the SD card.
At the beginning, they were really behind raspberry pis, but the newer models are so nice, that I wouldn't be surprised if they soon start leading on the innovation in the niche.
Software support has been improving too. You can install armbian just fine, and they have been working on their own official distro. Community support is still minimal, but slowly growing.
If it's going to get scalped anyways, I would prefer we did it in the open auction style the first half year, with the RPI foundation getting the proceeds.
These scalper bots are adding nothing of value. Fuck em.
They are absolutely doing it intentionally. Industry gets first crack, then some educators so they can get some good press, then the rest of us get scraps.
What do you think they should do? Manufacturing more won't help; bots will buy all available initial stock regardless. You can try using exclusive channels, but then you exclude a whole lot of people who will naturally get upset. Increasing the initial price will piss people off, too.
They're only valuable for scalpers because they're so hard to get. If they wouldn't constantly put business orders above consumer orders, the demand for scalping would evaporate just like it has for every other consumer electronic device. People aren't selling PS5s for $1000 anymore because you can just go buy one from the store.
Try https://ropieee.org/. I use it for use with roon. But it also makes it work with Spotify and airplay. Just add some powered speakers or get fancy and a nice amp/combo. Hopefully that works for you.
To bad that Raspberry Pi lost its cool, when they began to "cooperate" with Microsoft, and grant Microsoft access to your device.
Edit:
As answered to another user about the issues of the Microsft repo:
The raspberry pi came preinstalled with a Microsoft developer tool, which resided in a Microsoft controlled repo.
Now Microsoft has root access to your system, whenever you make any kind of upgrade, and can change dependencies for that tool to anything in their repo. Basically granting a third party control over your raspberry pi.
The worst is that it's very difficult to prevent, you may look up guides to prevent Microsoft repo, and even these solutions have shortcomings. https://arstechnica.com/gadgets/2021/02/raspberry-pi-os-added-a-microsoft-repo-no-its-not-an-evil-secret/
On top of that, this enabled telemetry which is borderline illegal in EU.
It also means you ping Microsoft with every use of your package manager, granting Microsoft very useful information on a competing OS, plus giving them information you may not wish to give them.
You may consider all these issues as non issues, but I do not.
Yeah I’d like a source too because what they said makes no sense. The immature way they responded to criticism of someone they hired is a good reason to be turned off of the pi, no need to actually make up something ridiculous.
I'd wager they're talking about when the Pi Foundation added the Microsoft VS Code repo to Raspbian. Rather dumb thing to be upset about, especially since the repo was removed a month later.
Not the foundation. They're not the ones who've funked up the product, it was and is the stupid profit-driven sister corporation to which they've outsourced design and manufacturing. The foundation exists only for educarional stuff now.
I don't care that I can remove the repo, I'd still have to block MS to prevent an RPi update from re-adding a repo that can replace core files.
What kind of BS is that author peddling? The bottom line is "if it can be done, it's a bad thing", that goodwill argument is a bunch of whitewashing.
Plus, I don't WANT VS on my Pi. The "help learning students" argument is also BS. VS is difficult to install because it's not native, and this is a reality for tech users. Better approach would be clear documentation on how to install VS, explaining the how's and why's along the way. If it's "too hard" to write such documentation or for students to follow it, then that person is clearly not qualified to write it.
I've written TONS of docs just like this for enterprise app deployment. It's SOP there. If a test unit fails to successfully rebuild a system using my docs, it's not the tester's fault, it's a fault of my docs not being complete or clear enough.
Every enterprise has teams that document everying to the extreme for disaster recovery - the idea being that anyone technical can walk in and rebuild an entire system from your docs.
I don't get it. From what I can tell, they added /etc/apt/sources.list.d/vscode.list with a third-party MS repository . . . and that's it. You can now do sudo apt install code and get VS Code installed. If you don't want VS Code, then don't install it. At worst, Microsoft gets a log entry of you downloading the package list every time you do sudo apt update.
I don't really like VS Code, myself, but it's becoming something of an industry standard. Even in environments that are otherwise Linux-based. Lots of my coworkers use it even though we deploy on Linux. Making it easier for students to install is understandable.
There was also a Windows 10 IOT build for Raspberry Pi. Basically a stripped down Windows without a desktop for embedded uses. Nobody was forced to use it and probably very few people ever did.
As for this repo it looks like a build of VS Code which is just a popular text / programming editor.