SaladFork's comments

SaladFork | 5 years ago | on: Atlassian Cloud ToS section 3.3(I) prohibits discussing performance issues

The biggest request I have of JIRA aside from performance is that whatever markdown/markup language you choose, that it be consistent across the entire product.

It is so frustrating to have to remember to use double-curlies for inline code/pre sometimes, and backticks other times. In each case, the other doesn't work. More than once using one has resulted it rendering correctly on the immediate page but not on the next.

This is one I encounter regularly but is far from the only inconsistency in support.

SaladFork | 5 years ago | on: How HN crushed David Walsh's blog

Especially given the domain is davidwalsh.name, and the article isn't on a subdomain or subdirectory or anything, this is all the more confusing.

SaladFork | 5 years ago | on: Luna – Cloud gaming service

Also going to sound like an ad, but I stream PC VR from a cloud Shadow PC to my Oculus Quest over 5GHz Wi-Fi (effectiveness is really dependent on your proximity to their data centers) but it is really remarkable how effective it is. It is more lag than streaming from a local PC but not to the point where most games are unplayable. I can also play the same games with the same saves from my phone with their app using a Bluetooth-paired gaming controller. Couldn't be happier with their service.

SaladFork | 6 years ago | on: iOS First Impressions (2018)

> Interesting comment about the blue iMessage bubbles. I've definitely heard of it, and have seen the memes on the internet, but have never actually met anyone that cared about the _color_.

The color is used as a proxy to discuss the functionality. "Chatting blue" is more about the features that come with it than the actual bubble color, though the latter is easier to mention quickly.

Personally I've been surprised what an impact even just a now-typing indicator has on the conversation and find "green" conversations can feel a lot more disjointed.

SaladFork | 6 years ago | on: MirageJS: An API mocking library for frontend development

I used Mirage with Ember for many years and it has changed the way I think and approach front-end acceptance testing. I was very excited to see the work to extract the Ember-specific bits from the rest of the library (originally by @cowboyd / Charles Lowell and now from the original author Sam Selikoff himself) and am using it with a React app to great success.

SaladFork | 7 years ago | on: Google Chrome to stop back-button hijacking

Not sure if there's a PC/Linux equivalent but Chrome (and other browsers I believe) on Mac also supports two finger swipe on the trackpad to go back/forward which works well in one-hand navigation flow.

(I also use BetterTouchTool to add similarly simple gestures for open-in-tab, close-tab, switch between tabs, and go-to-top/bottom)

SaladFork | 7 years ago | on: UTC Is Enough for Everyone, Right?

My favorite date quirk not mentioned in the article or here yet is the month of September 1752. If you're on a *nix/Mac machine, try this command:

  $ cal 9 1752
What you'll see is:

     September 1752
  Su Mo Tu We Th Fr Sa
         1  2 14 15 16
  17 18 19 20 21 22 23
  24 25 26 27 28 29 30
No, there's not a bug in `cal`, this is correct ;)

SaladFork | 8 years ago | on: The art of the error message

One of Nielsen's classic UX heuristics:

> Error messages should be expressed in plain language (no codes), precisely indicate the problem, and constructively suggest a solution.

SaladFork | 8 years ago | on: ASCII and Unicode quotation marks

At least on the US keyboard, Mac OS lets you input all three dash types.

Hitting the button to the right of [0] outputs a hyphen ("-"). Holding alt/option when hitting it will output an en dash ("–"), holding both alt/option and shift will output an em dash ("—").

- = -

⌥- = –

⇧⌥- = —

SaladFork | 12 years ago | on: PaintCode 2

For those looking:

> PaintCode is a vector drawing app that turns your drawings into Objective-C or C# drawing code in real time.

page 1