HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fdavies93

no profile record

Submissions

Show HN: Freak.nvim, an nvim config for control freaks

codeberg.org
4 points·by fdavies93·vor 10 Monaten·1 comments

[untitled]

1 points·by fdavies93·vor 11 Monaten·0 comments

Setting Up Puppy Linux with Ventoy

fd93.me
1 points·by fdavies93·vor 12 Monaten·1 comments

On Notebooks and Thinking Better Thoughts

fd93.me
2 points·by fdavies93·vor 12 Monaten·0 comments

Show HN: Daily-notes.nvim – fuzzy time journal and planning plugin

github.com
63 points·by fdavies93·letztes Jahr·21 comments

[untitled]

1 points·by fdavies93·vor 2 Jahren·0 comments

[untitled]

1 points·by fdavies93·vor 2 Jahren·0 comments

The Unreasonable Effectiveness of Simple Websites

fd93.me
6 points·by fdavies93·vor 2 Jahren·0 comments

Writing a shift-reduce parser, interpreter, compiler for infix arithmetic

fd93.me
1 points·by fdavies93·vor 2 Jahren·0 comments

Show HN: Root Cause Search – A Search Engine for Health

rootcausesearch.com
2 points·by fdavies93·vor 3 Jahren·0 comments

comments

fdavies93
·vor 10 Monaten·discuss
I've used neovim for a couple years now, but had trouble using it professionally for devops work because package managers and such tend to break in certain environments i.e. docker containers; remote servers. Rather than go with the graybeard option of using plain vim in unusual environments, I experimented with not using any package managers and just directly controlling the environment.

This worked surprisingly well, so I reworked my dotfiles into a shareable format - which is freak.nvim

Hope others who have similar problems or just prefer this type of control freakery find it useful. :)
fdavies93
·letztes Jahr·discuss
The PKM space for neovim plugins is a surprisingly deep rabbithole but it can take quite a while to find what you need.

For completions and tagging https://github.com/Feel-ix-343/markdown-oxide works well for me and does pretty much everything I need.

There are also a glut of all-in-one solutions like https://github.com/nvim-neorg/neorg (org-mode for neovim) and https://github.com/epwalsh/obsidian.nvim.

Graphing is a bit harder because it doesn't intuitively match up with nvim's interface, but I'm pretty sure I saw something on Reddit the other day.
fdavies93
·letztes Jahr·discuss
I should look into this because I have over 132000 words of text in my notes (more than the average novel) and I'm curious whether I can 'talk' to my second brain via a LLM.
fdavies93
·letztes Jahr·discuss
Personally I use insync to sync my notes to the cloud, and then sync them to my devices with similar apps for android.

Then it's just finding apps for editing the notes; everything from neovim on termux to just using Obsidian as a frontend is viable. But mobile is kind of a bad platform for plain text editing imho.
fdavies93
·vor 2 Jahren·discuss
Hey, I wrote this! Thanks for sharing.