Skip to content

Commit 3453689

Browse files
committedOct 24, 2022
add top authors, hn number 1 posts
1 parent 5d221d7 commit 3453689

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎posts/2022/10/blog-15-years.rst

+33
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ published later, here are a few that I can remember:
9999
.. _`Storage strategies for collections in dynamically typed languages`: https://dl.acm.org/doi/10.1145/2509136.2509531
100100

101101

102+
Greatest Hits
103+
---------------
102104

103105
In terms of visitors, the top five posts on the old blog were – on the new blog
104106
we simply don't have stats (yet?):
@@ -120,6 +122,37 @@ The number of posts per year developed like this:
120122

121123
.. image:: /images/2022-pypy-posts-per-year.svg
122124

125+
The most prolific authors are:
126+
127+
1. `Maciej Fijałkowski`__
128+
2. `Carl Friedrich Bolz-Tereick`__
129+
3. `Armin Rigo`__
130+
4. `Antonio Cuni`__
131+
5. `Matti Picus`__
132+
133+
.. __: /authors/maciej-fijalkowski.html
134+
.. __: /authors/carl-friedrich-bolz-tereick.html
135+
.. __: /authors/armin-rigo.html
136+
.. __: /authors/antonio-cuni.html
137+
.. __: /authors/mattip.html
138+
139+
Several blog posts have made it to the Hacker News front page, three of them to
140+
number 1:
141+
142+
- `PyPy-STM: first “interesting” release`__ (discussion__)
143+
- `Let's Remove the Global Interpreter Lock`__ (discussion__)
144+
- `Inside cpyext: Why emulating CPython C API is so Hard`__ (discussion__)
145+
146+
.. __: /posts/2014/07/pypy-stm-first-interesting-release-8684276541915333814.html
147+
.. __: https://news.ycombinator.com/item?id=7991404
148+
.. __: /posts/2017/08/lets-remove-global-interpreter-lock-748023554216649595.html
149+
.. __: https://news.ycombinator.com/item?id=15008636
150+
.. __: /posts/2018/09/inside-cpyext-why-emulating-cpython-c-8083064623681286567.html
151+
.. __: https://news.ycombinator.com/item?id=18040664
152+
153+
Personal Favourites
154+
--------------------
155+
123156
While looking through the posts, there were a few that stood out to me in some
124157
way, so here's a subjective list of ones that I had fun looking at again:
125158

0 commit comments

Comments
 (0)
Please sign in to comment.