Skip to content

Commit dc31ff3

Browse files
authored
Update sep12th.js
1 parent a9d29ca commit dc31ff3

File tree

1 file changed

+10
-35
lines changed

1 file changed

+10
-35
lines changed

src/pages/news/2025/sep12th.js

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module.exports = [
22
{
33
element: "h1",
4-
textContent:
5-
"The loss of ChatGPT in my school - site peronalization now is going to be different.",
4+
textContent: "Shifting Development Tools & Site Tone",
65
style: {
76
fontSize: "2em",
87
marginBottom: "0.5em",
@@ -11,7 +10,7 @@ module.exports = [
1110
},
1211
{
1312
element: "p",
14-
textContent: "Note from September 18th, 2025:",
13+
textContent: "Update - Sept 18th, 2025:",
1514
style: {
1615
fontSize: "19px",
1716
fontWeight: "bold",
@@ -20,19 +19,15 @@ module.exports = [
2019
},
2120
{
2221
element: "p",
23-
style: {
24-
textAlign: "center",
25-
},
26-
textContent:
27-
"Google Gemini works fine, so I've been using that, but some of this stuff still applies.",
22+
style: { textAlign: "center" },
23+
textContent: "Switched over to Google Gemini for some of the heavy lifting. It’s working well, so development is back on track.",
2824
},
2925
{
3026
element: "br",
3127
},
3228
{
3329
element: "p",
34-
textContent:
35-
"The site will now mostly be personalized in tone, with only Me (Gvbvdxx). (And also MOP3000, if he ever gets on the google doc again)",
30+
textContent: "The site’s tone is going to feel more personal now, coming straight from me (Gvbvdxx) and MOP3000.",
3631
style: {
3732
fontWeight: "bold",
3833
fontSize: "1.05em",
@@ -41,42 +36,22 @@ module.exports = [
4136
},
4237
{
4338
element: "p",
44-
textContent:
45-
"This won't effect the site too much or break anything, but I wanted to note that the site may go under big changes in personallity and tone.",
46-
},
47-
{
48-
element: "p",
49-
textContent:
50-
"The site is still made for our users - The students that want to dodge that homework and schoolwork, and the people that want to online chat.",
51-
},
52-
{
53-
element: "p",
54-
textContent:
55-
"This means if you see something that feels like Gen-Z style, its probally rewritten with ChatGPT to make it fit what we have created.",
56-
},
57-
{
58-
element: "p",
59-
textContent:
60-
"This also effects how well the code works, bugs are more likely to happen to new features, and new features aren't going to be suggested by ChatGPT commonly.",
39+
textContent: "This doesn't change how the site works, but you'll notice a shift in how I write these updates and the UI text.",
6140
},
6241
{
6342
element: "p",
64-
textContent:
65-
"If this was a mistake blocking it by my school district, it may change later on.",
43+
textContent: "Random Rants + is still built for our community—students who need a break and a solid place to connect with friends.",
6644
},
6745
{
6846
element: "p",
69-
textContent:
70-
"What you're currently reading is completley written by human on a keyboard. So yeah, of course it feels different.",
47+
textContent: "If some parts feel a bit more 'polished,' it's usually because I used AI tools to help refine the phrasing to match the vibe of the site.",
7148
},
7249
{
7350
element: "p",
74-
textContent:
75-
"Not trying to scare anyone by the fact that I've been using it for a while.",
51+
textContent: "This shift might mean more 'raw' code since I'm relying less on AI for logic suggestions. Expect more experimental features—and probably a few more bugs to squash!",
7652
},
7753
{
7854
element: "p",
79-
textContent:
80-
"Think of ChatGPT as a helping friend - not to do all the work, just making things better, for your best user experience.",
55+
textContent: "I'm writing this myself to keep things transparent. AI is a great 'helping friend' for the user experience, but the heart of the project is still human-made.",
8156
},
8257
];

0 commit comments

Comments
 (0)