Skip to content

Latest commit

 

History

History
202 lines (130 loc) · 12.2 KB

README.md

File metadata and controls

202 lines (130 loc) · 12.2 KB
<style> /* Element Default Styles */ img { max-width: 100%; max-height: 100%; } /* Layout Components */ .image-box { display: grid; height: 100%; } .center-fit { max-width: 100%; max-height: 100vh; margin: auto; } </style> <script src="https://kit.fontawesome.com/9f2cdb261e.js" crossorigin="anonymous"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Welcome!
Discuss about this website here.

(Been busy these days, will update the website soon!)

Used to work on a variety of personal projects (mostly software), nowadays I focus on my full-time job as Investment Analyst at OTPP, plus a secret side-project!😉

If you are talented or resourceful and looking for inspiration, consult my business ideas.

Feature: Stars Bend Light🌟

[Image] 引力作用下两颗行星的擦肩而过 (Simulation) Paths of planets under the influence of gravitational pull

Read more at: The Matrix - Dev Log

Main Projects🌉

There are a few things that I've always wanted to work on but never had a chance to fully materialize: Airi, MULTITUDE, Deep Dive, Parcel, and Formless. Thankfully, OpenAI invented ChatGPT, I discovered Markdown-based workflow, Expresso replaced Parcel and Pure replaced Formless.

 >> WIP: Highlights of "Work-in-progress"
 >> Codename: The Matrix: Galactical scale entity simulation and render engine
 >> Pure: A C# based scripting environment
 >> (Archived) Node Editor: 3D first-person walkable node editing environment
 >> (Archived) SIS MULTITUDE: Experimental windows desktop environment (WPF) and with inspirational agency
 >> (Archived) Somewhere: Tag-based desktop file/content/note management file system
 >> (Archived) Parcel: Node-based process automation environment

Project Ideas (Invite for Collaboration)

As mentioned above and as a summary, here are some projects that I am genuinely interested in, and everyone is welcome to collaborate with me. Notice those projects tends to have a non-deteremined production timeline because I cannot spare dedicated time working on them. Also by no means that I will accept collaboration proposal blindly for I don't have time for casual engagements. At the moment, my entire focus is either on work at OTPP, or Project Nine.

For entrepreneurship level endeavours, see business ideas.

Software

  • Pure The Language (Work-in-Progress): Github
  • Parcel The Workflow Engine (Halted): Github
  • Formless The Language (Deprecated): Github
  • Somewhere/Somewhere 2 (Deprecated): Website

Higher-Order Experiments

  • Airi (Halted): Pending detailed write-up

Hardware/Software/Program

  • (Idea) Motion-tracked 3D environment - looking through a screen. It's like VR but NOT VR and I assert the feeling is even more amazing. Pending dedicated write-up on my plan using OAK-D-Lite. Can be developed into a machine-learning (computer graphics) project.

Utility Programs

  • "Lightening" Browser: lightweight zero shit browser with proper bookmark management using tags and backed as a MARKDOWN file.

Games

  • Deep Dive The Game (Shelved): PENDING MORE DETAILS (Pending visionary write-up).

Longer-Term Projects

  • Project Nine (Active): PENDING AUDIENCE OVERVIEW.

Contents🐙

Some things are yet to get more serious!😠

 >> Arts and Illustrations
 >> Applications (PENDING)
 >> Articles
 >> Blogs
 >> Books (PENDING)
 >> Galleries
 >> Moment of Thought
 >> Photos
 >> Reviews
 >> University Design Projects (PENDING)

Animations

Articles

Books

Concepts

Cool, fully-finished/half-finished/experimental projects.

Short Film

Parcel

Tags: Software, Workflow, Business Automation, Data Analytics

<iframe width="560" height="315" src="https://www.youtube.com/embed/yEHaf_4y5AE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Link: Github

Games

Original.

(Old: Flash, Action Game)

<iframe src="https://itch.io/embed/723030?linkback=true" width="552" height="167" frameborder="0">Domino 3D by Charles Zhang</iframe>

Programs

Small utilities or fun stuff. (Might also share some useful Pure/Python scripts in the future.)

<iframe src="https://itch.io/embed/730091?linkback=true" width="552" height="167" frameborder="0">Turing Engine by Charles Zhang</iframe> <iframe src="https://itch.io/embed/532776?linkback=true" width="552" height="167" frameborder="0">LAN Test Utility by Charles Zhang</iframe> <iframe src="https://itch.io/embed/752678?linkback=true" width="552" height="167" frameborder="0">PDF Apprentice by Charles Zhang</iframe> <iframe src="https://itch.io/embed/729764?linkback=true" width="552" height="167" frameborder="0">Video Tag/Note Player by Charles Zhang</iframe>

Software

Functional and specialized.

<iframe src="https://itch.io/embed/730102?linkback=true" width="552" height="167" frameborder="0">Dream Editor V0.9 by Charles Zhang</iframe>

Resources

<iframe src="https://itch.io/embed/1263446?linkback=true" width="552" height="167" frameborder="0">UE5 Third Person DedicatedServer TestPackage by Charles Zhang</iframe>

Favorite Articles

As a civilization we build our knowledge based on people before us. This sections contain things not of my original creation, but I think is ground-breaking and worth sharing. Here I post links of to those articles:

Computing:

Procedural Generation:

Links🔗

🐫Specialty: Redream (Old), Redream (New)

🌐Online Profiles:

  • LinkedIn: For professional background and career information.
  • Github: For all open source and personal projects that I work on. This is the most frequently updated place.
  • ArtStation: Very occassionally when I do get some (digital) art work done, I make sure I post it here.
  • Steam: Used to play games, not that much these days.
  • Instgram: Travel photography.
  • YouTube (Personal): Tech talks, game videos, random projects.
  • Emily & James: 💕.
  • Itch.io: Provides downloads of functional programs.

🌌Portal - Organization 9: Reports

Changelog📑

  • 2018: Historical website at Wayback Machine.
  • 202208: (#Technical) We used to have a 20Mb payload from Airi - it took a while to make the repo clean. In the future anything this huge should deserve its own repo.
  • 20220820: (Backend) Update and clean up setup; (Content) Add draft blog 20220820.
  • 20220821: (Website) Update front page. (Content) Migrate some articles from old personal portfolio websites.
  • 20220822: (Front Page) Add "Feature" section. (Content) Draft page for "The Matrix" project; Add draft section for "Dev Log".
  • 20221209: We used to treat the repo as a file host of compiled html files and kept source code seperately. This creates additional buld process and seperated source and result files. The reality is, we really don't care about the compiled HTMLs ourselves so we should just let Jekyll do its job.
  • 20221210: (Article) Create placeholder for Knowledge Markdown.
  • 20230702: (Appearance) Change theme.
  • 20230801: (Appearance) Update front page; Clean up and visual formatting.
  • 20230823: (Organization) Add section on "Favorite Articles"
  • 20231013: (Feature, Interaction) Integrate Giscus. (Remark) Will stop updating this for trivialities. Viewers are welcome to read commit history for more details.

Copyright © 2018-2023 Charles Zhang All rights reserved.