We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a3ad4 commit ea4d937Copy full SHA for ea4d937
data/posts.ts
@@ -1,14 +1,14 @@
1
-// Based off analytics/HN ranking/gut feel
+// Popular posts (ordering affects display)
2
export const popularPosts = [
3
- "profiling-and-optimizing-an-interpreter",
+ "lisp-compiler-optimizations",
4
+ "my-time-at-the-recurse-center",
5
"building-my-own-chess-engine",
- "geoguessing-with-deep-learning",
6
];
7
8
-// Good posts/highly viewed posts (not in any specific order)
+// Starred posts (not in any specific order)
9
export const postStars = [
10
+ "generating-mazes",
11
"making-python-less-random",
- "2d-multiplayer-from-scratch",
12
"lisp-compiler-optimizations",
13
"lisp-to-javascript-compiler",
14
"compressing-cs2-demos",
0 commit comments