Comment Re: But how long for? (Score 1) 20
Comment Re: The real test (Score 1) 78
Comment Re:Why would anyone want a console? (Score 1) 126
Comment Re: Finish the Fight (Score 1) 60
Comment Re:A major plague is long overdue (Score 1) 166
Comment Re: So now the risk for retro computing increases (Score 1) 130
Comment Re:That would have been so bad (Score 1) 165
Comment Re:Shit, garbage, and more shit (Score 1) 165
Comment Re:$6000.00 for a desktop (Score 1) 317
https://en.wikipedia.org/wiki/...
Submission + - NLNet funds development of a Libre RISC-V 3D CPU (crowdsupply.com)
This processor will be the first of its kind, as the first commercial SoC designed to give users the hardware and software source code of the 3D GPU, Video Decoder, main processor, boot process and the OS.
Shockingly, in the year 2019, whilst there are dozens of SoCs with full source code that are missing either a VPU or a GPU (such as the TI OMAP Series and Xilinx ZYNQ7000s), there does not exist a single commercial embedded SoC which has full source code for the bootloader, CPU, VPU and GPU. The iMX6 for example has etnaviv support for its GPU however the VPU is proprietary, and all of Rockchip and Allwinner's offerings use either MALI or PowerVR yet their VPUs have full source (reverse engineered in the case of Allwinner).
This processor, which will be quad core dual issue 800mhz RV64GC and capable of running full GNU/Linux SMP OSes, with 720p video playback and embedded level 25fps 3D performance in around 2.5 watts at 28nm, is designed to address that imbalance. Links and details on the Libre RISC-V SoC wiki.
The real question is: why is this project the only one of its kind, and why has no well funded existing Fabless Semiconductor Company tried something like this before? The benefits to businesses of having full source code are already well-known.
Submission + - EOMA68 Earth-friendly Modular computing campaign hits $50k (crowdsupply.com) 9
Comment Re:What ifs (Score 1) 622
Imagine the world today had hp claimed ownership of Wozniac's first PC?
It would have been inconsequential as there was only one Cream Soda computer.
Comment Re:Headline is misleading and inflammatory (Score 1) 1134
You can do important stuff from the command line on Windows - IIS log queries with LogParser and batch image editing with ImageMagick are some of the reasons I've used this in just the past couple of days. But the average Windows user never needs to see or touch it. This is why Windows is a mainstream desktop OS and Linux is not.
Could you explain why MSDOS triumphed over Mac OS in the personal computer marketplace for 11 years before finally being replaced by Win95?
Comment Re:human language (Score 1) 1134
None of this is the case with PC command lines. The syntax, spelling, and formatting has to be exact or else it won't work. There is very little wiggle room. If the average person had to write a perfectly spelled, perfectly grammatical sentence using only specific hand-picked words in order to be understood, then mass literacy would be impossible.
If you misspell something, the computer will say 'huh?' and throw syntax error. You'll go back to your history, find your typo and be on your way. This is really not beyond most people.
Anyways, with tab completion, people should hardly ever be making errors unless they already know the commands by heart.