<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JacksonL</id>
	<title>Open Source Ecology - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opensourceecology.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JacksonL"/>
	<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/wiki/Special:Contributions/JacksonL"/>
	<updated>2026-05-05T11:45:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316555</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316555"/>
		<updated>2025-12-19T18:12:37Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Friday, Dec 19, 2025=&lt;br /&gt;
https://gemini.google.com/share/23baef02f991&lt;br /&gt;
&lt;br /&gt;
I just realized you can share AI conversations.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 18, 2025=&lt;br /&gt;
[[Upgrading Antigravity]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
Need to find a [[FOSS]] [[Whispr]] alternative. Or maybe just use whispr? Found another automation tool called [[Flowith Neo]] going to check it out in a bit.&lt;br /&gt;
&lt;br /&gt;
[[Irresistible Offer]]&lt;br /&gt;
&lt;br /&gt;
Learning about [[XMPP]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Upgrading_Antigravity&amp;diff=316528</id>
		<title>Upgrading Antigravity</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Upgrading_Antigravity&amp;diff=316528"/>
		<updated>2025-12-18T22:22:22Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;&amp;quot;Suggest an upgrade for Google Antigravity.&amp;quot;  Based on your interest in DevOps, Platform Engineering, and 2026-era agentic tools, I assume you are referring to Google Antigravity, the agent-first IDE powered by Gemini 3 (currently in preview as of late 2025).  Since Antigravity is already a &amp;quot;cutting-edge&amp;quot; tool designed to replace traditional coding with autonomous agents, an &amp;quot;upgrade&amp;quot; here likely means enhancing its capabilities to handle more complex Platform Engineerin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;Suggest an upgrade for Google Antigravity.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Based on your interest in DevOps, Platform Engineering, and 2026-era agentic tools, I assume you are referring to Google Antigravity, the agent-first IDE powered by Gemini 3 (currently in preview as of late 2025).&lt;br /&gt;
&lt;br /&gt;
Since Antigravity is already a &amp;quot;cutting-edge&amp;quot; tool designed to replace traditional coding with autonomous agents, an &amp;quot;upgrade&amp;quot; here likely means enhancing its capabilities to handle more complex Platform Engineering tasks, or moving to a more mature workflow if the preview limitations are slowing you down.&lt;br /&gt;
&lt;br /&gt;
Here are specific upgrades you can apply to your Antigravity setup:&lt;br /&gt;
1. The &amp;quot;Connectivity&amp;quot; Upgrade: Implement MCP Servers&lt;br /&gt;
&lt;br /&gt;
The biggest limitation of out-of-the-box Antigravity is that the agent is isolated from your actual data. You can &amp;quot;upgrade&amp;quot; its intelligence by connecting it to your live infrastructure using the Model Context Protocol (MCP).&lt;br /&gt;
&lt;br /&gt;
    Why: Instead of just writing code, the agent can actively query your databases or check cloud resource states to verify its own work.&lt;br /&gt;
&lt;br /&gt;
    How:&lt;br /&gt;
&lt;br /&gt;
        Database: Install the AlloyDB or PostgreSQL MCP server. This allows the agent to run SQL queries to validate schema changes it just wrote.&lt;br /&gt;
&lt;br /&gt;
        Observability: Connect a Prometheus or Google Cloud Monitoring MCP. This enables the agent to &amp;quot;check the logs&amp;quot; autonomously after deploying a fix to see if error rates actually dropped.&lt;br /&gt;
&lt;br /&gt;
2. The &amp;quot;Workflow&amp;quot; Upgrade: Parallel Agent Orchestration&lt;br /&gt;
&lt;br /&gt;
Stop using Antigravity like a chatbot (linear request/response). Upgrade your workflow to &amp;quot;Manager Mode.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    The Setup: Open the Agent Manager (Mission Control view) and spawn two distinct agents for a single ticket:&lt;br /&gt;
&lt;br /&gt;
        Agent A (Builder): Tasked with implementing the Terraform/OpenTofu changes.&lt;br /&gt;
&lt;br /&gt;
        Agent B (Auditor): Tasked with reviewing Agent A&#039;s work against a specific policy file (e.g., &amp;quot;Check for public S3 buckets&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
    Benefit: This mimics a CI/CD pipeline locally. You don&#039;t merge until Agent B signs off on Agent A&#039;s work.&lt;br /&gt;
&lt;br /&gt;
3. The &amp;quot;Brain&amp;quot; Upgrade: Force &amp;quot;Planning Mode&amp;quot;&lt;br /&gt;
&lt;br /&gt;
By default, Antigravity often defaults to &amp;quot;Fast&amp;quot; mode for speed. For Platform Engineering (where mistakes are expensive), you should force the Planning Mode for every task.&lt;br /&gt;
&lt;br /&gt;
    Action: When prompting, explicitly request a &amp;quot;Verification Plan&amp;quot; as the first artifact.&lt;br /&gt;
&lt;br /&gt;
    Prompt Upgrade: &amp;quot;Don&#039;t just write the script. First, generate a plan that details how you will verify this works without human intervention using the available browser/terminal tools.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Result: This forces the model to use its &amp;quot;Reasoning&amp;quot; capabilities (Gemini 3 Pro) to hallucinate less and verify more.&lt;br /&gt;
&lt;br /&gt;
4. The &amp;quot;Hardware&amp;quot; Upgrade: Local LLM Offloading&lt;br /&gt;
&lt;br /&gt;
If you are hitting rate limits or latency with the cloud-based Gemini 3 Pro models, upgrade your local environment to handle hybrid inference.&lt;br /&gt;
&lt;br /&gt;
    Tooling: specialized extensions (often community-maintained in the preview phase) that allow Antigravity to route simple tasks (like syntax checking or boilerplate generation) to a local model (like Gemma 2 27B running on your own GPU) while saving the heavy reasoning for the cloud.&lt;br /&gt;
&lt;br /&gt;
    Note: This requires a machine with significant VRAM (e.g., NVIDIA RTX 5090 or Mac Studio M4 Ultra), but it drastically speeds up the &amp;quot;agentic loop.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. The &amp;quot;competitor&amp;quot; Upgrade (If Antigravity is too unstable)&lt;br /&gt;
&lt;br /&gt;
If you find Antigravity&#039;s &amp;quot;preview&amp;quot; status too buggy for production work, the immediate &amp;quot;stable&amp;quot; upgrade is Cursor with the Composer feature.&lt;br /&gt;
&lt;br /&gt;
    Why: While Antigravity is &amp;quot;Agent First&amp;quot; (autonomous), Cursor is &amp;quot;Human First with Superpowers.&amp;quot; It is currently more reliable for large-scale refactors where you need to maintain tight control over the context window.&lt;br /&gt;
&lt;br /&gt;
    Recommendation: Keep Antigravity for &amp;quot;greenfield&amp;quot; experiments (new services, prototypes) where the agent can run wild. Use Cursor for maintaining your legacy &amp;quot;brownfield&amp;quot; infrastructure where precision beats autonomy.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316527</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316527"/>
		<updated>2025-12-18T22:21:33Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 18, 2025=&lt;br /&gt;
[[Upgrading Antigravity]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
Need to find a [[FOSS]] [[Whispr]] alternative. Or maybe just use whispr? Found another automation tool called [[Flowith Neo]] going to check it out in a bit.&lt;br /&gt;
&lt;br /&gt;
[[Irresistible Offer]]&lt;br /&gt;
&lt;br /&gt;
Learning about [[XMPP]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316395</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316395"/>
		<updated>2025-12-17T06:19:35Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
Need to find a [[FOSS]] [[Whispr]] alternative. Or maybe just use whispr? Found another automation tool called [[Flowith Neo]] going to check it out in a bit.&lt;br /&gt;
&lt;br /&gt;
[[Irresistible Offer]]&lt;br /&gt;
&lt;br /&gt;
Learning about [[XMPP]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Irresistible_Offer&amp;diff=316394</id>
		<title>Irresistible Offer</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Irresistible_Offer&amp;diff=316394"/>
		<updated>2025-12-17T05:42:34Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Work Doc=&lt;br /&gt;
&lt;br /&gt;
=Irrisistible Offer Specification Questions=&lt;br /&gt;
&lt;br /&gt;
Image we are to &#039;save the world.&#039; OSE is offering a [[Future Builders Academy Apprenticeship]] to make worldbuilding a new &#039;career&#039; option. We are inventing a new economic sector - the zero marginal cost abundance economy based on [[Universal Basic Resources]] - a step in language  beyond [[Universal Basic Assets]] and transcending the limitations of [[Universal Basic Income]].&lt;br /&gt;
&lt;br /&gt;
Some questions are:&lt;br /&gt;
#What would be required for an immersion education/production program would make you drop everything (job, school, bring your family with, stop whatever [[Bullshit Job]] you are doing, etc) - and join full time with 100% of your energy (revolution is not a part time job) on March 1 or April 1 (or later if program needs more development) at Factor e Farm along with a cohort of 24 people? This would set a blueprint for a scalable model of 10x in a year if the first 24 person cohort is working.&lt;br /&gt;
#Tell me about the details that you would need to attend: cost (from you) or pay (to you), time requirements - curriculum - who the rest of the cohort would be - Infrastructure Requirement at Factor e Farm - work week and free time - evaluation and certification - nature of work - nature of the study program - service aspect (we learn character by service). Etc. Give as much detail as you can imaging - as if you were creating your own dream education program.&lt;br /&gt;
#Describe in as much detail as possible what a typical day would look like in such a program.&lt;br /&gt;
#After you list some of the above, try to propose how this would be executed. Assume that we can secure the resources, publicity, recruiting, etc - required to do start the Apprenticeship effectively. You can ignore the current description of the apprenticeship - and start from scratch if you don&#039;t like what is offered.&lt;br /&gt;
&lt;br /&gt;
=Matt Feedback=&lt;br /&gt;
Hi Marcin,&lt;br /&gt;
&lt;br /&gt;
I spent a good amount of time going through the video pitch and the application deck. Before I get into the details, I want to give you the context for where my thinking comes from.&lt;br /&gt;
&lt;br /&gt;
Over the last few years, I’ve spent an enormous amount of time talking with young people — especially 16–24-year-old men — and trying to deeply understand what they want, what they fear, what they’re missing, and what makes them hesitate. That work is what informed The Preparation. It’s a program built specifically to address the void that young people feel right now. Not the theoretical void, but the emotional and practical one they live with every day.&lt;br /&gt;
&lt;br /&gt;
What I’m going to share with you below comes directly from that work — from studying “the market,” if you want to call it that. Meaning: real conversations with real young men and women trying to figure out their lives. Everything here is meant to be constructive and helpful, because I genuinely respect the ambition of what you’re building.&lt;br /&gt;
&lt;br /&gt;
Here are the main things that stand out.&lt;br /&gt;
&lt;br /&gt;
1. The people you want aren’t looking for a better university.&lt;br /&gt;
They’re looking for a different path altogether.&lt;br /&gt;
&lt;br /&gt;
Right now, your materials recreate the basic skeleton of a university: four-year timeline, semesters, credit hours, tuition tiers, breaks, and tracks.&lt;br /&gt;
&lt;br /&gt;
The kind of people who would thrive in your environment are trying to get away from all of that. They don’t want “college, but different.” They want something that feels like a whole new life path. A mission. A proving ground. A place to build themselves. But it has to feel practical. They need to be able to justify what they&#039;re doing to themselves and others.  &lt;br /&gt;
&lt;br /&gt;
Your current framing unintentionally signals “university, but with more tools.”&lt;br /&gt;
&lt;br /&gt;
That’s not what your ideal student wants.&lt;br /&gt;
&lt;br /&gt;
2. The four-year structure is working against you.&lt;br /&gt;
This is probably the single biggest friction point. A four-year commitment feels:&lt;br /&gt;
&lt;br /&gt;
intimidating&lt;br /&gt;
abstract&lt;br /&gt;
slow&lt;br /&gt;
and hard to visualize&lt;br /&gt;
Young people today don’t think in four-year blocks. They think in cycles, seasons, and opportunities. A four-year path feels like being locked into the same thing that everyone knows already doesn’t work.&lt;br /&gt;
&lt;br /&gt;
University puts people — especially young men — into a four-year ice bath. You take all their energy, drive, and momentum and pace it out over semesters.&lt;br /&gt;
&lt;br /&gt;
There’s no reason your program needs to stretch across that timeline. You could achieve the foundational skills — the ones that actually change someone’s life — in a year or less when the structure is tight.&lt;br /&gt;
&lt;br /&gt;
Ask yourself honestly: What can be accomplished in one year if everything unnecessary is stripped away?&lt;br /&gt;
&lt;br /&gt;
You’ll be surprised how much can.&lt;br /&gt;
&lt;br /&gt;
3. Young people aren’t trying to “change the world” yet.&lt;br /&gt;
They’re trying to become capable.&lt;br /&gt;
&lt;br /&gt;
This is the major disconnect between your vision and their psychology: high-level ideals sound like more ideological imposition to a generation that’s been bombarded with it since childhood. It feels totally fake to most young men.&lt;br /&gt;
&lt;br /&gt;
Your materials talk a lot about:&lt;br /&gt;
&lt;br /&gt;
rebuilding civilization&lt;br /&gt;
collaborating at scale&lt;br /&gt;
becoming world-changers&lt;br /&gt;
open-sourcing the future&lt;br /&gt;
designing new institutions&lt;br /&gt;
That’s your level of thinking. It’s where you operate. But a young man who doesn’t yet know how to change the oil in his truck cannot relate to that level of abstraction.&lt;br /&gt;
&lt;br /&gt;
They know, deep down, that they must change themselves first.&lt;br /&gt;
&lt;br /&gt;
Competence → Confidence → Independence → Leadership → Then maybe world-changing.&lt;br /&gt;
&lt;br /&gt;
Your program currently starts at the end of that chain. It needs to begin at the beginning.&lt;br /&gt;
&lt;br /&gt;
4. You already have proof this works: your builder crash courses.&lt;br /&gt;
Why? Because they function as cycles.&lt;br /&gt;
&lt;br /&gt;
Your short-term builder bootcamps succeed because they:&lt;br /&gt;
&lt;br /&gt;
have a clear outcome&lt;br /&gt;
have a defined time commitment&lt;br /&gt;
give a tangible skill&lt;br /&gt;
let people see their progress quickly&lt;br /&gt;
Those are cycles.&lt;br /&gt;
&lt;br /&gt;
Cycles work.&lt;br /&gt;
&lt;br /&gt;
A four-year abstraction doesn’t. A one-month abstraction won&#039;t work. &lt;br /&gt;
&lt;br /&gt;
If the Apprenticeship were structured as a sequence of 2–6 week cycles, each with specific deliverables and outcomes, it would appeal to far more students and far more parents. They need to see:&lt;br /&gt;
&lt;br /&gt;
“At the end of Cycle 1, you will be able to do X.” “At the end of Cycle 2, you’ll be able to do Y.” “At the end of Year 1, you’ll be competent in A–Z.”&lt;br /&gt;
&lt;br /&gt;
Right now the deliverables are very hard to see because they’re buried under big-picture language. That big-picture language is more likely to attract dreamers than doers. Most of the doers won’t be able to make sense of the terms you use.&lt;br /&gt;
&lt;br /&gt;
5. Your vision is huge — but the pitch must be practical, concrete, and milestone-driven.&lt;br /&gt;
The heart of your program is fantastic: building, making, designing, collaborating, creating real things with your hands. But the language is extremely abstract. Terms like:&lt;br /&gt;
&lt;br /&gt;
“moral intelligence”&lt;br /&gt;
“integrated human”&lt;br /&gt;
“civilization design”&lt;br /&gt;
“rapid learning infrastructure”&lt;br /&gt;
“experimental civilization”&lt;br /&gt;
Lose young people immediately. They don&#039;t understand those words, and they don’t know what they’ll actually do Monday morning at 8AM.&lt;br /&gt;
&lt;br /&gt;
The language most likely to turn off real doers — the hands-on builders, intelligent and trades-minded young men, and practical problem-solvers you actually want — includes terms like civilization design, integrated humans, moral intelligence, abundance mindset, rapid learning infrastructures, experimental civilization, open-source production ecosystems, new paradigms, global movement, swarm collaboration, and supercooperators. These words signal theory, ideology, and academic abstraction rather than work, tools, competence, and real outcomes.&lt;br /&gt;
&lt;br /&gt;
To the doers, this kind of terminology feels disconnected from the physical world they care about and immediately raises suspicion that the program is more about talk than capability. They’re not looking for a philosophy seminar — they’re looking for a place where they can learn skills, build things, get stronger, earn respect, and become useful in the real world.&lt;br /&gt;
&lt;br /&gt;
What they need is clarity:&lt;br /&gt;
&lt;br /&gt;
By X date, you will be able to: – frame a structure – weld safely – operate heavy tools – read blueprints – lead a small crew – build a complete module – understand energy systems – etc.&lt;br /&gt;
&lt;br /&gt;
Concrete outcomes make everything believable.&lt;br /&gt;
&lt;br /&gt;
6. Your big vision is an asset — but the on-ramp has to be built for normal humans.&lt;br /&gt;
&lt;br /&gt;
You naturally think at the civilizational level. But the 18-year-old who might join you is thinking at the personal level:&lt;br /&gt;
&lt;br /&gt;
“Am I capable?”&lt;br /&gt;
“Will I fit in?”&lt;br /&gt;
&amp;quot;What am I really signing up for?&amp;quot;&lt;br /&gt;
“Can I actually do this?”&lt;br /&gt;
&amp;quot;How do I explain this to my friends and family?&amp;quot;&lt;br /&gt;
“Will this make me a stronger, more competent adult?”&lt;br /&gt;
They’re not ready for world-building.&lt;br /&gt;
&lt;br /&gt;
They are ready for self-building.&lt;br /&gt;
&lt;br /&gt;
And they have a lot of basic questions and concerns. Costs, time frame, logistics, benefits, etc.&lt;br /&gt;
&lt;br /&gt;
If the first cycles were purely skill, capability, and hands-on competence — and the world-changing stuff emerged organically at the end — you’d create far stronger recruits.&lt;br /&gt;
&lt;br /&gt;
7. All of this leads to one recommendation:&lt;br /&gt;
Rebuild the program around cycles and milestones.&lt;br /&gt;
&lt;br /&gt;
Not “four years.”&lt;br /&gt;
&lt;br /&gt;
Not “tracks.”&lt;br /&gt;
&lt;br /&gt;
Not “college but different.”&lt;br /&gt;
&lt;br /&gt;
Cycles.&lt;br /&gt;
&lt;br /&gt;
Clear outcomes.&lt;br /&gt;
&lt;br /&gt;
A tangible milestone at the completion of all foundational cycles.&lt;br /&gt;
&lt;br /&gt;
Then optional advanced cycles.&lt;br /&gt;
&lt;br /&gt;
Then a leadership cycle for those who show the capacity.&lt;br /&gt;
&lt;br /&gt;
This gives your program:&lt;br /&gt;
&lt;br /&gt;
clarity&lt;br /&gt;
momentum&lt;br /&gt;
accessibility&lt;br /&gt;
emotional resonance&lt;br /&gt;
parent buy-in&lt;br /&gt;
and far stronger recruitment results&lt;br /&gt;
&lt;br /&gt;
I’m not criticizing your vision. I admire it. The ambition is real and refreshing. My feedback is purely about structure and communication — and what I’ve learned from spending years talking with young people and building a program specifically designed to meet their actual needs.&lt;br /&gt;
&lt;br /&gt;
Your program has enormous potential.&lt;br /&gt;
&lt;br /&gt;
It just needs to be redesigned so it fits the psychology, aspirations, fears, and decision-making patterns of the people you’re trying to reach.&lt;br /&gt;
&lt;br /&gt;
If you do that — if you lean into cycles, concrete deliverables, and capability-first structure — I think you could build something extraordinary.&lt;br /&gt;
&lt;br /&gt;
Happy to talk through any of this if helpful.&lt;br /&gt;
&lt;br /&gt;
=Nick Feedback=&lt;br /&gt;
*[[Future_Builders_Academy#Irresistible_Offer%3A_Community-Based_Design Nick Proposal]]&lt;br /&gt;
&lt;br /&gt;
=Alfie Feedback=&lt;br /&gt;
4 year course broken down into modules&lt;br /&gt;
&lt;br /&gt;
Have you considered that? Modules.&lt;br /&gt;
where people can come for a month or 3 depend on module. Then all participants can do modules when they can or need.&lt;br /&gt;
&lt;br /&gt;
Different skill levels on everyone. Maybe make module exams. A test that equates to advanced understanding and that participant passes that module.&lt;br /&gt;
&lt;br /&gt;
Most people will not be willing to commit to a 4 year live in program.&lt;br /&gt;
&lt;br /&gt;
Have to acknowledge that now.&lt;br /&gt;
&lt;br /&gt;
 Find solution&lt;br /&gt;
&lt;br /&gt;
to me that&#039;s modules.&lt;br /&gt;
&lt;br /&gt;
Instructors are the biggest component.&lt;br /&gt;
Thats possible live in leaders and will probably be paid positions. I see 5 paid positions minimum. That would be OSE leaders&lt;br /&gt;
&lt;br /&gt;
Learning Modules would be easy to create. A curriculum with semesters.&lt;br /&gt;
&lt;br /&gt;
=Problem Statement (Technical Strategy Gibberish by MJ Regarding Rapidly Scalable Infrastructure)=&lt;br /&gt;
The GVCS requires mass recruiting of capable collaborators who can be taugh a functional level of collaborative literacy for swarm design-build. Skills involve full fluency in basic CAD, allowing for modular breakdown required of swarm builds. Extraction of information from CAD must be seamless, as should collaborative design based on a collaborative coordinate system for locating modules. High-functioning and scalable proficiency in wiki (documentation and collaborative orientation), Google Slides, and Google Photos must be guaranteed. With swarm design-build basics, we must provide 100 tool and 100 technique orientation, along with 745 house modules. All are to be iconized, BOM, vBOMed, and CADded up.&lt;br /&gt;
&lt;br /&gt;
Based on [[RLF]]-based 100 tool and 100 technique mastery of 745 house modules, we document skill burndown for every participant. 100/100/745 are nominal numbers, and these are a start. Once these are mastered, we move on to 50 machines (GVCS) and 500 modules - culminating in 2028 delivery of the [[GVCS]] at $50M price ticket and the [[Technosphere]] by 2036 at a $50B price ticket.&lt;br /&gt;
&lt;br /&gt;
To get there, 50 cohorts of 24 are required, totaling buildup of the core OSE facility to 1200 students and thus additional nearby land within 4 years, at a prototype cohort of 24 in 2026, 240 by 2027, and 1200 by start of 2028 - barely eking out completion of the GVCS by 2028.&lt;br /&gt;
&lt;br /&gt;
Scalable infrastructure means on-demand house construction - as simple studios produced from site-milled lumber for structure, CEB for thermal mass, and 3D prints covering glazing, insulation, and appliances. For these - optimized, on-demand. These all plug into the 100kW Hangar, with its supply of thermal batteries for heating and cooling. A modular biodigester adds waste treatment capacity on demand, such that heat, power, and sewer are provided. In time, we will be adding an aquaponic greenhouse for food production.&lt;br /&gt;
&lt;br /&gt;
With scalability cost of:&lt;br /&gt;
#$750 heat pump for 750 sf at [[Heat Pump Sourcing]] has incremental cost of $125/person if each person starts in an 8x16 microhouse unit.&lt;br /&gt;
#1000W average for each new person in PV power, which is industry standard. Thus, 100kW installed for 24 people - or 4 kW per person for industrial grade [[R&amp;amp;D&amp;amp;C]] activity. This means $800 in PV panel cost at 20 cents per watt - aggressive.&lt;br /&gt;
&lt;br /&gt;
=Jackson Feedback=&lt;br /&gt;
I&#039;m going to finish my college. Graduation is August 2026. Need to figure out VISA or citizenship.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Physical Infrastructure must be in place. Digital Infrastructure must be in place (I am a [[ClickUp]] enjoyer personally - I tried setting up a [[FOSS]] alternative during the crash course but I didn&#039;t manage to get it going - UPDATE. I have been recommended https://cryptpad.fr/ as the FOSS alternative. I don&#039;t see gantt charts off rip which sucks but maybe we just get a seperate gantt chart tool.). To be honest, I don&#039;t think I have any desire to uproot from Canada to help build the physical infrastructure (I am an inside cat after all). I think setting up the Digital Infrastructure would be a great step in the right direction. It literally just means upgrading your collaborative literacy to the modern era. Gantt charts, tasks. &lt;br /&gt;
&lt;br /&gt;
So what would an irresistible offer be? &lt;br /&gt;
&lt;br /&gt;
You can&#039;t really make an offer yet I think. The offer on the table right now is uproot and help build the FBA. An offer I would consider is uproot and join the FBA.&lt;br /&gt;
I&#039;m cool to meet in the middle though, I think I will simply not uproot and help build the FBA from here.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316393</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316393"/>
		<updated>2025-12-17T05:10:44Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
Need to find a [[FOSS]] [[Whispr]] alternative. Or maybe just use whispr? Found another automation tool called [[Flowith Neo]] going to check it out in a bit.&lt;br /&gt;
&lt;br /&gt;
[[Irresistible Offer]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316392</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316392"/>
		<updated>2025-12-17T05:10:30Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
Need to find a [[FOSS]] [[Whispr]] alternative. Or maybe just use whispr? Found another automation tool called [[Flowith Neo]] going to check it out in a bit.&lt;br /&gt;
&lt;br /&gt;
[[Irresistable Offer]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=FOSS&amp;diff=316391</id>
		<title>FOSS</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=FOSS&amp;diff=316391"/>
		<updated>2025-12-17T05:07:43Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;Free and Open Source  GPL License&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Free and Open Source&lt;br /&gt;
&lt;br /&gt;
GPL License&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Irresistible_Offer&amp;diff=316390</id>
		<title>Irresistible Offer</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Irresistible_Offer&amp;diff=316390"/>
		<updated>2025-12-17T05:07:08Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Work Doc=&lt;br /&gt;
&lt;br /&gt;
=Irrisistible Offer Specification Questions=&lt;br /&gt;
&lt;br /&gt;
Image we are to &#039;save the world.&#039; OSE is offering a [[Future Builders Academy Apprenticeship]] to make worldbuilding a new &#039;career&#039; option. We are inventing a new economic sector - the zero marginal cost abundance economy based on [[Universal Basic Resources]] - a step in language  beyond [[Universal Basic Assets]] and transcending the limitations of [[Universal Basic Income]].&lt;br /&gt;
&lt;br /&gt;
Some questions are:&lt;br /&gt;
#What would be required for an immersion education/production program would make you drop everything (job, school, bring your family with, stop whatever [[Bullshit Job]] you are doing, etc) - and join full time with 100% of your energy (revolution is not a part time job) on March 1 or April 1 (or later if program needs more development) at Factor e Farm along with a cohort of 24 people? This would set a blueprint for a scalable model of 10x in a year if the first 24 person cohort is working.&lt;br /&gt;
#Tell me about the details that you would need to attend: cost (from you) or pay (to you), time requirements - curriculum - who the rest of the cohort would be - Infrastructure Requirement at Factor e Farm - work week and free time - evaluation and certification - nature of work - nature of the study program - service aspect (we learn character by service). Etc. Give as much detail as you can imaging - as if you were creating your own dream education program.&lt;br /&gt;
#Describe in as much detail as possible what a typical day would look like in such a program.&lt;br /&gt;
#After you list some of the above, try to propose how this would be executed. Assume that we can secure the resources, publicity, recruiting, etc - required to do start the Apprenticeship effectively. You can ignore the current description of the apprenticeship - and start from scratch if you don&#039;t like what is offered.&lt;br /&gt;
&lt;br /&gt;
=Matt Feedback=&lt;br /&gt;
Hi Marcin,&lt;br /&gt;
&lt;br /&gt;
I spent a good amount of time going through the video pitch and the application deck. Before I get into the details, I want to give you the context for where my thinking comes from.&lt;br /&gt;
&lt;br /&gt;
Over the last few years, I’ve spent an enormous amount of time talking with young people — especially 16–24-year-old men — and trying to deeply understand what they want, what they fear, what they’re missing, and what makes them hesitate. That work is what informed The Preparation. It’s a program built specifically to address the void that young people feel right now. Not the theoretical void, but the emotional and practical one they live with every day.&lt;br /&gt;
&lt;br /&gt;
What I’m going to share with you below comes directly from that work — from studying “the market,” if you want to call it that. Meaning: real conversations with real young men and women trying to figure out their lives. Everything here is meant to be constructive and helpful, because I genuinely respect the ambition of what you’re building.&lt;br /&gt;
&lt;br /&gt;
Here are the main things that stand out.&lt;br /&gt;
&lt;br /&gt;
1. The people you want aren’t looking for a better university.&lt;br /&gt;
They’re looking for a different path altogether.&lt;br /&gt;
&lt;br /&gt;
Right now, your materials recreate the basic skeleton of a university: four-year timeline, semesters, credit hours, tuition tiers, breaks, and tracks.&lt;br /&gt;
&lt;br /&gt;
The kind of people who would thrive in your environment are trying to get away from all of that. They don’t want “college, but different.” They want something that feels like a whole new life path. A mission. A proving ground. A place to build themselves. But it has to feel practical. They need to be able to justify what they&#039;re doing to themselves and others.  &lt;br /&gt;
&lt;br /&gt;
Your current framing unintentionally signals “university, but with more tools.”&lt;br /&gt;
&lt;br /&gt;
That’s not what your ideal student wants.&lt;br /&gt;
&lt;br /&gt;
2. The four-year structure is working against you.&lt;br /&gt;
This is probably the single biggest friction point. A four-year commitment feels:&lt;br /&gt;
&lt;br /&gt;
intimidating&lt;br /&gt;
abstract&lt;br /&gt;
slow&lt;br /&gt;
and hard to visualize&lt;br /&gt;
Young people today don’t think in four-year blocks. They think in cycles, seasons, and opportunities. A four-year path feels like being locked into the same thing that everyone knows already doesn’t work.&lt;br /&gt;
&lt;br /&gt;
University puts people — especially young men — into a four-year ice bath. You take all their energy, drive, and momentum and pace it out over semesters.&lt;br /&gt;
&lt;br /&gt;
There’s no reason your program needs to stretch across that timeline. You could achieve the foundational skills — the ones that actually change someone’s life — in a year or less when the structure is tight.&lt;br /&gt;
&lt;br /&gt;
Ask yourself honestly: What can be accomplished in one year if everything unnecessary is stripped away?&lt;br /&gt;
&lt;br /&gt;
You’ll be surprised how much can.&lt;br /&gt;
&lt;br /&gt;
3. Young people aren’t trying to “change the world” yet.&lt;br /&gt;
They’re trying to become capable.&lt;br /&gt;
&lt;br /&gt;
This is the major disconnect between your vision and their psychology: high-level ideals sound like more ideological imposition to a generation that’s been bombarded with it since childhood. It feels totally fake to most young men.&lt;br /&gt;
&lt;br /&gt;
Your materials talk a lot about:&lt;br /&gt;
&lt;br /&gt;
rebuilding civilization&lt;br /&gt;
collaborating at scale&lt;br /&gt;
becoming world-changers&lt;br /&gt;
open-sourcing the future&lt;br /&gt;
designing new institutions&lt;br /&gt;
That’s your level of thinking. It’s where you operate. But a young man who doesn’t yet know how to change the oil in his truck cannot relate to that level of abstraction.&lt;br /&gt;
&lt;br /&gt;
They know, deep down, that they must change themselves first.&lt;br /&gt;
&lt;br /&gt;
Competence → Confidence → Independence → Leadership → Then maybe world-changing.&lt;br /&gt;
&lt;br /&gt;
Your program currently starts at the end of that chain. It needs to begin at the beginning.&lt;br /&gt;
&lt;br /&gt;
4. You already have proof this works: your builder crash courses.&lt;br /&gt;
Why? Because they function as cycles.&lt;br /&gt;
&lt;br /&gt;
Your short-term builder bootcamps succeed because they:&lt;br /&gt;
&lt;br /&gt;
have a clear outcome&lt;br /&gt;
have a defined time commitment&lt;br /&gt;
give a tangible skill&lt;br /&gt;
let people see their progress quickly&lt;br /&gt;
Those are cycles.&lt;br /&gt;
&lt;br /&gt;
Cycles work.&lt;br /&gt;
&lt;br /&gt;
A four-year abstraction doesn’t. A one-month abstraction won&#039;t work. &lt;br /&gt;
&lt;br /&gt;
If the Apprenticeship were structured as a sequence of 2–6 week cycles, each with specific deliverables and outcomes, it would appeal to far more students and far more parents. They need to see:&lt;br /&gt;
&lt;br /&gt;
“At the end of Cycle 1, you will be able to do X.” “At the end of Cycle 2, you’ll be able to do Y.” “At the end of Year 1, you’ll be competent in A–Z.”&lt;br /&gt;
&lt;br /&gt;
Right now the deliverables are very hard to see because they’re buried under big-picture language. That big-picture language is more likely to attract dreamers than doers. Most of the doers won’t be able to make sense of the terms you use.&lt;br /&gt;
&lt;br /&gt;
5. Your vision is huge — but the pitch must be practical, concrete, and milestone-driven.&lt;br /&gt;
The heart of your program is fantastic: building, making, designing, collaborating, creating real things with your hands. But the language is extremely abstract. Terms like:&lt;br /&gt;
&lt;br /&gt;
“moral intelligence”&lt;br /&gt;
“integrated human”&lt;br /&gt;
“civilization design”&lt;br /&gt;
“rapid learning infrastructure”&lt;br /&gt;
“experimental civilization”&lt;br /&gt;
Lose young people immediately. They don&#039;t understand those words, and they don’t know what they’ll actually do Monday morning at 8AM.&lt;br /&gt;
&lt;br /&gt;
The language most likely to turn off real doers — the hands-on builders, intelligent and trades-minded young men, and practical problem-solvers you actually want — includes terms like civilization design, integrated humans, moral intelligence, abundance mindset, rapid learning infrastructures, experimental civilization, open-source production ecosystems, new paradigms, global movement, swarm collaboration, and supercooperators. These words signal theory, ideology, and academic abstraction rather than work, tools, competence, and real outcomes.&lt;br /&gt;
&lt;br /&gt;
To the doers, this kind of terminology feels disconnected from the physical world they care about and immediately raises suspicion that the program is more about talk than capability. They’re not looking for a philosophy seminar — they’re looking for a place where they can learn skills, build things, get stronger, earn respect, and become useful in the real world.&lt;br /&gt;
&lt;br /&gt;
What they need is clarity:&lt;br /&gt;
&lt;br /&gt;
By X date, you will be able to: – frame a structure – weld safely – operate heavy tools – read blueprints – lead a small crew – build a complete module – understand energy systems – etc.&lt;br /&gt;
&lt;br /&gt;
Concrete outcomes make everything believable.&lt;br /&gt;
&lt;br /&gt;
6. Your big vision is an asset — but the on-ramp has to be built for normal humans.&lt;br /&gt;
&lt;br /&gt;
You naturally think at the civilizational level. But the 18-year-old who might join you is thinking at the personal level:&lt;br /&gt;
&lt;br /&gt;
“Am I capable?”&lt;br /&gt;
“Will I fit in?”&lt;br /&gt;
&amp;quot;What am I really signing up for?&amp;quot;&lt;br /&gt;
“Can I actually do this?”&lt;br /&gt;
&amp;quot;How do I explain this to my friends and family?&amp;quot;&lt;br /&gt;
“Will this make me a stronger, more competent adult?”&lt;br /&gt;
They’re not ready for world-building.&lt;br /&gt;
&lt;br /&gt;
They are ready for self-building.&lt;br /&gt;
&lt;br /&gt;
And they have a lot of basic questions and concerns. Costs, time frame, logistics, benefits, etc.&lt;br /&gt;
&lt;br /&gt;
If the first cycles were purely skill, capability, and hands-on competence — and the world-changing stuff emerged organically at the end — you’d create far stronger recruits.&lt;br /&gt;
&lt;br /&gt;
7. All of this leads to one recommendation:&lt;br /&gt;
Rebuild the program around cycles and milestones.&lt;br /&gt;
&lt;br /&gt;
Not “four years.”&lt;br /&gt;
&lt;br /&gt;
Not “tracks.”&lt;br /&gt;
&lt;br /&gt;
Not “college but different.”&lt;br /&gt;
&lt;br /&gt;
Cycles.&lt;br /&gt;
&lt;br /&gt;
Clear outcomes.&lt;br /&gt;
&lt;br /&gt;
A tangible milestone at the completion of all foundational cycles.&lt;br /&gt;
&lt;br /&gt;
Then optional advanced cycles.&lt;br /&gt;
&lt;br /&gt;
Then a leadership cycle for those who show the capacity.&lt;br /&gt;
&lt;br /&gt;
This gives your program:&lt;br /&gt;
&lt;br /&gt;
clarity&lt;br /&gt;
momentum&lt;br /&gt;
accessibility&lt;br /&gt;
emotional resonance&lt;br /&gt;
parent buy-in&lt;br /&gt;
and far stronger recruitment results&lt;br /&gt;
&lt;br /&gt;
I’m not criticizing your vision. I admire it. The ambition is real and refreshing. My feedback is purely about structure and communication — and what I’ve learned from spending years talking with young people and building a program specifically designed to meet their actual needs.&lt;br /&gt;
&lt;br /&gt;
Your program has enormous potential.&lt;br /&gt;
&lt;br /&gt;
It just needs to be redesigned so it fits the psychology, aspirations, fears, and decision-making patterns of the people you’re trying to reach.&lt;br /&gt;
&lt;br /&gt;
If you do that — if you lean into cycles, concrete deliverables, and capability-first structure — I think you could build something extraordinary.&lt;br /&gt;
&lt;br /&gt;
Happy to talk through any of this if helpful.&lt;br /&gt;
&lt;br /&gt;
=Nick Feedback=&lt;br /&gt;
*[[Future_Builders_Academy#Irresistible_Offer%3A_Community-Based_Design Nick Proposal]]&lt;br /&gt;
&lt;br /&gt;
=Alfie Feedback=&lt;br /&gt;
4 year course broken down into modules&lt;br /&gt;
&lt;br /&gt;
Have you considered that? Modules.&lt;br /&gt;
where people can come for a month or 3 depend on module. Then all participants can do modules when they can or need.&lt;br /&gt;
&lt;br /&gt;
Different skill levels on everyone. Maybe make module exams. A test that equates to advanced understanding and that participant passes that module.&lt;br /&gt;
&lt;br /&gt;
Most people will not be willing to commit to a 4 year live in program.&lt;br /&gt;
&lt;br /&gt;
Have to acknowledge that now.&lt;br /&gt;
&lt;br /&gt;
 Find solution&lt;br /&gt;
&lt;br /&gt;
to me that&#039;s modules.&lt;br /&gt;
&lt;br /&gt;
Instructors are the biggest component.&lt;br /&gt;
Thats possible live in leaders and will probably be paid positions. I see 5 paid positions minimum. That would be OSE leaders&lt;br /&gt;
&lt;br /&gt;
Learning Modules would be easy to create. A curriculum with semesters.&lt;br /&gt;
&lt;br /&gt;
=Problem Statement (Technical Strategy Gibberish by MJ Regarding Rapidly Scalable Infrastructure)=&lt;br /&gt;
The GVCS requires mass recruiting of capable collaborators who can be taugh a functional level of collaborative literacy for swarm design-build. Skills involve full fluency in basic CAD, allowing for modular breakdown required of swarm builds. Extraction of information from CAD must be seamless, as should collaborative design based on a collaborative coordinate system for locating modules. High-functioning and scalable proficiency in wiki (documentation and collaborative orientation), Google Slides, and Google Photos must be guaranteed. With swarm design-build basics, we must provide 100 tool and 100 technique orientation, along with 745 house modules. All are to be iconized, BOM, vBOMed, and CADded up.&lt;br /&gt;
&lt;br /&gt;
Based on [[RLF]]-based 100 tool and 100 technique mastery of 745 house modules, we document skill burndown for every participant. 100/100/745 are nominal numbers, and these are a start. Once these are mastered, we move on to 50 machines (GVCS) and 500 modules - culminating in 2028 delivery of the [[GVCS]] at $50M price ticket and the [[Technosphere]] by 2036 at a $50B price ticket.&lt;br /&gt;
&lt;br /&gt;
To get there, 50 cohorts of 24 are required, totaling buildup of the core OSE facility to 1200 students and thus additional nearby land within 4 years, at a prototype cohort of 24 in 2026, 240 by 2027, and 1200 by start of 2028 - barely eking out completion of the GVCS by 2028.&lt;br /&gt;
&lt;br /&gt;
Scalable infrastructure means on-demand house construction - as simple studios produced from site-milled lumber for structure, CEB for thermal mass, and 3D prints covering glazing, insulation, and appliances. For these - optimized, on-demand. These all plug into the 100kW Hangar, with its supply of thermal batteries for heating and cooling. A modular biodigester adds waste treatment capacity on demand, such that heat, power, and sewer are provided. In time, we will be adding an aquaponic greenhouse for food production.&lt;br /&gt;
&lt;br /&gt;
With scalability cost of:&lt;br /&gt;
#$750 heat pump for 750 sf at [[Heat Pump Sourcing]] has incremental cost of $125/person if each person starts in an 8x16 microhouse unit.&lt;br /&gt;
#1000W average for each new person in PV power, which is industry standard. Thus, 100kW installed for 24 people - or 4 kW per person for industrial grade [[R&amp;amp;D&amp;amp;C]] activity. This means $800 in PV panel cost at 20 cents per watt - aggressive.&lt;br /&gt;
&lt;br /&gt;
=Jackson Feedback=&lt;br /&gt;
I&#039;m going to finish my college. Graduation is August 2026. Need to figure out VISA or citizenship.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Physical Infrastructure must be in place. Digital Infrastructure must be in place (I am a [[ClickUp]] enjoyer personally - I tried setting up a [[FOSS]] alternative during the crash course but I didn&#039;t manage to get it going). To be honest, I don&#039;t think I have any desire to uproot from Canada to help build the physical infrastructure (I am an inside cat after all). I think setting up the Digital Infrastructure would be a great step in the right direction. It literally just means upgrading your collaborative literacy to the modern era. Gantt charts, tasks. &lt;br /&gt;
&lt;br /&gt;
So what would an irresistible offer be? &lt;br /&gt;
&lt;br /&gt;
You can&#039;t really make an offer yet I think. The offer on the table right now is uproot and help build the FBA. An offer I would consider is uproot and join the FBA.&lt;br /&gt;
I&#039;m cool to meet in the middle though, I think I will simply not uproot and help build the FBA from here.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316389</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316389"/>
		<updated>2025-12-16T23:10:21Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
Hooking antigravity up to Autodesk Fusion with Generative Design. Inputting Design constraints.&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316388</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316388"/>
		<updated>2025-12-16T22:30:23Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
Autodesk fusion for generative design&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316387</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316387"/>
		<updated>2025-12-16T22:21:48Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation.&lt;br /&gt;
&lt;br /&gt;
Downloaded Antigravity for my Windows PC. Seems like you can automate Inventor too.&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Jackson_Log&amp;diff=316386</id>
		<title>Talk:Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Jackson_Log&amp;diff=316386"/>
		<updated>2025-12-16T22:06:39Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I learned Autodesk Inventor in school too lol.  (Granted it’s probably an ancient version)&lt;br /&gt;
&lt;br /&gt;
What’s your take on the jump from that to freecad?&lt;br /&gt;
&lt;br /&gt;
--[[User:Eric|Eric]] ([[User talk:Eric|talk]]) 22:04, 16 December 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t tried to actually model in freecad manually yet. So still on team autodesk until my student license expires and then I will probably have to learn it hahaha.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Zuru&amp;diff=316385</id>
		<title>Talk:Zuru</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Zuru&amp;diff=316385"/>
		<updated>2025-12-16T22:05:05Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The page seems neat,  i’ll have to read more on it later, BUT the “ ZURU Tech HK Ltd 2025 — All Rights Reserved” aspect has me thinking it’s more Onshape / Fusion 360 “free” rather than PROPERLY [[FOSS]]&lt;br /&gt;
&lt;br /&gt;
--[[User:Eric|Eric]] ([[User talk:Eric|talk]]) 22:02, 16 December 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Definetly not FOSS :( I found a zuru github page but it&#039;s pretty barren and MIT license :( all lock and key i guess :(((((((((((&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Zuru&amp;diff=316382</id>
		<title>Zuru</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Zuru&amp;diff=316382"/>
		<updated>2025-12-16T21:58:14Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.instagram.com/reel/DP1K3lWDawD/?igsh=MXhwdnJlOWRreWF2Yw==&lt;br /&gt;
&lt;br /&gt;
https://zuru.tech/design&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Zuru&amp;diff=316381</id>
		<title>Zuru</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Zuru&amp;diff=316381"/>
		<updated>2025-12-16T21:56:37Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;https://www.instagram.com/reel/DP1K3lWDawD/?igsh=MXhwdnJlOWRreWF2Yw==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.instagram.com/reel/DP1K3lWDawD/?igsh=MXhwdnJlOWRreWF2Yw==&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316380</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316380"/>
		<updated>2025-12-16T21:56:20Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
Just found out about [[Zuru]]. Seems like they beat me to the party on using game engines for housing. They&#039;re using Dreamcatcher, built on unreal engine.&lt;br /&gt;
Seems like it&#039;s a waitlist situation. &lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316379</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316379"/>
		<updated>2025-12-16T20:55:47Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 16, 2025=&lt;br /&gt;
Working on a school project. Designed a bridge in Autodesk Inventor, exported the BOM and all the parts. Going to use Antigravity and Freecad to Automate the Technical Drawings for the wood technician in inches. (They still use inches up here for wood D:&amp;lt;)&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
Thinking to myself - it&#039;s probably easier to design backwards from the existing building codes. Thinking of importing all my local codes (OBC - Ontario Building Code) and designing my house from that.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316337</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316337"/>
		<updated>2025-12-16T04:02:13Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
Changed my mind I&#039;m building the fastener schedule for Sh7&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Demis_Hassabis&amp;diff=316336</id>
		<title>Demis Hassabis</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Demis_Hassabis&amp;diff=316336"/>
		<updated>2025-12-16T01:45:52Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;[https://en.wikipedia.org/wiki/Demis%20Hassabis https://en.wikipedia.org/wiki/Demis_Hassabis]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://en.wikipedia.org/wiki/Demis%20Hassabis https://en.wikipedia.org/wiki/Demis_Hassabis]&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316335</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316335"/>
		<updated>2025-12-16T01:45:19Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]], the documentary about [[Demis Hassabis]] - the main guy at Google Deepmind, won the Nobel in 2024 for chemistry (protein folding), father of AGI more or less. got home.&lt;br /&gt;
Demis explains that most of the development within the scientific community is housed within gaming funny enough. Better graphics engines, better physics etc. Looking into how the best games are made now to try to make the best house game :)&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=The_Thinking_Game&amp;diff=316320</id>
		<title>The Thinking Game</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=The_Thinking_Game&amp;diff=316320"/>
		<updated>2025-12-15T14:48:23Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Great documentary to learn about what Artificial Intelligence&lt;br /&gt;
&lt;br /&gt;
https://youtu.be/d95J8yzvjbQ?si=GWTWpXUP7i4hZal4&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=The_Thinking_Game&amp;diff=316319</id>
		<title>The Thinking Game</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=The_Thinking_Game&amp;diff=316319"/>
		<updated>2025-12-15T14:47:46Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;https://youtu.be/d95J8yzvjbQ?si=GWTWpXUP7i4hZal4&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://youtu.be/d95J8yzvjbQ?si=GWTWpXUP7i4hZal4&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316318</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316318"/>
		<updated>2025-12-15T14:47:34Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 15, 2025=&lt;br /&gt;
Watched [[The Thinking Game]]&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson%27s_Mod&amp;diff=316221</id>
		<title>Jackson&#039;s Mod</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson%27s_Mod&amp;diff=316221"/>
		<updated>2025-12-13T03:36:39Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://youtu.be/BgZ6ak9GRIg Jackson&#039;s Mod Snipped Youtube]&lt;br /&gt;
&lt;br /&gt;
Thinking about like making it just a big tutorial/simulation environment where you can learn to build! Could include stuff like importing topology of a given area (your land!) and then figuring out how you are going to build it! So like, how to I tap this watermain? Who do I call? Do I need to grade this land? How to pour foundation? How do I frame my house? etc...&lt;br /&gt;
&lt;br /&gt;
Still very early into my 10,000 hours so don&#039;t expect anything for a little while.&lt;br /&gt;
Just wanted to share!&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson%27s_Mod&amp;diff=316220</id>
		<title>Jackson&#039;s Mod</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson%27s_Mod&amp;diff=316220"/>
		<updated>2025-12-13T03:15:54Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;[https://youtu.be/BgZ6ak9GRIg Jackson&amp;#039;s Mod Snipped Youtube]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://youtu.be/BgZ6ak9GRIg Jackson&#039;s Mod Snipped Youtube]&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316219</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316219"/>
		<updated>2025-12-13T03:13:25Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
[[Jackson&#039;s Mod]]&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316216</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316216"/>
		<updated>2025-12-12T19:51:53Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316215</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=316215"/>
		<updated>2025-12-12T19:50:43Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 12, 2025=&lt;br /&gt;
Creating digital twins using game engines for ease of access and development. Godot is the open source alternative to unity. It is missing a lot of the functionality and really powerful physics stuff but the nice part is it&#039;s open source! so we can just make the stuff we need.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 11, 2025=&lt;br /&gt;
Took a long sleep, revived!&lt;br /&gt;
&lt;br /&gt;
=Dec 8-10, 2025=&lt;br /&gt;
Depression. Still working but sad.&lt;br /&gt;
&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315158</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315158"/>
		<updated>2025-12-08T05:01:33Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
[[File:InductionFurnaceCore.fcstd|thumb]]&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=File:InductionFurnaceCore.fcstd&amp;diff=315157</id>
		<title>File:InductionFurnaceCore.fcstd</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=File:InductionFurnaceCore.fcstd&amp;diff=315157"/>
		<updated>2025-12-08T05:01:27Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Furnace haha&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Miro&amp;diff=315156</id>
		<title>Miro</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Miro&amp;diff=315156"/>
		<updated>2025-12-08T04:33:23Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;I made a miro for the gang  Collaborative whiteboard https://miro.com/welcome/Znc4QzJ3anNTU0hZbXRPNCtGMmZRd1pnUDZsU1VrbzUrNGphd1ZaV1FzYVUwTUlaMGtMMXFhdTBmeWtaR1VwdE4zUzk3RHNSNmFnZ2lkY0lDU0FIemozOHJ1b0VxYXlSaEZ3dVNteDBPcGx5c1Y0c3VIQjZ3VVpzNFNyOWZMTkdBd044SHFHaVlWYWk0d3NxeHNmeG9BPT0hdjE=?share_link_id=558549966801&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I made a miro for the gang&lt;br /&gt;
&lt;br /&gt;
Collaborative whiteboard&lt;br /&gt;
https://miro.com/welcome/Znc4QzJ3anNTU0hZbXRPNCtGMmZRd1pnUDZsU1VrbzUrNGphd1ZaV1FzYVUwTUlaMGtMMXFhdTBmeWtaR1VwdE4zUzk3RHNSNmFnZ2lkY0lDU0FIemozOHJ1b0VxYXlSaEZ3dVNteDBPcGx5c1Y0c3VIQjZ3VVpzNFNyOWZMTkdBd044SHFHaVlWYWk0d3NxeHNmeG9BPT0hdjE=?share_link_id=558549966801&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315155</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315155"/>
		<updated>2025-12-08T04:32:44Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]], [[Miro]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315154</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315154"/>
		<updated>2025-12-08T04:12:03Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Undo revision 315153 by JacksonL (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315153</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315153"/>
		<updated>2025-12-08T04:11:06Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
    *   **Hydraulics:** Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
    *   **Electronics:** Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
    *   **Cooling:** Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
    *   **Hardware:** Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
    *   **Casting:** Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
    *   Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
    *   Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
    *   Coil (Copper Tubing)&lt;br /&gt;
    *   Melt Chamber (Outer Crucible)&lt;br /&gt;
    *   Feeder (Hopper)&lt;br /&gt;
    *   Crucible (Inner Pot)&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Firmware ==&lt;br /&gt;
The following Arduino firmware controls the safety loop and cooling system.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 * Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Source Code ==&lt;br /&gt;
=== Core Generator ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
def generate_core_furnace(bridge):&lt;br /&gt;
    &amp;quot;&amp;quot;&amp;quot;Generates the Core Induction Furnace (Circuit, Cooling, Coil, Chamber, Feeder, Crucible).&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    print(&amp;quot;Generating Induction Furnace Core...&amp;quot;)&lt;br /&gt;
    &lt;br /&gt;
    code = &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
import Part&lt;br /&gt;
import FreeCAD as App&lt;br /&gt;
from FreeCAD import Vector&lt;br /&gt;
import os&lt;br /&gt;
# Create new document&lt;br /&gt;
doc_name = &amp;quot;InductionFurnaceCore&amp;quot;&lt;br /&gt;
try:&lt;br /&gt;
    App.closeDocument(doc_name)&lt;br /&gt;
except:&lt;br /&gt;
    pass&lt;br /&gt;
doc = App.newDocument(doc_name)&lt;br /&gt;
# Parameters&lt;br /&gt;
crucible_radius = 150.0&lt;br /&gt;
crucible_height = 400.0&lt;br /&gt;
wall_thickness = 20.0&lt;br /&gt;
coil_radius = 170.0&lt;br /&gt;
coil_pitch = 25.0&lt;br /&gt;
coil_height = 300.0&lt;br /&gt;
tube_radius = 8.0&lt;br /&gt;
# --- 1. Melt Chamber (Outer Crucible) ---&lt;br /&gt;
outer = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Melt_Chamber_Outer&amp;quot;)&lt;br /&gt;
outer.Radius = crucible_radius&lt;br /&gt;
outer.Height = crucible_height&lt;br /&gt;
outer.ViewObject.Visibility = False&lt;br /&gt;
inner = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Melt_Chamber_Inner&amp;quot;)&lt;br /&gt;
inner.Radius = crucible_radius - wall_thickness&lt;br /&gt;
inner.Height = crucible_height - wall_thickness&lt;br /&gt;
inner.Placement = App.Placement(Vector(0, 0, wall_thickness), App.Rotation())&lt;br /&gt;
inner.ViewObject.Visibility = False&lt;br /&gt;
chamber = doc.addObject(&amp;quot;Part::Cut&amp;quot;, &amp;quot;Melt_Chamber&amp;quot;)&lt;br /&gt;
chamber.Base = outer&lt;br /&gt;
chamber.Tool = inner&lt;br /&gt;
chamber.ViewObject.ShapeColor = (0.8, 0.8, 0.8)&lt;br /&gt;
# Pouring Spout&lt;br /&gt;
spout = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Pouring_Spout&amp;quot;)&lt;br /&gt;
spout.Length = 40&lt;br /&gt;
spout.Width = 30&lt;br /&gt;
spout.Height = 20&lt;br /&gt;
spout.Placement = App.Placement(Vector(crucible_radius - 10, -15, crucible_height - 20), App.Rotation())&lt;br /&gt;
spout.ViewObject.ShapeColor = (0.8, 0.8, 0.8)&lt;br /&gt;
# Fuse spout&lt;br /&gt;
chamber_spout = doc.addObject(&amp;quot;Part::Fuse&amp;quot;, &amp;quot;Melt_Chamber_With_Spout&amp;quot;)&lt;br /&gt;
chamber_spout.Base = chamber&lt;br /&gt;
chamber_spout.Tool = spout&lt;br /&gt;
chamber_spout.ViewObject.ShapeColor = (0.8, 0.8, 0.8)&lt;br /&gt;
chamber.ViewObject.Visibility = False&lt;br /&gt;
spout.ViewObject.Visibility = False&lt;br /&gt;
# --- 2. Crucible (Inner Melting Pot) ---&lt;br /&gt;
inner_pot_r = crucible_radius - wall_thickness - 10&lt;br /&gt;
inner_pot_h = crucible_height - 20&lt;br /&gt;
inner_pot = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Crucible_Inner&amp;quot;)&lt;br /&gt;
inner_pot.Radius = inner_pot_r&lt;br /&gt;
inner_pot.Height = inner_pot_h&lt;br /&gt;
inner_pot.Placement = App.Placement(Vector(0, 0, 20), App.Rotation())&lt;br /&gt;
inner_pot.ViewObject.ShapeColor = (0.4, 0.4, 0.4) # Graphite&lt;br /&gt;
# Pivots (Trunnions)&lt;br /&gt;
inner_pivot_r = 15&lt;br /&gt;
inner_pivot_l = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Crucible_Pivot_L&amp;quot;)&lt;br /&gt;
inner_pivot_l.Radius = inner_pivot_r&lt;br /&gt;
inner_pivot_l.Height = 30&lt;br /&gt;
inner_pivot_l.Placement = App.Placement(Vector(-(inner_pot_r), 0, inner_pot_h - 50), App.Rotation(Vector(0, 1, 0), 90))&lt;br /&gt;
inner_pivot_r_obj = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Crucible_Pivot_R&amp;quot;)&lt;br /&gt;
inner_pivot_r_obj.Radius = inner_pivot_r&lt;br /&gt;
inner_pivot_r_obj.Height = 30&lt;br /&gt;
inner_pivot_r_obj.Placement = App.Placement(Vector((inner_pot_r - 30), 0, inner_pot_h - 50), App.Rotation(Vector(0, 1, 0), 90))&lt;br /&gt;
# --- 3. Coil ---&lt;br /&gt;
helix = Part.makeHelix(coil_pitch, coil_height, coil_radius)&lt;br /&gt;
helix.translate(Vector(0, 0, 50))&lt;br /&gt;
p1 = Vector(coil_radius, 0, 50)&lt;br /&gt;
profile_circle = Part.Circle(p1, Vector(0, 1, 0), tube_radius)&lt;br /&gt;
profile_wire = Part.Wire(profile_circle.toShape())&lt;br /&gt;
sweep = Part.Wire(helix).makePipeShell([profile_wire], True, True)&lt;br /&gt;
coil = doc.addObject(&amp;quot;Part::Feature&amp;quot;, &amp;quot;Induction_Coil&amp;quot;)&lt;br /&gt;
coil.Shape = sweep&lt;br /&gt;
coil.ViewObject.ShapeColor = (0.8, 0.5, 0.2)&lt;br /&gt;
# --- 4. Heat Dissipation System ---&lt;br /&gt;
# Radiator&lt;br /&gt;
radiator = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Radiator&amp;quot;)&lt;br /&gt;
radiator.Length = 150&lt;br /&gt;
radiator.Width = 50&lt;br /&gt;
radiator.Height = 150&lt;br /&gt;
radiator.Placement = App.Placement(Vector(crucible_radius + 225, 120, 0), App.Rotation())&lt;br /&gt;
radiator.ViewObject.ShapeColor = (0.1, 0.1, 0.1)&lt;br /&gt;
# Fan&lt;br /&gt;
fan = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Cooling_Fan&amp;quot;)&lt;br /&gt;
fan.Radius = 40&lt;br /&gt;
fan.Height = 10&lt;br /&gt;
fan.Placement = App.Placement(Vector(crucible_radius + 300, 145, 75), App.Rotation(Vector(0, 1, 0), 90))&lt;br /&gt;
fan.ViewObject.ShapeColor = (0.9, 0.9, 0.9)&lt;br /&gt;
# Tank&lt;br /&gt;
tank = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Cooling_Tank&amp;quot;)&lt;br /&gt;
tank.Length = 200&lt;br /&gt;
tank.Width = 200&lt;br /&gt;
tank.Height = 300&lt;br /&gt;
tank.Placement = App.Placement(Vector(crucible_radius + 200, -100, 0), App.Rotation())&lt;br /&gt;
tank.ViewObject.ShapeColor = (0.2, 0.5, 0.9)&lt;br /&gt;
# Pump&lt;br /&gt;
pump_body = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Cooling_Pump&amp;quot;)&lt;br /&gt;
pump_body.Radius = 40&lt;br /&gt;
pump_body.Height = 100&lt;br /&gt;
pump_body.Placement = App.Placement(Vector(crucible_radius + 250, -100, 300), App.Rotation(Vector(1,0,0), 90))&lt;br /&gt;
pump_body.ViewObject.ShapeColor = (0.2, 0.2, 0.2)&lt;br /&gt;
# Hoses&lt;br /&gt;
hose1_a = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Hose_Pump_Rad_1&amp;quot;)&lt;br /&gt;
hose1_a.Radius = 8&lt;br /&gt;
hose1_a.Height = 220&lt;br /&gt;
hose1_a.Placement = App.Placement(Vector(crucible_radius + 210, -100, 300), App.Rotation(Vector(1,0,0), -90))&lt;br /&gt;
hose1_a.ViewObject.ShapeColor = (0.1, 0.1, 0.8)&lt;br /&gt;
hose1_b = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Hose_Pump_Rad_2&amp;quot;)&lt;br /&gt;
hose1_b.Radius = 8&lt;br /&gt;
hose1_b.Height = 200&lt;br /&gt;
hose1_b.Placement = App.Placement(Vector(crucible_radius + 210, 120, 300), App.Rotation(Vector(0,1,0), 180))&lt;br /&gt;
hose1_b.ViewObject.ShapeColor = (0.1, 0.1, 0.8)&lt;br /&gt;
hose2 = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Hose_Rad_Coil&amp;quot;)&lt;br /&gt;
hose2.Radius = 8&lt;br /&gt;
hose2.Height = 150&lt;br /&gt;
hose2.Placement = App.Placement(Vector(crucible_radius + 225, 120, 20), App.Rotation(Vector(0,0,1), 45))&lt;br /&gt;
hose2.ViewObject.ShapeColor = (0.1, 0.1, 0.8)&lt;br /&gt;
hose3 = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Hose_Coil_Tank&amp;quot;)&lt;br /&gt;
hose3.Radius = 8&lt;br /&gt;
hose3.Height = 200&lt;br /&gt;
hose3.Placement = App.Placement(Vector(coil_radius, 0, 350), App.Rotation(Vector(1,0,0), 45))&lt;br /&gt;
hose3.ViewObject.ShapeColor = (0.8, 0.1, 0.1)&lt;br /&gt;
hose4 = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Hose_Tank_Pump&amp;quot;)&lt;br /&gt;
hose4.Radius = 8&lt;br /&gt;
hose4.Height = 100&lt;br /&gt;
hose4.Placement = App.Placement(Vector(crucible_radius + 200, -100, 20), App.Rotation())&lt;br /&gt;
hose4.ViewObject.ShapeColor = (0.1, 0.1, 0.8)&lt;br /&gt;
# --- 5. Induction Furnace Circuit ---&lt;br /&gt;
# Rack (Simplified for core view, or just floating components? User asked for Circuit. I&#039;ll keep the rack to hold them)&lt;br /&gt;
rack_x = -(crucible_radius + 400)&lt;br /&gt;
rack_y = -100&lt;br /&gt;
rack_z = 0&lt;br /&gt;
rack_w = 200&lt;br /&gt;
rack_l = 300&lt;br /&gt;
rack_h = 400&lt;br /&gt;
# Legs&lt;br /&gt;
for i, (dx, dy) in enumerate([(0,0), (rack_l, 0), (0, rack_w), (rack_l, rack_w)]):&lt;br /&gt;
    leg = doc.addObject(&amp;quot;Part::Box&amp;quot;, f&amp;quot;Rack_Leg_{i}&amp;quot;)&lt;br /&gt;
    leg.Length = 20&lt;br /&gt;
    leg.Width = 20&lt;br /&gt;
    leg.Height = rack_h&lt;br /&gt;
    leg.Placement = App.Placement(Vector(rack_x + dx - 10, rack_y + dy - 10, rack_z), App.Rotation())&lt;br /&gt;
    leg.ViewObject.ShapeColor = (0.3, 0.3, 0.3)&lt;br /&gt;
