from Hacker News

Ask HN: Can't we just get a FOSS version of what Apple did?

by dfps on 1/16/23, 3:36 PM with 8 comments

Most of computer tasks can be done by a small suite of apps:

- edit text, view and edit photos, read pdf books, listen to music (all can be done by same application).

- edit and view video (could perhaps be done with same program also)

- organize files

- browse web in a container

- perhaps send messages over the net

Can't we get something that runs on ARM/x86 that does these basic things and has boot/lockscreen encryption? Why does everything have to be full linux? Something super simple and that boots fast? (I get that an OS has a lot more under the hood, but it could have less under the hood if it was just to carry out basic functions.)

  • by CelticBard on 1/16/23, 3:53 PM

    If not linux then what OS do you want this to be on? Building even a very basic OS from scratch for these purposes is not a trivial task. There are also very stripped down Linux distributinos which would match your requriements. In fact, you can install arch linux and just download only these most basic programs and run it minimally.
  • by Am4TIfIsER0ppos on 1/16/23, 4:37 PM

    1 sounds like an abomination of a program. Adding in 2? I hope 3 just means a file system browser. 5 is netcat or do you want to receive them too?
  • by bitsavers on 1/16/23, 3:55 PM

    Doing these 'simple' things requires a massive amount of software behind the scenes. No one wants to take the man-centuries to recreate all of that work from scratch. Not even Apple did. They built it on top of years of already created work. From a software engineering perspective, you do not want to build something this complicated as a single monolithic program.
  • by true_religion on 1/16/23, 3:50 PM

    Do you mean something like the ChromiumOS?
  • by KomoD on 1/16/23, 4:43 PM

    So... ChromeOS?
  • by turbobooster on 1/16/23, 4:37 PM

    What did Apple do?