Building bridges between Earth code and deep space intelligence.
const lonebula = {
name: "Shogo Miyawaki",
handle: "LoNebula",
affiliation: "JAIST β Graduate School",
mission: "Explore for aliens. Build for Earth.",
passions: ["Rocket Engineering", "Space Propulsion", "Multimodal AI", "SETI"],
philosophy: "Anxious, but moving forward. Hesitate, think, then launch. π",
funFact: "I turn lecture notes into VS Code extensions and spacecraft dreams into Python."
};Everything below is backed by real repositories on this account. No buzzword bingo.
| Language | Where I Use It | Proof |
|---|---|---|
| TypeScript | VS Code extensions, Web apps | powerpoint_viewer_extension β8, kindle-highlights, our-universe, character-counter, Business-card-reader-app |
| Python / Jupyter | LLM experiments, trading AI, Bayesian DL | python_llm, lluminai, day_trade_ai, bayesian-deeplearning, Laboratory-blog-flask |
| C++ | Signal processing framework | ssi (Social Signal Interpretation, fork of hcmlab/ssi) |
| HTML | Knowledge base, lab sites | knowledge, laboratory-website |
# What I actually do with Python
# python_llm: building my own Python-specialized LLM
# bayesian-deeplearning: uncertainty-aware neural nets
# day_trade_ai: quantitative trading experiments
# lluminai: blog + notebook research logs# My most-starred work: VS Code extension that previews PowerPoint
git clone https://github.com/LoNebula/powerpoint_viewer_extension.git
cd powerpoint_viewer_extension && npm install && npm run compile
# Press F5 in VS Code to launch the Extension Host- π³ Docker-first development (
dscontainer for data science) - β‘ GitHub Actions for metrics, 3D contrib graphs, and contribution snake
- π Obsidian second-brain + RAG knowledge base
- π Building a Python-specialized LLM from scratch (
python_llm) - π Writing the
lluminairesearch blog β code + notes in the open - ποΈ Shipping VS Code extensions people actually star (
powerpoint_viewer_extension) - πΈ Long-term: propulsion + onboard AI for deep-space exploration
graph LR
A[π Rocket Engineering] --> C[π°οΈ Deep-Space Intelligence]
B[π§ Multimodal AI] --> C
C --> D[π½ Explore for Aliens]
π βHesitate, think, then launch.β β LoNebula



