• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From wezm.net

Generate a JSON Feed for a Zola Website

0 1

JSON Feed is a specification for representing an RSS-style feed in JSON. I wanted to add one as an alternative alongside the Atom feed on a new website I’m building. The website is built with Zola, which unfortunately doesn’t support the format, so this is how I went about adding one.

on Sat, 10PM

From wezm.net

trip-calculator

0 1

trip-calculator

on Sep 5

From wezm.net

Australian Chimera Linux Mirror

0 0

I have set up a mirror of repo.chimeralinux.org on a server in Australia (Brisbane). It’s been running well for a couple of weeks now. The root of the mirror shows an index of what is hosted and when it was last synced. /chimera is where the Chimera data lives. It mirrors the packages as well as...

on Aug 25

From wezm.net

Announcing Feedlynx

0 0

My latest project, Feedlynx, is a self-hosted tool that allows you to collect links in an RSS feed. You subscribe to the feed in your RSS reader of choice and read or watch later at your leisure. Plus it has an adorable mascot! Feedlynx runs on most mainstream operating systems including Linux,...

on Jul 29

From wezm.net

A Developer's Review of a Snapdragon X Laptop (Lenovo Yoga Slim 7x)

0 0

Lenovo Yoga Slim 7x Snapdragon For the last two weeks I’ve been testing out my new laptop, a Lenovo Yoga Slim 7x (14", Gen 9) Snapdragon. This laptop is interesting because it’s one of the initial batch based on Qualcomm’s Snapdragon X Elite...

on Jul 16

From wezm.net

Why Chimera Linux

0 0

I received a reply to my Tech Stack 2024 post asking: Why Chimera Linux? I wrote a response that turned out longer than anticipated and figured I may as well post it here too. I’m not trying to convince you to use Chimera with this post, just note down why it appeals to me. That’s really the...

on Jul 4

From wezm.net

How Much Is a Browser Worth?

0 0

Apparently people are excited about funding independent browser efforts this week. I have little interest in funding yet another browser built in C++ in 2024 but Servo is still alive. Since Mozilla refuse to let us directly fund Firefox I shall set up a recurring donation to Servo. The next...

on Jul 3

From wezm.net

Tech Stack 2024

0 0

Inspired by Alex Chan’s Tools of the trade post I thought I’d note down my current tech stack and then revisit it in a few years to see how things evolve. As per Alex’s post I’ll break it down into three sections: software, (development) tech stack, and hardware. ...

on Jun 2

From wezm.net

Exporting YouTube Subscriptions to OPML and Watching via RSS

0 0

This post describes how I exported my 500+ YouTube subscriptions to an OPML file so that I could import them into my RSS reader. I go into fine detail about the scripts and tools I used. If you just want to see the end result the code is in this repository, which describes the steps needed to...

on May 6

From wezm.net

7bit Projects: Dew Point Forecast, MacBinary, RSS Please, Titlecase

0 0

Today I compiled my titlecase Rust crate to Web Assembly and wrapped a web-page around it so that it can be used online. It’s published on my “projects domain”, 7bit.org. After I published it I realised I hadn’t written about the other projects that are on 7bit.org. They are Dew Point Forecast,...

on May 4

From wezm.net

Building a Hybrid Native Application With Gleam and Tauri

0 0

I took a few hours this weekend to experiment with building a hybrid native app with Gleam and Tauri. This post is a summary of that project. If you’d just like to see the code, I have published that at: https://forge.wezm.net/wezm/gleam-tauri-experiment Screenshot of the...

on Feb 22

From wezm.net

systemd-sysusers and Chimera Linux

0 0

I use Chimera Linux as the primary OS on my laptop (as opposed to my desktop, which is still running Arch Linux for now). Chimera was created in 2021 and reached alpha status in June 2023. Chimera was built from scratch and as the name suggests it comprised of a motley crew of...

on Dec 19

From wezm.net

advent-of-code/2023/day13/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 13

From wezm.net

advent-of-code/2023/day13/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 13

From wezm.net

advent-of-code/2023/day12/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 12

From wezm.net

advent-of-code/2023/day12/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 12

From wezm.net

advent-of-code/2023/day11.rb at master

0 0

advent-of-code - My advent of code solutions

on Dec 11

From wezm.net

advent-of-code/2023/day11.rb at master

0 0

advent-of-code - My advent of code solutions

on Dec 11

From wezm.net

advent-of-code/2023/day9/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 9

From wezm.net

advent-of-code/2023/day9/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 9

From wezm.net

advent-of-code/2023/day7/src/main.rs at master

0 0

advent-of-code - My advent of code solutions

on Dec 8

From wezm.net

advent-of-code/2023/day7/src/main.rs at master

0 1

advent-of-code - My advent of code solutions

on Dec 7

From wezm.net

Fixing OpenBSD panic dc_atapi_start: not ready in KVM

0 0

I tried creating an OpenBSD 7.3 virtual machine on my new computer (Arch Linux host) and the installer kept crashing with the error: Screenshot of the installer crash. dc_atapi_start: not ready, st = 50 fatal protection fault in supervisor mode trap type 4 code 0 rip...

on Oct 21

From wezm.net

Building a Classic Mac OS App in Rust

0 0

Instead of using my funemployment to build useful things I have continued to build things for old versions of Mac OS. Through some luck and a little persistence I have actually managed to get Rust code running on classic Mac OS (I’ve tried Mac OS 7.5 and 8.1). In this post I’ll cover how I got...

on Oct 17