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
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Hebdogiciel</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Hebdogiciel</h2>
<h3>2026-06-07</h3>
<h4>Flashback to the 80's</h4>
<p>
After my ZX81 I purchased an Amstrad CPC464, and oh joy I discovered
Hebdogiciel. Before the internet this magazine printed the code for
games and programs that you could painfully copy out. Today I
discovered that there's an online archive:
</p>
<p>
<a
href="https://www.abandonware-magazines.org/affiche_mag.php?mag=7&page=1"
>abandonware-magazines</a
>
</p>
<p>A translation of the French abandonware-magazine article:</p>
<p>
<b>1983–1987:</b> Imagine a weekly magazine that, in addition to
providing us with a weekly program to type out and delivering
uncompromising hardware and software reviews (and that’s saying
something), also featured TV listings, movie, music, and comic book
releases, assembly language tutorials, a comic strip, a discount club,
walkthroughs... A tone that blew you away from the first page to the
last, Carali’s drawings filling in the gaps, lawsuits galore… Simply
extraordinary, unmatched.
</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|