Search
663 results for “wez”
-
RE: https://mastodon.decentralised.social/@wezm/116552990807891145
In today's episode of "Why LibreOffice, Why?": For reasons that are probably only clear to the original developers, LibreOffice includes a Logo implementation. If you're of a certain vintage you may remember this as that thing that was used to introduce "programming" to kids in primary schools on an Apple IIe. You move a "turtle" around to draw shapes.
https://help.libreoffice.org/26.2/en-US/text/swriter/librelogo/LibreLogo.html #LibreOffice
-
Tracking my efforts to upstream the cports loongarch64 tweaks and patches:
https://github.com/wezm/cports/issues/1
6 PRs opened so far.
-
Tracking my efforts to upstream the cports loongarch64 tweaks and patches:
https://github.com/wezm/cports/issues/1
6 PRs opened so far.
-
Tracking my efforts to upstream the cports loongarch64 tweaks and patches:
https://github.com/wezm/cports/issues/1
6 PRs opened so far.
-
Tracking my efforts to upstream the cports loongarch64 tweaks and patches:
https://github.com/wezm/cports/issues/1
6 PRs opened so far.
-
Tracking my efforts to upstream the cports loongarch64 tweaks and patches:
https://github.com/wezm/cports/issues/1
6 PRs opened so far.
-
New post, the second this month! 😱
🖥️ Exploring Linux on a LoongArch Mini PC
I wrote about my early experience with M700S LoongArch based mini PC. Open it up to look inside, and install Linux on it. There's a bunch of pictures too.
-
New post, the second this month! 😱
🖥️ Exploring Linux on a LoongArch Mini PC
I wrote about my early experience with M700S LoongArch based mini PC. Open it up to look inside, and install Linux on it. There's a bunch of pictures too.
-
New post, the second this month! 😱
🖥️ Exploring Linux on a LoongArch Mini PC
I wrote about my early experience with M700S LoongArch based mini PC. Open it up to look inside, and install Linux on it. There's a bunch of pictures too.
-
New post, the second this month! 😱
🖥️ Exploring Linux on a LoongArch Mini PC
I wrote about my early experience with M700S LoongArch based mini PC. Open it up to look inside, and install Linux on it. There's a bunch of pictures too.
-
New post, the second this month! 😱
🖥️ Exploring Linux on a LoongArch Mini PC
I wrote about my early experience with M700S LoongArch based mini PC. Open it up to look inside, and install Linux on it. There's a bunch of pictures too.
-
@wezm I love old screenshots. Nearly 25 years ago I was building NetBSD 1.5Y from my Solaris 8 desktop at the BBC. Fun times.
-
@wezm I love old screenshots. Nearly 25 years ago I was building NetBSD 1.5Y from my Solaris 8 desktop at the BBC. Fun times.
-
@wezm I love old screenshots. Nearly 25 years ago I was building NetBSD 1.5Y from my Solaris 8 desktop at the BBC. Fun times.
-
@wezm I love old screenshots. Nearly 25 years ago I was building NetBSD 1.5Y from my Solaris 8 desktop at the BBC. Fun times.
-
@wezm I love old screenshots. Nearly 25 years ago I was building NetBSD 1.5Y from my Solaris 8 desktop at the BBC. Fun times.
-
Just a FYI: If you use Fedora and using Wezterm, the latest version of
weztermfrom COPR is an empty package due to some buggy spec change; you have to installwezterm-guiandwezterm-mux-serverto make it actually installed
there is already an issue created here that you can follow: https://github.com/wezterm/wezterm/issues/7502
#wezterm #fedora #copr -
Figured out how to use colors from a custom color scheme as variables in your #WezTerm config. First, load them in:
```
local var_colors = wezterm.color.load_scheme(
wezterm.home_dir .. "/.config/wezterm/colors/" .. var_scheme .. ".toml"
)
```The `var_scheme` variable depends on the light/dark mode and also reusable in `config.color_scheme = var_scheme`.
I don’t know why a simple way, like in `config.color_scheme` doesn’t work and you need a path to the same file. 🤷
[1/2]
-
Quick update to my WezTerm config:
• Now draws an unmissable deep-pink border around the active window if the active session is a remote one via SSH so you can easily tell when you’re on your own machine and when you’re not.
https://codeberg.org/aral/gists/src/branch/main/wezterm.lua.md#to-use
(See the `update-status` handler at the top.)
-
Do you know the saying, “Don’t tug on a string or an abyss will unravel you”? What do you mean, that’s incorrect? Whatever.
I saw that #WezTerm can detect the #DarkMode/#LightMode, so I decided that I want to have a #DarkTheme and a #LightTheme too. And I made my own. Of course, I made my own! No, I don’t like it. Maybe never will.
[1/3]
-
New post: Trying to Get Chimera Linux Running on Pentium Class Hardware
I'm going to hit pause on this whole i586 Chimera saga, but have written it up so the effort is not entirely in vain. https://www.wezm.net/v2/posts/2025/chimera-i586/
-
New post: Trying to Get Chimera Linux Running on Pentium Class Hardware
I'm going to hit pause on this whole i586 Chimera saga, but have written it up so the effort is not entirely in vain. https://www.wezm.net/v2/posts/2025/chimera-i586/
-
New post: Trying to Get Chimera Linux Running on Pentium Class Hardware
I'm going to hit pause on this whole i586 Chimera saga, but have written it up so the effort is not entirely in vain. https://www.wezm.net/v2/posts/2025/chimera-i586/
-
New post: Trying to Get Chimera Linux Running on Pentium Class Hardware
I'm going to hit pause on this whole i586 Chimera saga, but have written it up so the effort is not entirely in vain. https://www.wezm.net/v2/posts/2025/chimera-i586/
-
Der #Radschnellweg #RS3 ist jedenfalls nicht der Grund, warum es dort noch keinen #Supermarkt gibt!
https://www.andreas-edler.de/blog/2025/04/edeka-am-autohaus-fuhrken/
-
heatmaps in the terminal can look pretty cool! This is a screenshot from the `kcli top` tool in #kumomta which pulls data out of the prometheus metrics endpoint, tracks various series and renders it all, without requiring that prometheus or grafana be deployed. This is running in wezterm (obv!) but can run in any terminal supporting true color. `kcli top` is built on top of #ratatui.
-
weekend tinkering project: hardware wezterm running on a picocalc! This is built using embassy and a slightly tweaked version of the sunset crate for the ssh client. The photo makes things look a lot further along than they really are, because the terminal emulation is virtually non-existent and there is no connection between the keyboard and the ssh session yet. #embededrust #RustEmbedded #embassyrs #rustlang
-
Ich nutze nun schon seit einigen Monaten privat fast gar kein #Windows mehr. Mein daily driver ist stattdessen ein angepasstes #Debian (Testing) mit einem eigenen Desktop-Environment auf Basis von #Hyprland. Ich finde die Anpassbarkeit, Bedienung und mein Design mittlerweile so angenehm, dass ich auf gar keinen Fall mehr zurück will :D
-
^ Are you following the progress of #Inrupt and #ActiveWallets? [https://www.inrupt.com/blog]
This technology, and the complete rethinking of data storage/ownership (as it was originally intended) has the very strong potential to solve many of our current problems, essentially all stemming from #BigTech's ownership of _our_ data.