Research: Difference between revisions
Appearance
Justinaquino (talk | contribs) |
"Simplify wiki structure: reorganize into 3 main sections (Game Projects, Open Source & Repositories, Research), remove statistics tables, list articles directly" |
||
| Line 1: | Line 1: | ||
= Research = | = Research = | ||
Technology exploration, emerging tools, and development notes. | |||
== | == Civilization Infrastructure == | ||
Open source technologies for rebuilding civilization infrastructure. | |||
* [https://sites.comfac.net/ Comfac Infrastructure] — Open source civilization hub | |||
* [https://www.youtube.com/shorts/QK2z_UimUls Open Source Ecology] — Open source machinery | |||
* [https://sites.comfac.net/city-mesh.html Community Mesh] — Local mesh networks | |||
* [https://sites.comfac.net/national-mesh.html National Mesh] — Federated networks | |||
* [https://sites.comfac.net/freecad.html FreeCAD Project] — National FreeCAD adoption | |||
* [https://github.com/byrantech/laptop Open Source Laptops] — MIT-licensed laptop designs | |||
== Local AI & LLMs == | |||
Locally-hosted large language models and AI tools. | |||
* [https://github.com/xichen1997/opencode OpenCode] — Open-source Claude Code alternative | |||
* [https://github.com/ggml-org/llama.cpp llama.cpp] — Local LLM inference | |||
* [https://github.com/Talnz007/VulkanIlm VulkanIlm] — Vulkan backend for llama.cpp | |||
* [https://modelscope.ai/home ModelScope] — AI model repository | |||
* [https://github.com/MooreThreads Moore Threads] — GPU acceleration hardware | |||
* [[Lora Basics 260304]] — LORA research | |||
== System Research == | |||
Operating system and computing architecture studies. | |||
* [[Understanding & Fixing Kernel Panics 260212]] — Kernel debugging | |||
* [[Computing_Layers_260206]] — Computing layer analysis | |||
* [[Ladybird-251231]] — Ladybird browser development | |||
== Development Tools == | |||
* [[FreeCAD Workbench Development Kit]] — FreeCAD workbench development | |||
* [[Local Pocket TTS 260124]] — Local text-to-speech | |||
* [[Grammar Spelling model LibreOffice and Firefox models 260214]] — Local AI models | |||
* | |||
[[Category:Research]] | [[Category:Research]] | ||
[[Category:Technology]] | [[Category:Technology]] | ||
[[Category:Exploration]] | [[Category:Exploration]] | ||
Revision as of 12:55, 4 March 2026
Research
Technology exploration, emerging tools, and development notes.
Civilization Infrastructure
Open source technologies for rebuilding civilization infrastructure.
- Comfac Infrastructure — Open source civilization hub
- Open Source Ecology — Open source machinery
- Community Mesh — Local mesh networks
- National Mesh — Federated networks
- FreeCAD Project — National FreeCAD adoption
- Open Source Laptops — MIT-licensed laptop designs
Local AI & LLMs
Locally-hosted large language models and AI tools.
- OpenCode — Open-source Claude Code alternative
- llama.cpp — Local LLM inference
- VulkanIlm — Vulkan backend for llama.cpp
- ModelScope — AI model repository
- Moore Threads — GPU acceleration hardware
- Lora Basics 260304 — LORA research
System Research
Operating system and computing architecture studies.
- Understanding & Fixing Kernel Panics 260212 — Kernel debugging
- Computing_Layers_260206 — Computing layer analysis
- Ladybird-251231 — Ladybird browser development
Development Tools
- FreeCAD Workbench Development Kit — FreeCAD workbench development
- Local Pocket TTS 260124 — Local text-to-speech
- Grammar Spelling model LibreOffice and Firefox models 260214 — Local AI models