tidbits
May 22, 2024
A collection of the dumbest, littlest things. In no particular order.
Should last updated
be at the head of your content, or at the end? To those who revisit the page regularly for updates, the former would obviously be helpful, but it draws precious attention away from the title or header image.
Should it be sentence case, lowercase, or title case?
verdict: at the feet, in lowercase.
Should an interpunct (U+00B7) or a vertical bar (U+007C) be used as separators for these quick links?
In code, should ·
be used for clarity or is the conciseness of &xB7;
more favourable?
verdict: ·
.
Why don’t you provide ascending or descending sort options? (aka: should i?)
I don’t have that many entries to warrant them.
Side note: Is Name (A-Z)
better than Name (ascending)
? Perhaps Name (alphabetical, ascending)
? What about Number (High to Low)
compared to Number: Descending
? Check this out: contemporary-home-computing.org/turing-complete-user and decide for yourself.
CPU | Processor | |
Mobo | Motherboard | |
RAM | Memory | |
SSD | Storage | |
GPU | Video Card | |
PSU | Power Supply | |
Case | Case |
verdict: abbreviated.
return reviewEntries.map((entry) => ({
// Removes "[directory]/" prefix from the slug. slice() isn't used for clarity
params: { slug: entry.slug.replace(/^(music\/)/,"") },
props: { entry },
}));
Regex sucks to use and slice()
should be more performant, yet I went with regex in this case. Ask yourself if you agree with me.
📂parent 📂parent ├─📂foo ├─📂foo │ ├─📜index.html │ └─📜(stuff) │ └─📜(stuff) ├─📜foo.html ├─📂bar or ├─📂bar │ ├─📜index.html │ └─📜(stuff) │ └─📜(stuff) ├─📜bar.html └─📂qux └─📂qux
The former makes intuitive sense at first glance but looking at multiple index
files in your editor can be annoying. Pick your poison.
Nebulous You
Della Zyr · 2022 |
2020. 2. 12. | 78 | |
Nebulous You
Della Zyr · 2022 |
2020. 2. 12. | 78 | |
Nebulous You
Della Zyr · 2022 |
2020. 2. 12. | 78 |
verdict: muted (first option).
External link indicator before punctuation. Next sentence.
External link indicator after punctuation. Next sentence.
verdict: before.
verdict: full lighting (first option).
It was difficult choosing between these three:
-
Welcome to my blog that is not.
-
This is my blog that is not.
-
sanaBlog is a blog that is not.
While the differences look (and arguably, are) insignificant, I still struggled over this as it was one of the first thing a newcomer would read on my site, as well as it being a defining headline that ultimately dictates if they are welcome or not.
verdict: 3, though I might opt for it to be random.
left to right: 250px B&W, 250px B/W/R, 400px B&W, 400px B/W/R
verdict: 250px B&W.
rUle oF ThUMb for capitalisation:
-
Sentences should be in sentence case. If a period is warranted, so is an initial capital.
-
Buttons, links, and UI elements need not be capitalised, especially if they are
muted
orfaint
. Exceptions to this are common UI elements such asSort by:
, which should follow conventions for user familiarity. -
Page titles are free game. Stylised however I want.
-
Unique headings should be capitalised. Headings for a list (like this one) need not be.
-
any of the above should be ignored and broken if deemed fit.
verdict: maybe.
Should notes have a period? Should they come italicised? Should they be muted? Not sure how informal or prominent I want them to be.
-
Note: this was originally a discord message
-
Note: this was originally a discord message.
-
Note: this was originally a discord message
-
Note: this was originally a discord message.
This was hard, and I notice a trend: the less important a decision is, the harder it is for me to make.
verdict: italicised with period. Not muted.
AMD Ryzen™ AI 9 9700 / AMD Ryzen™ AI 7 9650
AMD Ryzen™ AI 9 9700 ------ AMD Ryzen™ AI 7 9650
verdict: one line (first option).
bringing the complete roundup to 3, 5, 7, 9, AI 9, and AI 9 HX.
Correct and used.
bringing the complete roundup to: 3, 5, 7, 9, AI 9, and AI 9 HX.
Incorrect, not used.
Ultra
is one of four versions in a generation: the base model, Pro, Max, and Ultra.
Correct and used.
Ultra
is one of four versions in a generation the base model, Pro, Max, and Ultra.
Incorrect, not used.
Their current flagship desktop CPU name looks like this: [preformatted text]
Correct and used.
If that’s the case, why not something like: [preformatted text]
Incorrect but still used.
So, if suffixes are somehow useless now, why not: [preformatted text]
Also incorrect but used.
Apple’s most powerful chip as of now is named: [preformatted text]
Also incorrect but used.
verdict: I’m not a good writer.
last updated on Jul 13, 2024