Viewing profile — rexysmexy
rexysmexy
HN member- Joined
- Sun, Jul 15, 2018, 5:46 AM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About rexysmexy
No profile information was provided.
Recent public activity
-
comment
Comment #48827727
To this day I still use a ZFS array for my critical backup storage. I've migrated over to using snap raid + mergerfs for my larger Linux iso storage array. Simple enough and I can …
-
comment
Comment #45896385
I'm still sitting on some 8mm film that my grandpa shot, and even some of the commercials he worked on. Still trying to find a reasonable way to digitize them. Also multiple boxes …
-
comment
Comment #45356043
I ended up 3D printing some larger grips to help when I have nerve pain flare-ups. Love using the deck with them
-
comment
Comment #43103915
Lovely post! I've been dealing with chronic pain throughout the winters. Ended up with a fibromyalgia diagnosis at the start of the year. Here's some stuff that I've found that hel…
-
comment
Comment #39230590
Absolutely love Pandoc. I used it through my undergrad to take notes for all of my courses. Markdown with inlined LaTeX just made sense. It made university more accessible, as I ge…
-
comment
Comment #19275242
I wouldn't expose your private keys for 2FA in plain text on your laptop. At least encrypt the file with GPG key to not expose it and read it in the script
-
comment
Comment #17535857
I haven't had a chance to integrated vimwiki into my school notes just yet. I havent used the export function in vimwiki yet, as I stick with viewing my notes in vim. I'm not sure …
-
comment
Comment #17533990
Over my last two terms I've invested in using markdown with Pandoc to write any notes in class. I needed a way to be able to take math notes, and be simple to use. After migrating …
-
comment
Comment #17533974
Doesn't vim do this by default? Typing >> will indent the entire line. This can be used in tandem with select to indent multiple lines at once!