# Shelves&lt;br /&gt;
rack_top = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Rack_Top&amp;quot;)&lt;br /&gt;
rack_top.Length = rack_l&lt;br /&gt;
rack_top.Width = rack_w&lt;br /&gt;
rack_top.Height = 10&lt;br /&gt;
rack_top.Placement = App.Placement(Vector(rack_x, rack_y, rack_z + rack_h), App.Rotation())&lt;br /&gt;
rack_top.ViewObject.ShapeColor = (0.4, 0.4, 0.4)&lt;br /&gt;
rack_shelf = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Rack_Shelf&amp;quot;)&lt;br /&gt;
rack_shelf.Length = rack_l&lt;br /&gt;
rack_shelf.Width = rack_w&lt;br /&gt;
rack_shelf.Height = 10&lt;br /&gt;
rack_shelf.Placement = App.Placement(Vector(rack_x, rack_y, rack_z + 100), App.Rotation())&lt;br /&gt;
rack_shelf.ViewObject.ShapeColor = (0.4, 0.4, 0.4)&lt;br /&gt;
# ZVS Driver&lt;br /&gt;
pcb = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;ZVS_PCB&amp;quot;)&lt;br /&gt;
pcb.Length = 200&lt;br /&gt;
pcb.Width = 150&lt;br /&gt;
pcb.Height = 5&lt;br /&gt;
pcb.Placement = App.Placement(Vector(-(crucible_radius + 400) + 50, -50, 405), App.Rotation())&lt;br /&gt;
pcb.ViewObject.ShapeColor = (0.0, 0.5, 0.0)&lt;br /&gt;
hs1 = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Heatsink_1&amp;quot;)&lt;br /&gt;
hs1.Length = 80&lt;br /&gt;
hs1.Width = 40&lt;br /&gt;
hs1.Height = 50&lt;br /&gt;
hs1.Placement = App.Placement(Vector(-(crucible_radius + 400) + 60, -40, 410), App.Rotation())&lt;br /&gt;
hs1.ViewObject.ShapeColor = (0.1, 0.1, 0.1)&lt;br /&gt;
hs2 = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Heatsink_2&amp;quot;)&lt;br /&gt;
hs2.Length = 80&lt;br /&gt;
hs2.Width = 40&lt;br /&gt;
hs2.Height = 50&lt;br /&gt;
hs2.Placement = App.Placement(Vector(-(crucible_radius + 400) + 60, 50, 410), App.Rotation())&lt;br /&gt;
hs2.ViewObject.ShapeColor = (0.1, 0.1, 0.1)&lt;br /&gt;
for i in range(3):&lt;br /&gt;
    for j in range(2):&lt;br /&gt;
        cap = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, f&amp;quot;Capacitor_{i}_{j}&amp;quot;)&lt;br /&gt;
        cap.Radius = 10&lt;br /&gt;
        cap.Height = 30&lt;br /&gt;
        cap.Placement = App.Placement(Vector(-(crucible_radius + 400) + 160 + (i*25), -20 + (j*25), 410), App.Rotation())&lt;br /&gt;
        cap.ViewObject.ShapeColor = (0.8, 0.2, 0.2)&lt;br /&gt;
