-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentries.json
162 lines (162 loc) · 4.95 KB
/
entries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{ "myWayToCoreboot":
{ "timestamp": "2019-04-04"
, "title": "my Way to Coreboot"
, "discussion": []
}
, "myOwnImplementationOfIExpressions":
{ "timestamp": "2019-06-30"
, "title": "my own Implementation of I-Expressions"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/c7k4rk/an_implementation_of_iexpressions_indented/"
}
, { "description": "Reddit: /r/lisp"
, "url": "https://www.reddit.com/r/lisp/comments/c7k0ls/an_implementation_of_iexpressions_indented/"
}
]
}
, "aSmallShowcaseOfBlucontrol":
{ "timestamp": "2021-09-27"
, "title": "a small Showcase of blucontrol"
, "discussion": []
}
, "projectsOnMyHomepage":
{ "timestamp": "2021-11-13"
, "title": "Projects on my Homepage"
, "discussion": []
}
, "composingTransformers":
{ "timestamp": "2021-12-17"
, "title": "composing Transformers"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/riptyt/composing_transformers/"
}
]
}
, "beyondTypeclassopedia":
{ "timestamp": "2022-01-15"
, "title": "beyond Typeclassopedia"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/s4696q/beyond_typeclassopedia/"
}
]
}
, "derivingTrans":
{ "timestamp": "2022-02-02"
, "title": "Showcase: deriving-trans"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/si7663/showcase_derivingtrans/"
}
]
}
, "jsonFormatting":
{ "timestamp": "2022-02-13"
, "title": "JSON Formatting"
, "discussion": []
}
, "anInterfaceForAccessingEnvironmentVariables":
{ "timestamp": "2022-04-11"
, "title": "an Interface for accessing Environment Variables"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/u1alrp/an_interface_for_accessing_environment_variables/"
}
, { "description": "Reddit: /r/Idris"
, "url": "https://www.reddit.com/r/Idris/comments/u1amrk/an_interface_for_accessing_environment_variables/"
}
]
}
, "beans":
{ "timestamp": "2022-05-01"
, "title": "Recipe: Beans"
, "discussion": []
}
, "zurihac2022":
{ "timestamp": "2022-06-14"
, "title": "Zurihac 2022"
, "discussion": []
}
, "singletonsInHaskell":
{ "timestamp": "2022-07-10"
, "title": "Singletons in Haskell"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/vw2dbt/singletons_in_haskell/"
}
]
}
, "incrementalHaskellBuildsWithNix":
{ "timestamp": "2022-10-27"
, "title": "Incremental Haskell Builds with Nix"
, "discussion":
[ { "description": "Reddit: /r/NixOS"
, "url": "https://www.reddit.com/r/NixOS/comments/yemw0x/incremental_haskell_builds_with_nix/"
}
, { "description": "Reddit: /r/Nix"
, "url": "https://www.reddit.com/r/Nix/comments/yen5g1/incremental_haskell_builds_with_nix/"
}
]
}
, "accumtsMonadaccumInstance":
{ "timestamp": "2023-01-14"
, "title": "AccumT's MonadAccum instance"
, "discussion":
[ { "description": "GitHub: haskell/mtl PR#141"
, "url": "https://github.com/haskell/mtl/pull/141"
}
, { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/10c2ik5/accumts_monadaccum_instance/"
}
]
}
, "monadTransformerCompatibility":
{ "timestamp": "2023-02-17"
, "title": "Monad Transformer Compatibility"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/114l23w/monad_transformer_compatibility/"
}
]
}
, "mensamAnnouncement":
{ "timestamp": "2023-06-03"
, "title": "Announcement: Mensam"
, "discussion":
[ { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/13zqfxf/announcement_mensam/"
}
, { "description": "Reddit: /r/elm"
, "url": "https://www.reddit.com/r/elm/comments/13zqhc3/announcement_mensam/"
}
, { "description": "Haskell Discourse"
, "url": "https://discourse.haskell.org/t/announcement-mensam/6367"
}
]
}
, "votingSystems":
{ "timestamp": "2024-08-28"
, "title": "Voting Systems"
, "discussion": []
}
, "mensamUpdate":
{ "timestamp": "2024-11-03"
, "title": "Update: Mensam"
, "discussion":
[ { "description": "Hacker News"
, "url": "https://news.ycombinator.com/item?id=42035745"
}
, { "description": "Reddit: /r/haskell"
, "url": "https://www.reddit.com/r/haskell/comments/1givr1z/update_mensam/"
}
, { "description": "Reddit: /r/elm"
, "url": "https://www.reddit.com/r/elm/comments/1givrm5/update_mensam/"
}
, { "description": "Haskell Discourse"
, "url": "https://discourse.haskell.org/t/https-felixspringer-xyz-homepage-blog-mensamupdate/10661"
}
]
}
}