-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.json
55 lines (55 loc) · 2.27 KB
/
feed.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
{
"version": "https://jsonfeed.org/version/1.1",
"title": "First atop infinity",
"home_page_url": "https://panadestein.github.io/blog/",
"feed_url": "https://panadestein.github.io/blog/feed.json",
"description": "Blogging about BQN, APL and array languages, code golfing, and computational/computer science.",
"authors": [
{"name": "Ramón L. Panadés-Barrueta, PhD"}
],
"language": "en-US",
"items": [
{
"id": "1",
"url": "https://panadestein.github.io/blog/rollim.html",
"title": "A coding impromptu",
"content_text": "A rolling collection of algorithms and computational ideas I like, implemented in BQN."
},
{
"id": "2",
"url": "https://panadestein.github.io/blog/qbqn.html",
"title": "BQN's Quantum Noise",
"content_html": "Implement a Schrödinger-style quantum computing simulator in BQN, and test it with Shor's algorithm."
},
{
"id": "3",
"url": "https://panadestein.github.io/blog/spodat.html",
"title": "Songs to pave the seasons",
"content_html": "Analysis of Spotify user data with BQN."
},
{
"id": "4",
"url": "https://panadestein.github.io/blog/hf.html",
"title": "Helonium's Hartree-Fock program",
"content_html": "Implement the Hartree-Fock program from the Szabo-Ostlund book. From Fortran to BQN."
},
{
"id": "5",
"url": "https://panadestein.github.io/blog/si.html",
"title": "Scheming a mise-en-abîme in BQN",
"content_html": "Build an interpreter for the Scheme programming language in BQN. Write a lisp quine, using my version of Norvig's lispy."
},
{
"id": "6",
"url": "https://panadestein.github.io/blog/aoc24.html",
"title": "Coding in Advent",
"content_html": "My Advent of Code solutions for the year 2024, the 25 days in BQN."
},
{
"id": "7",
"url": "https://panadestein.github.io/blog/nn.html",
"title": "The miniaturist's neural network",
"content_html": "Implement a neural network (multilayer perceptron) in BQN, and test it with the logistic map."
}
]
}