astarob

joined 1 year ago
[–] [email protected] 23 points 11 months ago (2 children)

And your typo fix kickstarts 10 workflows, downloading gigabytes of data and running endless tests.

Depending on the size of the project, this may be an environmental concern.

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

Dependency hell

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

Don’t know about gz but zip files can be encrypted using passwords

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

In the PayPal success screen, there is an escaped backslash as well

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (3 children)

It’s just compile time code execution.

The difference between those macros („procedural macros“) and regular macros is that while regular macros are pretty much only templated code that is unfolded, proc macros contain code that is run at compile time, so they are more powerful but also more dangerous from a security perspective as you would expect just compiling a program to be safe.

Also: is copy pasting ChatGPT answers a thing now even when you, as you said, don’t even know what it means??