Finally! Proxmox VE officially supports Arm. At least the more server-grade Arm platforms.
I tested it on my Ampere Altra Max 128-core workstation, and it runs there (though I did hit a couple hiccups).
See: https://t.co/ylPkz34CaC
Частый вопрос на собесах "а что происходит после нажатия Enter в адресной строке браузера на самом деле".
Сделал подробный интерактивный мануал на эту тему ▶️https://t.co/BoAtDJMVLr
Если есть пожелания и/или есть что добавить и изменить, то репа тут https://t.co/ZUQATad3pN
@mitchellh I built agterm on your libghostty, and it finally matches my mental model of how a terminal should work. Couldn't have done it without that solid foundation. https://t.co/5Oj7c8KjGc
@rumgewieselt I have two 1070 Ti 8GB VRAM cards. Q4 won't fit in memory, but Qwen3.6-35B Q3 MoE works great with a 90k token context and Pi-Agent.
I can recommend Llama-Swap for easy switching between different models.
https://t.co/dhwdksq2IR
FreeCAD devs are cooking up a section analysis tool we’ve all been waiting for! It’s still a very early version.
More detail on the GitHub PR.
https://t.co/uS0A2hcRJn
#FreeCAD#CAD#Engineering@FreeCADNews
Спешу поделиться проектом к которому сам приложил свои руки.
Это перевод замечательного учебника Логики Виноградова с совецкого на русский. :)
https://t.co/MVnm9etrQi
Если вы давно мечтали изучить логику на естественном языке, то теперь у вас есть отличный инструмент.
🐹 Go: Immutable Go map
Want to become a better developer? Read the source code.
The map uses a binary fuse filter so lookup is 1 hash + 3 array reads + 2 XORs.
The tradeoff: expensive construction, but tighter memory and simple hot-path.
https://t.co/rCcCFTscAS
#go#golang