Skip to content

Commit a5dbaec

Browse files
committed
add shrinking-computers blog post
1 parent 30ecfbc commit a5dbaec

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
author: Dave Aronson
3+
date: 2024-08-10
4+
layout: blog-post
5+
permalink: blog/incredible-shrinking-computer
6+
section: Blog
7+
tags: predictions
8+
title: The Incredible Shrinking Computer
9+
---
10+
11+
<div style="align-items: center; display: flex; justify-content: center; text-align: center">
12+
<figure>
13+
<img src="/assets/img/mainframe.jpg" height="200"
14+
alt="man using a mainframe console, with mainframe in background">
15+
<figcaption><span style="font-size: .4em">Image: https://www.flickr.com/photos/aaronpk/6063447236</span></figcaption>
16+
</figure>
17+
<span style="font-size: 5em">&#10132;</span>
18+
<figure>
19+
<img src="/assets/img/tiny-server.jpg" height="200"
20+
alt="very small computer next to soda can and laptop">
21+
<figcaption><span style="font-size: .4em">Image: https://www.flickr.com/photos/aaronpk/6063447236</span></figcaption>
22+
</figure>
23+
<span style="font-size: 5em">&#10132;</span>
24+
<span style="font-size: 10em">&nbsp;?</span>
25+
</div>
26+
27+
This is a prediction I have made verbally
28+
many times over the past several years,
29+
but recently had occasion to write down,
30+
so I figured I may as well record it here for posterity.
31+
32+
===8<---cut-here---
33+
34+
Within a few decades, for most individuals,
35+
a "computer" will be a small box
36+
that could fit easily in a pocket
37+
or be worn like a watch or pendant.&nbsp;
38+
Even most of that thing’s size will be
39+
physical protection, battery, a medium for personalization (the surface),
40+
and just making it big enough not to be lost so easily.&nbsp;
41+
The actual computer itself will be
42+
a single smallish chip, or a few of them on a very small motherboard.&nbsp;
43+
This will include at least the RAM, CPU, mass storage,
44+
and some communication as below.&nbsp;
45+
(Not sure about GPU;
46+
that may be delegated to the various form factors as below.)
47+
48+
Now you may be wondering, how would we _use_ such a tiny thing?&nbsp;
49+
Their watch, phone, tablet, laptop, and desktop,
50+
and possibly further things such as VR glasses, brain implants,
51+
plus things we have yet to imagine,
52+
will be basically nothing but docking stations _for the same "computer"_,
53+
to allow for various sizes and types of human interface.&nbsp;
54+
(Including possibly taking over GPU duties.)
55+
56+
Said chip won’t even have to be physically inserted or attached,
57+
but communicate over something basically equivalent to
58+
high speed very short range Bluetooth.&nbsp;
59+
(Of course options would exist for use-cases where
60+
it would be further from the user,
61+
akin to today’s Bluetooth speakers.)&nbsp;
62+
We’ll be back to having one "computer" per person,
63+
though maybe additional ones issued by work,
64+
and of course we nerds would still want to play with different kinds.&nbsp;
65+
There will still be different kinds (or OSes) better suited to different tasks,
66+
but most people will still stick with one.
67+
68+
They’ll be cheap enough that you don’t need to do something like
69+
install Linux on an old one to make it affordable
70+
(versus the ones from Apple, with MacOS installed,
71+
or one that can run Windows reasonably performantly),
72+
though of course Open Source enthusiasts will still do so.&nbsp;
73+
Within a few more decades they’ll be cheap enough that
74+
your kids might get them for free in their breakfast cereal.
75+
76+
(Servers are a different matter.&nbsp;
77+
Just as with today’s machines,
78+
one of these may be enough for a small company’s shared-IT needs,
79+
while larger companies may need multiple, or something beefier,
80+
and there will be more and more "data centers" and VM providers.&nbsp;
81+
This will NOT shrink them, as demand will grow to match or exceed supply.)
82+
83+
===8<---cut-here---
84+
85+
(Note, this is not including
86+
any breakthroughs in _quantum_ computing.&nbsp;
87+
I don't foresee much happening there
88+
that would affect this much very soon.&nbsp;
89+
There may be helpful breakthroughs in
90+
room-temperature superconductivity,
91+
but thermal noise remains a very thorny issue,
92+
never mind larger physical vibrations.)
93+
94+
So what do _you_ think?&nbsp;
95+
Write your thoughts below!

assets/img/mainframe.jpg

23.2 KB
Loading

assets/img/tiny-server.jpg

31 KB
Loading

0 commit comments

Comments
 (0)