this post was submitted on 25 Jul 2024
1 points (100.0% liked)

Programmer Humor

38710 readers
230 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

Thanks for the information though.

top 13 comments
sorted by: hot top controversial new old
[–] haerrii@feddit.org 1 points 1 year ago (3 children)
[–] Cobrachicken@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

because it works, even in a crowdstrike

edit: typo

[–] Carighan@lemmy.world 1 points 1 year ago

Did the fax go down from CrowdStrike? No. The superior communication medium!

[–] Miaou@jlai.lu 1 points 1 year ago

My HR told me I could no longer email bills, but instead had to give them the original paper. I'm afraid somebody there will have a heart attack when I tell them that that PDF file is the original.

[–] yogurtwrong@lemmy.world 1 points 1 year ago

Ikea email. You get the parts and assemble it yourself

[–] fibojoly@sh.itjust.works 0 points 1 year ago (1 children)

Emails are surprisingly hard to format, actually. If you want to use modern HTML, anyway.

[–] grandel@lemmy.ml 0 points 1 year ago (1 children)

No it's not. Its just hard if they need to work in Outlook, which uses a Word Processor instead of an HTML rendering engine like any other sane email client.

[–] fibojoly@sh.itjust.works 1 points 1 year ago (1 children)

It's wonderful for you that you live in a world where people use something else than Outlook to read email at work.

[–] grandel@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I use https://mjml.io/ for HTML emails, highly recommend it if you dont want to deal with Outlook's bullshit.

[–] gazter@aussie.zone 0 points 1 year ago (1 children)

Is it possible to put images in an email without them showing up like this?

[–] funkless_eck@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago) (1 children)

yeah it uses this really neat semantic rendering programming language for serving structured documents across servers

It's a bit tricky, but anyone with at least a Masters in CompSci should be able to parse some of it enough to get the gist. Bear in mind that the "source" is abbreviated to src, and "image" similarly. The rest is coding that gives the computer instructions, you'll also need to replace FILENAME in the code with the actual filename. It goes like this

<img src="FILENAME" /> 

Let me know if I can explain it more clearly.

[–] gazter@aussie.zone 0 points 1 year ago (1 children)

I feel like the level of snark in your reply is... High. It doesn't make for a pleasant interaction, and it doesn't help make lemmy a nice place to be.

So, if the image you want to put into your email is not hosted somewhere, what's the best way to go about this, ensuring compatibility?

[–] qaz@lemmy.world 1 points 1 year ago

I don't think it's really directed at you and moreso about making fun of the company who didn't put in any effort to make it show up correctly.