Skip to content

Commit 6f016b6

Browse files
committed
NEW VERSION: 0.8.4
1 parent e12a605 commit 6f016b6

21 files changed

+1129
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fezcodex",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"private": true,
55
"homepage": "https://fezcode.com",
66
"dependencies": {

public/apps/apps.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@
138138
"description": "A simple terminal-like roguelike game.",
139139
"icon": "CubeIcon",
140140
"created_at": "2025-11-25T20:00:00+03:00"
141+
},
142+
{
143+
"slug": "logic-architect",
144+
"to": "/apps/logic-architect",
145+
"title": "Logic Architect",
146+
"description": "Construct digital circuits using logic gates and neural pathways.",
147+
"icon": "CpuIcon",
148+
"created_at": "2025-12-20T12:00:00+03:00"
141149
}
142150
]
143151
},
@@ -295,6 +303,14 @@
295303
"description": "Pop some virtual bubble wrap to relieve stress.",
296304
"icon": "CirclesFourIcon",
297305
"created_at": "2025-11-25T16:01:56+03:00"
306+
},
307+
{
308+
"slug": "atmosphere-mixer",
309+
"to": "/apps/atmosphere-mixer",
310+
"title": "Atmosphere Mixer",
311+
"description": "Blend background environments to create your ideal focus space.",
312+
"icon": "SpeakerHighIcon",
313+
"created_at": "2025-12-20T14:00:00+03:00"
298314
}
299315
]
300316
},
@@ -318,7 +334,7 @@
318334
"to": "/apps/abstract-waves",
319335
"title": "Abstract Waves",
320336
"description": "Generate mesmerizing black and white abstract wave patterns.",
321-
"icon": "WaveSine",
337+
"icon": "WaveSineIcon",
322338
"pinned_order": 19,
323339
"created_at": "2025-12-01T12:00:00+03:00"
324340
},
@@ -327,7 +343,7 @@
327343
"to": "/apps/topographic-maps",
328344
"title": "Topographic Map Generator",
329345
"description": "Generate seamless topographic contour maps.",
330-
"icon": "MapTrifold",
346+
"icon": "MapTrifoldIcon",
331347
"pinned_order": 20,
332348
"created_at": "2025-12-01T12:30:00+03:00"
333349
},
@@ -387,6 +403,14 @@
387403
"description": "Generate random placeholder text for your projects.",
388404
"icon": "ArticleIcon",
389405
"created_at": "2025-11-25T16:07:49+03:00"
406+
},
407+
{
408+
"slug": "cipher-studio",
409+
"to": "/apps/cipher-studio",
410+
"title": "Cipher Studio",
411+
"description": "Encode and decode messages using classic cryptographic algorithms.",
412+
"icon": "LockKeyIcon",
413+
"created_at": "2025-12-20T12:00:00+03:00"
390414
}
391415
]
392416
},
@@ -561,6 +585,14 @@
561585
"description": "Tap the beat to guess the BPM of a song.",
562586
"icon": "MetronomeIcon",
563587
"created_at": "2025-11-25T16:14:05+03:00"
588+
},
589+
{
590+
"slug": "task-grid",
591+
"to": "/apps/task-grid",
592+
"title": "Task Grid",
593+
"description": "A minimal, visual map for tracking your daily objectives.",
594+
"icon": "CheckSquareOffsetIcon",
595+
"created_at": "2025-12-20T14:00:00+03:00"
564596
}
565597
]
566598
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Today was a huge day for Fezcodex. We did a "Major Refactor."
2+
3+
### What did we change?
4+
1. **Brutalist Style**: We made the site look bold and strong, like a high-tech terminal. Big letters, sharp edges, and high contrast.
5+
2. **Generative Art**: We added "math art" that draws itself in the background. It's unique every time you look at it!
6+
3. **Timeline & Games**: We updated the Timeline and the Memory Game to fit this cool new look.
7+
4. **The "Under the Hood" Stuff**: We cleaned up the code (the "linter" stuff). We removed unused pieces and fixed tiny mistakes that make the computer happy.
8+
9+
The garden is now cleaner, faster, and much more "Brutalist."
10+
11+
Enjoy the new vibe!
12+
---
13+
*Log Entry: 2025-12-19*

