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
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
Rocky's Sketchbook

The smash hit sequel to "Why rocx is Fucking Amazing" has finally arrived for its 9-ish-year anniversary, curated by the box himself. I finally got a working tablet again from a thrift store and feel like getting back into shitposting with visual diarrhea for the unwashed masses to suffer through.
On the plus side, you're getting 100% genuine artisanally-crafted garbage not even robots can beat.
UX – как лучше улучшать

На примере создания аккаунта в финансовом сервисе я покажу как построить и запустить процесс улучшения User Experience продукта. Что и в каком порядке делать продуктовому дизайнеру, чтобы никого не взбесить, и чтобы всем в команде стало лучше.
Начнём разбор с простого экрана загрузки фотографии паспорта.
Постичь дзенХочется странного — шифрование и протокол Gemini

Сегодня речь пойдет НЕ о новомодной нейросети, не о космической программе NASA, не о созвездии Близнецов, и даже не об очередной криптобирже. Интернет-протоколу Gemini не повезло с названием, его все время путают с чем-то другим.
А протокол интересный, дело в том, что он (1) минималистичный, как Gopher, а значит, (2) удобный для создания самодельных компьютерных программ, работающих с ним, (3) радикально защищает читателя от скриптов, всплывающих окон и прочего, при этом (4) заточен на параноидальную приватность и безопасность, и еще там (5) непривычный подход к шифрованию канала передачи данных, о чем сейчас и поговорим.
Через колючки к звездамWhy Prusa is floundering, and how you can avoid their fate
Prusa is a 3D printer manufacturer which has a long history of being admired by the 3D printing community for high quality, open source printers. They have been struggling as of late, and came under criticism for making the firmware of their Mk4 printer non-free.1
Armin Ronacher uses Prusa as a case-study in why open source companies fail, and uses this example to underline his argument that open source needs to adapt for commercial needs, namely by adding commercial exclusivity clauses to its licenses – Armin is one of the principal proponents of the non-free Functional Source License. Armin cites his experience with a Chinese manufactured 3D printer as...
Bash One-Liners for LLMs
I spent the last month working with Mozilla to launch an open source project called llamafile which is the new best way to run an LLM on your own computer. So far things have been going pretty smoothly. The project earned 5.6k stars on GitHub, 1073 upvotes on Hacker News, and received press coverage from Hackaday. Yesterday I cut a 0.3 release so let's see...