Skip to content

Commit 951bd01

Browse files
committed
Updates
1 parent 63d93b3 commit 951bd01

11 files changed

+42
-15
lines changed

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.91dedd08.css",
4-
"main.js": "/static/js/main.a78afa03.js",
3+
"main.css": "/static/css/main.68ff7fc4.css",
4+
"main.js": "/static/js/main.29be496b.js",
55
"static/js/453.33f95396.chunk.js": "/static/js/453.33f95396.chunk.js",
66
"index.html": "/index.html",
7-
"main.91dedd08.css.map": "/static/css/main.91dedd08.css.map",
8-
"main.a78afa03.js.map": "/static/js/main.a78afa03.js.map",
7+
"main.68ff7fc4.css.map": "/static/css/main.68ff7fc4.css.map",
8+
"main.29be496b.js.map": "/static/js/main.29be496b.js.map",
99
"453.33f95396.chunk.js.map": "/static/js/453.33f95396.chunk.js.map"
1010
},
1111
"entrypoints": [
12-
"static/css/main.91dedd08.css",
13-
"static/js/main.a78afa03.js"
12+
"static/css/main.68ff7fc4.css",
13+
"static/js/main.29be496b.js"
1414
]
1515
}

data/logs.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "Relay",
4+
"category": "Movie",
5+
"director": "David Mackenzie",
6+
"date": "2025-10-16",
7+
"rating": 4,
8+
"link": "https://www.imdb.com/title/tt11539996/",
9+
"slug": "relay-2024"
10+
},
211
{
312
"title": "The Hitchhiker's Guide to the Galaxy",
413
"category": "Book",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.a78afa03.js"></script><link href="/static/css/main.91dedd08.css" rel="stylesheet"></head><body class="bg-gray-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.29be496b.js"></script><link href="/static/css/main.68ff7fc4.css" rel="stylesheet"></head><body class="bg-gray-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logs/relay-2024.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Relay
2+
3+
- **Category:** Movie
4+
- **Director:** David Mackenzie
5+
- **Release Date:** 2025-08-22
6+
- **Rating:** 4/5
7+
- **Link:** [IMDb](https://www.imdb.com/title/tt11539996/)
8+
9+
A broker who facilitates lucrative payoffs between corrupt corporations and individuals threatening them,
10+
breaks his own rules when a new client seeks his protection to stay alive.
11+
12+
## My Notes
13+
14+
I watched Relay. I liked [Lily James](https://www.imdb.com/name/nm4141252/)'s character.
15+
The plot twist was handled well. The New York vibe in the movie was fantastic.
16+
It's a vibe movie. The music was awesome. Cinematographically, it has one of the best uses of color palettes.
17+
[Riz Ahmed](https://www.imdb.com/name/nm1981893) as always is **meh**. I really don't know if he is the most terrible or the greatest
18+
actor of all time. It is hard to hate him or love him. Great movie nonetheless.

posts/do-i-need-to-create-a-lib-for-that.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This library aims to simplify the process of setting up and managing tournaments
2121

2222
## Ok, but why?
2323

24-
The inspiration for `go-tournament-brackets` struck during a casual phone call with a friend. I was unwinding, listening to [Morcheeba's "Easier Said than Done,"](https://www.youtube.com/watch?v=27lPAUdE1ys)
24+
The inspiration for `go-tournament-brackets` struck during a casual phone call with a friend, Mustafa, (_he personally requested to be named directly_). I was unwinding, listening to [Morcheeba's "Easier Said than Done,"](https://www.youtube.com/watch?v=27lPAUdE1ys)
2525
when he posed a fun challenge: rank our favorite rappers. His idea was to create a bracket, share it, and play through it together. Simple enough, right?
2626

2727
Not quite. As he started looking for online bracket makers, we quickly hit a wall. Most platforms demanded sign-ups,
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.29be496b.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)