Skip to content

Commit a6ec770

Browse files
for the last time, hopefully fix posts?
1 parent 8a6749a commit a6ec770

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Hello! I'm a Python core team member since Aug 2021. I mostly work on the interpreter, JIT compiler's optimizer, and other things in a volunteer capacity. I recently started an actual day job: MPhil/PhD student researching JIT compilers supervised by Laurie Tratt. For open source matters: you can reach me through my email `kenjin@python.org`.
44

5-
* [Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster](./_posts/no-longer-sorry.md)
6-
* [A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16](./_posts/faster-jit-plan.md)
7-
* [Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly](./_posts/jit-reflections.md)
8-
* [My Final Year Project / Bachelors' Theses](./_posts/fyp.md).
9-
* [My apology for Python's tail-calling interpreter's results](./_posts/apology-tail-call.md).
5+
<ul>
6+
{% for post in site.posts %}
7+
<li>
8+
<a href="{{ post.url }}">{{ post.title }}</a>
9+
</li>
10+
{% endfor %}
11+
</ul>
1012

1113
[RSS Feed](/feed.xml) | [This blog's source](https://github.com/Fidget-Spinner/Fidget-Spinner.github.io) | [My GitHub](https://github.com/Fidget-Spinner)

0 commit comments

Comments
 (0)