summaryrefslogtreecommitdiff
path: root/project/templates/links.xhtml
blob: 5be9debe306ca02af772769ce6aade805a22dedc (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391

{%- extends "base_plain.xhtml" -%}



{%- block title -%}Links{%- endblock -%}



{%- block style %}
    <link href="/css/links.css" rel="stylesheet" />
{% endblock -%}



{%- block content %}
<h4>Links</h4>

<p>These are some of the websites that found their way into my bookmarks over the years. Quite a
few years, since some of these require the Wayback Machine to view now. Posted because if I find
these pages interesting, chances are someone else might too. Note that this list is not anywhere
near exhaustive.<br />
<br />
Please do not send me suggestions for websites to put here. While I am sure you mean well, I much
prefer to discover these things for myself.</p>

<div class="colcontain">
    <div class="colleft">
        <div class="content">
            <h5>Blogs</h5>
            <ul>
                <li><a href="http://esr.ibiblio.org/" class="external">
                    Armed and Dangerous</a></li>
                <li><a href="http://linuxfinances.info/info/total.html" class="external">
                    Christopher Browne's Web Pages</a></li>
                <li><a href="https://www.damninteresting.com/" class="external">
                    Damn Interesting</a></li>
                <li><a href="http://danluu.com/" class="external">
                    Dan Luu</a></li>
                <li><a href="https://igurublog.wordpress.com/" class="external">
                    IgnorantGuru's Blog</a></li>
                <li><a href="http://ithare.com/" class="external">
                    IT Hare</a></li>
                <li><a href="https://joelw.id.au/" class="external">
                    Joel's Compendium of Total Knowledge</a></li>
                <li><a href="https://qntm.org/" class="external">
                    Things of Interest</a></li>
                <li><a href="http://www.waynesthisandthat.com/" class="external">
                    Wayne's This and That</a></li>
            </ul>

            <h5>Books</h5>
            <ul>
                <li><a href="http://web.archive.org/web/20090413002834/http://title.forbiddenlibrary.com/" class="external">
                    Banned and Challenged Books</a></li>
                <li><a href="http://b-ok.org/" class="external">
                    Electronic Library</a></li>
                <li><a href="http://www.vbtutor.net/Xiyouji/journeytothewest.htm" class="external">
                    Journey to the West</a></li>
                <li><a href="https://mirtitles.org/" class="external">
                    Mir Books</a></li>
            </ul>

            <h5>Computer Hardware</h5>
            <ul>
                <li><a href="http://fpgacomputing.blogspot.ca/2006/12/asynchronous-adiabatic-systems.html" class="external">
                    Asynchronous, Adiabatic Systems</a></li>
                <li><a href="http://homebrewcpu.com/" class="external">
                    Homebrew CPU Magic-1</a></li>
                <li><a href="http://www.logicalincrements.com/" class="external">
                    Logical Increments</a></li>
                <li><a href="http://lowendmac.com/" class="external">
                    Low End Mac</a></li>
                <li><a href="http://www.lowrisc.org/" class="external">
                    LowRISC</a></li>
                <li><a href="http://www.megaprocessor.com/" class="external">
                    Megaprocessor</a></li>
                <li><a href="https://www.mram-info.com/" class="external">
                    MRAM Info</a></li>
                <li><a href="http://netfpga.org/site/#/" class="external">
                    NetFPGA</a></li>
                <li><a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="external">
                    Respects Your Freedom</a></li>
                <li><a href="http://www.pcguide.com/topicnf.html" class="external">
                    The PC Guide</a></li>
                <li><a href="http://visual6502.org/" class="external">
                    Visual 6502</a></li>
            </ul>

            <h5>DIY</h5>
            <ul>
                <li><a href="http://www.backyardmetalcasting.com/" class="external">
                    Backyard Metalcasting</a></li>
                <li><a href="https://web.archive.org/web/20110522214933/http://www.interestingprojects.com:80/cruisemissile/" class="external">
                    Cruise Missile</a></li>
                <li><a href="http://moonshine-still.com/" class="external">
                    Distillation Apparatus</a></li>
                <li><a href="http://www.velomobiel.nl/allert/Recumbent%20motorbike.htm" class="external">
                    Feetforward Motorbike</a></li>
                <li><a href="http://www.fpga4fun.com/" class="external">
                    FPGA4Fun</a></li>
                <li><a href="http://www.gizmology.net/index.htm" class="external">
                    Gizmologist's Lair</a></li>
                <li><a href="http://hackaday.com/" class="external">
                    Hackaday</a></li>
                <li><a href="https://web.archive.org/web/20100714085157/http://home.c2i.net/metaphor/mvpage.html" class="external">
                    Melting Metal in a Domestic Microwave</a></li>
                <li><a href="http://alumni.media.mit.edu/~mellis/cellphone/" class="external">
                    Mobile Phone</a></li>
                <li><a href="http://192.197.62.35/staff/mcsele/lasers/index.html" class="external">
                    The Professor's Homebuilt Lasers Site</a></li>
            </ul>

            <h5>Electronics</h5>
            <ul>
                <li><a href="http://www.bunniestudios.com/" class="external">
                    bunnie's blog</a></li>
                <li><a href="http://www.cathodecorner.com/index.html" class="external">
                    Cathode Corner</a></li>
                <li><a href="http://www.gstube.com/" class="external">
                    GS Tube</a></li>
                <li><a href="http://www.amazing1.com/" class="external">
                    Information Unlimited</a></li>
                <li><a href="http://www.opencircuits.com/Main_Page" class="external">
                    Open Circuits</a></li>
                <li><a href="http://www.myropcb.com/" class="external">
                    Prototype and Low Volume PCB Assembly</a></li>
                <li><a href="http://www.richieburnett.co.uk/tesla.shtml" class="external">
                    Richie's Tesla Coil Webpage</a></li>
            </ul>

            <h5>Fitness and Cycling</h5>
            <ul>
                <li><a href="http://liamrosen.com/fitness.html" class="external">
                    Beginner's Guide to Health and Fitness</a></li>
                <li><a href="http://john-s-allen.com/gears/hubratios.htm" class="external">
                    Drive Ratios of Bicycle Hub Gears</a></li>
                <li><a href="http://sheldonbrown.com/" class="external">
                    Sheldon Brown's Bicycle Technical Info</a></li>
                <li><a href="https://www.strongerbyscience.com/" class="external">
                    Stronger by Science</a></li>
            </ul>

            <h5>Food</h5>
            <ul>
                <li><a href="http://dbkitschen.blogspot.ca/" class="external">
                    Dr Bobb's Kitschen</a></li>
                <li><a href="http://www.drinksmixer.com/" class="external">
                    Drinks Mixer</a></li>
                <li><a href="http://www.pimpthatsnack.com/index.php" class="external">
                    Pimp That Snack</a></li>
                <li><a href="http://www.exploratorium.edu/cooking/index.html" class="external">
                    Science of Cooking</a></li>
            </ul>

            <h5>Foreign Languages</h5>
            <ul>
                <li><a href="https://djtguide.neocities.org/" class="external">
                    DJT Guide</a></li>
                <li><a href="http://how-to-learn-any-language.com/e/index.html" class="external">
                    How to Learn Any Language</a></li>
                <li><a href="http://www.guidetojapanese.org/learn/grammar" class="external">
                    Japanese Grammar Guide</a></li>
                <li><a href="https://www.tofugu.com/japanese/japanese-reading-practice-for-beginners/" class="external">
                    Japanese Reading Practice for Beginners</a></li>
                <li><a href="http://kanjidamage.com/" class="external">
                    Kanji Damage</a></li>
            </ul>

            <h5>Gaming</h5>
            <ul>
                <li><a href="http://hg101.kontek.net/" class="external">
                    Hardcore Gaming 101</a></li>
                <li><a href="http://homeoftheunderdogs.net/" class="external">
                    Home of the Underdogs</a></li>
                <li><a href="http://www.lostlevels.org/" class="external">
                    Lost Levels</a></li>
                <li><a href="http://www.romhacking.net/" class="external">
                    Romhacking.net</a></li>
                <li><a href="http://speeddemosarchive.com/" class="external">
                    Speed Demos Archive</a></li>
                <li><a href="http://tasvideos.org/" class="external">
                    TASVideos</a></li>
                <li><a href="http://www.nesworld.com/mirror/nr.php" class="external">
                    Unreleased NES Games</a></li>
                <li><a href="http://www.wonder-tonic.com/wolf1d/" class="external">
                    Wolfenstein 1D</a></li>
            </ul>

            <h5>General Computing</h5>
            <ul>
                <li><a href="https://www.nngroup.com/articles/anti-mac-interface/" class="external">
                    Anti-Mac User Interface</a></li>
                <li><a href="http://cat-v.org/" class="external">
                    Cat-v.org</a></li>
                <li><a href="http://world.std.com/~reinhold/diceware.html" class="external">
                    Diceware Passphrases</a></li>
                <li><a href="https://wiki.installgentoo.com/index.php/Main_Page" class="external">
                    InstallGentoo Wiki</a></li>
                <li><a href="https://liteweb.neocities.org/" class="external">
                    LiteWeb</a></li>
                <li><a href="http://www.sudden.net/view/" class="external">
                    Sudden View Text Editor</a></li>
                <li><a href="https://thatoneprivacysite.net/" class="external">
                    That One Privacy Site</a></li>
                <li><a href="http://www.ranum.com/security/computer_security/editorials/dumb/" class="external">
                    The Six Dumbest Ideas in Computer Security</a></li>
            </ul>
        </div>
    </div>
    <div class="colright">
        <div class="content">
            <h5>Math and Logic</h5>
            <ul>
                <li><a href="http://www.scottaaronson.com/blog/?p=2725" class="external">
                    8000th Busy Beaver Number Eludes ZF Set Theory</a></li>
                <li><a href="http://www.kleinbottle.com/" class="external">
                    Acme Klein Bottles</a></li>
                <li><a href="http://www.askamathematician.com/" class="external">
                    Ask a Mathematician / Ask a Physicist</a></li>
                <li><a href="https://web.archive.org/web/20080207053918/http://abel.math.umu.se/Grundutbildning/lion.html" class="external">
                    Big Game Hunting</a></li>
                <li><a href="http://www-users.cs.york.ac.uk/susan/joke/polly.htm" class="external">
                    Impure Mathematics: The Adventures of Polly Nomial</a></li>
                <li><a href="https://storiesandnarratives.tumblr.com/post/124972869715/how-to-play-strip-iterated-prisoners-dilemma" class="external">
                    Strip Iterated Prisoner's Dilemma</a></li>
                <li><a href="http://eusebeia.dyndns.org/veblen/etf.html" class="external">
                    The Exploding Tree Function</a></li>
                <li><a href="http://blog.geomblog.org/" class="external">
                    The Geomblog</a></li>
                <li><a href="https://golem.ph.utexas.edu/category/" class="external">
                    The n-Category Cafe</a></li>
                <li><a href="https://www.dwheeler.com/essays/bases.html" class="external">
                    Way Off Base</a></li>
            </ul>

            <h5>Operating Systems</h5>
            <ul>
                <li><a href="http://distrowatch.com/" class="external">
                    Distrowatch</a></li>
                <li><a href="http://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.current.html" class="external">
                    Main Linux Problems on the Desktop</a></li>
                <li><a href="https://marte.unican.es/" class="external">
                    MaRTE OS</a></li>
                <li><a href="http://www.menuetos.net/index.htm" class="external">
                    MenuetOS</a></li>
                <li><a href="https://web.archive.org/web/20130411210254/https://pdos.csail.mit.edu/exo.html" class="external">
                    MIT Exokernel Operating System</a></li>
                <li><a href="http://wiki.osdev.org/Main_Page" class="external">
                    OSDev Wiki</a></li>
                <li><a href="http://tunes.org/Review/OSes.html" class="external">
                    Review of Operating Systems</a></li>
                <li><a href="https://theosperiment.wordpress.com/" class="external">
                    The OS|periment</a></li>
                <li><a href="http://without-systemd.org/wiki/index.php/Main_Page" class="external">
                    Without Systemd</a></li>
                <li><a href="https://web.archive.org/web/20130326162240/http://geezer.osdevbrasil.net/osd/index.htm" class="external">
                    Write Your Own OS</a></li>
            </ul>

            <h5>Other</h5>
            <ul>
                <li><a href="http://www.artofmanliness.com/" class="external">
                    Art of Manliness</a></li>
                <li><a href="http://www.wtfjapanseriously.com/" class="external">
                    Flipside Japan</a></li>
                <li><a href="http://longplayer.org/" class="external">
                    Longplayer</a></li>
                <li><a href="http://blog.alinelerner.com/resumes-suck-heres-the-data/" class="external">
                    Resumes Suck: Here's the Data</a></li>
                <li><a href="http://stuffonmycat.com/" class="external">
                    Stuff On My Cat</a></li>
                <li><a href="http://www.textfiles.com/" class="external">
                    Textfiles Dot Com</a></li>
                <li><a href="http://slatestarcodex.com/2014/12/17/the-toxoplasma-of-rage/" class="external">
                    The Toxoplasma of Rage</a></li>
            </ul>

            <h5>Politics and Law</h5>
            <ul>
                <li><a href="http://www.austlii.edu.au/" class="external">
                    Australasian Legal Information Institute</a></li>
                <li><a href="http://sealedabstract.com/rants/beyond-open-source/" class="external">
                    Beyond Open Source</a></li>
                <li><a href="http://electionroyalcommission.org.au/" class="external">
                    Electoral Royal Commission</a></li>
                <li><a href="http://hcsoftware.sourceforge.net/jason-rohrer/freeDistribution.html" class="external">
                    Free Distribution</a></li>
                <li><a href="https://web.archive.org/web/20090123151120/http://www.privacyinternational.org:80/article.shtml?cmd%5B347%5D=x-347-559597" class="external">
                    Leading Surveillance Societies 2007</a></li>
                <li><a href="https://nbnmyths.wordpress.com/" class="external">
                    NBN Myths</a></li>
                <li><a href="https://pirateparty.org.au/" class="external">
                    Pirate Party Australia</a></li>
                <li><a href="http://www.refused-classification.com/" class="external">
                    Refused Classification</a></li>
                <li><a href="https://www.reddit.com/r/australia/comments/1stklc/australians_should_never_forgive_nor_forget_that/" class="external">
                    VS Telstra</a></li>
            </ul>

            <h5>Programming</h5>
            <ul>
                <li><a href="http://www2.seas.gwu.edu/~adagroup/sigada-website/lawlis.html" class="external">
                    Ada Outperforms Assembly: A Case Study</a></li>
                <li><a href="http://www.plantation-productions.com/Webster/" class="external">
                    Art of Assembly Language Programming</a></li>
                <li><a href="https://catseye.tc/" class="external">
                    Cat's Eye Technologies</a></li>
                <li><a href="https://blog.regehr.org/" class="external">
                    Embedded in Academia</a></li>
                <li><a href="http://esolangs.org/wiki/Main_Page" class="external">
                    Esolang Wiki</a></li>
                <li><a href="http://ewontfix.com/" class="external">
                    EWONTFIX</a></li>
                <li><a href="http://bitemyapp.com/posts/2014-12-31-functional-education.html" class="external">
                    Functional Education</a></li>
                <li><a href="https://www.gamedev.net/" class="external">
                    GameDev</a></li>
                <li><a href="http://lambda-the-ultimate.org/" class="external">
                    Lambda the Ultimate</a></li>
                <li><a href="http://okmij.org/ftp/" class="external">
                    okmij.org</a></li>
                <li><a href="http://p-nand-q.com/index.html" class="external">
                    P NAND Q</a></li>
                <li><a href="http://probabilistic-programming.org/wiki/Home" class="external">
                    Probabilistic Programming</a></li>
                <li><a href="http://www.somethinkodd.com/oddthinking/category/geek/software-development/rat1000/" class="external">
                    Rational 1000</a></li>
                <li><a href="https://wiki.theory.org/index.php/YourLanguageSucks" class="external">
                    Your Language Sucks</a></li>
            </ul>

            <h5>Science</h5>
            <ul>
                <li><a href="https://sites.google.com/site/scienceandmathguide/" class="external">
                    /sci/ guide</a></li>
                <li><a href="http://www.leapsecond.com/pages/atomic-bill/" class="external">
                    First Atomic Clock Wristwatch</a></li>
                <li><a href="http://www.polarization.com/haidinger/haidinger.html" class="external">
                    Haidinger's Brush: The Unknown Sense</a></li>
                <li><a href="https://arxiv.org/abs/quant-ph/0510032" class="external">
                    Kindergarten Quantum Mechanics</a></li>
                <li><a href="http://www.chm.bris.ac.uk/sillymolecules/sillymols.htm" class="external">
                    Molecules With Silly or Unusual Names</a></li>
                <li><a href="http://periodictable.com/" class="external">
                    Photographic Periodic Table of the Elements</a></li>
                <li><a href="https://www.physicsforums.com/" class="external">
                    Physics Forums</a></li>
                <li><a href="http://physicsopenlab.org/" class="external">
                    Physics Open Lab</a></li>
                <li><a href="http://www.sciencemadness.org/" class="external">
                    Science Madness</a></li>
                <li><a href="http://sci-toys.com/" class="external">
                    Science Toys</a></li>
                <li><a href="http://blogs.sciencemag.org/pipeline/archives/category/things-i-wont-work-with" class="external">
                    Things I Won't Work With</a></li>
                <li><a href="http://unitednuclear.com/" class="external">
                    United Nuclear</a></li>
            </ul>

            <h5>Travel and Transportation</h5>
            <ul>
                <li><a href="http://www.darkroastedblend.com/2007/04/dry-valleys-of-antarctica.html" class="external">
                    Dry Valleys of Antarctica</a></li>
                <li><a href="http://www.ifitweremyhome.com/" class="external">
                    If It Were My Home</a></li>
                <li><a href="http://www.infiltration.org/" class="external">
                    Infiltration</a></li>
                <li><a href="http://www.monorails.org/" class="external">
                    Monorail Society</a></li>
                <li><a href="http://englishrussia.com/2006/11/08/russian-smallest-submarine/" class="external">
                    Russian Smallest Submarine</a></li>
                <li><a href="http://www.amusingplanet.com/2013/05/tabletop-mountains-or-tepuis-of.html" class="external">
                    Tabletop Mountains of Venezuela</a></li>
                <li><a href="http://vienna-pyongyang.blogspot.ca/" class="external">
                    The Forbidden Railway: Vienna - Pyongyang</a></li>
                <li><a href="http://www.travelite.org/" class="external">
                    The Travelite FAQ</a></li>
                <li><a href="http://transitmap.net/" class="external">
                    Transit Maps</a></li>
                <li><a href="http://www.lightpollution.it/worldatlas/pages/fig1.htm" class="external">
                    World Atlas of Artificial Night Sky Brightness</a></li>
                <li><a href="https://en.tutiempo.net/" class="external">
                    World Weather</a></li>
            </ul>
        </div>
    </div>
</div>
{% endblock -%}