A summary of changes since 13.2-RC3 includes: o A fix to recalculate mitigations after reloading microcode on resume; this unbreaks suspend/resume on some laptops. o A fix to stack unwinding of kernel dumps on arm64. o A kernel panic fix in carp(4). o Fix bug resulting in misdetecting endianness on any platform when using endian.h sometimes.
-
-
The newest v0.10.48 was released yesterday and it has been already integrated to Anki in the following commit:
https://github.com/ankitects/anki/commit/b86bf5f2043b2422a3d0133c7d31b3583b746719
https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.48
-
He proposed the so called Moore’s law:
The number of transistors in an integrated circuit (IC) doubles about every two years.
“The observation is named after Gordon Moore, the co-founder of Fairchild Semiconductor and Intel (and former CEO of the latter), who in 1965 posited a doubling every year in the number of components per integrated circuit,[a] and projected this rate of growth would continue for at least another decade. In 1975, looking forward to the next decade, he revised the forecast to doubling every two years, a compound annual growth rate (CAGR) of 41%. While Moore did not use empirical evidence in forecasting that the historical trend would continue, his prediction held since 1975 and has since become known as a “law”.”

-
Trying to install firmware updates for my Dell gives the following error message:
The input is not of cabinet format

The solution is to install the update manually from the command line using fwupdmgr:
1)fwupdmgr get-updates 2)fwupdmgr update You can find additional information about fwupd in Arch linux wiki: https://wiki.archlinux.org/title/fwupd
-
https://www.freebsd.org/releases/13.2R/schedule/
Σε τελική ευθεία η έκδοση 13.2
-
- Dial ##6485##
- See what number is written after MF_02

-
The following steps apply for an Arch Linux and Arch Linux based distributions such as Manjaro etc
- sudo pacman -S – -needed base-devel git rustup ninja libxcrypt-compat (downloads and installs the necessary packages that are used to compile Anki. Newer versions use ninja instead of bazel.
- mkdir ~/ankidev (makes a directory where the source tree will be downloaded and the output files will be saved)
- git clone https://github.com/ankitects/anki.git ~/ankidev (this command copies locally the git repo to the local system)
- cd ~/ankidev
- ./tools/runopt (this command runs an optimized version so it could take longer) or ./run (compilation might be quicker but the program runs slower)
Compiling from the source code will give you the opportunity to test newer changes instead of waiting for a beta version or a stable one. A stable version can take months to be released. Additionally, running from the main branch gives you the ability to report bugs and even propose new features to the developers.
In order to pull new changes use the following command:
cd ~/ankidev && git pull
Then you can recompile to try what has changed.
In case of a bug that you want to reverse back to previous commits you can see the changelog using: git log
If for example the newer commit is troublesome and you want to revert back to a commit with the hash 77a45365cb64284dd4a8cd2535d6cbdc2676472c
then execute: git checkout 77a45365cb64284dd4a8cd2535d6cbdc2676472c
Say for example that the developers fix the bug and you want to get back to the main branch. Then use:
git checkout main
-
So on 14th March, Reddit was down for many hours.
Without any official announcements I thought that the problem was on my end. Trying to clear my browser’s cache didn’t work.
Finally I found out that Reddit was facing technical difficulties. The following site gives info about the current status of Reddit forums:

-

Yes, it’s been a month but still quite important news 🙂
-

Compared to X11, Wayland is not currently usable in my laptop. Still buggy with no proper fractional scaling.
This screenshot is taken under the developmental branch of KDE with Wayland after compiling the source code.
-
The change will affect US, Germany, Austria, UK, France etc but the time frame is not known. Greece is not included …
-
For a complete changelog see the following link:
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.2.8




