Live data from Hacker News

After 15 years, I use Outlook as my build pipeline

iwriteaboutcode.blogspot.com

41–50 of 73 posts

Re: After 15 years, I use Outlook as my build pipeline

#41

I don't know if Telegram, Slack, Discord, GitHub Actions, GitLab CI, Jenkins, or Kubernetes will be around (or without massive breaking changes) in 20 years, but email absolutely will be.

TIL that Jenkins was only released in 2011. Feels like it's been around since forever.

2011 was a huge year for tech/devops. I feel like so much of what we do now started right then for some reason.

Re: After 15 years, I use Outlook as my build pipeline

#42

[flagged]

If your build pipeline is anything more than a deploy.sh file containing go build binary scp binary root@server:/deploymentlocation you are a hack, a fraud, an overengineer and someone who should NOT work as software or devops engineer.

Look what “real” devops engineers have demanded respect for. They have played us for absolute fools!

Re: After 15 years, I use Outlook as my build pipeline

#44
post #9

I knew a guy who would brag that he used Outlook as his build system 20 years ago. Builds would take 9 to 24 months depending on the complexity of the project. But, as the CTO of a mid-sized software company, it worked for him.

> Builds would take 9 to 24 months depending on the complexity of the project. I might be stupid, are you saying a build would take 9 to 24 months to finish?

They're saying he used Outlook to assign a project to a team.

Re: After 15 years, I use Outlook as my build pipeline

#45

Earlier quoted context omitted.

TIL that Jenkins was only released in 2011. Feels like it's been around since forever.

I think that might be because it was called Hudson before that I believe. Unless that was a different project altogether?

Same project, rebranded around Oracle. Basically MySQL/MariaDB without the alliteration.

Re: After 15 years, I use Outlook as my build pipeline

#46

[flagged]

I like [x]copy deployments personally, then you have 1 command =)

I bow!

We had that at my first job where I deployed .war to a remote production tomcat directly from eclipse with one tool button click.

Zero lines of code even, depending on definition.

Re: After 15 years, I use Outlook as my build pipeline

#47

[flagged]

If your build pipeline is anything more than a deploy.sh file containing go build binary scp binary root@server:/deploymentlocation you are a hack, a fraud, an overengineer and someone who should NOT work as software or devops engineer.

2 commands -that‘s 33% better than my solution!

Re: After 15 years, I use Outlook as my build pipeline

#49
post #9

I knew a guy who would brag that he used Outlook as his build system 20 years ago. Builds would take 9 to 24 months depending on the complexity of the project. But, as the CTO of a mid-sized software company, it worked for him.

> Builds would take 9 to 24 months depending on the complexity of the project. I might be stupid, are you saying a build would take 9 to 24 months to finish?

Maybe the build system was him sending the email to some factory that would encode it into the silicon of a chip and ship the chip back to him.

Re: After 15 years, I use Outlook as my build pipeline

#50

/Mail/Messaging in SMTP, and you have what it is: A message broker and queue. It has durability, retries, everything

SMTP is even a transport for SOAP

It was really fun using filters in Pegasus Mail (no SOAP) to automate mailing lists, PGP key signing with e-mail validation etc.

Post reply on HN