Explore >> Select a destination


You are here

www.mitchellhanberg.com
| | www.integralist.co.uk
1.2 parsecs away

Travel
| | UPDATE November 2022 Not long after I wrote this post I had switched from VimScript to using Lua and also making large sets of changes and tweaks to my configuration. The source of truth is: https://github.com/integralist/nvim (which is a submodule within https://github.com/integralist/dotfiles) This post is being kept for posterity, but ultimately I would recommend you look at the above dotfiles repo instead. This is going to be a very focused post because when you're looking to get your code editor con...
| | xnacly.me
2.6 parsecs away

Travel
| | Using Treesitter in neovim to conditionally highlight code snippets
| | sookocheff.com
1.4 parsecs away

Travel
| | I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you.
| | malwaretech.com
18.9 parsecs away

Travel
| Now that everything is ready to be connected, power up the hard drive an run openocd with the following command: openocd -f interface/<your interface here>.cfg -f target/test.cfg test.cfg should be the configuration for the CPU used by your hard disk controller, for most marvell CPUs this config should work. I'm not sure of the adapter_khz, so I've set mine to 100 (as long as this value is lower than the actual it should work).