Recent
Custom sed Separators
·130 words·1 min
When using sed for a substitution I was under the impression that / had to be used as a separator for the segments.
Using SQL views for soft deleting records
·468 words·3 mins
Using SQL views to manage soft deletes # Soft Deletion: A way of marking a record as deleted without actually deleting anything.
Setting the CDPATH
·468 words·3 mins
I wonder on a given day how many different directories I cd into… The number is probably quite high.
Guards in Typespecs
·203 words·1 min
Using guard clauses in Typespecs to progressively define the types