Commit Graph

163 Commits

Author SHA1 Message Date
Automated Publisher
c9ed800d9f 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 23s
Generated on: Fri Aug  8 17:36:48 UTC 2025
Source: md-personal repository
2025-08-08 17:36:52 +00:00
Automated Publisher
c25cd8921e 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 23s
Generated on: Mon Aug  4 03:59:37 UTC 2025
Source: md-personal repository
2025-08-04 03:59:37 +00:00
de23f04b62 Delete Dockerfile
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 14s
2025-08-03 15:42:33 +00:00
abed5c59ab refactor(content): update rootCA.pem link to use local path and remove vpnclient.ovpn
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 31s
feat(static): add rootCA.crt file for local certificate usage
2025-08-03 08:37:28 -07:00
Automated Publisher
eba296fed3 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 3m5s
Generated on: Sun Aug  3 06:02:47 UTC 2025
Source: md-personal repository
2025-08-03 06:02:48 +00:00
01f9217a46 📄 (rules): add comprehensive Hugo site development rules and best practices documentation
Some checks are pending
Hugo Publish CI / build-and-deploy (push) Waiting to run
2025-08-02 22:59:00 -07:00
c6ecdd6432 (config): enhance Markdown configuration for Obsidian compatibility with Goldmark extensions and math rendering
Some checks are pending
Hugo Publish CI / build-and-deploy (push) Waiting to run
2025-08-02 22:55:34 -07:00
5706ff7d48 (manifest): add web app manifest for Eric X. Liu's personal page
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 2m34s
2025-08-02 22:43:31 -07:00
936d04687f 🔧 (config): add Cloudflare Web Analytics configuration for tracking
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 2m39s
2025-08-02 22:31:33 -07:00
b4cc0126df (config): add Disqus comments configuration to enable user engagement
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 3m5s
2025-08-02 22:03:48 -07:00
Automated Publisher
fd19c595b6 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 3m1s
Generated on: Sun Aug  3 04:20:20 UTC 2025
Source: md-personal repository
2025-08-03 04:20:20 +00:00
Automated Publisher
5253081653 📚 Auto-publish: Add/update 1 blog posts
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 12m36s
Generated on: Sun Aug  3 03:49:57 UTC 2025
Source: md-personal repository
2025-08-03 03:49:59 +00:00
Automated Publisher
f90b459eda 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 5m8s
Generated on: Sun Aug  3 03:41:10 UTC 2025
Source: md-personal repository
2025-08-03 03:41:10 +00:00
Automated Publisher
9c5d4a2102 📚 Auto-publish: Add/update 1 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 2m3s
Generated on: Sun Aug  3 03:29:23 UTC 2025
Source: md-personal repository
2025-08-03 03:29:23 +00:00
Automated Publisher
47dfa82e54 📚 Auto-publish: Add/update 3 blog posts
Some checks are pending
Hugo Publish CI / build-and-deploy (push) Has started running
Generated on: Sun Aug  3 03:28:39 UTC 2025
Source: md-personal repository
2025-08-03 03:28:39 +00:00
Automated Publisher
23b9adc43a 📚 Auto-publish: Add/update 5 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 34s
Generated on: Sun Aug  3 03:19:53 UTC 2025
Source: md-personal repository
2025-08-03 03:19:53 +00:00
38bbe8cbae 🗑️ (posts): remove unused image and its reference in markdown file
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 42s
2025-08-02 19:24:41 -07:00
Automated Publisher
b6192ca3ca 📚 Auto-publish: Add/update 2 blog posts
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 3m31s
Generated on: Sun Aug  3 01:47:39 UTC 2025
Source: md-personal repository
2025-08-03 01:47:39 +00:00
Automated Publisher
0b377b2189 📚 Auto-publish: Add/update 2 blog posts
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 11m2s
Generated on: Sat Aug  2 18:07:06 PDT 2025
Source: md-personal repository
2025-08-02 18:07:06 -07:00
a3ccac4cd2 (content): add new image file to posts directory
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 16s
2025-08-02 15:49:50 -07:00
88cbb7efd5 (posts): add deep dive into PPO for language models post
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 14s
This commit introduces a new blog post detailing the Proximal Policy Optimization (PPO) algorithm as used in Reinforcement Learning from Human Feedback (RLHF) for Large Language Models (LLMs).

