this post was submitted on 17 Sep 2023
447 points (91.6% liked)
Programmer Humor
19594 readers
732 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The image embed doesn't work. Lemmy supports embedding media only if HTTPS is used. This website is HTTP.
I already fixed it, but I didn't know that! That's really cool!
You can also embed images inside links, by the way (click the button):
[![Get Firefox](https://i.imgur.com/KpmYhB1.gif)](https://getfirefox.com)
Also if say you have image/animation/audio/video link without extension (e.g.: .jpg), you can fool Lemmy using a fragment identifier at the end of URL
#.jpg
which would usually be used to jump to the fragment id in document. e.g.:https://example.org/image#.jpg
Wowzers that's fancy, I'll have to save that for the future