Ncurses 6.6 公開、Windows Terminal対応が大幅強化
https://softantenna.com/blog/ncurses-6-6/
(Linux news in original post)
FOSS NEWS
F-Droid upgrades core server, doubles app update frequency:
https://alternativeto.net/news/2026/1/f-droid-upgrades-core-server-doubles-app-update-frequency/
Shotcut 25.12 adds 10-bit video CPU pipeline, linear color processing, and UI upgrades:
https://alternativeto.net/news/2026/1/shotcut-25-12-adds-10-bit-video-cpu-pipeline-linear-color-processing-and-ui-upgrades/
LibreOffice Viewer launched for Meta Quest VR on Horizon OS:
https://alternativeto.net/news/2025/12/libreoffice-viewer-launched-for-meta-quest-vr-on-horizon-os/
(Viewing documents in virtual reality? How does it supposed to look like? Walking between letters to read them, and climbing on top of them for better view? lol)
SuperTux v0.7.0 beta released with revamped worlds, new music and major gameplay additions:
https://alternativeto.net/news/2025/12/supertux-v0-7-0-beta-released-with-revamped-worlds-new-music-and-major-gameplay-additions/
Upscayl 2.15 brings redesigned interface, multi-language support, new AI model:
https://alternativeto.net/news/2026/1/upscayl-2-15-brings-redesigned-interface-multi-language-support-new-ai-model/
Zig 0.6.0 adds LLVM 10, RISC-V, new binaries, and Windows improvements:
https://alternativeto.net/news/2026/1/zig-0-6-0-adds-llvm-10-risc-v-new-binaries-and-windows-improvements/
Ncurses 6.6 Released With Improved Windows Terminal Support, Other Enhancements:
https://www.phoronix.com/news/Ncurses-6.6
OpenCV 4.13 Brings More AVX-512 Usage, CUDA 13 Support, Many Other New Features:
https://www.phoronix.com/news/OpenCV-4.13-Released
LLVM 22 Lands NVIDIA Olympus CPU Scheduling Model:
https://www.phoronix.com/news/NVIDIA-Olympus-Sched-Model
Rust-Based Fjall 3.0 Released For Key-Value Storage Engine Akin To RocksDB:
https://www.phoronix.com/news/Fjall-3.0-Released
("...but with the benefit of being written in Rust." Here we go again. Rust considered a feature while it's just a programming language.)
/e/OS 3.3 brings improved Murena Workspace integration and tracking notification removal:
https://alternativeto.net/news/2025/12/-e-os-3-3-brings-improved-murena-workspace-integration-and-tracking-notification-removal/
ReactOS Starts 2026 With Another "Major Step" Toward Windows NT6 Compatibility:
https://www.phoronix.com/news/ReactOS-Starts-2026
ReactOS syncs MSVCRT with Wine 10.0, cuts API test failures by 30%:
https://alternativeto.net/news/2026/1/reactos-syncs-msvcrt-with-wine-10-0-cuts-api-test-failures-by-30-/
NVIDIA Graphics On Haiku OS Make Progress With NVIDIA Open Kernel Modules + NVK/Zink:
https://www.phoronix.com/news/NVIDIA-Haiku-0.0.1
#WeeklyNews #OpenSource #FOSSNews #FOSS #FDroid #Shotcut #LibreOffice #MetaQuest #HorizonOS #VR #SuperTux #Upscayl #Zig #Ncurses #OpenCV #LLVM #Fjall #eOS #ReactOS #Haiku #OfficeSuite #VideoEditor #VideoEditing #FOSSGame #OpenSourceGame #KeyValueStore #Database #OS #Coding #FosseryTech
Ncurses 6.6 公開、Windows Terminal対応が大幅強化
https://softantenna.com/blog/ncurses-6-6/
After some more noodling with the #solaris kernel driver, behold the (as far as I am aware) only third-party #sunpci client program. (This still uses the Solaris kernel driver)
My program currently "emulates" the VGA text mode using #ncurses (poorly) but this makes development a lot faster!
Next up is the block device emulation, then I should be able to boot DOS on this entirely! (without graphics, obviously... But sixels... maybe? 😅 )
Giao diện NCURSES mới đã được ra mắt cho server llama.cpp GGUF, giúp quản lý và tương tác dễ dàng hơn qua mạng LAN. Đây là cải tiến đáng chú ý cho những ai muốn chạy mô hình AI cục bộ hiệu quả.
#llamaCPP #NCURSES #GGUF #LocalLLaMA #AI #Server #MạngLAN #GiaoDienMoi #AIcucbo
https://www.reddit.com/r/LocalLLaMA/comments/1p9jtc6/new_interface_for_llamacpp_ncurses_gguf_server/
I have been learning how to control the console with c++ in class. I hate it. It's so hard. Like, html just works and is easier, why not learning that?? CSS is cool, Qt has something similar to CSS i guess
I just dont like things not being cross compatible between different OS.
Now i just discovered ncurses, life is paradise now xd
I am just starting but feel like i can now create utlra cool UIs with it
It is so way easier to write that than to write with the teachers library that only works on windows
For now, it only works on linux, but it is not that hard to make it portable apparently
Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version - Bill-Gray/PDCursesMod
Мой первый pet-проект: процесс-менеджер synd3
Всем привет! Пишу этот пост, чтобы поделиться своим опытом и получить критику или советы от людей с большим опытом. Мне 22 года, я из Латвии. По образованию я судовой механик, но уже около 4 лет увлекаюсь программированием. Долгое время это оставалось хобби: пробовал сайты, простые игры — но они не приносили настоящего удовольствия. Я считал, что в программировании нужно было разбираться ещё со школы, и долго не верил, что могу найти себя в этой сфере. Переломный момент наступил, когда я заинтересовался системным программированием. Каждый раз, когда узнаю, как работает низкоуровневая часть ОС, у меня будто открывается новый мир. Особенно зацепила тема процессорного планирования: все говорят «железо, CPU, видеокарта», но на практике даже реализация планировщика процессов может заметно влиять на производительность.
https://habr.com/ru/articles/958104/
#c #c++ #linux #tui #ncurses #open_source #petproject #system_programming #process_manager #process_management