Nice work from everyone involved
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 28th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
robinm@lemmyrs.orgto Programming@programming.dev•Meet Val: A New Language Alternative to C++, RustEnglish2·2 years agoThanks. I really thought it was about vale since I assume they are both pronounced the same way.
robinm@lemmyrs.orgto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Spotify alternativeEnglish1·2 years ago(not OP) It did until yesterday. I hope that it’s just temporary.
robinm@lemmyrs.orgto Programming@programming.dev•SemanticDiff Now Available For GitHubEnglish3·2 years agoNice! I’ve been using difftastic in my terminal, especially for
git diff
since quite some time. Semantic diff are usually much nicer to review (and in the case they don’t, I have a fallback to delta for my git pager).
git
Its backing store is an (immutable) merkle tree, which is a chain of crypographically signed object (commits, trees and blob), aka a chain of block, aka a blockchain.