SaladFork | 5 years ago | on: Atlassian Cloud ToS section 3.3(I) prohibits discussing performance issues
SaladFork's comments
SaladFork | 5 years ago | on: If-then-else had to be invented
https://www.youtube.com/watch?v=4A94JsWTXXwSaladFork | 5 years ago | on: Apple’s “Extended Dynamic Range” Brings HDR to Non-HDR Displays
SaladFork | 5 years ago | on: How HN crushed David Walsh's blog
SaladFork | 5 years ago | on: I reverse engineered McDonalds’ internal API
SaladFork | 5 years ago | on: Luna – Cloud gaming service
SaladFork | 6 years ago | on: iOS First Impressions (2018)
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: Google is Backtracking on its Controversial Desktop Search Results Redesign
SaladFork | 6 years ago | on: MirageJS: An API mocking library for frontend development
SaladFork | 6 years ago | on: Instagram now forces people to sign in to view public profiles
It works fine when you open the image directly, but it will not apply EXIF corrects for inline images (<img> tag). There are JS libraries that load the image as file data to read the EXIF data and apply the correct rotation, but those fail in some cases (HTTPS trying to load data for an HTTP-linked image, for example).
SaladFork | 6 years ago | on: Issue 914451: Autofill does not respect autocomplete="off"
SaladFork | 6 years ago | on: PiHole-Google: Completely Block Google and Its Services
SaladFork | 6 years ago | on: Dark Patterns at Scale: Findings from a Crawl of 11K Shopping Websites
"Consumers Are Becoming Wise to Your Nudge" https://news.ycombinator.com/item?id=20284298
SaladFork | 7 years ago | on: Google Chrome to stop back-button hijacking
(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?
$ 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
> 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
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 | 8 years ago | on: MoviePass wants to let you go to the theater once a day for $10 a month
SaladFork | 8 years ago | on: uBlock Origin Maintainer on Chrome vs. Firefox WebExtensions
The one downside is that the URL may no longer point to the comment you were originally linked to.
[0] https://developer.mozilla.org/en-US/docs/Web/API/Location/re...
SaladFork | 12 years ago | on: PaintCode 2
> PaintCode is a vector drawing app that turns your drawings into Objective-C or C# drawing code in real time.
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.