Jump to content

Research: Difference between revisions

From Game in the Brain Wiki
Create Research section index page
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Research =
= Research =


Open source leads — technologies to explore, learn, and set up.
Technology exploration, emerging tools, and development notes.


== Civilization Infrastructure ==
== Civilization Infrastructure ==


# https://sites.comfac.net/
Open source technologies for rebuilding civilization infrastructure.
## [https://www.youtube.com/shorts/QK2z_UimUls Open Source Ecology — Open Source Machinery] to rebuild civilization and weather tragedy, and develop food security.
 
### https://github.com/orgs/bettergovph/discussions/411
* [https://sites.comfac.net/ Comfac Infrastructure] — Open source civilization hub
## https://sites.comfac.net/city-mesh.html Community mesh
* [https://www.youtube.com/shorts/QK2z_UimUls Open Source Ecology] — Open source machinery
### https://github.com/bettergovph/bettergov/issues/592
* [https://sites.comfac.net/city-mesh.html Community Mesh] — Local mesh networks
## https://sites.comfac.net/national-mesh.html Federating community mesh to make a national mesh.
* [https://sites.comfac.net/national-mesh.html National Mesh] — Federated networks
## [https://github.com/orgs/bettergovph/discussions/410 National FreeCAD Adoption] — open source free 3D parametric CAD software. With OpenFOAM, FreeCAD will allow all other engineering open source projects to be much more achievable.
* [https://sites.comfac.net/freecad.html FreeCAD Project] — National FreeCAD adoption
### [https://sites.comfac.net/freecad.html Comfac's FreeCAD Project]
* [https://github.com/byrantech/laptop Open Source Laptops] — MIT-licensed laptop designs
## [https://github.com/orgs/bettergovph/discussions/409 Open Source Laptops]
### <nowiki>https://github.com/byrantech/laptop</nowiki> open source laptops already exist, MIT License


== Local AI & LLMs ==
== Local AI & LLMs ==


# https://github.com/xichen1997/opencode — OpenCode is a fully-featured, open-source alternative to Claude Code that runs entirely on your local machine using Ollama.
Locally-hosted large language models and AI tools.
# https://github.com/ggml-org/llama.cpp — study sharding (splitting a model across GPUs using fast networking) and parallel decoding.
 
# https://github.com/Talnz007/VulkanIlm — Python-first wrapper and CLI around llama.cpp's Vulkan backend for fast local LLM inference on AMD, Intel, and NVIDIA GPUs — no CUDA required.
* [https://github.com/xichen1997/opencode OpenCode] Open-source Claude Code alternative
# https://modelscope.ai/home
* [https://github.com/ggml-org/llama.cpp llama.cpp] Local LLM inference
# https://github.com/MooreThreads
* [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
*[[Repo Index]]
** [[Repo SharedConcepts]]
** [[Repo comfac-hrms CommonEdits]]
** [[Repo comfac-hrms DataModel]]
** [[Repo comfac-hrms DirectoryMap]]
** [[Repo comfac-hrms EntryPoints]]
** [[Repo comfac-hrms ExtensionPoints]]
** [[Repo comfac-hrms Overview]]
** [[Repo comfac-webshop CommonEdits]]
** [[Repo comfac-webshop DataModel]]
** [[Repo comfac-webshop DirectoryMap]]
** [[Repo comfac-webshop EntryPoints]]
** [[Repo comfac-webshop ExtensionPoints]]
** [[Repo comfac-webshop Overview]]
 
== 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
 
== Learning Techniques ==
* [[Spaced Repetition and Active Recall]]
* https://en.wikipedia.org/wiki/Anki_(software)
* https://apps.ankiweb.net/
* https://ankiweb.net
* https://ankiweb.net/shared/decks
 
[[Category:Research]]
[[Category:Technology]]
[[Category:Exploration]]

Latest revision as of 16:59, 9 March 2026

Research

Technology exploration, emerging tools, and development notes.

Civilization Infrastructure

Open source technologies for rebuilding civilization infrastructure.

Local AI & LLMs

Locally-hosted large language models and AI tools.

System Research

Operating system and computing architecture studies.

Development Tools

Learning Techniques