ind1 = doc.addObject(&amp;quot;Part::Cylinder&amp;quot;, &amp;quot;Choke_Inductor_1&amp;quot;)&lt;br /&gt;
ind1.Radius = 20&lt;br /&gt;
ind1.Height = 15&lt;br /&gt;
ind1.Placement = App.Placement(Vector(-(crucible_radius + 400) + 200, 60, 410), App.Rotation())&lt;br /&gt;
ind1.ViewObject.ShapeColor = (0.6, 0.4, 0.2)&lt;br /&gt;
# Bus Plates&lt;br /&gt;
plate1 = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Bus_Plate_1&amp;quot;)&lt;br /&gt;
plate1.Length = 200&lt;br /&gt;
plate1.Width = 40&lt;br /&gt;
plate1.Height = 5&lt;br /&gt;
plate1.Placement = App.Placement(Vector(-(crucible_radius + 150), 0, 300), App.Rotation(Vector(0,1,0), -20))&lt;br /&gt;
plate1.ViewObject.ShapeColor = (0.8, 0.4, 0.0)&lt;br /&gt;
# Bus Bars&lt;br /&gt;
bar1 = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Bus_Bar_1&amp;quot;)&lt;br /&gt;
bar1.Length = 200&lt;br /&gt;
bar1.Width = 20&lt;br /&gt;
bar1.Height = 100&lt;br /&gt;
bar1.Placement = App.Placement(Vector(-(crucible_radius + 100), 10, 100), App.Rotation())&lt;br /&gt;
bar1.ViewObject.ShapeColor = (0.8, 0.4, 0.0)&lt;br /&gt;
bar2 = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Bus_Bar_2&amp;quot;)&lt;br /&gt;
bar2.Length = 200&lt;br /&gt;
bar2.Width = 20&lt;br /&gt;
bar2.Height = 100&lt;br /&gt;
bar2.Placement = App.Placement(Vector(-(crucible_radius + 100), -30, 100), App.Rotation())&lt;br /&gt;
bar2.ViewObject.ShapeColor = (0.8, 0.4, 0.0)&lt;br /&gt;
# --- 6. Feeder ---&lt;br /&gt;
hopper = doc.addObject(&amp;quot;Part::Cone&amp;quot;, &amp;quot;Feeder_Hopper&amp;quot;)&lt;br /&gt;
hopper.Radius1 = 50&lt;br /&gt;
hopper.Radius2 = 150&lt;br /&gt;
hopper.Height = 200&lt;br /&gt;
hopper.Placement = App.Placement(Vector(0, 0, crucible_height + 150), App.Rotation())&lt;br /&gt;
hopper.ViewObject.ShapeColor = (0.6, 0.6, 0.7)&lt;br /&gt;
beam = doc.addObject(&amp;quot;Part::Box&amp;quot;, &amp;quot;Feeder_Support&amp;quot;)&lt;br /&gt;
beam.Length = 40&lt;br /&gt;
beam.Width = 300&lt;br /&gt;
beam.Height = 40&lt;br /&gt;
beam.Placement = App.Placement(Vector(-(crucible_radius + 50), -150, crucible_height + 250), App.Rotation())&lt;br /&gt;
doc.recompute()&lt;br /&gt;
home = os.path.expanduser(&amp;quot;~&amp;quot;)&lt;br /&gt;
output_path = os.path.join(home, &amp;quot;Antigravity_24_Freecad&amp;quot;, &amp;quot;outputs&amp;quot;, &amp;quot;InductionFurnaceCore.FCStd&amp;quot;)&lt;br /&gt;
doc.saveAs(output_path)&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    result = bridge.send_command({&lt;br /&gt;
        &amp;quot;action&amp;quot;: &amp;quot;execute_code&amp;quot;,&lt;br /&gt;
        &amp;quot;params&amp;quot;: {&lt;br /&gt;
            &amp;quot;code&amp;quot;: code,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Create Induction Furnace Core&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    })&lt;br /&gt;
    print(&amp;quot;Result:&amp;quot;, result)&lt;br /&gt;
    return result&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315152</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315152"/>
		<updated>2025-12-08T04:06:42Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Arduino Control */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315151</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315151"/>
		<updated>2025-12-08T04:05:21Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Arduino Control */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315150</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315150"/>
		<updated>2025-12-08T04:04:49Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Arduino Control */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;br /&gt;
&lt;br /&gt;
== Arduino Control ==&lt;br /&gt;
&lt;br /&gt;
* Induction Furnace Controller&lt;br /&gt;
 * Platform: Arduino Uno / Nano&lt;br /&gt;
 * Description: Monitors safety sensors and controls cooling/power relays.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// --- Pin Definitions ---&lt;br /&gt;
const int PIN_VOLT_SENSOR = A0;   // Voltage Divider Input&lt;br /&gt;
const int PIN_CURR_SENSOR = A1;   // ACS712 or Hall Sensor&lt;br /&gt;
const int PIN_TEMP_SENSOR = A2;   // NTC Thermistor (Coolant)&lt;br /&gt;
const int PIN_SAFETY_SW   = 2;    // Emergency Stop (NC)&lt;br /&gt;
&lt;br /&gt;
const int PIN_RELAY_POWER = 8;    // Main Contactor&lt;br /&gt;
const int PIN_RELAY_PUMP  = 9;    // Cooling Pump&lt;br /&gt;
const int PIN_FAN_PWM     = 10;   // Radiator Fan (PWM)&lt;br /&gt;
&lt;br /&gt;
// --- Constants ---&lt;br /&gt;
const float TEMP_CRITICAL = 60.0; // Celsius&lt;br /&gt;
const float TEMP_IDLE     = 30.0; // Celsius&lt;br /&gt;
const int   FAN_MIN_SPEED = 50;   // 0-255&lt;br /&gt;
const int   FAN_MAX_SPEED = 255;&lt;br /&gt;
&lt;br /&gt;
// --- Globals ---&lt;br /&gt;
bool safety_ok = false;&lt;br /&gt;
float coolant_temp = 0.0;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  &lt;br /&gt;
  pinMode(PIN_SAFETY_SW, INPUT_PULLUP);&lt;br /&gt;
  pinMode(PIN_RELAY_POWER, OUTPUT);&lt;br /&gt;
  pinMode(PIN_RELAY_PUMP, OUTPUT);&lt;br /&gt;
  pinMode(PIN_FAN_PWM, OUTPUT);&lt;br /&gt;
  &lt;br /&gt;
  // Safe State&lt;br /&gt;
  digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
  analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  &lt;br /&gt;
  Serial.println(&amp;quot;Furnace Controller Initialized&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // 1. Read Sensors&lt;br /&gt;
  readSensors();&lt;br /&gt;
  &lt;br /&gt;
  // 2. Safety Logic&lt;br /&gt;
  checkSafety();&lt;br /&gt;
  &lt;br /&gt;
  // 3. Control Outputs&lt;br /&gt;
  controlCooling();&lt;br /&gt;
  controlPower();&lt;br /&gt;
  &lt;br /&gt;
  // 4. Telemetry&lt;br /&gt;
  sendTelemetry();&lt;br /&gt;
  &lt;br /&gt;
  delay(100);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void readSensors() {&lt;br /&gt;
  // Simplified Temp Calculation (Steinhart-Hart would be better)&lt;br /&gt;
  int raw_temp = analogRead(PIN_TEMP_SENSOR);&lt;br /&gt;
  // Map 0-1023 to approx 0-100C for demo&lt;br /&gt;
  coolant_temp = map(raw_temp, 0, 1023, 0, 100); &lt;br /&gt;
  &lt;br /&gt;
  // Safety Switch (Active LOW if NC switch is closed)&lt;br /&gt;
  // If switch opens (pressed), pin goes HIGH (internal pullup? No, usually NC to GND)&lt;br /&gt;
  // Let&#039;s assume NC switch to GND. Closed = LOW = OK. Open = HIGH = STOP.&lt;br /&gt;
  safety_ok = (digitalRead(PIN_SAFETY_SW) == LOW);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void checkSafety() {&lt;br /&gt;
  if (coolant_temp &amp;gt; TEMP_CRITICAL) {&lt;br /&gt;
    safety_ok = false;&lt;br /&gt;
    Serial.println(&amp;quot;ERROR: Overheat!&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlCooling() {&lt;br /&gt;
  // Pump Logic: Always ON if Power is ON, or if Temp &amp;gt; IDLE (Cool down mode)&lt;br /&gt;
  bool power_is_active = (digitalRead(PIN_RELAY_POWER) == HIGH);&lt;br /&gt;
  &lt;br /&gt;
  if (power_is_active || coolant_temp &amp;gt; TEMP_IDLE) {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, HIGH);&lt;br /&gt;
    &lt;br /&gt;
    // Fan Logic: Proportional Control&lt;br /&gt;
    int fan_speed = map(coolant_temp, TEMP_IDLE, TEMP_CRITICAL, FAN_MIN_SPEED, FAN_MAX_SPEED);&lt;br /&gt;
    fan_speed = constrain(fan_speed, 0, 255);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, fan_speed);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_PUMP, LOW);&lt;br /&gt;
    analogWrite(PIN_FAN_PWM, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void controlPower() {&lt;br /&gt;
  if (safety_ok) {&lt;br /&gt;
    // In a real system, we might wait for a &amp;quot;Start&amp;quot; command via Serial&lt;br /&gt;
    // For this safety controller, we just enable the contactor *allowance*.&lt;br /&gt;
    // The actual ZVS might be triggered separately.&lt;br /&gt;
    // Here we assume this relay cuts main DC power.&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, HIGH);&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(PIN_RELAY_POWER, LOW);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void sendTelemetry() {&lt;br /&gt;
  Serial.print(&amp;quot;TEMP:&amp;quot;); Serial.print(coolant_temp);&lt;br /&gt;
  Serial.print(&amp;quot;,SAFETY:&amp;quot;); Serial.print(safety_ok);&lt;br /&gt;
  Serial.println();&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315149</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315149"/>
		<updated>2025-12-08T04:00:36Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]], [[Talk:Induction Furnace]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315148</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315148"/>
		<updated>2025-12-08T03:46:09Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Full System Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       Hydraulics: Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       Electronics: Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       Cooling: Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       Hardware: Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       Casting: Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315147</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315147"/>
		<updated>2025-12-08T03:45:28Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Focused Core Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       **Hydraulics:** Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       **Electronics:** Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       **Cooling:** Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       **Hardware:** Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       **Casting:** Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
       Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
       Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
       Coil (Copper Tubing)&lt;br /&gt;
       Melt Chamber (Outer Crucible)&lt;br /&gt;
       Feeder (Hopper)&lt;br /&gt;
       Crucible (Inner Pot)&lt;br /&gt;
&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315146</id>
		<title>Talk:Induction Furnace</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Talk:Induction_Furnace&amp;diff=315146"/>
		<updated>2025-12-08T03:45:01Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* The boys Induction Furnace */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The boys Induction Furnace ==&lt;br /&gt;
&lt;br /&gt;
= Induction Furnace Development Update =&lt;br /&gt;
We have made significant progress on the parametric Induction Furnace model in FreeCAD. This update covers the high-LOD enhancements, a focused core generator, a real-world Bill of Materials, and step-by-step build instructions.&lt;br /&gt;
== Model Overview ==&lt;br /&gt;
We have developed two generator scripts to cater to different needs:&lt;br /&gt;
=== Full System Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/machines.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A complete industrial setup including the structural frame, concrete platform, safety railings, hydraulic tilting mechanism, and full control panel.&lt;br /&gt;
*   &#039;&#039;&#039;High-LOD Features:&#039;&#039;&#039;&lt;br /&gt;
       **Hydraulics:** Hydraulic Power Unit (HPU) with reservoir, motor, valve block, and hoses connecting to the tilt cylinder.&lt;br /&gt;
       **Electronics:** Detailed ZVS Driver module with PCB, heatsinks, capacitor bank, and choke inductors mounted on an open-frame rack.&lt;br /&gt;
       **Cooling:** Explicit water cooling loop with pump, radiator, fan, tank, and hoses.&lt;br /&gt;
       **Hardware:** Hex bolt heads at frame joints and pivot points.&lt;br /&gt;
       **Casting:** Double-crucible system (Inner Melting Pot + Outer Chamber) with a pouring spout and steel ramp.&lt;br /&gt;
=== Focused Core Model ===&lt;br /&gt;
*   &#039;&#039;&#039;Script:&#039;&#039;&#039; `generators/induction_furnace_core.py`&lt;br /&gt;
*   &#039;&#039;&#039;Command:&#039;&#039;&#039; `python3 cli.py furnace-core`&lt;br /&gt;
*   &#039;&#039;&#039;Description:&#039;&#039;&#039; A simplified model focusing strictly on the functional components required for melting.&lt;br /&gt;
*   &#039;&#039;&#039;Components:&#039;&#039;&#039;&lt;br /&gt;
    *   Induction Circuit (ZVS, Bus Bars)&lt;br /&gt;
    *   Heat Dissipation System (Radiator, Pump, Tank)&lt;br /&gt;
    *   Coil (Copper Tubing)&lt;br /&gt;
    *   Melt Chamber (Outer Crucible)&lt;br /&gt;
    *   Feeder (Hopper)&lt;br /&gt;
    *   Crucible (Inner Pot)&lt;br /&gt;
== Bill of Materials (BOM) ==&lt;br /&gt;
We have sourced real-world parts for the core components. Prices are estimates.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Model Specs !! Real-World Part !! Approx Price&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Crucible&#039;&#039;&#039; || 300mm Dia x 400mm H || Graphite Crucible #50-#100 (Industrial) || $150 - $300&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Induction Coil&#039;&#039;&#039; || 170mm Radius, 16mm Tube || 5/8&amp;quot; Soft Copper Tubing (50ft Coil) || $80 - $120&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Radiator&#039;&#039;&#039; || 150x150mm || 120mm Computer Water Cooling Radiator || $20 - $40&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Pump&#039;&#039;&#039; || 12V Centrifugal || 12V Water Cooling Pump (PC/Industrial) || $20 - $50&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Hydraulics&#039;&#039;&#039; || 150mm Stroke || Hydraulic Cylinder 150mm Stroke || $50 - $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Bus Bars&#039;&#039;&#039; || 20x100mm Copper || Copper Bus Bar 1/8&amp;quot; x 1&amp;quot; || $30 - $60&lt;br /&gt;
|}&lt;br /&gt;
== Build Instructions ==&lt;br /&gt;
A detailed assembly guide has been generated.&lt;br /&gt;
=== Phase 1: Structural &amp;amp; Core ===&lt;br /&gt;
*   Assemble the concrete platform and safety railings.&lt;br /&gt;
*   Erect the main steel frame and install insulation blocks.&lt;br /&gt;
*   Insert the Outer Crucible (Chamber) and Inner Crucible (Pot).&lt;br /&gt;
=== Phase 2: Induction &amp;amp; Cooling ===&lt;br /&gt;
*   Wind the 5/8&amp;quot; copper tubing to form the coil and mount it over the chamber.&lt;br /&gt;
*   Install the Radiator, Fan, Pump, and Tank.&lt;br /&gt;
*   Plumb the cooling loop: Pump -&amp;gt; Radiator -&amp;gt; Coil -&amp;gt; Tank -&amp;gt; Pump.&lt;br /&gt;
=== Phase 3: Electronics &amp;amp; Power ===&lt;br /&gt;
*   Mount the Control Panel and Electronics Rack.&lt;br /&gt;
*   Install the ZVS Driver, Capacitor Bank, and Inductors.&lt;br /&gt;
*   Connect the ZVS output to the Coil using Copper Bus Plates.&lt;br /&gt;
*   Connect the Hydraulic Power Unit (HPU) to the tilt cylinder.&lt;br /&gt;
== Resources ==&lt;br /&gt;
*   **Source Code:** `Antigravity_24_Freecad/generators/`&lt;br /&gt;
*   **Output Models:** `Antigravity_24_Freecad/outputs/InductionFurnace.FCStd`&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=JacksonL%27s_CAD_Work&amp;diff=315145</id>
		<title>JacksonL&#039;s CAD Work</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=JacksonL%27s_CAD_Work&amp;diff=315145"/>
		<updated>2025-12-08T02:25:42Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: Created page with &amp;quot;= Antigravity FreeCAD Integration Progress = == Overview == This session focused on expanding the programmatic control of FreeCAD via the Antigravity bridge, creating parametric object generators, and researching deeper integration methods. == New Scripts == We developed Python scripts to generate specific geometry programmatically. === 2x6 Lumber === *   **Script:** `create_2x6.py` *   **Function:** Generates a standard 2&amp;quot;x6&amp;quot;x8&amp;#039; lumber piece. *   **Method:** Uses `FreeC...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Antigravity FreeCAD Integration Progress =&lt;br /&gt;
== Overview ==&lt;br /&gt;
This session focused on expanding the programmatic control of FreeCAD via the Antigravity bridge, creating parametric object generators, and researching deeper integration methods.&lt;br /&gt;
== New Scripts ==&lt;br /&gt;
We developed Python scripts to generate specific geometry programmatically.&lt;br /&gt;
=== 2x6 Lumber ===&lt;br /&gt;
*   **Script:** `create_2x6.py`&lt;br /&gt;
*   **Function:** Generates a standard 2&amp;quot;x6&amp;quot;x8&#039; lumber piece.&lt;br /&gt;
*   **Method:** Uses `FreeCADTemplates` to create a box with correct dimensions.&lt;br /&gt;
=== Screwdriver ===&lt;br /&gt;
*   **Script:** `create_screwdriver.py`&lt;br /&gt;
*   **Function:** Generates a multi-part screwdriver model.&lt;br /&gt;
*   **Components:** Red handle (grip, collar, cap), silver shaft, dark grey flathead tip.&lt;br /&gt;
=== Worm Gear ===&lt;br /&gt;
*   **Script:** `create_worm_gear.py`&lt;br /&gt;
*   **Function:** Generates a worm screw.&lt;br /&gt;
*   **Method:** Uses `Part.makeHelix` and `Part.Wire.makePipeShell` to sweep a trapezoidal profile along a helical path.&lt;br /&gt;
*   **Output:** Saved to `outputs/WormGear.FCStd`.&lt;br /&gt;
=== Induction Furnace ===&lt;br /&gt;
*   **Script:** `create_induction_furnace.py`&lt;br /&gt;
*   **Function:** Generates a parametric model of an Induction Furnace based on OSE specifications.&lt;br /&gt;
*   **Components:** Refractory crucible (hollow cylinder) and copper induction coil (helical tube).&lt;br /&gt;
*   **Output:** Saved to `outputs/InductionFurnace.FCStd`.&lt;br /&gt;
== Integration Enhancements ==&lt;br /&gt;
=== Research ===&lt;br /&gt;
Identified three key areas for deeper integration:&lt;br /&gt;
#   **Reactive Event Listening:** Using `DocumentObserver` to detect user actions.&lt;br /&gt;
#   **Embedded UI:** Custom `TaskPanel` for in-app chat and control.&lt;br /&gt;
#   **Bi-Directional Sockets:** Asynchronous communication for real-time feedback.&lt;br /&gt;
=== Demo ===&lt;br /&gt;
*   **Selection Observer:** Modified `antigravity_freecad.FCMacro` to include a `SelectionObserver`.&lt;br /&gt;
*   **Result:** FreeCAD now reports selected objects to the listener log, demonstrating the ability of the system to &amp;quot;see&amp;quot; user focus.&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Screwdriver_Model.png|Screwdriver generated by script&lt;br /&gt;
File:Worm_Gear_Model.png|Worm Gear generated by script&lt;br /&gt;
File:Induction_Furnace_Model.png|Induction Furnace model&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315144</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315144"/>
		<updated>2025-12-08T02:23:55Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]], [[JacksonL&#039;s CAD Work]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315143</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315143"/>
		<updated>2025-12-08T02:15:52Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Sunday, Dec 7, 2025=&lt;br /&gt;
Worked on the house. Got Text-To-Cad working. Learning about repositories per [[OSE Part Library]], [[CAD Repositories]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315115</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315115"/>
		<updated>2025-12-06T20:24:25Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: /* Saturday, Dec 6, 2025 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a hypothesis about the &amp;quot;best way to do creation&amp;quot; based on your current setup and our previous discussions on biomimicry.&lt;br /&gt;
&lt;br /&gt;
Hypothesis: The &amp;quot;Living Model&amp;quot; Paradigm&lt;br /&gt;
&lt;br /&gt;
Currently, you are doing Imperative Injection: sending raw code strings to FreeCAD to &amp;quot;do X&amp;quot;. This is like surgery—effective but invasive and brittle.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Best Way&amp;quot; is likely Declarative Homeostasis (Biomimetic approach):&lt;br /&gt;
&lt;br /&gt;
DNA (The Spec): Define what you want (e.g., a TowerConfig object or JSON), not how to build it.&lt;br /&gt;
Growth (The Generator): A system inside FreeCAD that reads the DNA and &amp;quot;grows&amp;quot; the geometry.&lt;br /&gt;
Homeostasis (Idempotency): The system checks: &amp;quot;Does the current 3D world match the DNA?&amp;quot;&lt;br /&gt;
If yes: Do nothing (Energy efficient).&lt;br /&gt;
If no: Heal/Update the difference (Adaptation).&lt;br /&gt;
Practical Implication for Antigravity: Instead of complete_tower.py sending a script string, it should send a signal or gene (parameters) to a TowerBuilder class already resident in the FreeCAD environment.&lt;br /&gt;
&lt;br /&gt;
Would you like to explore this &amp;quot;Living Model&amp;quot; architecture? I can help you refactor the tower scripts to demonstrate this &amp;quot;Growth&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315114</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315114"/>
		<updated>2025-12-06T20:21:31Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.Okay that was kinda fruitless. Going back to upgrading the text to cad environment for a more integrated engineering environment or something&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315096</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315096"/>
		<updated>2025-12-06T18:56:59Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Saturday, Dec 6, 2025=&lt;br /&gt;
Built a text to cad environment with antigravity, will upgrade. Working on systems thinking now.&lt;br /&gt;
&lt;br /&gt;
=Friday, Dec 5, 2025=&lt;br /&gt;
Long day workin on the hangar. Concrete pour&lt;br /&gt;
&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315010</id>
		<title>Jackson Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Jackson_Log&amp;diff=315010"/>
		<updated>2025-12-04T20:13:31Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;600&amp;quot; height=&amp;quot;500&amp;quot; src=&amp;quot;https://osedev.org/wiki/JacksonLees?start=16/10/2025&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
=Thursday, Dec 4, 2025=&lt;br /&gt;
Updated the website with Roof Numbering, Added dimensions button, made [[Antigravity Tutorial]], working on developing the full tech stack, &lt;br /&gt;
&lt;br /&gt;
=Wednesday, Dec 3, 2025=&lt;br /&gt;
[[OpenProject]], Updated the website. Recorded an antigravity tutorial but my microphone was off haha. First thing tomorrow.&lt;br /&gt;
Adding BOM&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Dec 2, 2025=&lt;br /&gt;
Working on the modules, working on the tool/website. Learning about [[Full Stack Development]]. Tools like [[Asana]], [[Notion]]. And their Open-Source alternatives. Found one for asana - [[OpenProject]]&lt;br /&gt;
&lt;br /&gt;
Trying to set things up to improve OSE. Seems like we need some sort of central nervous system. Somewhere people can express their needs, track projects, chat, whatever.&lt;br /&gt;
Working on it!&lt;br /&gt;
&lt;br /&gt;
=Monday, Dec 1, 2025=&lt;br /&gt;
[[SH7 CAD Alternative]], Worked on the hangar a little bit. Mostly worked on the website though (the website is the cad alternative)&lt;br /&gt;
8am-3:30am&lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 30, 2025=&lt;br /&gt;
On the seventh day, god rested... or something. Too tired to work on the hanger. Working on the website instead.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 29, 2025=&lt;br /&gt;
Worked on the hangar until 7:45-6pm. 6pm Meeting. Worked on the website until 1:20am. Bed&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 28, 2025=&lt;br /&gt;
Working on the hanger. Inside.&lt;br /&gt;
[[Google Antigravity]]. I really think we could use this to solve most of our problems :)&lt;br /&gt;
&lt;br /&gt;
=Thursday, Nov 27, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Birthday :) Nini made me a cake. Thanksgiving ;]&lt;br /&gt;
&lt;br /&gt;
=Wednesday, Nov 26, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 25, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 24, 2025=&lt;br /&gt;
Working on the hanger. Outside.&lt;br /&gt;
Met Nini, Tony Shay, Brenno, Sage, Joel. &lt;br /&gt;
&lt;br /&gt;
=Sunday, Nov 23, 2025=&lt;br /&gt;
Working on the hanger.&lt;br /&gt;
Starting to learn. Learned the difference between an impact drill and a regular one. Learned the trick to suck in wood with screws and blocks.&lt;br /&gt;
Met Aidan, Ben, Jeremy, Ena, Hannah, Bo, Nick, Roy.&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 22, 2025=&lt;br /&gt;
Flew in to KCI, got set up at the Hablab&lt;br /&gt;
&lt;br /&gt;
=Friday, Nov 21, 2025=&lt;br /&gt;
Finally got [[Aider-Desk]] installed. Seems like it works with [[Ollama]] :)&lt;br /&gt;
&lt;br /&gt;
Started the day trying to get automation going. Seems like there is a whole world out there of this stuff.&lt;br /&gt;
Sometimes I see it called &amp;quot;Workflows&amp;quot;. There is a lot of stuff being made on this. There is [[n8n]] which is open source but not free I believe. There is certainly an open source free alternative, but I am hardstuck because I don&#039;t really understand coding. So I thought okay well it&#039;s fine to not understand coding if I can get something like and AI assistant that can handle the coding for me. Found a few online. People recommend [[Windsurf]] except it&#039;s not open source or free... seems like it&#039;s a part of [[Devin]] which looks interesting but... yeah not open source or free.&lt;br /&gt;
Tried to get [[Zed]] but I just doesn&#039;t open after download. Started trying to get [[Aider]] but I really don&#039;t like blasting code into my terminal that I don&#039;t understand.&lt;br /&gt;
&lt;br /&gt;
TL;DR is I think I just need to go back to first principles and just learn how linux works instead of just reaching for the best tools.&lt;br /&gt;
&lt;br /&gt;
Found this in a youtube video: [[LinuxJourney]]&lt;br /&gt;
&lt;br /&gt;
=Tuesday, Nov 18, 2025=&lt;br /&gt;
[[Docker]], [[Khoj]]&lt;br /&gt;
&lt;br /&gt;
=Monday, Nov 17, 2025=&lt;br /&gt;
[[Ollama]], [[OpenSCAD]]&lt;br /&gt;
&lt;br /&gt;
=Saturday, Nov 15, 2025=&lt;br /&gt;
Hello all! I wanted to share information about my new laptop I bought!&lt;br /&gt;
It&#039;s called [[System76]]. Pre-built linux machine that is open source and puts your privacy first c:&lt;br /&gt;
Highly recommend!&lt;br /&gt;
&lt;br /&gt;
=Monday, Oct 21, 2025=&lt;br /&gt;
[[Systems Architecture Model (SAM)]], [[MBSE]] (Model-Based Systems Engineering), [[Obsidian]], [[Fireflies.ai]] ... &lt;br /&gt;
&lt;br /&gt;
Thinking about how to be effective. Considering automating/fusing these together. &lt;br /&gt;
Some workflow where recorded audio (Fireflies) or text could be woven into the SAM and MBSE framework. Allowing collaborative real-time editing and suggestion mapping. Obsidian could be used in the process to collect thoughts before pushing wider packages through to the more complex modelling. Also just found out about Jeffrey Sachs, what a rockstar. Stuck at work 9-5 so I wanted to put my thoughts out there and hope. Also, you can ask GPT to write mediawiki for you (phew!). &lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
Jackson&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 18, 2025=&lt;br /&gt;
Cleaning PC, creating backups, preparing to dualboot Linux &amp;amp; Windows.&lt;br /&gt;
&lt;br /&gt;
=Thursday, Oct 16, 2025=&lt;br /&gt;
Getting involved! Checked out Github. Ordered a USB for OSE Linux 3. Will boot up and attempt Developer Test.&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
	<entry>
		<id>https://wiki.opensourceecology.org/index.php?title=Seed_Eco-Home_7_Software&amp;diff=315002</id>
		<title>Seed Eco-Home 7 Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.opensourceecology.org/index.php?title=Seed_Eco-Home_7_Software&amp;diff=315002"/>
		<updated>2025-12-04T18:23:37Z</updated>

		<summary type="html">&lt;p&gt;JacksonL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jackson Here!&lt;br /&gt;
&lt;br /&gt;
I made a little website to help myself out in the field! Works on mobile.&lt;br /&gt;
&lt;br /&gt;
https://sh7-NEW.surge.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tech Stack.jpg|thumb|Full* Tech Stack]]&lt;br /&gt;
Made this image with Google Flow! Very good for creating infographics, highly accurate and intelligent.&lt;br /&gt;
&lt;br /&gt;
Going to leave more information on the full Tech Stack we&#039;re building&lt;br /&gt;
&lt;br /&gt;
Antigravity - Vibe coding on steroids - Build anything&lt;br /&gt;
&lt;br /&gt;
Short Tutorial:&lt;br /&gt;
https://www.youtube.com/watch?v=itXIEIMciKQ&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OpenProject - Project Management - Assign yourself tasks i.e. &amp;quot;I am building module 5&amp;quot;. Handles all sorts of stuff, shopping list, whatever you want&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Still hashing out the rest of the details. Working on hosting OpenProject&lt;/div&gt;</summary>
		<author><name>JacksonL</name></author>
	</entry>
</feed>