Explore >> Select a destination


You are here

blog.jethro.dev
| | brunty.me
10.5 parsecs away

Travel
| | Developer and problem solver
| | www.worthe-it.co.za
3.1 parsecs away

Travel
| | This article explains how I use Emacs Org-mode as an exobrain system.
| | takeonrules.com
7.0 parsecs away

Travel
| | In this post I'll share my workflow and the Emacs functions I use to facilitate my workflow. One highlight is better understanding how to use org-capture\'s (file+function "filename" function-finding-location) target element. Context One of my administrative tasks for my role at Software Services by Scientist.com is time tracking. (Sidenote: It's been over a decade since I last tracked my working hours.) In my role I'm both coding and helping get team members unstuck on their tasks. This means on a given day, I jump between 5 to 7 projects. (Sidenote: I find it invigorating helping get folks unstuck; either listening to their approach or digging in and pulling out a myriad of debugging and triage heuristics I've developed.) To help me with keeping track of a...
| | vxlabs.com
39.6 parsecs away

Travel
| The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s...