There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

takeda , in Easy peasy

I love it, because it is not an over exaggeration like it happens most of the time with memes, but actual, real diagram for WordPress.

qaz ,

I didn’t even notice that, that’s amazing

hemko ,

Well yeah, but it has little more consideration than just a RPI sitting on your table.

zv0n , in Easy peasy

Why would you need autoscaling for the bastion server?

daniyyel ,

Autoscaling isn’t only used the grow the number of servers under load, but also to guarantee availability of a fixed number. If the max is set to 1, the bastion host is protected against hardware failure, zone outages, or just you screwing up. Accidentally killed your bastion host? No problem, within a few minutes autoscaling will have provisioned a new one and you’re good to go again.

saltesc , in Easy peasy

Been out of the game a long time. Is Wordpress still used heavily or are people shifting to other platforms? For all the easy power it had, it always required convincing to do what it wasn’t originally intended to do. Dunno if that’s still the case but seems it.

sfcl33t ,

I had the same impression until recently. It’s now evolved into a high end, professional content management system and a ton of very high traffic sites use it. Wired runs on WordPress. Here are some other sites

funkajunk ,
@funkajunk@lemm.ee avatar

Oh yeah, it’s used extensively. It’s far and away the most popular CMS.

hempster , in Easy peasy

Just use webinoly baremetal and call it a day

superkret ,

Why not manually configure a LAMP stack, editing your dotfiles with ed?

TrustingZebra ,

?

jaybone ,

I would use vi not ed, but anyway I think the joke is that most modern providers should be able to provision servers with full software stacks.

TrustingZebra ,
gratux , in It's a mass extinction event
@gratux@lemmy.blahaj.zone avatar

no love for godot?

HolyDuckTurtle ,
@HolyDuckTurtle@kbin.social avatar

I hear Godot's own scripting language is preferable to C# if you're willing to learn it.

jmcs ,

C# is technically faster, but according to one of the cassette beasts’ co-directors, you can maximize productivity and performance by doing most stuff in gdscript and skipping directly to c++ for the bottlenecks.

AshLassay , (edited )

Also currently no C# iOS support in Godot 4. And probably makes porting to non-MS consoles difficult since it relies on .NET

funkless_eck ,

we could hang ourselves instead… we’d get an erection.

daniyyel , in Easy peasy

Arstechnica runs on WordPress on AWS, and they have a really nice series of articles about it. Sure, you could use just one EC2 instance for everything, but on a high traffic website you would need a bit more.

agressivelyPassive ,

But how many sites really are high traffic?

That’s the thing with almost all of the cloud stuff: reasonable at scale, but overcomplicated garbage for 95% of the users.

gornius ,

95%? More like 99.999%, considering how many Wordpress sites are there.

And in many of these 0.001% cases, simple horizontal scaling would do the trick.

And if you need more than that, just use something that can work on the edge.

thejodie ,

There’s a big chunk of sites that have WP running but are mostly just static content, confusingly. If you update the content once a month and disable all comments, maybe another tool could fit better there. ¯*(ツ)*/¯

henfredemars ,

I thought the same thing and tried to do a static site generator for a while, but I just liked the WordPress UI too much for composing and editing vs manually placing my images in an assets folder and remembering the file names to add them in my markdown.

Besides, with a good caching solution, isn’t WordPress effectively a static site with extra steps for many use cases?

thejodie ,

I’ve definitely used WP in that manner as well. At that time there were plugins that would render the pages out to static HTML in object storage. I’m sure there still are, but possibly not the same ones I used.

I just prefer not to use or manage WP whenever possible.

superkret , in Easy peasy

Sir, I don’t understand. Who needs a sysadmin in the cloud anyway? All you gotta do is push a button, sir.

fernandu00 , (edited ) in Easy peasy

Last time I tried aws, took me like four hours to figure that I had to borrow another IP address (different than the ip I received when created the instance) in order point it at my domain. Took me a long time find that option in the menu too

