Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment old beautiful LAMP stack - buildless, evergreen (Score 2) 182

10-15 years ago there was such a split for web engineering. They wanted to make everything on the web look like an app, and a lot of backend guys hate anything looking like UI, so lets have an amicable divorce and do everything through these god awful endpoints, so the backend folks don't have to touch UI and the frontend folks can think they're "more real" engineers by making stuff that looks like it's a black box app vs enjoying the natural versatility and iterability of the old web.

I'm sure I'll never get hired for it, but good ol PHP (hell for most things I skip the MySQL; poor mans no-SQL w/ JSON files on the file system works and scales well for so many things)... vanilla Javascript can even be beautifully declerative when you want it to, with string templates building up whatever new DOM you didn't get from the server. I have these sites that last for decades, and when it comes time to add something, they're easy to figure out and adapt and there's no library hell (browsers have gotten so GOOD yet still so backwards compatibile over the years)

So I look for like minded souls using terms like "buildless" and "evergreen". But it's like an underground movement...

Comment Re:Yeah, cleaning up other people's vibe mess (Score 1) 82

I just sent a bill to my client doing exactly that.
They have a junior dev who used to a hardware gal and then configured networks and somehow became a code. Boss spent lots on money to build an app that the AI basically copy-pasted all over the place. She could not cope (but then she is scared of git and refuses to write tests since they are boring) I was brought in to fix the mess

Ka-Ching!!!

Comment Re:That sounds about right (Score 4, Insightful) 167

"doesn't affect me personally so fuck it".

Spot on. Gardening Copywriter does not mean what it says directly. It means the person is a copywriter. Just happened to work for a gardening magazine. A information source written by people. If AI takes over all the text we are going to live on regurgitated stuff from now on. Like eating your own shit because it it is recycled.

As for "I am not too sad"? The guy is just a goddamn psychopath without feelings for other people.

Slashdot Top Deals

To iterate is human, to recurse, divine. -- Robert Heller

Working...