💾 Archived View for blog.raek.se captured on 2023-01-29 at 02:14:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-22)
-=-=-=-=-=-=-
All pages in this capsule (blog.raek.se) are also served on HTTPS. This file follows the gmisub format.
Back to my personal capsule main page (raek.se)
Gemlog - My other Gemini-exclusive log
List of posts without summaries (feed)
2022-10-31 OS Integration Files in Python Packages
My go-to method for deploying command line tools I've written is to build Python packages and installing them. This works well for putting the tools on the PATH, but one thing I've been missing is to also include "OS integration files" (such as manual pages, .desktop app launchers, and systemd unit files). Recently I learned a way to do it.
2022-08-17 Launch of Omloppsbanan, an Orbit for Swedish Geminauts
I've hosted a Gemini capsule for a month now. I'd like to add something to my capsule that is not just static text, so I decided to make an orbit. An orbit is a bunch of Gemini capsules linking to each other in a ring.
2022-07-21 Electromagnetism, integrals and symmetry
The last few weeks I've been doing exercises from "Introduction to Electrodynamics" by David J. Griffiths. I have had to backtrack a lot to relearn some calculus, especially integration techniques. I ramble on about my experience.
2020-07-24 Some useful APT commands
The APT package manager used in the Debian and Ubuntu Linux distros keeps track of installed packages, but also which files they installed. Here are four package management commands I have ended up using regularly.
2015-10-17 Building the Frog Sounds QRP Kit 3: Key Circuitry
When the power supply was done it felt reasonable to continue with the key circuitry. This post describes the key jack with pull up network, the LED indicator circuit, and the NAND gates that function as a buffer and beeper.
2015-09-25 Building the Frog Sounds QRP Kit 2: Power Supply
The first block I started to solder was the power supply. This post describes how it works and issues I found while building it.
2015-09-19 Building the Frog Sounds QRP Kit: First Look
Recently I became interested in amateur radio. Since I started from scratch equipment-wise, I wanted to buy a cheap radio transceiver to start off with. A kit was a perfect match for me since I like to tinker with electronics and there are some really cheap ones out there.
My blog setup has bothered me for some time. Now I have finally finished the replacement: a bunch of HTML files, generated from Markdown with a few scripts, served statically from Apache.
2012-10-19 Haskell I/O in Five Minutes
The way you do I/O in Haskell may be radically different from what newcomers are used to, but in fact it follows a few simple rules.
2012-01-06 Running CadSoft Eagle Version 6 in Ubuntu GNU/Linux
CadSoft recently released version 6 of its PCB layout program Eagle. You want to use it in Ubuntu? Here's how to get it working.
I recently realized that of the core Clojure regex functions (re-pattern, re-matcher, re-matches, re-groups, re-find, re-seq) I was completely unaware of how re-matcher, re-matches, re-groups were supposed to be used. Their names hint that they are useful for something, but I had never needed to use them. To understand them, I first had to dive into the Javadoc a bit, more specifically the java.util.regex package.
2011-04-20 Getting Started with Clojure Development I: The REPL
This is the first post of one my ongoing attempt to write a series of blog posts about how to get started with development in Clojure. This post will cover a beginner's first encounter with the Clojure Read Eval Print Loop.
2011-01-24 Executors in Clojure
Java has a very useful package called java.util.concurrent, which contains classes and interfaces for tasks, task execution tracking, thread-to-thread communication with blocking queues, locks, semaphores, atomic containers and the Executors Framework. This blog post will walk you through the concepts of the Executors Framework as seen from Clojure.
2009-07-09 Moted ela Volapuk.info
How I started working on the Volapuk.info website, written in the Volapük language.
A self-reproducing program written in Python 3.
2009-07-06 The Birth of Volapuk.info
How I started working on the Volapuk.info website.