/images/avatar.jpg

Anton(Shuqiao) Li

Four words that could be easily confused in Swedish: bestämma, beställa, betala och berätta

During my process of learning Swedish, I often get confused by these four words. They have similar spelling and the common “be-” prefix. Let’s have a look at them.

bestämma

Meaning: determine, prescribe, decide, settle

This verb is used when making decisions or determining something.

Examples:

  • Jag ska bestämma vilken film vi ska titta på. (I will decide which movie we should watch.)
  • Läkaren bestämde att hon behöver vila. (The doctor prescribed that she needs to rest.)

beställa

Meaning: book, reserve, order

Accelerating Global Downloads from GitHub Using jsDelivr CDN

I’ve been developing swedishelf(a CLI tool for learning Swedish) that requires downloading dictionary files from a separate GitHub repository during runtime. This presented a challenge: how could I ensure users worldwide experience fast and reliable downloads regardless of their geographic location?

The Challenge

When directly downloading files from GitHub repositories, users in different regions may experience varying download speeds due to geographic distance from GitHub’s servers. For a CLI tool that needs to fetch resources on-demand, this could result in poor user experience, especially for users in regions far from GitHub’s primary infrastructure.

How to start a blog on GitHub Pages with Hugo

GitHub Pages offers a free and robust platform for hosting personal blogs. There are several static site generators available for this purpose. Hugo is particularly well-suited for technical blogs due to its performance, flexibility, and extensive theme library. This guide will be demonstrated mainly on Windows and is intended for beginners with basic familiarity with Git and command-line operations.

Steps

Create a GitHub Pages repo

/images/create-gh-repo.png