Every app will consist of two parts:
1. Client Side Decorations
2. Padding
1. Client Side Decorations
2. Padding
| Website | https://redpilled.dev |
Why do we even need Git and stuff when it is possible to just commit the source code as the RFC
https://www.rfc-editor.org/rfc/rfc6716#appendix-A.3
And look you can even do patches
https://www.rfc-editor.org/rfc/rfc8251#section-3
This is the next generation of immutable, distributed but centralized, patch-based VCS
rerere in git rerere stands for reduce reuse recycle
Beautiful C
Please never use Cargo for anything
I love #golang for stuff like
local body, err = fetch(url)
if err ~= nil then
return nil, err
end