-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (63 loc) · 3.2 KB
/
index.html
File metadata and controls
72 lines (63 loc) · 3.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/a7bbea504e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/components.css">
<title>NoomStuff's Blog</title>
<meta name="description" content="NoomStuff's Blog.">
<meta name="keywords" content="NoomStuff, blog, post, games, gamedev, art, artist, development, coding, gaming, indie games">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
<meta property="og:title" content="NoomStuff's Blog">
<meta property="og:description" content="My blog! For the 2 people that care what I have to say">
<meta property="og:image" content="https://blog.noomstuff.com/media/social-preview.png">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="NoomStuff's Blog">
<meta name="twitter:description" content="My blog! For the 2 people that care what I have to say">
<meta name="twitter:image" content="https://blog.noomstuff.com/media/social-preview.png">
<meta name="twitter:creator" content="@NoomStuff">
</head>
<body>
<main id="home">
<div id="banner">
<h1>The Noom Blog</h1>
<h6>For the 2 people that care what I have to say</h6>
</div>
<section class="posts">
<article class="blog tile">
<div>
<p class="post-date">November 16th 2025</p>
<h2>How I gave ChatGPT new answer modes using bangs</h2>
<p>After a friend sent me an "Absolute mode" prompt to make ChatGPT respond more directly. I got curious and started experimenting with custom Personalisation Settings to create new answer modes.</p>
<a href="/posts/chatgpt-bangs/" class="button bottom">Read Post<i class="fa-solid fa-chevron-right"></i></a>
</div>
<figure>
<img src="/posts/chatgpt-bangs/thumbnail.png" draggable="false">
</figure>
</article>
<article class="blog tile">
<div>
<p class="post-date">September 24th 2025</p>
<h2>How I Invented 3,668,328 New Ways To Case Your Code</h2>
<p>How a joke at work turned into a hilariously overengineered Python script that can generate over 3.6 million new casing methods. Useless? sure. Funny? Maybe.</p>
<a href="/posts/animal-casing/" class="button bottom">Read Post<i class="fa-solid fa-chevron-right"></i></a>
</div>
<figure>
<img src="/posts/animal-casing/thumbnail.png" draggable="false">
</figure>
</article>
<section>
<article id="post-end">
<div>
<h3>You're caught up!</h3>
<h6>Not many posts rn lol</h6>
</div>
</article>
</section>
</section>
</main>
</body>
</html>