Edit:added cohesion and some punctuation.

elbarto777 ,

Please use punctuation.

rinze ,
@rinze@infosec.pub avatar

The way it’s written fits very well with the madness that’s AWS, though.

fernandu00 ,

Sorry,I had just waken up and my lemmy app (jerboa) is terrible when erasing words…got some punctuation erased.

stembolts ,

This is difficult to read.

quicken , in Easy peasy

Gotta do that for my blog. It’ll score me my next job. Might cost me $300 a month for a blog no one reads.

jelloeater85 ,
@jelloeater85@lemmy.world avatar

Try DO AppEngine and Hugo, free static site, and image hosting w CDN for … $5 a month for the bucket.

amio , in It's a mass extinction event

You think C# is a Unity thing?

GlitchyDigiBun ,
@GlitchyDigiBun@lemmy.dbzer0.com avatar

Me writing my silly little forms apps in silly little VS Pretty drop-down fields :)

amio ,

Oh, VS is not "little", it's one of the bloatiest pieces of software on earth.

Also, Forms? How dare you. :p

Lmaydev ,

It’s not so bad in the newer version. The switch x64 and put of process architecture helps a decent amount.

I always have a pretty beefy dev machine though.

Aux ,

Once upon a time, a content management system for microsoft.com was a plug in for VS. And also a plug in for Word. And these two plugins had different feature sets, so you had to use both to manage content on microsoft.com. Don’t ask how I know.

TurtleTourParty ,

My boss: add this field to this old form.

Me: open the form, add my field. Now VS crashes. I have to open the form code in a different editor and delete all the code VS added to the form when I opened it in the form editor.

oldfart ,

Oh, so it hasn’t changed since I used VS6 back in the early 2000s (bought at the auto parts market from Russians on an almost transparent CD)

EnderMB ,

I doubt the number of C# developers would drop even 1% due to Unity fucking itself.

physcx , in Easy peasy

If a basic Wordpress on aws (no load balancers or auto scaling) is all you need… it is super easy to run on aws. Like a few clicks easy. https://aws.amazon.com/lightsail/projects/wordpress/

AnUnusualRelic ,
@AnUnusualRelic@lemmy.world avatar

But then, why use AWS?

slazer2au ,

Because how else do you tick off Cloud presence in your business bingo?

AnUnusualRelic ,
@AnUnusualRelic@lemmy.world avatar

A fair point.

ikidd ,
@ikidd@lemmy.world avatar

You might have too much money and wish to give a large portion of it to Jeff Bezos?

jcg ,

~ ~ scale ~ ~

Anticorp ,

Installing WordPress through a traditional Apache server shared hosting account only requires one click, and you can host as many sites as you want for like $9 per month.

loudWaterEnjoyer , in Markdown everywhere
@loudWaterEnjoyer@lemmy.dbzer0.com avatar

Where is that footage from?

Thade780 ,
@Thade780@lemmy.world avatar

Parks and Recreation. Season 2, episode 5.

30mag ,

Parks and rec

Father_Redbeard ,
@Father_Redbeard@lemmy.ml avatar

Parks & Recreation

Father_Redbeard ,
@Father_Redbeard@lemmy.ml avatar

ah beans, I’m late as shit replying…

steve , in Markdown everywhere
@steve@lemmy.ca avatar

Could we convert this meme to markdown?

catherine_fish , in Markdown everywhere

.md files on

Rentlar , in It's a mass extinction event

Nice meme. I’ll just ignore the fact most C# devs aren’t game devs but…

Many other engines use C#. Godot is compatible with it, for example.

isVeryLoud ,

How comparable is Godot to Unity feature-wise?

Rentlar ,

This old manual page goes through a comparison of Unity and Godot.

onlinepersona ,

Is unity in C#?

Wooki ,

Nice reach. Gadot is garbage.

Rentlar , (edited )

Well you are free to not touch my free and open source garbage then…

opossum

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines