zakj
|
12 years ago
|
on: AngularJS 1.2.0-rc1 released
zakj
|
14 years ago
|
on: Keeping bash history in sync between multiple terminals
${VARIABLE:-value} expands to the contents of $VARIABLE, if it exists, or to "value" otherwise. In this case value is ":", a bash builtin that does nothing. Effectively, the above sets PROMPT_COMMAND to run the autojump command, then to run the pre-existing PROMPT_COMMAND, if any, or a no-op.
zakj
|
14 years ago
|
on: Show HN: A Chrome extension for Delicious/Pinboard
(I responded to the email address in your profile.)
zakj
|
14 years ago
|
on: Show HN: A Chrome extension for Delicious/Pinboard
Thanks so much for taking the time to critique!
1 & 2: Great ideas.
3: We obviously dropped the ball on Windows QA. On the Mac, the Downloads window is cmd-shift-j, so I figured it was similar on Windows. Ideally we should make the keyboard shortcut configurable, but could you suggest a good unused Windows shortcut for the meantime?
4. Absolutely. It's on our list!
zakj
|
14 years ago
|
on: Show HN: A Chrome extension for Delicious/Pinboard
That is indeed the "auth failed" error. Only two things I can think of: either you toggled the service slider to "Pinboard" without noticing, or Delicious authentication was down briefly. There was at least one other report of that:
https://twitter.com/#!/egebhardt/status/176776297106771968
Are you still getting that error?
zakj
|
14 years ago
|
on: Show HN: A Chrome extension for Delicious/Pinboard
zakj
|
14 years ago
|
on: Chrome Extension Development, By Practical Example
Thank you for the pack target! I should have known Chrome would have a command-line flag for this, but never thought to check.
My extension is also on GitHub: https://github.com/cabin/linkhunter
zakj
|
14 years ago
|
on: A New Flavor... Still Delicious
Yep, the API documentation is gone;
http://delicious.com/help/tools claims that developer documentation is coming soon. In the meantime, Pinboard's API almost exactly matches Delicious's, and its documentation is still up:
http://pinboard.in/api.
Incidentally, the Delicious API is still working correctly (albeit slowly) for me.
zakj
|
15 years ago
|
on: AOL Asks Us If We Can Tone It Down
zakj
|
16 years ago
|
on: Nested Labels in Gmail (finally)
It seems not to work with existing labels whose names contain a slash, even if you rename those labels. Also note that the parent label must exist, e.g. to have "people/friend-a" and "people/friend-b" appear in a hierarchy, you must also have a "people" label.
zakj
|
16 years ago
|
on: Am I the Only One Who Uses a Text Editor to Edit Files?
Command-T is a relatively new Vim plugin that does fuzzy matching on the entire path, giving greater weight to characters immediately following slashes or other word separators in the pathname. I've been using it for a few days now and can attest that it is extremely fast and seems to "know" exactly which file I want after just a few keystrokes.
http://www.vim.org/scripts/script.php?script_id=3025 | http://github.com/wincent/Command-T
zakj
|
16 years ago
|
on: JQuery source explorer
While this is a beautiful interface, I often read things like "traversing a long source file trying to look for a specific method’s implementation" or "sick and tired of having to scroll through a raw copy of jQuery..." and am confused. Why don't more people use their text editors' search functionality to find a specific piece of code? I never find myself scrolling through long source files.
zakj
|
16 years ago
|
on: Cool Visualisation: Browser share over the last decade
zakj
|
16 years ago
|
on: Why you should use OpenGL and not DirectX