-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasim.html
More file actions
57 lines (54 loc) · 3.37 KB
/
asim.html
File metadata and controls
57 lines (54 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html id="speaker" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asim Hussain - Don't be an Idiot | ffconf 2025</title>
<meta name="description"
content="Asim Hussain at ffconf 2025: Don't be an Idiot - Ancient wisdom, open source, and the future of collective decision-making." />
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png" />
<link rel="manifest" href="/assets/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Funnel+Display:[email protected]&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap"
rel="stylesheet">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ffconf">
<meta name="twitter:creator" content="@ffconf">
<meta property="og:url" content="https://2025.ffconf.org/asim.html">
<meta property="og:title" content="Asim Hussain - Don't be an Idiot | ffconf 2025">
<meta property="og:description"
content="Asim Hussain at ffconf 2025: Don't be an Idiot - Ancient wisdom, open source, and the future of collective decision-making.">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./speaker.css">
<script defer data-domain="2025.ffconf.org" src="https://plausible.io/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<section class="speaker">
<img src="./assets/speakers/asim-duo.jpg" alt="Asim Hussain">
<div class="speaker-info-container">
<h2 class="speaker-name">A talk by Asim Hussain</h2>
<h1>Don't be an Idiot</h1>
<h2>The Topic</h2>
<p>What if open source isn't a Silicon Valley invention, but the latest manifestation of ancient technology for
diluting power? The same principles that created democracy in Athens around 500 BC drive modern open source &
standards creation. As AI handles more tasks, the fundamentally human work that remains is governance, but
we've forgotten how to make collective decisions. Your role isn't as a builder of something new, but as a
guardian of something ancient.</p>
<p>This talk is optimistic but realistic - about human agency rather than human obsolescence. It's not another
"AI will save/destroy us all" talk. And yes, it's all linked to psychedelics!</p>
<p class="tags">#Democracy #AncientWisdom #Consensus #AI #DistributedPower</p>
<h2>The Person</h2>
<p>Dad bought a Sharp MZ-700 in the 1980s, got it cheap because Sharp had stopped manufacturing them. No games
in stores, just a BASIC interpreter on tape, a programming manual, and one tape with 10 games. If I wanted
more games, I had to learn to code them myself.</p>
<p>On the web: <a href="https://www.linkedin.com/in/jawache/">LinkedIn</a></p>
</div>
</section>
</body>
</html>