public/posts/posts.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"slug": "brutalist-refactor",
4+
"title": "Brutalist Fezcodex: The Big Cleanup",
5+
"date": "2025-12-19",
6+
"updated": "2025-12-19",
7+
"description": "A short and simple explanation of the major architectural and aesthetic refactor of Fezcodex.",
8+
"tags": ["feat", "refactor", "brutalist", "eli5", "update"],
9+
"category": "feat",
10+
"filename": "brutalist-refactor.txt",
11+
"authors": ["fezcode"],
12+
"image": "/images/ogtitle.png"
13+
},
214
{
315
"slug": "introducing-reading-experience",
416
"title": "Introducing New Reading Modes: Dossier and Terminal!",

public/rss.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Fri, 19 Dec 2025 20:48:13 GMT</lastBuildDate>
12+
<lastBuildDate>Fri, 19 Dec 2025 22:31:05 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Fri, 19 Dec 2025 20:48:13 GMT</pubDate>
14+
<pubDate>Fri, 19 Dec 2025 22:31:05 GMT</pubDate>
1515
<copyright><![CDATA[2025 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>
1818
<webMaster><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></webMaster>
1919
<ttl>60</ttl>
20+
<item>
21+
<title><![CDATA[Brutalist Fezcodex: The Big Cleanup]]></title>
22+
<description><![CDATA[[object Object]]]></description>
23+
<link>https://fezcode.com/#/blog/brutalist-refactor</link>
24+
<guid isPermaLink="false">https://fezcode.com/#/blog/brutalist-refactor</guid>
25+
<dc:creator><![CDATA[Ahmed Samil Bulbul]]></dc:creator>
26+
<pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate>
27+
<content:encoded><![CDATA[<p>Today was a huge day for Fezcodex. We did a &quot;Major Refactor.&quot;</p>
28+
<p><a href="https://fezcode.com/#/blog/brutalist-refactor">Read more...</a></p>]]></content:encoded>
29+
</item>
2030
<item>
2131
<title><![CDATA[Introducing New Reading Modes: Dossier and Terminal!]]></title>
2232
<description><![CDATA[[object Object]]]></description>

public/sitemap.xml

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,64 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://fezcode.com/</loc>
5-
<lastmod>2025-12-19T20:48:13.867Z</lastmod>
5+
<lastmod>2025-12-19T22:31:06.455Z</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
1010
<loc>https://fezcode.com/about</loc>
11-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
11+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>0.8</priority>
1414
</url>
1515
<url>
1616
<loc>https://fezcode.com/blog</loc>
17-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
17+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
1818
<changefreq>monthly</changefreq>
1919
<priority>0.8</priority>
2020
</url>
2121
<url>
2222
<loc>https://fezcode.com/projects</loc>
23-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
23+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>0.8</priority>
2626
</url>
2727
<url>
2828
<loc>https://fezcode.com/logs</loc>
29-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
29+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
3030
<changefreq>monthly</changefreq>
3131
<priority>0.8</priority>
3232
</url>
3333
<url>
3434
<loc>https://fezcode.com/stories</loc>
35-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
35+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
3636
<changefreq>monthly</changefreq>
3737
<priority>0.8</priority>
3838
</url>
3939
<url>
4040
<loc>https://fezcode.com/settings</loc>
41-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
41+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
4242
<changefreq>monthly</changefreq>
4343
<priority>0.8</priority>
4444
</url>
4545
<url>
4646
<loc>https://fezcode.com/apps</loc>
47-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
47+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
4848
<changefreq>monthly</changefreq>
4949
<priority>0.8</priority>
5050
</url>
5151
<url>
5252
<loc>https://fezcode.com/stories/lore</loc>
53-
<lastmod>2025-12-19T20:48:13.868Z</lastmod>
53+
<lastmod>2025-12-19T22:31:06.457Z</lastmod>
5454
<changefreq>monthly</changefreq>
5555
<priority>0.8</priority>
5656
</url>
57+
<url>
58+
<loc>https://fezcode.com/#/blog/brutalist-refactor</loc>
59+
<lastmod>2025-12-19T00:00:00.000Z</lastmod>
60+
<changefreq>weekly</changefreq>
61+
<priority>0.7</priority>
62+
</url>
5763
<url>
5864
<loc>https://fezcode.com/#/blog/introducing-reading-experience</loc>
5965
<lastmod>2025-12-17T00:00:00.000Z</lastmod>
@@ -1010,79 +1016,79 @@
10101016
</url>
10111017
<url>
10121018
<loc>https://fezcode.com/#/stories/books/1</loc>
1013-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1019+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10141020
<changefreq>monthly</changefreq>
10151021
<priority>0.6</priority>
10161022
</url>
10171023
<url>
10181024
<loc>https://fezcode.com/#/stories/books/1/pages/1</loc>
1019-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1025+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10201026
<changefreq>weekly</changefreq>
10211027
<priority>0.5</priority>
10221028
</url>
10231029
<url>
10241030
<loc>https://fezcode.com/#/stories/books/2</loc>
1025-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1031+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10261032
<changefreq>monthly</changefreq>
10271033
<priority>0.6</priority>
10281034
</url>
10291035
<url>
10301036
<loc>https://fezcode.com/#/stories/books/2/pages/1</loc>
1031-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1037+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10321038
<changefreq>weekly</changefreq>
10331039
<priority>0.5</priority>
10341040
</url>
10351041
<url>
10361042
<loc>https://fezcode.com/#/stories/books/3</loc>
1037-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1043+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10381044
<changefreq>monthly</changefreq>
10391045
<priority>0.6</priority>
10401046
</url>
10411047
<url>
10421048
<loc>https://fezcode.com/#/stories/books/3/pages/1</loc>
1043-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1049+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10441050
<changefreq>weekly</changefreq>
10451051
<priority>0.5</priority>
10461052
</url>
10471053
<url>
10481054
<loc>https://fezcode.com/#/stories/books/3/pages/2</loc>
1049-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1055+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10501056
<changefreq>weekly</changefreq>
10511057
<priority>0.5</priority>
10521058
</url>
10531059
<url>
10541060
<loc>https://fezcode.com/#/stories/books/4</loc>
1055-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1061+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10561062
<changefreq>monthly</changefreq>
10571063
<priority>0.6</priority>
10581064
</url>
10591065
<url>
10601066
<loc>https://fezcode.com/#/stories/books/4/pages/1</loc>
1061-
<lastmod>2025-12-19T20:48:13.874Z</lastmod>
1067+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10621068
<changefreq>weekly</changefreq>
10631069
<priority>0.5</priority>
10641070
</url>
10651071
<url>
10661072
<loc>https://fezcode.com/#/stories/books/4/pages/2</loc>
1067-
<lastmod>2025-12-19T20:48:13.875Z</lastmod>
1073+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10681074
<changefreq>weekly</changefreq>
10691075
<priority>0.5</priority>
10701076
</url>
10711077
<url>
10721078
<loc>https://fezcode.com/#/stories/books/5</loc>
1073-
<lastmod>2025-12-19T20:48:13.875Z</lastmod>
1079+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10741080
<changefreq>monthly</changefreq>
10751081
<priority>0.6</priority>
10761082
</url>
10771083
<url>
10781084
<loc>https://fezcode.com/#/stories/books/5/pages/1</loc>
1079-
<lastmod>2025-12-19T20:48:13.875Z</lastmod>
1085+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10801086
<changefreq>weekly</changefreq>
10811087
<priority>0.5</priority>
10821088
</url>
10831089
<url>
10841090
<loc>https://fezcode.com/#/stories/books/5/pages/2</loc>
1085-
<lastmod>2025-12-19T20:48:13.875Z</lastmod>
1091+
<lastmod>2025-12-19T22:31:06.468Z</lastmod>
10861092
<changefreq>weekly</changefreq>
10871093
<priority>0.5</priority>
10881094
</url>

public/sounds/forest.mp3

396 KB
Binary file not shown.

public/sounds/rain.mp3

315 KB
Binary file not shown.

public/sounds/static.mp3

939 KB
Binary file not shown.

public/sounds/wind.mp3

2.58 MB
Binary file not shown.

0 commit comments

Comments
 (0)