How To Embed Tumblr Posts In WordPress? Guide https://www.youtube.com/watch?v=sd2CfuT2tjs πŸŽ¬πŸ”ŒπŸ–‡ #Tutorial #Tumblr #Embed #WordPress
How To Embed Tumblr Posts In WordPress? Guide

YouTube
How To Embed LinkedIn Posts in WordPress For FREE (No Plugin Required) https://www.youtube.com/watch?v=vPQx4OzCLhE πŸ”ŒπŸŒπŸ’‘ #LinkedIn #Embed #WordPress #Guide
How To Embed LinkedIn Posts in WordPress For FREE (No Plugin Required)

YouTube
How To Embed X (Twitter) Posts in WordPress sites Easy & Fast? πŸ”— https://www.youtube.com/watch?v=lQopWf1K9Jc πŸ§‘β€πŸ’»πŸŽ¬ #SocialMedia #Embed #X #WordPress #Guide
How To Embed X (Twitter) Posts in WordPress sites Easy & Fast? πŸ”—

YouTube
How to Embed Instagram Posts in WordPress in 2026? https://www.youtube.com/watch?v=p2EJ1vtaBYQ πŸ–ΌπŸ’‘πŸ–‡ #WordPress #Embed #Guide #Instagram #Tutorial
How to Embed Instagram Posts in WordPress in 2026?

YouTube
@[email protected] c11 threads are nice and there's single-header portable implementations available that work with strict c89

#embed is nice and it's generally pretty feasible to get a preprocesor with modern features like this even with a decades old busted vendor compiler

anonymous structs and unions are really nice syntax sugar for certain types of network, event handling, parsing, and interpreter type things, a lot of ancient compilers already had it because it was an obvious thing to add, and sometimes missing support can be hacked around with macro tricks

defer behavior very similar to that in the draft TS can also be done in both modern and many older compilers (dating back at least as far as ~25 years ago ime) using a combination of macros and compiler-specific behavior
@aeva #embed is the only constexpr you need. just generate code! the compiler doesn't have a patent on codegen! you're the compiler now!

embedded into

embedded into 
each atom of the peony
reflections of mom
.
20260520:1643
y

#atom #botan #dailyPost #embed #embedded #flower #haiku #kingOfFlowers #lateSpring #mama #may #memories #memory #mom #mother #poem #poetry #postaday #reflections
peony

dreaming… a random bit ** in the ending of The Daily Post’s Weekly Photo Challenges from WordPress, here’s your Sunday Weekly Photo Prompt: travel ** medicine buddha mantra: Tay…

yi-ching lin photography
// quine.c
// compile with -std=c23
#include <stdio.h>
int main() {
char src[] = {
#embed "quine.c"
,0
};
printf("%s", src);
return 0;
}

@ireneista something we did not notice until we had to look back at tools such as this is that we've collectively made tremendous progress in... "binutils"

borland's toolchain is built around extending OMF (Object Module Format) which dates back to *8-bit* machines

see also: rust and modern c++ hairballs regularly running into msvc link.exe limitations, or thephd.dev spending all that effort trying to make #embed work, which we didn't understand at all until we tried to convert a binary file into an object file for something that didn't use ELF (wasm iirc?)