Skip to content

Commit ea4d937

Browse files
authored
update pinned posts
1 parent c7a3ad4 commit ea4d937

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/posts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
// Based off analytics/HN ranking/gut feel
1+
// Popular posts (ordering affects display)
22
export const popularPosts = [
3-
"profiling-and-optimizing-an-interpreter",
3+
"lisp-compiler-optimizations",
4+
"my-time-at-the-recurse-center",
45
"building-my-own-chess-engine",
5-
"geoguessing-with-deep-learning",
66
];
77

8-
// Good posts/highly viewed posts (not in any specific order)
8+
// Starred posts (not in any specific order)
99
export const postStars = [
10+
"generating-mazes",
1011
"making-python-less-random",
11-
"2d-multiplayer-from-scratch",
1212
"lisp-compiler-optimizations",
1313
"lisp-to-javascript-compiler",
1414
"compressing-cs2-demos",

0 commit comments

Comments
 (0)