HN user

brensmith

53 karma

[ my public key: https://keybase.io/brensmith; my proof: https://keybase.io/brensmith/sigs/GPpYYh7H1kBBqWZJiBv0kMmIYilhvFsQIa2FdwUqGXE ]

Posts8
Comments25
View on HN

I'm using orgmode as well on my emacs install under macOS. By using a simple org capture template bound to SPC-o-j (space, org, journal) a time stamped entry into my journal.org file is relatively painless. Really loving using emacs on macOS too, once I figured out the home-brew installation and configuration.

Bad Emacs defaults 3 years ago

I'm a relative emacs noob, and have just switched from Doom emacs to rolling my own with a literate config file. I started noticing more and more ~ backup files in all my working directories. Needless to say this is a great tip for those of us who don't understand emacs defaults.

Yes to this! Bamboo root structure (rhizomes) can be broken down into two basic types, leptomorph and pachymorph. Bamboo that belong to the leptomorph rhizome group can grow many feet over a growing season, and have buds along their length that will grow into new rhizomes or culms (shoots). These are the classic runaway bamboo that folks worry about. Bamboo that have pachymorph rhizomes will (each one) grow into a culm and are thus much slower to spread around your garden. More like a clumping bush. I grow bamboo as a hobby in the Sierra Nevada mountains of California, and currently have about thirty bamboo plants of 10 different types growing in pots in my yard. I'm waiting to plant them in the ground at my next house for when I have root barriers to prevent the leptomorphs from spreading too quickly!

[dead] 6 years ago

Ugh. So sorry to hear this. What a great player.

I've been using it for about 6 months now, backing up my home directory 3-4 times per week to an external HD. Would also agree that it's fast, easy to use, and also easy to recover files. I'd add that the documentation is really well written.

I've germinated a few seeds (P. edulis 'Moso' & Fargesia Jiuzhaigou IV 'Black Cherry') purchased on AliExpress (very inexpensive). I planted about 200 seeds in July of last year and achieved a germination rate of about 5%. My understanding is that bamboo seeds are not viable for very long, but it could also be that I didn't get my seeds from a very reputable dealer.

I agree that entering large numbers of manual transaction can be clunky, but for the occasional single transaction it can be pretty quick. For larger numbers of transactions, I've created a rules file that hledger uses to parse the downloaded CSV file from my bank to create a fairly detailed journal entry. (https://github.com/simonmichael/hledger/wiki/Convert%20CSV%2...). The real added benefit for me is using git not only for my journal file, but also for the CSV files. It gives me an immutable record of transactions from my bank. I had a revelatory experience reading adept's methods for tracking his financials. Version control for everything. https://github.com/adept/full-fledged-hledger

I'm a big fan of CLI accounting software (Ledger, Beancount and hledger) for my personal finances. Allows you to use a plain text file for recording your financial data. If you live a large percentage of your life in a command line environment, and you like your life scriptable, check it out. I personally use hledger, but would recommend that folks check out http://plaintextaccounting.org/ for a great overview of all cli accounting packages.