Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjoon-lee committed Jan 12, 2024
1 parent aa17ca0 commit adeab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<span class="sr-only">Switch theme</span>
<svg class="h-5 w-5" fill="currentcolor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10 2a1 1 0 011 1v1A1 1 0 119 4V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707A1 1 0 1113.536 5.05l.707-.707a1 1 0 011.414.0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707A1 1 0 004.343 5.757l.707.707zm1.414 8.486-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" clip-rule="evenodd"/></svg><span class="light"></span><span class="dark"></span>
</button>
<script>document.getElementById("switchTheme").addEventListener("click",function(){localStorage.theme==="dark"||(!("theme"in localStorage)||localStorage.theme==="auto")&&window.matchMedia("(prefers-color-scheme: dark)").matches?(document.documentElement.classList.remove("dark"),localStorage.theme="light"):(localStorage.theme==="light"||(!("theme"in localStorage)||localStorage.theme==="auto")&&window.matchMedia("(prefers-color-scheme: light)").matches)&&(document.documentElement.classList.add("dark"),localStorage.theme="dark")})</script></nav></header></div><main class="container mx-auto my-6 flex max-w-7xl flex-row px-6 lg:px-8 xl:px-12"><div class="mx-auto w-full min-w-0 max-w-2xl lg:max-w-3xl"><article class="prose max-w-none dark:prose-invert"><header><h1>Youngjoon Lee</h1></header><section><p>Have been working as a Software Engineer in Distributed Systems and Decentralized Systems.</p><p>Currently, I&rsquo;m developing</p><ul><li>Decentralized Consensus Algorithm</li><li>Network Privacy</li><li>Data Privacy</li><li>Peer-to-peer Network Protocol</li></ul></section></article><section class="w-full"><h2 class="mt-8 text-2xl font-extrabold">Recent</h2><div class="divide-y divide-neutral-300 overflow-hidden dark:divide-neutral-600"><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2306261650-hackfs-2023/">A small achievement in HackFS 2023</a></h3><div class="my-2">libp2p Best Use</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-06-26 16:50:00 +0900 +0900">2023-06-26 16:50 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">1 min</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305102345-made-rust-libp2p-gossipsub-work-in-wasm/">Made rust-libp2p gossipsub work in WASM</a></h3><div class="my-2">By fixing wasm-timer</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-10 23:45:00 +0900 +0900">2023-05-10 23:45 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">2 mins</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305042345-exploring-rust-libp2p/">Exploring rust-libp2p</a></h3><div class="my-2">The current state of rust-libp2p</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-04 23:45:00 +0900 +0900">2023-05-04 23:45 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">3 mins</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305021340-astronvim-contribution/">OSS Contribution: AstroNvim/astrocommunity</a></h3><div class="my-2">Vim as IDE</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-02 13:40:00 +0900 +0900">2023-05-02 13:40 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">1 min</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2304182106-why-prevote-in-tendermint/">Why prevote in Tendermint</a></h3><div class="my-2">Prevote -> Precommit -> Commit</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-04-18 21:06:00 +0900 +0900">2023-04-18 21:06 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">3 mins</span></div></div></article></div></section></div></main><footer class="bg-neutral-200 text-neutral-500 dark:bg-neutral-900 dark:text-neutral-500"><div class="container mx-auto flex max-w-7xl flex-row px-6 py-4 text-sm lg:px-8 xl:px-12"><div class="flex-1"><p>&copy;
<script>document.getElementById("switchTheme").addEventListener("click",function(){localStorage.theme==="dark"||(!("theme"in localStorage)||localStorage.theme==="auto")&&window.matchMedia("(prefers-color-scheme: dark)").matches?(document.documentElement.classList.remove("dark"),localStorage.theme="light"):(localStorage.theme==="light"||(!("theme"in localStorage)||localStorage.theme==="auto")&&window.matchMedia("(prefers-color-scheme: light)").matches)&&(document.documentElement.classList.add("dark"),localStorage.theme="dark")})</script></nav></header></div><main class="container mx-auto my-6 flex max-w-7xl flex-row px-6 lg:px-8 xl:px-12"><div class="mx-auto w-full min-w-0 max-w-2xl lg:max-w-3xl"><article class="prose max-w-none dark:prose-invert"><header><h1>Youngjoon Lee</h1></header><section><p><a rel="alternate" type="application/rss+xml" href="index.xml" title="Youngjoon Lee">RSS</a></p><p>Have been working as a Software Engineer in Distributed Systems and Decentralized Systems.</p><p>Currently, I&rsquo;m developing</p><ul><li>Decentralized Consensus Algorithm</li><li>Network Privacy</li><li>Data Privacy</li><li>Peer-to-peer Network Protocol</li></ul></section></article><section class="w-full"><h2 class="mt-8 text-2xl font-extrabold">Recent</h2><div class="divide-y divide-neutral-300 overflow-hidden dark:divide-neutral-600"><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2306261650-hackfs-2023/">A small achievement in HackFS 2023</a></h3><div class="my-2">libp2p Best Use</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-06-26 16:50:00 +0900 +0900">2023-06-26 16:50 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">1 min</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305102345-made-rust-libp2p-gossipsub-work-in-wasm/">Made rust-libp2p gossipsub work in WASM</a></h3><div class="my-2">By fixing wasm-timer</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-10 23:45:00 +0900 +0900">2023-05-10 23:45 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">2 mins</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305042345-exploring-rust-libp2p/">Exploring rust-libp2p</a></h3><div class="my-2">The current state of rust-libp2p</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-04 23:45:00 +0900 +0900">2023-05-04 23:45 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">3 mins</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2305021340-astronvim-contribution/">OSS Contribution: AstroNvim/astrocommunity</a></h3><div class="my-2">Vim as IDE</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-05-02 13:40:00 +0900 +0900">2023-05-02 13:40 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">1 min</span></div></div></article><article class="py-4"><h3 class="flex items-center text-xl font-semibold"><a class="text-neutral-800 hover:underline hover:decoration-primary-500 hover:underline-offset-auto dark:text-neutral-200" href="/posts/2304182106-why-prevote-in-tendermint/">Why prevote in Tendermint</a></h3><div class="my-2">Prevote -> Precommit -> Commit</div><div class="text-sm text-neutral-400 dark:text-neutral-500"><div class="flex flex-row items-center"><time datetime="2023-04-18 21:06:00 +0900 +0900">2023-04-18 21:06 +0900</time><span class="px-2 text-primary-500">&#183;</span><span title="Reading time">3 mins</span></div></div></article></div></section></div></main><footer class="bg-neutral-200 text-neutral-500 dark:bg-neutral-900 dark:text-neutral-500"><div class="container mx-auto flex max-w-7xl flex-row px-6 py-4 text-sm lg:px-8 xl:px-12"><div class="flex-1"><p>&copy;
2024
Youngjoon Lee</p><p class="text-sm">Powered by <a class="hover:underline hover:text-primary-500" href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> & <a class="hover:underline hover:text-primary-500" href="https://canstand.github.io/compost" target="_blank" rel="noopener noreferrer">Compost</a></p></div><div class="flex-1"></div></div></footer></body></html>

0 comments on commit adeab2e

Please sign in to comment.