Vegard Bieker Matthey vegardbm
  • Det hender at jeg skriver noen programmer til personlig bruk, som oftest i Rust.

  • Joined on 2025-08-14
vegardbm pushed to master at vegardbm/ImageViewer 2026-07-04 20:20:58 +02:00
3fa5bb3840 scripts: fail hard and early
2c1626cf5a add image size and comic title to metadata extraction
5f8bd8b202 perf: use flatbuffers instead of json for metadata
Compare 3 commits »
vegardbm pushed to master at vegardbm/nix-config 2026-06-27 21:52:15 +02:00
ff86737b48 talos: add steam and mangohud
8e928d6ace update refresh rate patch to be per monitor, and config new monitor for talos
4c82eb8f0a programs/neovim: move non-lsp keymaps
d9113e9afd ssh improvements
Compare 4 commits »
vegardbm commented on issue Drift/issues#382 2026-06-27 16:27:40 +02:00
Upgrade dovecot on microbel

I copied dovecot to dovecot.old2. I then deleted some .bak files from the dovecot dir.

vegardbm commented on issue Drift/issues#382 2026-06-27 15:00:20 +02:00
Upgrade dovecot on microbel

I also think it would be pretty useful to clean up /etc/dovecot. A lot of the files there are older versions of config and example configs that are only comments. This kind of makes it hard to…

vegardbm commented on issue Drift/issues#382 2026-06-27 14:37:18 +02:00
Upgrade dovecot on microbel

The warning for line 878 is likely something where we should add this line: service_user = root.

vegardbm commented on issue Drift/issues#382 2026-06-27 14:33:02 +02:00
Upgrade dovecot on microbel

The warning for line 700 means we should probably add the line: mechanisms = gssapi plain

vegardbm commented on issue Drift/issues#382 2026-06-27 14:27:37 +02:00
Upgrade dovecot on microbel

Here is the result of using the upgrader:

# Conversion performed at 2026-06-27 12:26:42.281493
dovecot_config_version = 2.4.2
dovecot_storage_version = 2.4.0
auth_allow_cleartext =…
vegardbm commented on issue Drift/issues#382 2026-06-27 14:24:49 +02:00
Upgrade dovecot on microbel

Maybe we should try using the upgrader

vegardbm commented on issue Drift/issues#382 2026-06-27 14:20:20 +02:00
Upgrade dovecot on microbel

Should we change pop3_uidl_format = %v.%u ?

vegardbm commented on issue Drift/issues#382 2026-06-27 13:50:06 +02:00
Upgrade dovecot on microbel

ssl_listen does not exist in the newer version and is not mentioned in the config migration guide.

vegardbm commented on issue Drift/issues#382 2026-06-27 13:14:03 +02:00
Upgrade dovecot on microbel

We are currently on version 2.3.19.1, meaning we need to be following this and [this](https://doc.dovecot.org/main/installation/…

vegardbm pushed to master at vegardbm/nix-config 2026-06-22 23:58:15 +02:00
3e129ef189 programs/neovim: clangd filtype c includes .h files
53b16814cd set correct driver for printer and add Fightcade
19d10d3108 programs/retroarch: add core for c64 and ps1
633e3026a4 flake.lock: bump inputs and fix neovim config
8611d3a654 home printer
Compare 8 commits »
vegardbm pushed to master at vegardbm/nix-config 2026-06-14 01:28:33 +02:00
e468841410 programs/retroarch: add my own patches
d3aa48f072 add some commonly used programs
3f3d585e49 programs/retroarch: add core np2kai
372952d32f programs/ssh: matchBlocks -> settings
Compare 4 commits »
vegardbm pushed to master at vegardbm/nix-config 2026-06-14 00:57:17 +02:00
9a6bb716b9 neovim: add goto definition/declaration
vegardbm pushed to master at vegardbm/nix-config 2026-06-14 00:55:52 +02:00
56ba34a43e neovim: add lsp clangd
vegardbm pushed to master at vegardbm/nix-config 2026-06-14 00:50:56 +02:00
9a43cec4ff neovim: add clangd lsp
vegardbm pushed to main at Drift/pvv-nixos-config 2026-06-08 11:38:17 +02:00
5763a76136 user/vegardbm: change shell to zsh and add ssh key
vegardbm commented on pull request Drift/pvv-nixos-config#143 2026-06-08 11:16:28 +02:00
export and scrape dibbler prometheus stats

There is another one which is also pretty bad compared to the others:

pvv_vv=*# EXPLAIN ANALYZE SELECT SUM(price) FROM purchases;
                                                      QUERY…
vegardbm commented on pull request Drift/pvv-nixos-config#143 2026-06-08 11:13:19 +02:00
export and scrape dibbler prometheus stats
pvv_vv=*# EXPLAIN ANALYZE SELECT SUM(price) FROM purchases GROUP BY DATE(time) ORDER BY DATE(time) DESC LIMIT 1;
                                                             QUERY PLAN   
vegardbm commented on pull request Drift/pvv-nixos-config#143 2026-06-08 10:56:00 +02:00
export and scrape dibbler prometheus stats

What you provided works. Modified to use