···88{#alpha-1}
99# Alpha 1
10101111-This is an alpha release, the mod is nowhere near complete and some bugs
1212-may exist. If you do find any bugs please report them on [the bug
1313-tracker](https://codeberg.org/naomi/mystcraft-ages/issues)
1111+This is an alpha release, the mod is nowhere near complete and some bugs may exist. If you do find any bugs please report
1212+them on [the bug tracker](https://codeberg.org/naomi/mystcraft-ages/issues)
14131514{#developer-notes}
1615## Developer Notes
17161818-It\'s been a while since I said I was gonna start this project and after
1919-over 60 hours of work 😅 you now have a semi-functioning
2020-proof-of-concept! I\'m very efficient I know 😔
1717+It's been a while since I said I was gonna start this project and after over 60 hours of work 😅 you now have a
1818+semi-functioning proof-of-concept! I'm very efficient I know 😔
21192220Jokes aside, the (albeit limited) content list/changelog is below!
2321···262427251. Linking Books
28262929-- These are the main attraction of this alpha, and using one can link it
3030- so wherever you are standing. There are a few known bugs with these so
3131- please check before reporting.
2727+- These are the main attraction of this alpha, and using one can link it so wherever you are standing. There are a few
2828+ known bugs with these so please check before reporting.
322933302. Book Receptacle
34313535-- These are small, lectern-like blocks that you can place Linked Books
3636- into. (Currently) they allow multiple people to use the same book, but
3737- the book will not travel with you.
3232+- These are small, lectern-like blocks that you can place Linked Books into. (Currently) they allow multiple people to
3333+ use the same book, but the book will not travel with you.
383439353. Writing Stand
40364141-- This is where most of the development time has gone and is the place
4242- where you can create your Linking Books. It requires you to provide it
4343- with an ink supply.
3737+- This is where most of the development time has gone and is the place where you can create your Linking Books. It
3838+ requires you to provide it with an ink supply.
443945404. Ink Vials
4641
+14-22
src/website/data/posts/mystcraft-ages-alpha-2.dj
···88{#alpha-2}
99# Alpha 2
10101111-This is an alpha release, the mod is nowhere near complete and some bugs
1212-may exist. If you do find any bugs please report them on [the bug
1313-tracker](https://codeberg.org/naomi/mystcraft-ages/issues)
1111+This is an alpha release, the mod is nowhere near complete and some bugs may exist. If you do find any bugs please report
1212+them on [the bug tracker](https://codeberg.org/naomi/mystcraft-ages/issues)
14131514{#developer-notes}
1615## Developer Notes
···2019{#changelog}
2120## Changelog
22212323-1. Linking Books
2424- [\[MA26\]](https://codeberg.org/naomi/mystcraft-ages/issues/26)
2222+1. Linking Books [MA26](https://codeberg.org/naomi/mystcraft-ages/issues/26)
25232626-- They no longer directly teleport you, they will summon a Book entity
2727- on the ground
2424+- They no longer directly teleport you, they will summon a Book entity on the ground
28252929-2. Book Entities
3030- [\[MA26\]](https://codeberg.org/naomi/mystcraft-ages/issues/26)
2626+2. Book Entities [MA26](https://codeberg.org/naomi/mystcraft-ages/issues/26)
31273232-- These are entities (wow) that are books (wow!!). They replace the
3333- teleportation function that the previous iteration of Linking Books
3434- has, to see the contained book, Crouch + Interact, to teleport just
3535- Interact. _THERE IS CURRENTLY NO WAY TO PICK THEM UP_
2828+- These are entities (wow) that are books (wow!!). They replace the teleportation function that the previous iteration of
2929+ Linking Books has, to see the contained book, Crouch + Interact, to teleport just Interact. _THERE IS CURRENTLY NO WAY
3030+ TO PICK THEM UP_
36313737-3. Writing Stand Recipes
3838- [\[MA31\]](https://codeberg.org/naomi/mystcraft-ages/issues/31)
3232+3. Writing Stand Recipes [MA31](https://codeberg.org/naomi/mystcraft-ages/issues/31)
39334040-- The recipes in the writing stand have been updated, now requireing an
4141- additional item. Unlinked Books require an enderpearl.
3434+- The recipes in the writing stand have been updated, now requireing an additional item. Unlinked Books require an
3535+ enderpearl.
42364343-4. Book Receptacle
4444- [\[MA21\]](https://codeberg.org/naomi/mystcraft-ages/issues/21)
3737+4. Book Receptacle [MA21](https://codeberg.org/naomi/mystcraft-ages/issues/21)
45384646-- The book now renders correctly. I\'m so cool.
3939+- The book now renders correctly. I'm so cool.
47404841{#links}
4942## Links
50435151--
5252- [CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/mystcraft-ages)
4444+- [CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/mystcraft-ages)
5345- [Modrinth](https://modrinth.com/mod/ages)
5446- [Source Code](https://modrinth.com/mod/ages)
+21-8
src/website/data/posts/nanel-a-wayland-panel.dj
···55summary = "An opinionated panel for Wayland made with iced.rs"
66---
7788-An opinionated panel for Wayland made with iced.rs
99-[https://codeberg.org/naomi/nanel](https://codeberg.org/naomi/nanel)
88+Source Code: [https://codeberg.org/naomi/nanel](https://codeberg.org/naomi/nanel)
1091110{#what-the-hell-is-a-panel}
1211# What the hell is a panel?
13121414-For anyone unfamiliar with the lingo, panels are the bits typically found at the edge of your screen - Windows calls this the taskbar. There are many alternative panels for people to use, be it the ones that ship in desktop environments like KDE, GNOME or COSMIC, or independent ones like Waybar, Sfwbar or Yambar (and Nanel!).
1313+For anyone unfamiliar with the lingo, panels are the bits typically found at the edge of your screen - Windows calls this
1414+the taskbar. There are many alternative panels for people to use, be it the ones that ship in desktop environments like
1515+KDE, GNOME or COSMIC, or independent ones like Waybar, Sfwbar or Yambar (and Nanel!).
15161617{#why-make-another-one}
1718# Why make another one?
18191919-I'm making Nanel as I personally don't think any other panel (that I know of at least) suits my needs. The panel I use at the moment of writing is `xfce4-panel`, but I still have grievances with it's behaviour, as well as it crashing fairly frequently. I also wanted to make a panel with a default config as close to a Windows-like experience as I can get, to make it easier for anyone migrating away from it.
2020+I'm making Nanel as I personally don't think any other panel (that I know of at least) suits my needs. The panel I use at
2121+the moment of writing is `xfce4-panel`, but I still have grievances with it's behaviour, as well as it crashing fairly
2222+frequently. I also wanted to make a panel with a default config as close to a Windows-like experience as I can get, to
2323+make it easier for anyone migrating away from it.
20242125{#why-rust-and-iced-rs}
2226# Why Rust and iced.rs?
23272424-While I'm not the biggest fan of Rust, I still prefer it over writing C and C++, and I didn't want to use Qt or GTK or handroll my own system. iced.rs also uses the Elm architecture, which I am a big fan of, and has made iterating on Nanel very fast and easy.
2828+While I'm not the biggest fan of Rust, I still prefer it over writing C and C++, and I didn't want to use Qt or GTK or
2929+handroll my own system. iced.rs also uses the Elm architecture, which I am a big fan of, and has made iterating on Nanel
3030+very fast and easy.
25312632{#config-language}
2733# Config language
···4046name = "workspaces"
4147```
42484343-However I wasn't happy with how I had implemented it and the way that the modules were configured. After a while I decided to switch the configuration language to [Ron](https://github.com/ron-rs/ron), which has greatly improved the ergonomics of working with the config, and I think it's actually just a better format for this!
4949+However I wasn't happy with how I had implemented it and the way that the modules were configured. After a while I
5050+decided to switch the configuration language to [Ron](https://github.com/ron-rs/ron), which has greatly improved the
5151+ergonomics of working with the config, and I think it's actually just a better format for this!
44524553```ron
4654(
···6169{#why-can-i-do-x-but-not-y}
6270# Why can I do X but not Y?
63716464-As mentioned in the summary for this post, Nanel is an *opinionated* panel, meaning it will impose restrictions in places that not everyone will like. However, this doesn't mean that can't change - if you find something that you feel should be configurable, or the default behaviour should be different, [open an issue](https://codeberg.org/naomi/nanel/issues) with your reasoning!
7272+As mentioned in the summary for this post, Nanel is an *opinionated* panel, meaning it will impose restrictions in places
7373+that not everyone will like. However, this doesn't mean that can't change - if you find something that you feel should be
7474+configurable, or the default behaviour should be different, [open an issue](https://codeberg.org/naomi/nanel/issues) with
7575+your reasoning!
65766677{#when-is-v1}
6778# When is v1?
68796969-I'm hoping to get v1 released by April, or at least a usable beta. This date could end up being later, as I do have other priorities that could overshadow this depending on what comes up. I will make another blog post when v1 does come out detailing Nanel's capabilities more.
8080+I'm hoping to get v1 released by April, or at least a usable beta. This date could end up being later, as I do have other
8181+priorities that could overshadow this depending on what comes up. I will make another blog post when v1 does come out
8282+detailing Nanel's capabilities more.
+1-1
src/website/data/posts/so-far-in-2025.dj
···4141{#nanel}
4242## Nanel
43434444-Nanel is a Linux panel that I [announced a few months back](/posts/nanel-a-wayland-lanel), and while I had hoped to release
4444+Nanel is a Linux panel that I [announced a few months back](/posts/nanel-a-wayland-panel), and while I had hoped to release
4545a beta by April, I have had to pause the project due to University drawing my time away and technical issues I ran into.
4646While I still want to create Nanel, I will probably have to reconsider the tech stack I am using as `wgpu`, the crate that
4747`iced.rs` used to draw a window, uses more memory out of the box than I am comfortable letting a panel use.
+79-132
src/website/data/posts/what-i-use-2024.dj
···88{#workstations}
99# Workstation(s)
10101111-I have three machines I use. Two aren\'t development devices, but I have
1212-used them for that (this post was written on my least-used one!). I name
1313-all my devices after Gundams from the various Gundam animes, typically
1414-the \"cooler\"-sounding ones, in my opinion!
1111+I have three machines I use. Two aren't development devices, but I have used them for that (this post was written on my
1212+least-used one!). I name all my devices after Gundams from the various Gundam animes, typically the "cooler"-sounding
1313+ones, in my opinion!
15141615{#calibarn---gundam-the-witch-from-mercury}
1716## Calibarn - Gundam: The Witch from Mercury
18171919-This is my main computer, which I bought about 2 or 3 years ago. It\'s
2020-held up pretty well, but it\'s already starting to struggle with certain
2121-tasks because of the ridiculous spec requirements for some games!
1818+This is my main computer, which I bought about 2 or 3 years ago. It's held up pretty well, but it's already starting to
1919+struggle with certain tasks because of the ridiculous spec requirements for some games!
22202321- *CPU:* i5 12400f
2422- *GPU:* RTX 3060 12gb
2523- *RAM:* 32gb@3200mhz DDR4
2624- *OS:* Arch Linux (btw) with the `linux-lts` kernel
27252828-Along with this computer, I use a dual-monitor setup, one being a new
2929-Dell G2724D - a 1440p 165hz monitor I picked up for £200 back in
3030-September, and a 1920x1200 monitor that I have had for 9 or so years
3131-that I can\'t remember the part number of at the moment.
2626+Along with this computer, I use a dual-monitor setup, one being a new Dell G2724D - a 1440p 165hz monitor I picked up for
2727+£200 back in September, and a 1920x1200 monitor that I have had for 9 or so years that I can't remember the part number
2828+of at the moment.
32293333-I switched to Linux full-time around July, when the NVidia 555 drivers
3434-came out, as they seemed to solve every issue I had encountered when
3535-trying to switch before. I originally was on
3636-[Nobara](https://nobaraproject.org/), a fork of Fedora made by
3737-GloriousEggroll, using KDE. This was serving me well, and I chose this
3838-because of the simple setup at the time I just wanted to get off Windows
3939-as fast as possible (can you blame me?)! While I was using Nobara, I
4040-started to use Hyprland as my window manager instead of KDE. Why
4141-Hyprland over other WMs like Sway, i3, River or any of the others?
3030+I switched to Linux full-time around July, when the NVidia 555 drivers came out, as they seemed to solve every issue I
3131+had encountered when trying to switch before. I originally was on [Nobara](https://nobaraproject.org/), a fork of Fedora
3232+made by GloriousEggroll, using KDE. This was serving me well, and I chose this because of the simple setup at the time I
3333+just wanted to get off Windows as fast as possible (can you blame me?)! While I was using Nobara, I started to use
3434+Hyprland as my window manager instead of KDE. Why Hyprland over other WMs like Sway, i3, River or any of the others?
423543361. I wanted Wayland, which works better with NVidia from my experience
4444-2. It was the only one that worked in any reasonable capacity without a
4545- lot of tweaks (still quite a few though!)
46374747-After a month or so of using Hyprland, I switched over to Arch Linux,
4848-which has always been my favourite distro. Since then, I have had
4949-problems - one of which is the reason I use `linux-lts` over just
5050-`linux`, though that \"fix\" has stopped working recently as well. Most
5151-of my current problems seem to stem from the Hyprland compositor, rather
5252-than NVidia - even though they are NVidia specific, as they do not seem
5353-to occur in other compositors like `wlroots` or `kwin`. I haven\'t been
5454-able to figure out the root cause of one of these bugs, and they have
5555-pretty badly hampered what I do. I have two major problems - flickering
5656-inside Minecraft (\"solved\") and *terrible* screen tearing in OBS
5757-recordings and Discord screenshares.
3838+2. It was the only one that worked in any reasonable capacity without a lot of tweaks (still quite a few though!)
58395959-I managed to \"solve\" the Minecraft flickering by disabling explicit
6060-sync in my Hyprland config, which is not ideal in the slightest - and
6161-using the `linux-lts` kernel (or anything below 6.10) seemed to fix the
6262-tearing, but it has started again recently, possibly due to a `linux`
6363-patch that made its way into `linux-lts`. I am not smart enough to
6464-`git bisect` the kernel to find the root cause, so I\'m not sure what my
6565-current solution is other than \"cope lmao\".
4040+After a month or so of using Hyprland, I switched over to Arch Linux, which has always been my favourite distro. Since
4141+then, I have had problems - one of which is the reason I use `linux-lts` over just `linux`, though that "fix" has stopped
4242+working recently as well. Most of my current problems seem to stem from the Hyprland compositor, rather than NVidia -
4343+even though they are NVidia specific, as they do not seem to occur in other compositors like `wlroots` or `kwin`. I
4444+haven't been able to figure out the root cause of one of these bugs, and they have pretty badly hampered what I do. I
4545+have two major problems - flickering inside Minecraft ("solved") and *terrible* screen tearing in OBS recordings and
4646+Discord screenshares.
4747+4848+I managed to "solve" the Minecraft flickering by disabling explicit sync in my Hyprland config, which is not ideal in the
4949+slightest - and using the `linux-lts` kernel (or anything below 6.10) seemed to fix the tearing, but it has started again
5050+recently, possibly due to a `linux` patch that made its way into `linux-lts`. I am not smart enough to `git bisect` the
5151+kernel to find the root cause, so I'm not sure what my current solution is other than "cope lmao".
66526753{#aerial---gundam-the-witch-from-mercury}
6854## Aerial - Gundam: The Witch from Mercury
69557070-This is my ROG Ally that I bought 2nd hand from a CEX a while back.
7171-It\'s been really great to have for travelling between my parent\'s
7272-house and my flat for university, and brilliant to ignore my sister when
7373-I am *at* my parent\'s house!
5656+This is my ROG Ally that I bought 2nd hand from a CEX a while back. It's been really great to have for travelling between
5757+my parent's house and my flat for university, and brilliant to ignore my sister when I am *at* my parent's house!
74587575-I\'m currently still running Windows on it, as I use it for the rare few
7676-Windows-only games that I still play, or the programs I was unable to
7777-get working through Wine. I\'ve recently completed my first-ever
7878-playthrough of Dark Souls and of Cyberpunk 2077 on this little
7979-powerhouse, and have started Dark Souls 2 (it\'s painful).
5959+I'm currently still running Windows on it, as I use it for the rare few Windows-only games that I still play, or the
6060+programs I was unable to get working through Wine. I've recently completed my first-ever playthrough of Dark Souls and of
6161+Cyberpunk 2077 on this little powerhouse, and have started Dark Souls 2 (it's painful).
80628181-Worth picking up a handheld gaming device if you have long, frequent
8282-commutes like me!
6363+Worth picking up a handheld gaming device if you have long, frequent commutes like me!
83648465{#barbatos---gundam-iron-blooded-orphans}
8566## Barbatos - Gundam: Iron-Blooded Orphans
86678787-Barbatos is my shitty HP laptop I bought 6 years ago for £300, it\'s
8888-served me well but has started to quite literally fall apart - the
8989-spring-based ethernet connector (you know the one, they\'re dreadful)
9090-has snapped off so I can\'t connect it using ethernet (maybe I\'ll use
9191-this as my first 3d-printing experiment!?).
6868+Barbatos is my shitty HP laptop I bought 6 years ago for £300, it's served me well but has started to quite literally
6969+fall apart - the spring-based ethernet connector (you know the one, they're dreadful) has snapped off so I can't connect
7070+it using ethernet (maybe I'll use this as my first 3d-printing experiment!?).
92719372- *CPU:* Ryzen 3 2200u
9473- *GPU:* Radeon Vega 3
9574- *RAM:* 8gb@2400mhz DDR4
9675- *OS:* Windows 10 22H2 with the Atlas playbook
97769898-Still using Windows on this piece of shit as it has a weird problem with
9999-linux - the integrated display flickers, even in a TTY.
7777+Still using Windows on this piece of shit as it has a weird problem with linux - the integrated display flickers, even in
7878+a TTY.
10079101101-As far as I can tell, it\'s probably the display\'s voltage or something
102102-similar being incorrectly reported to the kernel, as the problem will
103103-change frequency depending on the battery\'s charge or if the laptop is
104104-on/off charge. There is also a \"sweet spot\" (unsweet really) where it
105105-will happen whether it is plugged in or not, but will stop for a few
106106-seconds when plugging in or out the cable.
8080+As far as I can tell, it's probably the display's voltage or something similar being incorrectly reported to the kernel,
8181+as the problem will change frequency depending on the battery's charge or if the laptop is on/off charge. There is also a
8282+"sweet spot" (unsweet really) where it will happen whether it is plugged in or not, but will stop for a few seconds when
8383+plugging in or out the cable.
10784108108-I\'m not sure what the fix is and I can\'t be bothered to search
109109-anymore, so I use Windows 10 as it doesn\'t have this problem. I hate
110110-using this device for basically anything (this is being written while
111111-using it, so sad) but at least it\'s a laptop that can run code
112112-sometimes. I cannot do my Minecraft modding work on it, however, because
113113-Java is Java and IntelliJ IDEA is IntelliJ IDEA and those two things on
114114-a shitbox just don\'t work.
8585+I'm not sure what the fix is and I can't be bothered to search anymore, so I use Windows 10 as it doesn't have this
8686+problem. I hate using this device for basically anything (this is being written while using it, so sad) but at least it's
8787+a laptop that can run code sometimes. I cannot do my Minecraft modding work on it, however, because Java is Java and
8888+IntelliJ IDEA is IntelliJ IDEA and those two things on a shitbox just don't work.
1158911690{#software}
11791# Software
11892119119-I\'ve used quite a bit of different software this year, different
120120-operating systems and window managers as explained earlier, different
121121-editors, terminals, file managers etc. Below is a non-comprehensive list
122122-of software I use fairly regularly, plus any that I have something to
123123-say about.
9393+I've used quite a bit of different software this year, different operating systems and window managers as explained
9494+earlier, different editors, terminals, file managers etc. Below is a non-comprehensive list of software I use fairly
9595+regularly, plus any that I have something to say about.
1249612597{#editors}
12698## Editors
12799128100- VSCodium (open source binaries of VSCode)
129101- Zed (occasionally use it, mainly for Gleam dev)
130130-- Helix (my main terminal-based editor, I prefer Helix\'s
131131- `Select>Action` over Vim\'s `Action>Select`)
132132-- IntelliJ IDEA (only used for Java/Kotlin as those languages basically
133133- *need* this editor)
102102+- Helix (my main terminal-based editor, I prefer Helix's `Select>Action` over Vim's `Action>Select`)
103103+- IntelliJ IDEA (only used for Java/Kotlin as those languages basically *need* this editor)
134104135105{#terminals}
136106## Terminals
137107138138-- Alacritty (I love this terminal, it\'s fast, cross-platform and has a
139139- simple config)
140140-- Ghostty (I only got access recently, a few weeks before it went public
141141- - I don\'t like it at all, I might make a separate post about my
142142- thoughts on it)
108108+- Alacritty (I love this terminal, it's fast, cross-platform and has a simple config)
109109+- Ghostty (I only got access recently, a few weeks before it went public - I don't like it at all, I might make a
110110+ separate post about my thoughts on it)
143111144112{#operating-systems}
145113## Operating Systems
146114147115- Nobara (super easy to set up, has nice pre-installed software)
148116- Arch Linux (small footprint, rolling release, the AUR is awesome)
149149-- NixOS (the concept of Nix interests me, but dear god the Nix language
150150- is obtuse - it\'s been the main barrier for me from switching to Nix.
151151- I\'m keeping my eye on a project called
152152- [Glistix](https://github.com/Glistix/glistix), a Gleam-\>Nix compiler)
117117+- NixOS (the concept of Nix interests me, but dear god the Nix language is obtuse - it's been the main barrier for me
118118+ from switching to Nix. I'm keeping my eye on a project called [Glistix](https://github.com/Glistix/glistix), a
119119+ Gleam->Nix compiler)
153120- Windows 10 (modern Windows sucks, but at least this is usable)
154154-- Windows 11 (awful, I only use it on my Ally because that\'s what it
155155- came with)
121121+- Windows 11 (awful, I only use it on my Ally because that's what it came with)
156122157123{#programming-languages}
158124## Programming Languages
159125160160-I dipped my toes in a lot of these this year, whether by choice or for
161161-school work.
126126+I dipped my toes in a lot of these this year, whether by choice or for school work.
162127163163-- Gleam (I have fallen in love with Gleam! This website is made using
164164- it!)
165165-- Rust (honestly, not my favourite. I did more with it last year, but I
166166- just can\'t enjoy using it)
167167-- Zig (very interesting language to me, I think I would enjoy it more if
168168- the tooling was better)
169169-- C# (forced to use it by my uni - it\'s just worse Java with better
170170- tooling)
171171-- Java (use it for Minecraft modding, better C# but you have to use
172172- gradle instead because fuck you)
173173-- Kotlin (Minecraft modding, cool language but it feels held back by
174174- Java tooling - I hate Gradle)
175175-- Odin (only used this in the last month or so, I thought I wouldn\'t
176176- like it but I find it quite enjoyable!)
128128+- Gleam (I have fallen in love with Gleam! This website is made using it!)
129129+- Rust (honestly, not my favourite. I did more with it last year, but I just can't enjoy using it)
130130+- Zig (very interesting language to me, I think I would enjoy it more if the tooling was better)
131131+- C# (forced to use it by my uni - it's just worse Java with better tooling)
132132+- Java (use it for Minecraft modding, better C# but you have to use gradle instead because fuck you)
133133+- Kotlin (Minecraft modding, cool language but it feels held back by Java tooling - I hate Gradle)
134134+- Odin (only used this in the last month or so, I thought I wouldn't like it but I find it quite enjoyable!)
177135178136{#browser}
179137## Browser
180138181181-I jumped around a bit here, and have a few gripes, but Zen is here to
182182-stay!
139139+I jumped around a bit here, and have a few gripes, but Zen is here to stay!
183140184184-- Arc Browser (used the Windows beta, but it kept getting on my nerves
185185- with all the bugs - now they\'ve abandoned it)
186186-- Vivaldi (used for a bit when I switched to linux as it had 90% of the
187187- features I wanted)
188188-- Zen Browser (Arc but Firefox and open-source and not abandoned -
189189- switched to it immediately)
141141+- Arc Browser (used the Windows beta, but it kept getting on my nerves with all the bugs - now they've abandoned it)
142142+- Vivaldi (used for a bit when I switched to linux as it had 90% of the features I wanted)
143143+- Zen Browser (Arc but Firefox and open-source and not abandoned - switched to it immediately)
190144191191-I have a bit more to say about Zen here. While it\'s been mostly good,
192192-as it\'s been in alpha (now in beta at the time of writing), there have
193193-been quite a few bugs and large changes that have been very painful.
194194-There was one regarding the pinned tabs a while back where
195195-occasionally\.. they would just change to `about:blank` pins and you
196196-would lose your pinned tabs. Not fun.
145145+I have a bit more to say about Zen here. While it's been mostly good, as it's been in alpha (now in beta at the time of
146146+writing), there have been quite a few bugs and large changes that have been very painful. There was one regarding the
147147+pinned tabs a while back where occasionally.. they would just change to `about:blank` pins and you would lose your pinned
148148+tabs. Not fun.
197149198198-An *ongoing* bug I have has to do with WebGL, performance is just not
199199-there, and I had to set `webgl.force-enabled` to `true` in my
200200-`about:config` page. This is not great for the end user, and even after
201201-force enabling it, it still heavily underperforms stock Firefox and
202202-other Firefox forks. When I [reported this
203203-issue](https://github.com/zen-browser/desktop/issues/332), they
204204-basically said \"works on my machine\" and closed it.
150150+An *ongoing* bug I have has to do with WebGL, performance is just not there, and I had to set `webgl.force-enabled` to
151151+`true` in my `about:config` page. This is not great for the end user, and even after force enabling it, it still heavily
152152+underperforms stock Firefox and other Firefox forks. When I [reported this issue](https://github.com/zen-browser/desktop/issues/332),
153153+they basically said "works on my machine" and closed it.
205154206206-Another problem is Zen doesn\'t have a Widevine license, so on Windows
207207-and MacOS, you cannot play DRM-protected content, such as Netflix or
208208-Disney+ shows. You can see their (valid) reasoning
209209-[here](https://docs.zen-browser.app/faq#why-cant-zen-browser-play-drm-protected-content).
155155+Another problem is Zen doesn't have a Widevine license, so on Windows and MacOS, you cannot play DRM-protected content,
156156+such as Netflix or Disney+ shows. You can see their (valid) reasoning [here](https://docs.zen-browser.app/faq#why-cant-zen-browser-play-drm-protected-content).
210157Just thought I should mention this.