Home  Blog  About  More  LOGIN  

Blog?
Can this mess still be considered a bool(true) blog? Who knows?

Welcome to my blog — best described as
"A random 15-year-old's firehose of unfiltered thoughts, tech wizardry, and the occasional anime review".
Dubbed most simply as CHAOS.

ANNOUNCEMENT
Posted 07-06-2025 00:00:00

Okay, so, kind of important; there likely won't be any posts for a while, my codebase is 90% Code examples, 5% AI slop from when I had no idea how to do something at 3am, and 5% Actually my code; Due to this annoying issue I've decided to completely rewrite my Website, blog, and Anime DB from scratch with proper handwritten, (semi-)Readable code that can be better maintained and added to in the future. While I may make occasional posts on other subjects like anime, I'll generally be posting much less for the next few days or weeks.
This reflects my progress at any given time: purposeful chaos
Hot/Dev url: https://hot.tgua.dev/



Unloved HTML
Posted 06-06-2025 00:00:00

Bruh, you may Think you know HTML, but there’s so many helpful tags half of devs don’t give a shit about:

<mark>Highlighted text</mark>
Highlighted text

<s>Strikethrough</s>(Still I use Alt + Shift + 5)
Strikethrough

<abbr title="HyperText Markup Language">HTML</abbr>
HTML

<button popovertarget="my-popover">Open</button>
<div popover="" id="my-popover">WHAAAAAAAAAAA…….</div>


WHAAAAAAAAAAA…….


<button onclick="myDialog.showModal()">Open the dialog</button>
<dialog id="myDialog">
<p>Hello!</p>
<button onclick="myDialog.close()">Close</button>
</dialog>

Hello!



<meter id="meter" value="0.6">60% (barely)</meter>
60% (barely)

<progress id="progress" value="70" max="100">70% (almost there)</progress>
70% (almost there)



Excuse me?
Posted 05-06-2025 00:00:00

In reply to: New Federal Employees Must Now Write Essays Praising Trump's Policies --- Newsweek

Excuse me? What the hell is happening in the federal goverment? Illogical? Not even a start. For one "American values and efficient service."... "American Values"? All I see in the entire God-forsaken article is early stage

totalitarianism
Totalitarianism is a political system and a form of government that prohibits opposition from political parties, disregards and outlaws the political claims of individual and group opposition to the state, and completely controls the public sphere and the private sphere of society. In the field of political science, totalitarianism is the extreme form of authoritarianism, wherein all socio-political power is held by a dictator. This figure controls the national politics and peoples of the nation with continual propaganda campaigns that are broadcast by state-controlled and state-aligned private mass communications media.[2] (From Wikipedia, The Free Encyclopedia)
; Ever heard of a
"yes-man"
(Syn)In modern English, sycophant denotes an "insincere flatterer" and is used to refer to someone practising sycophancy (i.e., insincere flattery to gain advantage). The word has its origin in the legal system of Classical Athens. Most legal cases of the time were brought by private litigants as there was no police force and only a limited number of officially appointed public prosecutors. By the fifth century BC this practice had given rise to abuse by "sycophants": litigants who brought unjustified prosecutions.[1] The word retains the same meaning ('slanderer') in Modern Greek,[2] French (where it also can mean 'informer'), and Italian. In modern English, the meaning of the word has shifted to its present usage. (From Wikipedia, The Free Encyclopedia)
? A staple of totalitarianism, and now they're literally testing them to see how much they'll say "yes" until they break and are fired.
Now the entire thing about dismantling
DEI programs
In the United States, diversity, equity, and inclusion (DEI) are organizational frameworks that seek to promote the fair treatment and full participation of all people, particularly groups who have historically been underrepresented or subject to discrimination based on identity or disability.[1] These three notions (diversity, equity, and inclusion) together represent "three closely linked values" which organizations seek to institutionalize through DEI frameworks.[2] The concepts predate this terminology and other variations sometimes include terms such as belonging, justice, and accessibility. As such, frameworks such as inclusion and diversity (I&D),[3] diversity, equity, inclusion and belonging (DEIB),[4][5][6] justice, equity, diversity and inclusion (JEDI or EDIJ),[7][8] or diversity, equity, inclusion and accessibility (IDEA, DEIA or DEAI)[9][10][11] exist. In the United Kingdom, the term equality, diversity, and inclusion (EDI) is used in a similar way. (From Wikipedia, The Free Encyclopedia)
and reintroducing racial discrimination into universities, that's crap on its own--but now we're going straight up back to the
spoils system?
In politics and government, a spoils system (also known as a patronage system) is a practice in which a political party, after winning an election, gives government jobs to its supporters, friends (cronyism), and relatives (nepotism) as a reward for working toward victory, and as an incentive to keep working for the party. It contrasts with a merit system, where offices are awarded or promoted on the basis of some measure of merit, independent of political activity. (From Wikipedia, The Free Encyclopedia)
Shame on you trump.
So what the hell can I do though? I'm just a random 15 year old with way too much knowledge of societal issues. Well, the obvious solution is to just impeach the Bastard, but let's be real here--There's too many yes-men in the goverment for that to happen in the next decade. So we're left with the same answer--None.



Your B.U.W.D.I. in Fighting censorship
Posted 05-06-2025 00:00:00

Introducing my latest project(As if anime.tgua.dev wasn't enough...) B.U.W.D.I. or Better, Unblockable, Web, Desktop, intranet, A Web OS in one file, with a built-in(Or soon to be built in) WebRTC mesh between clients, along with lazy-loaded apps across the mesh. Now, I'm not saying it'll be done anytime soon, but if you want to contribute feel free to send any code to me at me@tgua.dev Or on discord at TechGeekUnited#4329. Anyways, go check it out!



FUN.
Posted 01-06-2025 00:00:00

Just wanted to make a quick post looking at some of the stupidest Git messages I've ever pushed:
1dda5f9d --- Format error, format error, how do I forget comma error
Now this one is just 🤌, Descriptive, punchy, and it even rhymes
3b8d4cb5 --- *****************cwe
What even was I thinking? What does it all mean?
6e89833e --- upt DB and shit
44807913 --- TF does my code keep going!?
533ce755 --- Again; Where logic codey go!?
Now this series of Commits are decently similar, but... HA HA HA
c802514d --- Add 18+ logic, totally not from AI(STOLEN from another site)
... No comment
46bdfcc9 --- Y did I do this?
I believe I have composed the ultimate catch-all git commit
d4ab40c4 --- JK that last one didn't work
efa6161d --- why won't work
This is coding 101 in two git commits
bcb4f3fd --- update blog(Untested yikes)
I swear this has no relation to the above two commits
c8bf0521 --- Buttons, lots of buttons
If, as a dev, you haven't gotten to this point--are you really a dev?



« Previous Next »