Research: Difference between revisions
Appearance
Justinaquino (talk | contribs) Create Research section index page |
Justinaquino (talk | contribs) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Research = | = Research = | ||
Technology exploration, emerging tools, and development notes. | |||
== Civilization Infrastructure == | == 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 == | == 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 | |||
*[[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.
- 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
- 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