WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: “Software is getting slower more rapidly than hardware becomes faster” rip wirth  (Read 1508 times)

Offline mocore

  • Hero Member
  • *****
  • Posts: 641
  • ~.~

Offline core-user

  • Full Member
  • ***
  • Posts: 192
  • Linux since 1999
It's all to do with the creating programs - look at the speed of assembler against python programs - but it's easier to program in python than assembler, so that's what gets used!

If you don't believe me, take a look at KolibriOS - http://kolibrios.org/en/
AMD, ARM, & Intel.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 789
re: kolibrios.org

looks like some brand-new releases came out yesterday

https://kolibrios.org/en/download.htm
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline core-user

  • Full Member
  • ***
  • Posts: 192
  • Linux since 1999
re: kolibrios.org

looks like some brand-new releases came out yesterday

https://kolibrios.org/en/download.htm

Thanks for the heads up on that....  :)
AMD, ARM, & Intel.

Offline mocore

  • Hero Member
  • *****
  • Posts: 641
  • ~.~
It's all to do with the creating programs - look at the speed of assembler against python programs - but it's easier to program in python than assembler, so that's what gets used!

If you don't believe me, take a look at KolibriOS - http://kolibrios.org/en/

>If you don't believe me
 ;D
im not shore i have any reason to doubt or other wise

once you have `programs` ( i hear they are algorithms + data structs ;)
you have to run them in "your" (tm)hw/environment

and when they don't work they provide  some (incomplete) insight's into "The Mess We're In" - https://forum.tinycorelinux.net/index.php/topic,26336.msg169746.html#msg169746

wrt
>look at the speed of assembler against python programs
this slide (from: "The Mess We're In" by Joe Armstrong)
seams relevant
 
« Last Edit: January 06, 2024, 02:15:20 AM by mocore »

Offline boblewis

  • Newbie
  • *
  • Posts: 1
thanks for sharing

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 179
Maybe we won't live long enough to see it, but I think it's safe to say that soon (in the next 100 years) home computers will die out, and those who insist on using desktop computers will have to make do with discarded parts from data centres, as these new parts are absurdly expensive.

Few of my nephews know how to use computers, some have never used one.

https://www.searchenginejournal.com/mobile-internet-usage-surpasses-desktop-first-time-ever-worldwide/177507/ (2016)
« Last Edit: January 10, 2024, 09:35:31 AM by CardealRusso »

Offline Stefann

  • Jr. Member
  • **
  • Posts: 78
“Software getting slower than hardware can keep up with” is not necessary bad. As it is indeed caused by the use of higher level languages this implies that “software developing gets faster”.
In my experience the “execution speed” of most things is not really a problem. “Getting new functions” is much more bottlenecked. So… “one could th8nk this to be a good thing”.

And indeed desktops may “kind of die out”. Very often it is simpler to use a cloud computer.

And…. But… with all that said…
Hobbying on the other extreme: “trimmed down Linux on previous generation hardware” is extreme fun.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 839
It depends of "software" type you use  versus the "hardware": use the proper tools for the job.

My TinyCore versions (all of them 3.x -14.x) booted in 3-15 seconds, and firefox ver. 3.x - 98.x (huge bloated) started in 1-4 seconds. on my old laptops [Atom ... AMD-APU-A6000] with RAM [1-8] GB.

Now on my laptop with Intel CPU [4+8 cores] with RAM= 32 GB and HDD= nvme m.2 ssd: my W11 24H2 (bloated as hell) will COLD boot in 3 seconds; and firefox ver. 130 boots in 1 seconds. Even ArchLinux starts inside WSL2 (Windows System for Linux) in 2 seconds.

It is all because SMP -symmetric multi processing (multi core/ multi processor) and the proper written software to take care of this (like ffmpeg).

Time is money, time is an expensive/scarce resource in life, etc. So the speed must be prioritized against money. I could make more money spending more time, but I can not make (to much) more time for me on this planet even with advanced medicine discoverers.YMMV. BTW: I am healthy (mind & body), I think  :P

But if we talk about seconds/ minutes we could gain or lost per day because some (not done) software "optimization", then maybe we do not focus on the big picture: Life is what happens when you're busy making other plans.
« Last Edit: August 05, 2024, 06:11:58 AM by nick65go »