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.

annoyed_onion , in Old timers know
@annoyed_onion@lemmy.world avatar

Some of us still do 🙃

dohpaz42 ,
@dohpaz42@lemmy.world avatar

If it ain’t broke, don’t fix it.

fishpen0 ,

One could argue the requirements have changed because the security and compliance part of the world finally caught up to modern software delivery concepts. Even the most dinosaur apps at compliant orgs are being dragged kicking and screaming into new CI/CD tools where applying governance and custody chains and permissions and approvals are all self documented automated hooks.

Fades ,

Anybody that actually professionally deals with this kind of thing understands just how wrong you are.

state_electrician , in How to write Hello World

The best Hello World I saw used a random library. Because there’s no true random without hardware, the author figured out the correct seed to write Hello World with “random” characters. I’ve used that to show junior devs that random in programming doesn’t mean truly random.

Krakaval , in Old timers know

Somehow I miss those days. Now you need weeks of training to understand the black magic behind all the build/deployment stuff in whatever cloud provider your company decided to use…

SupraMario ,

Naa, once you figure out one the rest click usually.

xtapa ,

We got our own platform based on kubernetes and cncf stuff and we don’t have to care anymore about the metal underneath. AWS? OTC? Azure? Thats just a target parameter, platform does the rest. It’s great.

widerporst ,

How often do you switch cloud providers that this is even a real rather than a hypothetical benefit? (Compared to the cost of dealing with a much more complicated stack.)

xtapa ,

It’s not about switching, it’s about hosting our services on different platforms at the same time.

bamboo ,

I manage a stack like this, we have dedicated hardware running a steady state of backend processing, but scale into AWS if there’s a surge in realtime processing needed and we don’t have the hardware. We also had an outage in our on prem datacenter once which was expensive for us (I assume an insurance claim was made), but scaling to AWS was almost automatic, and the impact was minimal for a full datacenter outage.

If we wanted to optimize even more, I’m sure we could scale into Azure depending on server costs when spot pricing is higher in AWS. The moral of the story is to not get too locked into any one provider and utilize some of the abstraction layers so that AWS, Azure, etc are just targets that you can shop around for by default, without having to scramble.

bravesilvernest , in Old timers know
@bravesilvernest@lemmy.ml avatar

rsync gang when?

marcos ,

The year Linux takes over the desktops!

I fell like the reason nobody uses FileZila and etc anymore is because everybody that wanted it migrated to Linux already. So seriously, it already happened.

cows_are_underrated , in Not everything can be done in constant time, that's O(k)

Oh my god, that’s inefficient as hell.

lseif , in COMEFROM

more practical than goto

yetAnotherUser , in Not everything can be done in constant time, that's O(k)

Imagine if the algorithm were in Θ(n!²), that would be even worse

catastrophicblues ,

You mean omega, not theta

raspberriesareyummy , (edited ) in Not everything can be done in constant time, that's O(k)

N00b. True pros accomplish O((n^2)!)

JPAKx4 ,

Your computer explodes at 4 elements

brlemworld , in Old timers know

I never liked FileZilla. I used Cyberduck

poo ,
@poo@lemmy.world avatar

There’s just so few decent FTP clients out there, and all of them are very ugly lol

zbyte64 ,

Why make bugs with a better UI?

TheGalacticVoid ,

Why not make a better UI after ironing out the bugs?

Eccitaze ,
@Eccitaze@yiffit.net avatar

Why make a better UI when it’ll probably introduce a slew of new bugs?

dan ,
@dan@upvote.au avatar

FTP isn’t really used much any more. SFTP (file transfers over SSH) mostly took over, and people that want to sync a whole directory to the server usually use rsync these days.

Anticorp ,

Isn’t Cyberduck a paid program though? I remember trying it, but I can’t remember why I went back to filezilla. I thought it was because my trial for Cyberduck expired.

brlemworld ,

Not when I used it like 10 years ago. Not sure about now

notabot , in Let me pull this out of my ass

It looks like AssDB uses a weird SQL syntax? Is it worth upgrading to, I hear it’s great at pulling information out of unstructured and even imaginary data sources?

pkill , in Corpos being corpos

AGPL RULEZ

fibojoly , in Sysadmin comes out of the goon cave. And he is not happy in the slightest.

For some reason it reminds me of When Sysadmins Ruled The Earth, a short story about sysadmins dealing with the apocalypse.

MehBlah ,

No reason why it shouldn’t.

TheSchatz ,

I’d never read that story until now, thanks for sharing!

kuberoot , in Old timers know

This is from before my times, but… Deploying an app by uploading a pre built bundle? If it’s a fully self-contained package, that seems good to me, perhaps better than many websites today…

dan ,
@dan@upvote.au avatar

That’s one nice thing about Java. You can bundle the entire app in one .jar or .war file (a .war is essentially the same as a .jar but it’s designed to run within a Servlet container like Tomcat).

PHP also became popular in the PHP 4.x era because it had a large standard library (you could easily create a PHP site with no third-party libraries), and deployment was simply copying the files to the server. No build step needed. Classic ASP was popular before it, and also had no build step. but it had a very small standard library and relied heavily on COM components which had to be manually installed on the server.

PHP is mostly the same today, but these days it’s JIT compiled so it’s faster than the PHP of the past, which was interpreted.

ArtVandelay , in Old timers know
@ArtVandelay@lemmy.world avatar

I mean, a lot of docker files out there with COPY . .

Opisek ,

True, but building the image is not the same as deploying to production.

ArtVandelay ,
@ArtVandelay@lemmy.world avatar

Fair point

Honytawk , in Corpos being corpos

So how difficult would it be to update the library to include a blacklist to those big corpos taking advantage of your code?

magikmw ,

Easily done with licences. Corpo is scared of licensing.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

I really like the GPL license for that reason. Take it, use it, be merry. But don’t you dare use it in a closed source project, and you have to give me credit

magikmw ,

Credit and release any changes you made to it. No freeloading.

PM_Your_Nudes_Please ,

Just use a GPL license instead. It allows use with credit, but requires that usage also be released for free. Meaning that it can’t be used by corpos and their closed-source projects.

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