Nick Kaczmarek

Potato wedge salad with tempeh bacon

Early morning shot from my new house. The sun was so intense. It created such a beautiful glow on everything.

The burrito

Another day, another burrito 🌯

More places you can debug with a REPL

Debugging by starting a REPL at a breakpoint is fun This was a really interesting read about debugging using REPLs. Two more to add to the list are: .NET using visual studio’s immediate mode (I think that’s what it’s called) LLDB in Xcode (and probably outside of Xcode too). I am a huge proponent …