Ten small life improvements

post by paulfchristiano · 2017-08-20T19:09:23.673Z · LW · GW · Legacy · 18 comments

Contents

  Video speed
  Spectacle
  Pinned tabs + tab wrangler
  Aggressive AdBlock
  Avoiding email inbox
  Christmas lights
  Karabiner
  Keyboard
  Vimflowy
  ClipMenu [hard to get?]
None
18 comments

I've accumulated a lot of small applications and items that make my life incrementally better. Most of these ultimately came from someone else's recommendation, so I thought I'd pay it forward by posting ten of my favorite small improvements.

(I've given credit where I remember who introduced the item into my life. Obviously the biggest part of the credit goes to the creator.)

Video speed

Video Speed Controller lets you speed up HTML 5 video; it gives a nicer interface than the YouTube speed adjustment and works for most videos displayed in a browser (including e.g. netflix/amazon).

(Credit: Stephanie Zolayvar?)

Spectacle

Spectacle on OSX provides keyboard shortcuts to snap windows to any half or third of the screen (or full screen).

Pinned tabs + tab wrangler

I use tab wrangler to automatically close tabs (and save a bookmark) after 10m. I keep gmail and vimflowy pinned so that they don't close. For me, closing tabs after 10m is usually the right behavior.

Aggressive AdBlock

I use AdBlock for anything that grabs attention even if isn't an ad. I usually block "related content," "next stories," the whole youtube sidebar, everything on Medium other than the article, the gmail sidebar, most comment sections, etc. Similarly, I use kill news feed to block my Facebook feed.

Avoiding email inbox

I often need to write or look up emails during the day, which would sometimes lead me to read/respond to new emails and switch contexts. I've mostly fixed the problem by leaving gmail open to my list of starred emails rather than my inbox, ad-blocked the "Inbox (X)" notification, and pin gmail so that I can't see the "Inbox (X)" title.

Christmas lights

I prefer the soft light from christmas lights to white overhead lights or even softer lamps. My favorite are multicolored lights, though soft white lights also seem OK.

(Credit: Ben Hoffman)

Karabiner

Karabiner remaps keys in a very flexible way. (Unfortunately, it only works on OSX pre-Sierra. Would be very interested if there is any similarly flexible software that )

Some changes have helped me a lot:

I'd definitely pay > a minute a day for these changes.

Keyboard

I find split+tented keyboards much nicer than usual keyboards. I use a Kinesis Freestyle 2 with this to prop it up. I put my touchpad on a raised platform between the keyboard halves. Alternatively, you might prefer the wire cutter's recommendations.

(Credit: Emerald Yang)

Vimflowy

Vimflowy is similar to Workflowy, with a few changes: it lets you "clone" bullets so they appear in multiple places in your document, has marks that you can jump to easily, and has much more flexible motions / macros / etc. I find all of these very helpful. The biggest downside for most people is probably modal editing (keystrokes issue commands rather than inserting text).

The biggest value add for me is the time tracking plugin. I use vimflowy essentially constantly, so this gives me extremely fine-grained time tracking for free.

Running locally (download from github) lets you use vimflowy offline, and using the SQLite backend scales to very large documents (larger than workflowy can handle).

(Credit: Jeff Wu and Zachary Vance.)

ClipMenu [hard to get?]

Keeps a buffer of the last 20 things you've copied, so that you can paste any one of them. Source for OSX is on github here, I'm not sure if it can be easily compiled/installed (binaries used to be available). Would be curious if anyone knows a good alternative or tries to compile it.

(Credit: Jeff Wu.)

18 comments

Comments sorted by top scores.

comment by RomeoStevens · 2017-08-27T20:52:04.014Z · LW(p) · GW(p)

news feed eradicator

delayed gratification

rescue time

Increase the delay on reward loops with your phone by activating developer settings and setting colorspaces to black and white and setting animation speeds to 2x or 5x. I tried going back to 2x after months with 5x and it felt palpably neurosis inducing.

comment by HungryHippo · 2017-08-21T09:02:01.984Z · LW(p) · GW(p)

keyboard shortcuts to snap windows to any half or third of the screen (or full screen).

In Windows 10 you can,

  • Maximize a window using Windows Key + Up Arrow.
  • Un-maximize with Win + Down Arrow.
  • Minimize window with Win + Down Arrow again.
  • Cover left half, with Win + Left Arrow.
  • Upper right quarter with Win + Right Arrow, followed by Win + Up Arrow.
  • Lower left with Win + Left Arrow, followed by Win + Down Arrow.
  • When using left/right split windows, dragging the center resize bar will resize both windows.

Very convenient.

Replies from: ShardPhoenix
comment by ShardPhoenix · 2017-09-03T06:10:03.602Z · LW(p) · GW(p)

You can also move windows between monitors with Win + Shift + Left/Right.

comment by lukeprog · 2017-08-24T15:55:33.787Z · LW(p) · GW(p)

One of my most-used tools is very simple: an Alfred snippet that lets me paste-as-plain-text using Cmd+Opt+V.

comment by buybuydandavis · 2017-08-30T13:43:26.809Z · LW(p) · GW(p)

Video Speed Controller

That sounds nice!

Hope it works in mobile chrome. I prefer all talking videos at 2x, and have to go back to youtube desktop to get it. It will help me get off Youtube, and move to alternate video sites now that Google's has changed it's motto to Do Evil.

EDIT: yay! Works at Bitchute

comment by Dr_Manhattan · 2017-08-21T20:46:20.285Z · LW(p) · GW(p)

Org-mode is an emacs outliner plugin that has clocking also

Replies from: Risto_Saarelma
comment by Risto_Saarelma · 2017-08-30T05:46:40.796Z · LW(p) · GW(p)

And for people on the Vim side, there's VimOutliner for doing workflowy-like outlines, also with a time-tracking component.

comment by wuthefwasthat · 2017-09-12T16:25:46.715Z · LW(p) · GW(p)

clipmenu lets you configure the history amount - I set it to 1000. also you can save snippets to paste (accessed via a different hotkey) - e.g. your email address, email templates, common code snippets in developer console

also, a possible alternative to karabiner for vim users is wasavi, which lets you use vim in browser textareas

comment by JohnGreer · 2017-09-04T15:48:13.847Z · LW(p) · GW(p)

You might be interested in Inbox When Ready which can hide your inbox and do a number of other things.

comment by gilch · 2017-08-30T01:18:58.774Z · LW(p) · GW(p)

AutoHotKey can remap keys in Windows, among other things. I used it to get basic Vim commands in any text field. It also has a Python module. I haven't found a good alternative for Linux or Mac.

comment by Peter Wildeford (peter_hurford) · 2017-08-25T20:14:18.984Z · LW(p) · GW(p)

Have you thought about Vimium instead of Karabiner?

Replies from: paulfchristiano
comment by paulfchristiano · 2017-08-30T20:40:13.228Z · LW(p) · GW(p)

I also use vimium, but there are lots of things it doesn't cover.

comment by westward · 2017-08-22T19:50:09.092Z · LW(p) · GW(p)

JumpCut for OS X

My paste hotkey for it is Shift-Cmd-V and you can hold one key after to arrow through old items.

comment by MaryCh · 2017-08-21T15:44:11.864Z · LW(p) · GW(p)

BTW, try taking portraits with a camera mounted on a tripod or just somehow fixed in place, eith Christmas lights for illumination. The results are quite magical, although a large portion of the photos are too dark.

comment by entirelyuseless · 2017-08-20T21:35:26.317Z · LW(p) · GW(p)

Clipdiary is free for personal use and keeps a database of previous clips up to the previous 100,000, set to whatever you want in the options.

comment by Dustin · 2017-08-20T19:34:25.915Z · LW(p) · GW(p)

I'd be really interested in how someone uses (work|vim)flowy day to day.

I've started to use workflowy several times over the years but then just kind of drift away after a week or so...

Also, Ditto is a great clipboard manager for Windows.

Replies from: paulfchristiano
comment by paulfchristiano · 2017-08-20T21:27:17.833Z · LW(p) · GW(p)

See here.

Replies from: Dustin
comment by Dustin · 2017-08-20T23:04:16.415Z · LW(p) · GW(p)

I'm very impressed you're still using this sort of system 5 years later!