The post covers:
- The mapping of RL concepts to text generation.
- The roles of the Actor, Critic, and Reward Model.
- The use of Generalized Advantage Estimation (GAE) for stable credit assignment.
- The PPO clipped surrogate objective for safe policy updates.
- The importance of pretraining loss to prevent catastrophic forgetting.
- The full iterative training loop.
2025-08-02 15:46:24 -07:00
e6c8ccf0f8 refactor: remove drone and gitlab ci configurations
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 25s
The previous CI/CD configurations for Drone and GitLab CI are no longer needed. This commit removes these files as the project will now rely on a different CI/CD solution.
2025-08-02 15:44:54 -07:00
4996ae35fb add robots.txt template
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 23s
2024-11-11 03:37:07 +00:00
b146b015d0 add robots.txt
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 25s
2024-11-11 03:32:26 +00:00
53dd77638e some SEO tweaks
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 10s
2024-11-11 03:31:31 +00:00
f09740923b add search engine optimization to the website
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 25s
2024-11-11 02:36:39 +00:00
dfe3a7b0c8 Add hugo-cloak-email theme
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 13s
- Include hugo-cloak-email in the theme list in config.toml
- Add submodule for hugo-cloak-email theme
- Update .gitmodules to include the new submodule

This change enhances email protection on the website by cloaking email addresses.
2024-09-16 14:17:45 -07:00
9881f6e8bc Add automation to reload Kubernetes pod after deployment
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 11s
2024-09-16 13:55:41 -07:00
d96148c395 Add new format.
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 12s
2024-09-16 13:08:55 -07:00
248138f653 Add commit hash to the page for better traceability and reference in the Hugo site.
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 16s
2024-09-16 13:06:55 -07:00
8727ffa33f 🐳 Add Dockerfile and update config.toml
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 11s
- Add Dockerfile to containerize the Hugo site
- Update config.toml with new menu items and social links
2024-09-16 11:37:05 -07:00
39e6a27cee Update README and add workspace file
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 11s
- Enhance README with project details and local development instructions
- Add VS Code workspace file for improved project management
- Update Hugo Coder theme submodule
2024-09-16 10:31:07 -07:00
a6f28348cc Update config.toml
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 13s
2024-09-16 17:22:51 +00:00
a8a360bf89 Update .gitea/workflows/publish.yaml
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 8s
2024-07-03 21:30:54 +00:00
2162817265 Update .gitea/workflows/publish.yaml
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 7s
2024-07-03 21:30:13 +00:00
5475379650 Update config.toml
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 9s
2024-07-03 21:27:27 +00:00
39be3b9058 Update .gitea/workflows/publish.yaml
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 8s
2024-07-03 21:17:40 +00:00
3450fc90e2 Update config.toml
Some checks failed
Hugo Publish CI / build-and-deploy (push) Failing after 13s
2024-07-03 18:16:21 +00:00
7932096703 Update .gitea/workflows/publish.yaml
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 12s
2024-06-15 05:04:36 +00:00
07f5e8accb Update .gitea/workflows/publish.yaml
All checks were successful
CI Hugo Publish / build-and-deploy (push) Successful in 20s
2024-06-13 05:01:02 +00:00
c5f30e590d Update .gitea/workflows/publish.yaml
All checks were successful
CI Hugo Publish / build-and-deploy (push) Successful in 12s
2024-06-13 02:33:02 +00:00
f98b222644 Update .gitea/workflows/publish.yaml
All checks were successful
CI Hugo Publish / build-and-deploy (push) Successful in 24s
2024-06-13 02:27:58 +00:00
1bdc086d49 Update .gitea/workflows/publish.yaml
Some checks are pending
CI Hugo Publish / build-and-deploy (push) Waiting to run
2024-06-12 05:19:34 +00:00
c68d13cc43 Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 1m2s
2024-06-12 04:56:39 +00:00
3f0f8908fa Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
2024-06-12 04:52:35 +00:00
ed037e6ea1 Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
2024-06-12 04:51:43 +00:00
af33350ee2 Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 11s
2024-06-12 04:50:28 +00:00
a9ae16070a Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
2024-06-12 04:49:06 +00:00
aa21d7aba8 Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
2024-06-12 04:12:01 +00:00
1f5623a4fd Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s
2024-06-12 04:00:49 +00:00