mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 09:08:30 +08:00
Update resume
This commit is contained in:
parent
917ea6ba67
commit
72d98002c6
4 changed files with 594 additions and 555 deletions
1134
index.html
1134
index.html
File diff suppressed because it is too large
Load diff
7
rss.xml
7
rss.xml
|
@ -3,6 +3,13 @@
|
|||
<title>lupyuen</title>
|
||||
<link>https://lupyuen.github.io</link>
|
||||
<description>IoT Techie and Educator</description>
|
||||
<item>
|
||||
<title>Your very own Build Farm for Apache NuttX RTOS</title>
|
||||
<link>https://lupyuen.github.io/articles/ci2</link>
|
||||
<description><![CDATA[Refurbished Ubuntu PCs have become quite affordable. Let's turn them into a (Low-Cost) Build Farm for Apache NuttX RTOS, thanks to the Docker Image provided by NuttX.]]></description>
|
||||
<guid>https://lupyuen.github.io/articles/ci2</guid>
|
||||
<pubDate>Sun, 27 Oct 2024 00:00:00 +0000</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>LLM Bot that reviews Pull Requests for Apache NuttX RTOS</title>
|
||||
<link>https://lupyuen.github.io/articles/llm</link>
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://lupyuen.github.io/</loc>
|
||||
<lastmod>2024-09-29T00:00:00+00:00</lastmod>
|
||||
<lastmod>2024-10-27T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://lupyuen.github.io/articles/ci2</loc>
|
||||
<lastmod>2024-10-27T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://lupyuen.github.io/articles/llm</loc>
|
||||
|
|
|
@ -441,6 +441,8 @@ Many Thanks to my [__GitHub Sponsors__](https://github.com/sponsors/lupyuen) (an
|
|||
|
||||
- [__Sponsor me a coffee__](https://github.com/sponsors/lupyuen)
|
||||
|
||||
- [__Discuss this article on Hacker News__](https://news.ycombinator.com/item?id=41958051)
|
||||
|
||||
- [__My Current Project: "Apache NuttX RTOS for Sophgo SG2000"__](https://github.com/lupyuen/nuttx-sg2000)
|
||||
|
||||
- [__My Other Project: "NuttX for Ox64 BL808"__](https://github.com/lupyuen/nuttx-ox64)
|
||||
|
|
Loading…
Reference in a new issue