This is a random post where I try stuff for the blog.
This is an example
This sentence is marked.This is a quote
Code blocks
Hy:
(defn get-digest [file-path]
(setv hash (.sha1 hashlib))
(setv block-size (. hash block_size))
(with [f (open file-path "rb")]
(reduce (fn [acc chunk]
(.update hash chunk))
(iter (fn [] (.read f block-size))
b"")
hash))
(.hexdigest hash))
Haskell:
|
|
Continuing
Elisp:
|
|
Here monospace
text. C-c
is a keybinding.