Welcome to your Innospire Runtime.
This is not just a website. This is your personal AI-native working space.
这不是普通网站。这是你的 AI 原生工作空间,用来学习、实验、记录成果、建立能力证明。
Website:
https://jayho80.homelinked.tech
Evidence Page:
https://jayho80.homelinked.tech/evidence/
Workspace on Server:
/opt/workspaces/jayho80
Traditional internships often end with only a short comment or a recommendation letter.
Here, your work can become real evidence:
Every student leaves with evidence, not only experience.
每个学生离开时,留下的不只是经历,而是可验证的能力证据。
Different students may use Mac, Windows PowerShell, Linux, school computers or company-provided devices.
不同学生可能使用 Mac、Windows PowerShell、Linux、学校电脑或公司提供的设备。
Please read this SSH guide before your first login:
We use SSH Key login, not password login.
我们使用 SSH Key 登录,不使用密码登录。
ssh-keygen -t ed25519
Press Enter all the way.
一路按 Enter 即可。
Then show your public key:
cat ~/.ssh/id_ed25519.pub
Send the full line to Benny.
把完整一整行发给 Benny。
After your key is added, login with:
ssh jayho80@jayho80.homelinked.tech
After login, try:
whoami
Expected:
jayho80
Then:
hostname
You should see the server name.
这说明你已经进入云端服务器,不是在自己的 Mac 上。
cd /opt/workspaces/jayho80
Check location:
pwd
Expected:
/opt/workspaces/jayho80
app/ Your code / 代码 config/ Configuration / 配置 data/ Data / 数据 docs/ Documentation / 文档 exports/ Files for review / 提交审核文件 jsonl/ Event records / 历史事件记录 logs/ Logs / 日志 sqlite/ Database / 数据库 evidence/ Capability evidence / 能力证明 handoff/ Handoff materials / 交接材料
You are encouraged to use Google AI or ChatGPT as your assistant.
你可以使用 Google AI 或 ChatGPT 帮助你写代码、整理文档、解释错误。
Good prompt example:
Please write a simple Python program using SQLite. Requirements: 1. Store tasks in a SQLite database. 2. Display tasks on a webpage. 3. Use only Python standard library. 4. Output code only.
Important:
SQLite = current state
SQLite 记录当前状态,例如任务、库存、邮件、项目进度。
JSONL = historical evidence
JSONL 记录发生过什么,例如登录、错误、修复、每日进展。
Example check-in:
{"time":"2026-07-02 09:00","user":"jayho80","event":"checkin","plan":"work on Python SQLite demo"}
Example checkout:
{"time":"2026-07-02 18:00","user":"jayho80","event":"checkout","done":"created first demo page","next":"add evidence page"}
Please do not send important materials only by email or WhatsApp.
请不要只用邮件或 WhatsApp 发送重要资料。
Put your materials here:
/opt/workspaces/jayho80/exports
Examples:
/opt/workspaces/jayho80/exports/evidence-v1.html /opt/workspaces/jayho80/exports/project-summary.md /opt/workspaces/jayho80/exports/screenshots/
After review, Admin can publish your page quickly.
管理员审核后,可以快速发布到你的网页。
Your Evidence page is:
https://jayho80.homelinked.tech/evidence/
This page should gradually include:
This can become strong evidence for future jobs, applications, interviews and collaboration.
这可以成为你未来求职、申请、面试、合作的重要能力证据。
Your Official Context page is:
https://jayho80.homelinked.tech/official/
This connects your Runtime to the broader Innospire innovation ecosystem.
这说明你的项目属于 Innospire 创新生态的一部分。
Please describe official context carefully and factually.
请谨慎、真实地描述官方背景,不要夸大为政府正式背书,除非有正式文件支持。
All pages under homelinked.tech use a Mainland China ICP备案 domain.
homelinked.tech 是中国大陆备案域名,这对与中国大陆沟通、展示、协作非常有价值。
Every page must keep the required footer:
© Gmall · Privacy · Disclaimer · MIIT ICP:粤ICP备2024187530号 · Last updated
Do not remove it.
不要删除页脚备案信息。
Do not publish:
Your Handoff page is:
https://jayho80.homelinked.tech/handoff/
Before the end of your internship, you must prepare:
README.md current_status.md known_problems.md next_steps.md database_schema.sql google_ai_prompts.md demo_links.md
A good intern makes the next person’s work easier.
优秀的实习生,不只是自己完成任务,也会让下一位接手的人更容易继续。
We support different strengths: AI, Python, IoT, ERP, RFID, writing, design, hardware, business and manufacturing.
每个人背景不同,但只要能留下清晰证据,都是有价值的能力。
Be curious.
Build small.
Test everything.
Document clearly.
Leave evidence.
Help the next person.
Welcome to the Innospire Runtime Network.