That was the Wii actually. It being a slightly up clocked Gamecube. The WiiU was a massive hardware upgrade from the Wii at the time. The WiiU just had a host of other problems.
That jumped out to me too. Seems incredible that the reason the system exists at all, has become a "weird" way to use it. You can git clone the kernel just like any other repo on github, so no big deal.
I am very patient, so I'm in no rush for this community. Time only gives us more content,
Surely tar --help
is a valid tar command, right?
Peertube doesn't give ad revenue sharing, so most content creators can't afford to make content for a platform with no return. If someone was uploading a video for their friends, or a school project, then sure, open platforms are perfect.
It is AN answer, but also not the only answer. Generating and moving power around is extremely complex and just seeing "Solar cheaper per Watt" and defining it as the best in all cases is silly. If you changed the axis to be size per MWh, then you would draw a totally different conclusion.
While the format is proprietary, the actual decoding and encoding processes can be open source. Like how a box can be locked, but everyone has the keys to open it and see what's inside.
There's probably more nuance to it, but I consider someone an influencer if they try to sell me something other than their own product. Such as if they try to sell me their merch, that's still a content creator. Once they take sponsors and try to sell me something else not made by them, then they are an influencer. That's where I usually draw the line.
Its merely off topic, Windows isn't Unix. OSX is, though only loosely.
Exactly, Nvidia doesn't have real competition. In gaming sure, but no one is actually competiting with CUDA.
There are a lot of reasons not to give them your money. They’re assholes to the maker community and they openly talk shit on a lot of their customer base.
Citation needed, Pi's are just a single member of the broader SBC market. They are great for a lot of projects, especially for beginners who are their primary market, or those unfamiliar with Linux systems.
It’s just not a spectacular option for hosting. In order to get a Rpi competitive with even the shittiest laptop from 7 years ago, you’re going to end up spending more than you would spend on a decent laptop from 7 years ago.
Citation needed, currently for what I use my Pi's for, they are massive overkill. A laptop has WAY more breakable, and less repairable parts. A pi is a SBC, nothing I don't need. I don't want a screen, I don't want a keyboard, I don't want an ancient battery that is probably bloated from being plugged in all the time, and I absolutely do not want a fan. Honestly the Pi zero is overkill for most of my stuff, I just do actually want a wired network port. Your measure of "competitive" is extremely flawed, because you assume the only thing a Pi is useful for is it's raw number crunching power when that's not at all what they are marketed towards. In all honesty, I'd love to see a laptop that was even 50% as good a a Pi, but for that weight and size you're looking almost entirely at used phones, whose OS is significantly more locked down. Can't exactly run Docker on Android, let alone dealing with running servers over wifi.
If it is a computer that turns on, it will likely function orders of magnitude better than an Rpi and won’t bind you to ARM architecture. My entire hosting setup was pulled out of a recycling pile for free. Install ubuntu/ubuntu server and enjoy yourself.
How could I mount a laptop to my garage door for presence detection of which car is coming and going? Would be kind of an eyesore wouldn't you think, without even mentioning the weight problems. Laptops are massive compared to a Pi. For your point on ARM specifically, that's a feature my friend. Alternative cpu architectures are pretty interesting, and I personally have been an avid RISC-V follower for years now, and am absolutely thrilled to bits waiting for a standardized RV solution like the Pi. How lucky of you to just be given everything for free, thanks for taking e-waste out of the landfills for a little while I guess. Most of us have to buy the products we use, maybe getting something from a friend once in a while.
If you intend on spending any amount of money on this hobby, I cannot express enough how much I recommend against any of that money going toward a Raspberry Pi.
What do you recommend instead?
After this article I've started binge watching this whole channel. Extreme in depth analysis and code walking of NES games in assembly is so interesting. Really makes you appreciate how small and simple the platform was. "Optimizing" a game really feels like a noticeable difference. I also learned how Gameshark codes work, they're just editing addresses and OP codes directly.