summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-14 14:52:45 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-14 14:52:45 +1000
commitc8057e7c1c3d770d5a7a97f4745caa46d045bcbb (patch)
tree824006a7c7007fce98d5a87dc475e84d0c1141b2
parent4795c934fc38d04e1ca8ab3fa9e59fba7bc99729 (diff)
Added links page
-rw-r--r--project/assets/css/default.css6
-rw-r--r--project/assets/css/links.css43
-rw-r--r--project/complexity.yml1
-rw-r--r--project/templates/base.html1
-rw-r--r--project/templates/links.html383
5 files changed, 432 insertions, 2 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css
index dff3059..fb1de72 100644
--- a/project/assets/css/default.css
+++ b/project/assets/css/default.css
@@ -79,7 +79,7 @@ p {
nav ul {
display: table;
- width: 90%;
+ width: 100%;
margin: auto;
padding: 0;
}
@@ -89,9 +89,10 @@ nav ul li {
text-align: center;
margin: 0;
padding: 0;
- width: 33.33333333%;
+ width: 25%;
}
+/*
nav ul li:first-child {
text-align: left;
}
@@ -99,5 +100,6 @@ nav ul li:first-child {
nav ul li:last-child {
text-align: right;
}
+*/
diff --git a/project/assets/css/links.css b/project/assets/css/links.css
new file mode 100644
index 0000000..2dbf428
--- /dev/null
+++ b/project/assets/css/links.css
@@ -0,0 +1,43 @@
+
+
+div.colcontain {
+ margin: auto;
+}
+
+
+div.colleft {
+ float: left;
+ width: 50%;
+}
+
+
+div.colright {
+ float: right;
+ width: 50%;
+}
+
+
+div.content {
+ margin: auto;
+ text-align: center;
+}
+
+
+h5 {
+ padding: 0;
+ margin: 0.5em 0em 0.5em 0em;
+}
+
+
+ul {
+ list-style-type: none;
+ margin: 0em 0em 2em 0em;
+ padding: 0;
+}
+
+
+ul li {
+ margin: 0.5em 0em 0.5em 0em;
+ padding: 0;
+}
+
diff --git a/project/complexity.yml b/project/complexity.yml
index 9ee1cb8..ee8bc36 100644
--- a/project/complexity.yml
+++ b/project/complexity.yml
@@ -18,4 +18,5 @@ unexpanded_templates:
- "fltkada.html"
- "sunset.html"
- "sokoban.html"
+ - "links.html"
diff --git a/project/templates/base.html b/project/templates/base.html
index a23b8ab..d4ef561 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -16,6 +16,7 @@
<li><a href="/">Index</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/cgit">Git</a></li>
+ <li><a href="/links.html">Links</a></li>
</ul>
</nav>
<hr>
diff --git a/project/templates/links.html b/project/templates/links.html
new file mode 100644
index 0000000..b0edeaa
--- /dev/null
+++ b/project/templates/links.html
@@ -0,0 +1,383 @@
+
+{% extends "base.html" %}
+
+
+
+{% 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.</p>
+
+<div class="colcontain">
+ <div class="colleft">
+ <div class="content">
+ <h5>Blogs</h5>
+ <ul>
+ <li><a href="http://esr.ibiblio.org/" target="_blank">
+ Armed and Dangerous</a></li>
+ <li><a href="http://linuxfinances.info/info/total.html" target="_blank">
+ Christopher Browne's Web Pages</a></li>
+ <li><a href="https://www.damninteresting.com/" target="_blank">
+ Damn Interesting</a></li>
+ <li><a href="http://danluu.com/" target="_blank">
+ Dan Luu</a></li>
+ <li><a href="https://igurublog.wordpress.com/" target="_blank">
+ IgnorantGuru's Blog</a></li>
+ <li><a href="https://joelw.id.au/" target="_blank">
+ Joel's Compendium of Total Knowledge</a></li>
+ <li><a href="https://qntm.org/" target="_blank">
+ Things of Interest</a></li>
+ <li><a href="http://www.waynesthisandthat.com/" target="_blank">
+ 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/" target="_blank">
+ Banned and Challenged Books</a></li>
+ <li><a href="http://b-ok.org/" target="_blank">
+ Electronic Library</a></li>
+ <li><a href="http://www.vbtutor.net/Xiyouji/journeytothewest.htm" target="_blank">
+ Journey to the West</a></li>
+ <li><a href="https://mirtitles.org/" target="_blank">
+ Mir Books</a></li>
+ </ul>
+
+ <h5>Computer Hardware</h5>
+ <ul>
+ <li><a href="http://fpgacomputing.blogspot.ca/2006/12/asynchronous-adiabatic-systems.html" target="_blank">
+ Asynchronous, Adiabatic Systems</a></li>
+ <li><a href="http://homebrewcpu.com/" target="_blank">
+ Homebrew CPU Magic-1</a></li>
+ <li><a href="http://www.logicalincrements.com/" target="_blank">
+ Logical Increments</a></li>
+ <li><a href="http://lowendmac.com/" target="_blank">
+ Low End Mac</a></li>
+ <li><a href="http://www.lowrisc.org/" target="_blank">
+ LowRISC</a></li>
+ <li><a href="http://www.megaprocessor.com/" target="_blank">
+ Megaprocessor</a></li>
+ <li><a href="https://www.mram-info.com/" target="_blank">
+ MRAM Info</a></li>
+ <li><a href="http://netfpga.org/site/#/" target="_blank">
+ NetFPGA</a></li>
+ <li><a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" target="_blank">
+ Respects Your Freedom</a></li>
+ <li><a href="http://www.pcguide.com/topicnf.html" target="_blank">
+ The PC Guide</a></li>
+ <li><a href="http://visual6502.org/" target="_blank">
+ Visual 6502</a></li>
+ </ul>
+
+ <h5>DIY</h5>
+ <ul>
+ <li><a href="http://www.backyardmetalcasting.com/" target="_blank">
+ Backyard Metalcasting</a></li>
+ <li><a href="https://web.archive.org/web/20110522214933/http://www.interestingprojects.com:80/cruisemissile/" target="_blank">
+ Cruise Missile</a></li>
+ <li><a href="http://moonshine-still.com/" target="_blank">
+ Distillation Apparatus</a></li>
+ <li><a href="http://www.velomobiel.nl/allert/Recumbent motorbike.htm" target="_blank">
+ Feetforward Motorbike</a></li>
+ <li><a href="http://www.fpga4fun.com/" target="_blank">
+ FPGA4Fun</a></li>
+ <li><a href="http://www.gizmology.net/index.htm" target="_blank">
+ Gizmologist's Lair</a></li>
+ <li><a href="http://hackaday.com/" target="_blank">
+ Hackaday</a></li>
+ <li><a href="https://web.archive.org/web/20100714085157/http://home.c2i.net/metaphor/mvpage.html" target="_blank">
+ Melting Metal in a Domestic Microwave</a></li>
+ <li><a href="http://alumni.media.mit.edu/~mellis/cellphone/" target="_blank">
+ Mobile Phone</a></li>
+ <li><a href="http://192.197.62.35/staff/mcsele/lasers/index.html" target="_blank">
+ The Professor's Homebuilt Lasers Site</a></li>
+ </ul>
+
+ <h5>Electronics</h5>
+ <ul>
+ <li><a href="http://www.bunniestudios.com/" target="_blank">
+ bunnie's blog</a></li>
+ <li><a href="http://www.cathodecorner.com/index.html" target="_blank">
+ Cathode Corner</a></li>
+ <li><a href="http://www.gstube.com/" target="_blank">
+ GS Tube</a></li>
+ <li><a href="http://www.amazing1.com/" target="_blank">
+ Information Unlimited</a></li>
+ <li><a href="http://www.opencircuits.com/Main_Page" target="_blank">
+ Open Circuits</a></li>
+ <li><a href="http://www.myropcb.com/" target="_blank">
+ Prototype and Low Volume PCB Assembly</a></li>
+ <li><a href="http://www.richieburnett.co.uk/tesla.shtml" target="_blank">
+ Richie's Tesla Coil Webpage</a></li>
+ </ul>
+
+ <h5>Fitness and Cycling</h5>
+ <ul>
+ <li><a href="http://liamrosen.com/fitness.html" target="_blank">
+ Beginner's Guide to Health and Fitness</a></li>
+ <li><a href="http://john-s-allen.com/gears/hubratios.htm" target="_blank">
+ Drive Ratios of Bicycle Hub Gears</a></li>
+ <li><a href="http://sheldonbrown.com/" target="_blank">
+ Sheldon Brown's Bicycle Technical Info</a></li>
+ <li><a href="https://www.strongerbyscience.com/" target="_blank">
+ Stronger by Science</a></li>
+ </ul>
+
+ <h5>Food</h5>
+ <ul>
+ <li><a href="http://dbkitschen.blogspot.ca/" target="_blank">
+ Dr Bobb's Kitschen</a></li>
+ <li><a href="http://www.drinksmixer.com/" target="_blank">
+ Drinks Mixer</a></li>
+ <li><a href="http://www.pimpthatsnack.com/index.php" target="_blank">
+ Pimp That Snack</a></li>
+ <li><a href="http://www.exploratorium.edu/cooking/index.html" target="_blank">
+ Science of Cooking</a></li>
+ </ul>
+
+ <h5>Foreign Languages</h5>
+ <ul>
+ <li><a href="https://djtguide.neocities.org/" target="_blank">
+ DJT Guide</a></li>
+ <li><a href="http://how-to-learn-any-language.com/e/index.html" target="_blank">
+ How to Learn Any Language</a></li>
+ <li><a href="http://www.guidetojapanese.org/learn/grammar" target="_blank">
+ Japanese Grammar Guide</a></li>
+ <li><a href="https://www.tofugu.com/japanese/japanese-reading-practice-for-beginners/" target="_blank">
+ Japanese Reading Practice for Beginners</a></li>
+ <li><a href="http://kanjidamage.com/" target="_blank">
+ Kanji Damage</a></li>
+ </ul>
+
+ <h5>Gaming</h5>
+ <ul>
+ <li><a href="http://hg101.kontek.net/" target="_blank">
+ Hardcore Gaming 101</a></li>
+ <li><a href="http://homeoftheunderdogs.net/" target="_blank">
+ Home of the Underdogs</a></li>
+ <li><a href="http://www.lostlevels.org/" target="_blank">
+ Lost Levels</a></li>
+ <li><a href="http://www.romhacking.net/" target="_blank">
+ Romhacking.net</a></li>
+ <li><a href="http://speeddemosarchive.com/" target="_blank">
+ Speed Demos Archive</a></li>
+ <li><a href="http://tasvideos.org/" target="_blank">
+ TASVideos</a></li>
+ <li><a href="http://www.nesworld.com/mirror/nr.php" target="_blank">
+ Unreleased NES Games</a></li>
+ <li><a href="http://www.wonder-tonic.com/wolf1d/" target="_blank">
+ Wolfenstein 1D</a></li>
+ </ul>
+
+ <h5>General Computing</h5>
+ <ul>
+ <li><a href="https://www.nngroup.com/articles/anti-mac-interface/" target="_blank">
+ Anti-Mac User Interface</a></li>
+ <li><a href="http://cat-v.org/" target="_blank">
+ Cat-v.org</a></li>
+ <li><a href="http://world.std.com/~reinhold/diceware.html" target="_blank">
+ Diceware Passphrases</a></li>
+ <li><a href="https://wiki.installgentoo.com/index.php/Main_Page" target="_blank">
+ InstallGentoo Wiki</a></li>
+ <li><a href="https://liteweb.neocities.org/" target="_blank">
+ LiteWeb</a></li>
+ <li><a href="http://www.sudden.net/view/" target="_blank">
+ Sudden View Text Editor</a></li>
+ <li><a href="https://thatoneprivacysite.net/" target="_blank">
+ That One Privacy Site</a></li>
+ <li><a href="http://www.ranum.com/security/computer_security/editorials/dumb/" target="_blank">
+ 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" target="_blank">
+ 8000th Busy Beaver Number Eludes ZF Set Theory</a></li>
+ <li><a href="http://www.kleinbottle.com/" target="_blank">
+ Acme Klein Bottles</a></li>
+ <li><a href="http://www.askamathematician.com/" target="_blank">
+ 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" target="_blank">
+ Big Game Hunting</a></li>
+ <li><a href="http://www-users.cs.york.ac.uk/susan/joke/polly.htm" target="_blank">
+ 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" target="_blank">
+ Strip Iterated Prisoner's Dilemma</a></li>
+ <li><a href="http://eusebeia.dyndns.org/veblen/etf.html" target="_blank">
+ The Exploding Tree Function</a></li>
+ <li><a href="http://blog.geomblog.org/" target="_blank">
+ The Geomblog</a></li>
+ <li><a href="https://golem.ph.utexas.edu/category/" target="_blank">
+ The n-Category Cafe</a></li>
+ <li><a href="https://www.dwheeler.com/essays/bases.html" target="_blank">
+ Way Off Base</a></li>
+ </ul>
+
+ <h5>Operating Systems</h5>
+ <ul>
+ <li><a href="http://distrowatch.com/" target="_blank">
+ Distrowatch</a></li>
+ <li><a href="http://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.current.html" target="_blank">
+ Main Linux Problems on the Desktop</a></li>
+ <li><a href="https://marte.unican.es/" target="_blank">
+ MaRTE OS</a></li>
+ <li><a href="http://www.menuetos.net/index.htm" target="_blank">
+ MenuetOS</a></li>
+ <li><a href="https://web.archive.org/web/20130411210254/https://pdos.csail.mit.edu/exo.html" target="_blank">
+ MIT Exokernel Operating System</a></li>
+ <li><a href="http://wiki.osdev.org/Main_Page" target="_blank">
+ OSDev Wiki</a></li>
+ <li><a href="http://tunes.org/Review/OSes.html" target="_blank">
+ Review of Operating Systems</a></li>
+ <li><a href="https://theosperiment.wordpress.com/" target="_blank">
+ The OS|periment</a></li>
+ <li><a href="http://without-systemd.org/wiki/index.php/Main_Page" target="_blank">
+ Without Systemd</a></li>
+ <li><a href="https://web.archive.org/web/20130326162240/http://geezer.osdevbrasil.net/osd/index.htm" target="_blank">
+ Write Your Own OS</a></li>
+ </ul>
+
+ <h5>Other</h5>
+ <ul>
+ <li><a href="http://www.artofmanliness.com/" target="_blank">
+ Art of Manliness</a></li>
+ <li><a href="http://www.wtfjapanseriously.com/" target="_blank">
+ Flipside Japan</a></li>
+ <li><a href="http://longplayer.org/" target="_blank">
+ Longplayer</a></li>
+ <li><a href="http://blog.alinelerner.com/resumes-suck-heres-the-data/" target="_blank">
+ Resumes Suck: Here's the Data</a></li>
+ <li><a href="http://stuffonmycat.com/" target="_blank">
+ Stuff On My Cat</a></li>
+ <li><a href="http://www.textfiles.com/" target="_blank">
+ Textfiles Dot Com</a></li>
+ <li><a href="http://slatestarcodex.com/2014/12/17/the-toxoplasma-of-rage/" target="_blank">
+ The Toxoplasma of Rage</a></li>
+ </ul>
+
+ <h5>Politics and Law</h5>
+ <ul>
+ <li><a href="http://www.austlii.edu.au/" target="_blank">
+ Australasian Legal Information Institute</a></li>
+ <li><a href="http://sealedabstract.com/rants/beyond-open-source/" target="_blank">
+ Beyond Open Source</a></li>
+ <li><a href="http://electionroyalcommission.org.au/" target="_blank">
+ Electoral Royal Commission</a></li>
+ <li><a href="http://hcsoftware.sourceforge.net/jason-rohrer/freeDistribution.html" target="_blank">
+ Free Distribution</a></li>
+ <li><a href="https://web.archive.org/web/20090123151120/http://www.privacyinternational.org:80/article.shtml?cmd[347]=x-347-559597" target="_blank">
+ Leading Surveillance Societies 2007</a></li>
+ <li><a href="https://nbnmyths.wordpress.com/" target="_blank">
+ NBN Myths</a></li>
+ <li><a href="https://pirateparty.org.au/" target="_blank">
+ Pirate Party Australia</a></li>
+ <li><a href="http://www.refused-classification.com/" target="_blank">
+ Refused Classification</a></li>
+ <li><a href="https://www.reddit.com/r/australia/comments/1stklc/australians_should_never_forgive_nor_forget_that/" target="_blank">
+ VS Telstra</a></li>
+ </ul>
+
+ <h5>Programming</h5>
+ <ul>
+ <li><a href="http://www2.seas.gwu.edu/~adagroup/sigada-website/lawlis.html" target="_blank">
+ Ada Outperforms Assembly: A Case Study</a></li>
+ <li><a href="http://www.plantation-productions.com/Webster/" target="_blank">
+ Art of Assembly Language Programming</a></li>
+ <li><a href="https://catseye.tc/" target="_blank">
+ Cat's Eye Technologies</a></li>
+ <li><a href="https://blog.regehr.org/" target="_blank">
+ Embedded in Academia</a></li>
+ <li><a href="http://esolangs.org/wiki/Main_Page" target="_blank">
+ Esolang Wiki</a></li>
+ <li><a href="http://ewontfix.com/" target="_blank">
+ EWONTFIX</a></li>
+ <li><a href="http://bitemyapp.com/posts/2014-12-31-functional-education.html" target="_blank">
+ Functional Education</a></li>
+ <li><a href="https://www.gamedev.net/" target="_blank">
+ GameDev</a></li>
+ <li><a href="http://lambda-the-ultimate.org/" target="_blank">
+ Lambda the Ultimate</a></li>
+ <li><a href="http://okmij.org/ftp/" target="_blank">
+ okmij.org</a></li>
+ <li><a href="http://p-nand-q.com/index.html" target="_blank">
+ P NAND Q</a></li>
+ <li><a href="http://probabilistic-programming.org/wiki/Home" target="_blank">
+ Probabilistic Programming</a></li>
+ <li><a href="http://www.somethinkodd.com/oddthinking/category/geek/software-development/rat1000/" target="_blank">
+ Rational 1000</a></li>
+ <li><a href="https://wiki.theory.org/index.php/YourLanguageSucks" target="_blank">
+ Your Language Sucks</a></li>
+ </ul>
+
+ <h5>Science</h5>
+ <ul>
+ <li><a href="https://sites.google.com/site/scienceandmathguide/" target="_blank">
+ /sci/ guide</a></li>
+ <li><a href="http://www.leapsecond.com/pages/atomic-bill/" target="_blank">
+ First Atomic Clock Wristwatch</a></li>
+ <li><a href="http://www.polarization.com/haidinger/haidinger.html" target="_blank">
+ Haidinger's Brush: The Unknown Sense</a></li>
+ <li><a href="https://arxiv.org/abs/quant-ph/0510032" target="_blank">
+ Kindergarten Quantum Mechanics</a></li>
+ <li><a href="http://www.chm.bris.ac.uk/sillymolecules/sillymols.htm" target="_blank">
+ Molecules With Silly or Unusual Names</a></li>
+ <li><a href="http://periodictable.com/" target="_blank">
+ Photographic Periodic Table of the Elements</a></li>
+ <li><a href="https://www.physicsforums.com/" target="_blank">
+ Physics Forums</a></li>
+ <li><a href="http://physicsopenlab.org/" target="_blank">
+ Physics Open Lab</a></li>
+ <li><a href="http://sci-toys.com/" target="_blank">
+ Science Toys</a></li>
+ <li><a href="http://unitednuclear.com/" target="_blank">
+ 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" target="_blank">
+ Dry Valleys of Antarctica</a></li>
+ <li><a href="http://www.ifitweremyhome.com/" target="_blank">
+ If It Were My Home</a></li>
+ <li><a href="http://www.infiltration.org/" target="_blank">
+ Infiltration</a></li>
+ <li><a href="http://www.monorails.org/" target="_blank">
+ Monorail Society</a></li>
+ <li><a href="http://englishrussia.com/2006/11/08/russian-smallest-submarine/" target="_blank">
+ Russian Smallest Submarine</a></li>
+ <li><a href="http://www.amusingplanet.com/2013/05/tabletop-mountains-or-tepuis-of.html" target="_blank">
+ Tabletop Mountains of Venezuela</a></li>
+ <li><a href="http://vienna-pyongyang.blogspot.ca/" target="_blank">
+ The Forbidden Railway: Vienna - Pyongyang</a></li>
+ <li><a href="http://www.travelite.org/" target="_blank">
+ The Travelite FAQ</a></li>
+ <li><a href="http://transitmap.net/" target="_blank">
+ Transit Maps</a></li>
+ <li><a href="http://www.lightpollution.it/worldatlas/pages/fig1.htm" target="_blank">
+ World Atlas of Artificial Night Sky Brightness</a></li>
+ <li><a href="https://en.tutiempo.net/" target="_blank">
+ World Weather</a></li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+{% endblock %}
+
+