

bbishop
Bryan Bishop
Loading...
Safe ways to do things in bash Why bash? Bash has arrays and a safe mode, which may make it just about acceptable under safe coding practices, when used correctly. Fish is easier to use correctly, but lacks a safe mode. via Pocket
#shell #bash #safe #programming #scripting #pub
Show More
Loading...
elisp - How to save a keyboard macro as a Lisp function? - Emacs Stack Exchange
emacs.stackexchange.com
Loading...
Most testing is ineffective - Hypothesis
hypothesis.works
Hypothesis is a modern implementation of property based testing, designed from the ground up for mainstream languages.
Hypothesis runs your tests against a much wider range of scenarios than a human tester could, finding edge cases in your code that you would otherwise have missed. It then turns them into simple and easy to understand failures that save you time and money compared to fixing them if they slipped through the cracks and a user had run into them instead.
#testing #python #property #pub
Show More
Loading...
The Many Uses of Org Mode
robots.thoughtbot.com
I’m a relatively recent convert to GNU Emacs; Haskell mode is what made me make the switch, but Org mode is what has kept me here. I’ve tried several applications for todo management before, but have not been able to make one stick. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
How I use Emacs and Org-mode to implement GTD
members.optusnet.com.au
Pretty complicated tagging here. Read 5-16-18
#emacs #gtd #org-mode #productivity #orgmode #organization #howto #pub
Show More
Loading...
“You Americans, you’re all the same. Always overdressing for the wrong occasions” said Major Toht (Raiders of the Lost Ark). Sometimes… that’s how I feel about the continuous delivery process. We overdo the delivery process for the wrong reasons. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
Outliners are ideal for jotting down thoughts and ideas. Some people may prefer mind-maps, but in the end the underlying data structures are mostly identical. The outliner lists are certainly more efficient for a proficient typist and are easily mixed with other parts of a text. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
We Should Teach All Students, in Every Discipline, to Think Like Scientists - Scientific American
scientificamerican.com
If knowledge is power, scientists should easily be able to influence the behavior of others and world events. Researchers spend their entire careers discovering new knowledge—from a single cell to the whole human, from an atom to the universe. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
When I came across Charlie Munger’s 1995 Speech, The Psychology of Human Misjudgment, I realized that I could learn more from him than my MBA. So I spent the next few years reading and researching about cognitive biases and how we mislead ourselves. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
It's summer vacation season and many families will be lucky enough to be heading off for at least a few days. At least half of parents say quality time together is the most important reason to take a family vacation, according to a national survey by the rental car company Alamo. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
TIP: How to make ERC fun to use : emacs
reddit.com
via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
In the early 1900s, Charles M. Schwab, President of Bethlehem Steel Corporation — a steel and shipping company — wanted to increase the efficiency of his management team. Oil business magnate, John D. Rockefeller Sr. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
A grasp of Git - Technical Blog - Future Processing — Technical Blog – Future Processing
future-processing.pl
Git is simple but different – it is probably the most popular version control system (VCS) used in IT projects around the world. It is also very often misused because although it is very similar to other VCSs at the API level, it is very different underneath. via Pocket
#IFTTT #Pocket #pub
Show More
Loading...
BashFAQ/050 - Greg's Wiki
mywiki.wooledge.org
I'm trying to put a command in a variable, but the complex cases always fail!
Variables hold data. Functions hold code. Don't put code inside variables! There are many situations in which people try to shove commands, or command arguments, into variables and then run them. Each case needs to be handled separately.
For the simple case in bash, you can use an array to store arguments to pass to a command (similar to constructing a command using args only known at runtime, below):
#code #bash #command #variable #array #pub
Show More
Loading...
A guide to Git branching | Opensource.com
opensource.com
In my two previous articles in this series, we started using Git and learned how to clone, modify, add, and delete Git files. In this third installment, we'll explore Git branching and why and how it is used. Picture this tree as a Git repository. via Pocket
#IFTTT #Pocket #Unread #pub
Show More
Collect and share the web
Get started for free