CyberD.org
C:\ Welcome to CyberD!

Happy Safer Internet Day!

Happy Safer Internet Day

Just learned about this thing. Meant to post about it yesterday, as that was the day for it, but I was busy diagnosing faulty computer RAM and catching the second LOTR movie on new movie theater premiere - review to come.

But check your passwords y'all. If you haven't. Or whatever else it is they urge you to do on days like this. Be safe.

Apparently it's the 20th anniversary of this event this year too. And there is a bundle of resources for such I assume relevant Internet-related safeness here if you want to browse. 2,350 links at the time of writing.

I haven't. I feel sufficiently much like a pro at this point that I need not spend time on such things, but I probably should. The world changes; threats evolve; it probably would do me good...

They have live events in a bundle of countries when the day takes place too. Some that span a longer time; some you can catch up with after said day is done and over.

That's it y'all. For now it has passed but: maybe it was a blast huh?

RIPPED vs JACKED

Is ripped good, and jacked bad? It seems you can use both of these words to say that for example you have a proclivity for visible ab muscles, but if you're jacked up then... you're in bad shape.

I've seen multiple forms of these words and combinations used in movies recently, as to denote both being gravely injured and/or looking good, so I figured I'd get to the root of it all here. Quick Google...

Ripped, definition #3 (of 3):
Having well-defined or well-developed muscles; muscular.

Jacked, definition #2 (of 2):
(Of a person) having very well-developed muscles.

The source here being Oxford Languages. Merriam-Webster has similar definitions for both.

Jacked up, on the other hand, traces back to the primary definition for jacked, of being physically or mentally stimulated from the effects of a drug or stimulant. (Oxford Languages)

It's not official, but in common slang it thus means: Wrecked, messed up.
As you would be were you under the influence of drugs as they were said to influence you with continued usage.

There's no similar slang for ripped up, though literally it means the same.

So there. Words: jacket of all trades.

If You Fool Too Much...

If you fool too much you become fool.

A Quick Do Stuff Groove Up

I gotta do stuff.

I gotta stay efficient gotta move up.
And stay creative too, and reap the dues I sometimes do up.
Get up when it is morning, yet sleep until I wake up.
Refreshed and ready for storming! And I don't need no make-up!

Keep sacred. The rites of daily shower meditation.
It's cold but I'm told it's ancient. Old form of recreation.
That people willingly iced themselves before we had PlayStation.
And felt refreshed and nice as hell even without vacation.

So true huh! So simple are the things you need to do, uh!
And add a quick vocale like Jay-Z and maybe I'll groove too.
Be truthful. Be true to you whether you're old or new school.
I do fool myself but I'm no fool, I am @TooCool42.

Or am I? Who knows. Go ham guys.

Go. You.

You'll Never Meet A Hater...

You'll never meet a hater that's better than you.

The WordPress Heartbeat

WordPress, the free and open-source content management system still used the most of any one CMS on the planet - still growing its userbase and monopoly on the overall Internet share of websites it powers by the year (43.2% of everything in 2022 - which is almost half a billion), has probably managed to maintain said powerstatus thanks to in part an innate simplicity of use, a constantly expanding base of developers plugins and themes, but also because it's managed to balance innovation and compatibility and tradition in an acceptable way.

Though for example you're of course recommended to always have the latest version installed you don't have to - you still have control - which is more than you can say about even as important a thing as your OS.

And when they roll out new and sometimes unconventional features like the Gutenberg template builder, they do cater to user demand and also keep the traditional post editor when not everyone is happy with their new move. Updates are flexible, and both improvements and innovation seem to go through a heavy phase of consideration pre-implementation, but as is the nature of all things that grow and evolve whilst maintaining the same foundation it does also become all the more cluttered, and not all additions are good ones, though of course good is relative...

Like for example the heartbeat. In my humble a not that good addition.

Why? Well because it increases the performance requirements for your platform greatly. It's a feature that allows the platform to speak to WP servers and trigger certain actions on certain events - basically it's an API - that lets you do useful things like autosave your posts. But it does run constantly, and it gets trigged constantly - on both front and back end - and of course this provides significant additional load to your server.

There's no built in way to control this! You'd think they'd allow some wp config options for it if not actual options via the admin panel, but no. It was introduced in 2013 and such features still do not exist, so unless you know about it runs constantly, and shared hosting providers may prompt you to upgrade your plan to allow it.

You can however disable it entirely with a function:

add_action( 'init', 'stop_heartbeat', 1 );
function stop_heartbeat() {
wp_deregister_script('heartbeat');
}

Add that to your functions.php if you wish to.

There's also a handy plugin that lets you limit certain aspects of it too - like for example just front-end triggers - which to me personally are not at all as important as say the back-end autosave functionality. Front-end triggers become all the more resource-intensive if you have lots of visitors too - they just need to keep the page open to continually consume resources.

There are some other services you could use. Paid ones, or the Litespeed Cache, that comes with other benefits. Like... caching.

I settled on the last option myself. Was introduced to it via cPanel just a while back - and it really has a bundle of other useful finesses too! I used Heartbeat Control earlier, but it's outdated, and I'm not sure it works properly for all triggers/times.

Go optimize your heartbeat y'all! Hit the gym. And the admin panel.

Like the man in mantle.

Privacy   Copyright   Sitemap   Statistics   RSS Feed   Valid XHTML   Valid CSS   Standards

© CyberD.org 2023
Keeping the world since 2004.