Age | Commit message (Collapse) | Author |
|
https://www.reddit.com/r/PINE64official/comments/1dr2qz1/pinephone_software_in_2024_a_rapidfire_comparison/
wrote that using irqbalance has huge 7-8 times improvements on
"screen-off" battery life. Not sure what's that screen-off means. I
tested 4 hours pinephone suspend without power adaptor with and without
irqbalance, without irqbalance battery drop from 99% to 88%, with it
drop to 91%, so I think maybe it is useful, so I choose to use it.
|
|
|
|
Default mirror often outputs errors like this: "error: failed retrieving
file 'core.db' from mirror.archlinuxarm.org : Connection timed out after
10002 milliseconds". So I tried to specify mirrors manually and it seems
much better now.
Another way maybe is DisableDownloadTimeout in pacman.conf, not tested.
|
|
|
|
|
|
|
|
|
|
https://github.com/neovim/neovim/issues/33075
https://github.com/neovim/neovim/pull/33122
|
|
|
|
h-hg/fcitx.nvim is the only one out of the three alternatives that does
not have this issue: after / search with chinese pingyin, then enter,
then in normal mode if I press one key, e.g., k, it will trying to use
chinese pingyin instead of using english
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readable, so no need to customize by myself
|
|
remove these ssh configs else error
|
|
|
|
|
|
|
|
/boot/initramfs-linux.img
|
|
|
|
https://github.com/tinted-theming/tinted-vim/pull/89
|
|
|
|
|
|
|
|
angelfish for alternative to firefox when firefox not working and core
dump. distcc to test cross compile. meson is used very often to compile
things, like last time I use it to build seatd.
|
|
|
|
|
|
|
|
School wifi ipv6 not working, somehow cause pp can't ping ca, not sure
why insp can ping ca at school wifi. I don't understand this change
also.
https://wiki.archlinux.org/title/IPv6#Prefer_IPv4_over_IPv6
https://serverfault.com/questions/93717/setting-ipv4-as-preferred-protocol-over-ipv6
https://kevin-haas.com/posts/how-to-prioritize-ipv4-over-ipv6-on-linux/
|
|
|
|
|
|
|
|
|
|
This reverts commit 04159c6a98f1b1c514033454b2f29a88a4a0d792.
Arch Linux ARM upgraded pacman
|
|
|
|
This reverts commit b7ba2dd97822e5b2725e2311afeb54839dcfd71f.
Arch linux arm does not have this config yet.
|
|
|
|
|
|
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/f02d4d01cc9bcaf566e72dbb769250f8c2752e9e
https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/319671cc720a31cfaa81e25354d58699a1bedf6c
|
|
Commit
https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169
and
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/099295fdcb33c875d0659510dc8e82969463a7c4
migrate rustflags to /etc/makepkg.conf.d/rust.conf.
Note I also change opt-level to 3 because
https://doc.rust-lang.org/cargo/reference/profiles.html shows opt-level
3 is all optimization which I want.
|