Explore >> Select a destination


You are here

www.hhyu.org
| | vxlabs.com
14.1 parsecs away

Travel
| | With Emacs, org mode and org-babel, it's possible to evaluate source code samples embedded in your org files and have the output of said evaluation appear inline. This makes for a beautiful literate programming environment. It also enables one to include graphs in one's documents (org mode, PDF, HTML presentations or blog posts) by using for example GraphViz. This blog post (obviously authored using Emacs and Org mode) contains short instructions for doing so.
| | michaelneuper.com
14.2 parsecs away

Travel
| | The aim of this post is to show how I use Doom Emacs and org-roam to take notes for my Computer Science degree.
| | yiufung.net
14.0 parsecs away

Travel
| |
| | jlelse.blog
52.2 parsecs away

Travel
| I tried GitHub Copilot (Free) in Visual Studio Code again for some small GoBlog changes. Copilot can now generate tests (although it doesn't feel intelligent, as you need to correct quite a few things), it can do code reviews before committing and it can generate commit messages. Of course, it can also do code completions and write complete code, if you want it to do so.