this post was submitted on 13 Sep 2024
422 points (99.1% liked)

Programmer Humor

19486 readers
636 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago

If I have a nickel for everytime someone said "The cloud never goes down".

I'd have a lot of nickels and would spend my time doing something I like a lot more than working πŸ€‘.

[–] [email protected] 0 points 1 month ago

Next Up
Windows Server license on MS Windows Activation server has expired...

[–] [email protected] 48 points 1 month ago

I swear to the gods, proprietary software is going to be the end of civilization...

[–] [email protected] 49 points 1 month ago (3 children)

Why are text editors cloud services now?

[–] [email protected] 2 points 1 month ago

IDEs have had subscriptions for ages. The build server is a cloud service because local machines can be slow to compile and not everyone has an on-site build server.

[–] [email protected] 14 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago

Peak editing with vim/neovim

[–] [email protected] 45 points 1 month ago

So they can charge subscriptions

[–] [email protected] 23 points 1 month ago (2 children)

Isn’t that an IDE? Why would a build server need that? Sigh.

[–] [email protected] 1 points 1 month ago

Fron what I gather, visual studio is a horrible monolith that also contains C/C++/C++++ build stuff.

[–] [email protected] 21 points 1 month ago (1 children)

For using msbuild or vsbuild to build C projects.

Can be installed standalone but it's typically just easier to install the full VS suite because on a shared runner it's better to include the entire kitchen.

[–] [email protected] 12 points 1 month ago (1 children)

For C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.

[–] [email protected] 16 points 1 month ago (2 children)

They started at Java's build system and set a course for Hell.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Hey hey hey, put some respect on Java, we don't need certificates to compile our shit.

[–] [email protected] 8 points 1 month ago

Maven works without an IDE. (And so does ant if you’re going back that far.)

And really early Java we used Makefiles.

Anyway all of that worked without an IDE.

[–] [email protected] 14 points 1 month ago (2 children)

I'm not familiar with the service, can someone explain? Like, are all pipelines on Azure affected? Or is it some internal stuff where a company relying on paid tech forgot to pay for it?

[–] [email protected] 10 points 1 month ago (1 children)

No, not some internal company, just Microsoft being Microsoft. So all Windows pipelines. They also have Linux based pipelines so not completely all pipelines.

But given that a lot of people build dotnet stuff on Azure, the 'windows-latest' image is usually the default. So a lot of pipelines

[–] [email protected] 2 points 1 month ago

Wow, that's big. Thank you for the clarification.

[–] [email protected] 10 points 1 month ago

I think they forgot to pay themselves to use their product.

load more comments
view more: next β€Ί