💾 Archived View for gmi.karl.berlin › projects.html captured on 2024-08-31 at 12:16:03.

View Raw

More Information

⬅️ Previous capture (2023-09-28)

-=-=-=-=-=-=-

<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Projects</title>
	<link href="https://www.karl.berlin/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
	<style>
		body {
			font-family: sans-serif;
			margin: 0 auto;
			max-width: 48rem;
			line-height: 1.45;
			padding: 0.5rem 0 1.6rem;
			box-shadow: 0 0 2rem 0 #bbb;
			border-radius: 0 0 0.6rem 0.6rem;
		}
		main {
			padding: 0 1.4rem;
			hyphens: auto;
		}
		code {
			background: #eee;
			padding: 0.3rem;
			tab-size: 4;
		}
		pre code {
			display: block;
			overflow-x: auto;
			padding: 0.3rem 0.6rem;
		}
		blockquote {
			margin-left: 0em;
			padding-left: 1.0em;
			border-left: 0.3em solid #ddd;
		}

		nav ul {
			margin: 0;
			padding: 0;
			display: flex;
			background: #17a;
		}
		nav li {
			list-style: none;
		}
		nav li * {
			display: block;
			padding: 0.4rem 0.4rem;
			color: white;
		}
		nav li strong {
			padding-left: 1.5rem;
			padding-right: 1rem;
		}
		nav a {
			text-decoration: none;
		}
		nav a:hover {
			background: #069;
		}
	</style>
</head>

<nav>
	<ul>
		<li><strong>Karl Bartel</strong></li>
		<li><a href="index.html">Home</a></li>
		<li><a href="projects.html">Projects</a></li>
	</ul>
</nav>

<main>
<h1>Projects</h1>
<h2>Active Projects</h2>
<ul>
<li><a href="http://www.wikdict.com">WikDict.com</a>: Free bilingual dictionaries based on Wiktionary.org</li>
<li><a href="http://www.litespread.com">Litespread</a>: Adding a basic spreadsheet UI to SQLite, also nice for handling CSVs</li>
<li><a href="http://landrush.karl.berlin/">Land Rush</a>: Multi-player auction game</li>
<li><a href="http://karlb.github.io/nuclearchess/">Nuclear Chess</a>: Chess variant with AI, playable in the browser</li>
<li><a href="https://github.com/karlb/doagain">Do Again List</a>: A self sorting list of things you want to do somewhat regularly</li>
<li><a href="https://github.com/karlb/karl.berlin">blog.sh</a>: The minimalistic blog engine running this site</li>
<li><a href="https://github.com/karlb/smu">smu</a>: Sane, minimal markdown-like markup (fork)</li>
</ul>
<h2>Old Projects</h2>
<ul>
<li><a href="http://www.linux-games.com/">Lots of games</a>, some cross-platform games and some games for the obsolete Sharp Zaurus and Agenda VR3 mobile devices.</li>
<li><a href="http://www.linux-games.com/sfont">SFont</a>, a very simple font library supporting fancy bitmap fonts (with colors and alpha channel) and basic kerning. Has been successfully used in dozens of projects by other people.</li>
</ul>
<h2>Experiments</h2>
<ul>
<li><a href="https://www.iprefer.to">iprefer.to</a>: Rating site that uses comparisons instead of star ratings</li>
<li><a href="https://github.com/karlb/zerosum">TrackMyOwe.com</a>: Track and settle owes online</li>
<li><a href="http://jsfiddle.net/karlb/PxfrJ/">TransDict</a>, a translation dictionary based on Wiktionary</li>
</ul>
<h2>Reachable via Gemini Protocol</h2>
<ul>
<li><a href="gemini://gmi.karl.berlin">gmi.karl.berlin</a>: This site</li>
<li><a href="gemini://gmi.wikdict.com">gmi.WikDict.com</a>: Free bilingual dictionaries based on Wiktionary.org</li>
</ul>
<small>Written on 2020-06-11. Last updated on 2021-02-13.</small>