Live data from Hacker News

Ask HN: What software do you depend on for day-to-day tasks?

news.ycombinator.com

1–10 of 22 posts

Re: Ask HN: What software do you depend on for day-to-day tasks?

#5
post #3

I try to depend on as little as possible. A text editor & access to some sort of programming language. If my terminal dies I want minimum downtime. If my laptop dies, ditto. That's not to say tools aren't useful but relying on them is trouble.

Essentially relying on:

   as
   cc
   cp
   ed
   ld
   ln
   ls
   mv
   ssh
and a reliable terminal.

Re: Ask HN: What software do you depend on for day-to-day tasks?

#6
For dev tasks nothing fancy -- a terminal, browser, and Sublime mostly.

For non-dev tasks, I spend a ton of time reading with a Safari Books subscription, Instapaper, and the Kindle app for iOS.

For business tasks, I use Reminders.app as a tickler file (GTD) and Due for OS X / iOS. Google Keep is pretty nice for re-usable checklists.

Re: Ask HN: What software do you depend on for day-to-day tasks?

#8
On my local machine for normal work stuff: Phpstorm, git, rsync, vim, os x terminal, chrome, firefox, omnifocus, sequel pro, photoshop, 1Password, etc

Less common stuff, but thing I install on any new computer (os x) - I think they are all from the App Store for a few dollars each:

Color picker (puts an icon in bar at top of screen, i click it then click anywhere else and it puts the colour hex code in the clipboard.

CommandQ - makes me hold down command + q to quit an app. I hate the default OS X way of clicking command + q to quit an app. Not from app store - https://clickontyler.com/commandq/

Flycut - remembers 100 clipboard items. Cmd+shift+v, then i can 'scroll' through 100 previous clipboard items with left/right arrow keys.

Disk inventory X - see what kind of files are taking up space

Skitch - for quick screenshots with nice annotations (from evernote)

Re: Ask HN: What software do you depend on for day-to-day tasks?

#10
post #5
post #3

I try to depend on as little as possible. A text editor & access to some sort of programming language. If my terminal dies I want minimum downtime. If my laptop dies, ditto. That's not to say tools aren't useful but relying on them is trouble.

Essentially relying on: as cc cp ed ld ln ls mv ssh and a reliable terminal.

No ed, just

       % > file
and type
Post reply on HN