Feed digilinux.ru [copy] http://digilinux.ru/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed freepost [copy] https://freepo.st/rss/new has loading error: cURL error 22: The requested URL returned error: 500
FDO's conduct enforcement actions regarding Vaxry
freedesktop(.org), aka FDO, recently banned Hyprland maintainer Vaxry from the FDO community, and in response Vaxry has taken his case to the court of public opinion, publishing their email exchanges and writing about it on his blog.
It saddens me to bear witness to these events today. I wrote in September of last year about problems with toxicity in the Hyprland community. I initially reached out to Vaxry to discuss these problems in private in February of last year. I failed to get through to him, leading to that blog post in September. I spent some time in the following weeks talking with Vaxry on his behavior and...
2024-04-05
st 0.9.2 released: download
This reverts a commit and a regression with cursor move with wide glyphs, for example with GNU readline.
LLaMA Now Goes Faster on CPUs
I just wrote 84 new matrix multiplication kernels for llamafile which enable it to read prompts / images faster. Compared to llama.cpp, prompt eval time with llamafile should go anywhere between 30% and 500% faster when using F16 and Q8_0 weights on CPU. The improvements are most dramatic for ARMv8.2+ (e.g. RPI 5), Intel (e.g. Alderlake), and AVX512 (e.g. Zen 4) computers. ...
2024-03-20
Below are some highlights of the changes for the recent releases of dmenu, dwm, st and tabbed, see the git logs for all details:
General small Makefile improvements, rationale being: just be verbose and show what is done: do not abstract/hide details from the user/developer. Respect (more) the package manager and build system flags (CFLAGS, LDFLAGS, etc).
dwm:
Improvements to signal handling. Fix: Avoid missing events when a keysym maps to multiple keycodes.dmenu:
Reduce memory usage for reading the lines. Fix: X11 BadMatch error when embedding on some windows.st:
Fix: bounds checks of dc.col. Fix: buffer overflow when handling long composed input. Ignore C1 control characters in UTF-8 mode. Improvements to cell handling...2024-03-19
dmenu 5.3 released: download dwm 6.5 released: download st 0.9.1 released: download tabbed 0.8 released: download
CMake pretty print
Небольшой кусочек кода, который позволяет выводить текст с возможностью выравнивания по центру, по правому и левому краям. Пример использования для вывода текста по центру с заполнением символом «*» и шириной 50: /**************** Text on center ****************\ | Left aligned 1 …
The post CMake pretty print appeared first on Ugolnik's blog.