Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tgasson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tgasson
1y ago
The GraphQL payload has redundant copies of the objects within. Relay has an experimental (dead) exploration of normalising data on the server[1] in order to avoid that transport cost. For @defer, the transport is a stream[2] where subseque
2.
▲
by
tgasson
9y ago
They'll struggle to get anywhere asking for cash. Australians generally carry little to no cash around
3.
▲
by
tgasson
9y ago
The mythical 10x programmer - antirez http://antirez.com/news/112
4.
▲
by
tgasson
9y ago
chrome://flags/#show-cert-link
5.
▲
by
tgasson
9y ago
No, not part of graphql. Apollo Optics (no relation) is an option, or you can instrument the fields yourself just like you would implement any other instrumentation.
6.
▲
by
tgasson
9y ago
> with GraphQL there are relations that get used through each other which is less straightforward to determine when pruning or updating your API That can be easier since you can add metrics to each individual field rather than url, allow
7.
▲
by
tgasson
10y ago
Do you have any links to how the errors are passed through to the client? Do you mean that they imitate the incoming certificate exactly or send the information by some other method?
8.
▲
by
tgasson
10y ago
You want to do that both on your intercepted LAN and with a direct connection and compare the results. If they both give the same results you can be happy your MitM proxy is at least treating insecure sites equivalently. You still lose the
9.
▲
by
tgasson
11y ago
Nice work. I'm getting a timeout on http://app.nicetrails.com/api/createXML3D_base_noUV_nobase_U... when trying to upload my own .gpx
10.
▲
by
tgasson
11y ago
Safe FME[0] is an enterprise licensed version of this. It's can read and write almost any format and has some quite unique paradigms for transforming data structures. I wish there was an open source clone of it. [0] http://ww
11.
▲
by
tgasson
13y ago
It's 4. The columns are the digits 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 And the rows are the character used for that digit at that point in time. At some point later 5 mutated from looking like 4 to as it is now.
12.
▲
by
tgasson
13y ago
It also had an update post http://blog.testfairy.com/google-play-store-ratings-drop-upd... http://webcache.googleusercontent.com/search?q=cache:z4GGDYq...
13.
▲
by
tgasson
13y ago
Yes I have run into this issue myself. It is a public resource, if you're not logged in at all its fine or if you're recently logged in its fine. It's the same reauth you sometimes get when visiting a public blogger site. It
14.
▲
by
tgasson
13y ago
This is great for prototypes but there's an edge case that breaks it's usefulness in live sites. Sometimes google will make already logged in users reauthenticate. It will redirect to the authentication page and you'll get a
15.
▲
by
tgasson
13y ago
No, because it needs to be checked out (that's the deployment). As a usual git server, yes --bare is the way to go. In this case you could alternatively use --bare in a ~/repos/example.com dir and set the $GIT_WORKING_DIR env
16.
▲
by
tgasson
14y ago
That's actually something topojson will do for you. It stores a translate and scale value that fits so all the values can be simple integers.
17.
▲
by
tgasson
14y ago
Absolutely agree. I'm currently in the process of producing a thematic map as part of a set of data visualisations[1]. TopoJSON is proving to be an absolute godsend. It's allowed us to reduce ~100MB+ geoJSON down to ~1MB and the shared arc'
18.
▲
by
tgasson
14y ago
Sorry I wasn't aware of that. Do you have a link? Best I can find is [1] which states In respect of Offence 4, Mr Assange contended that whilst rape was a Framework Offence and therefore didn't require dual criminality, the conduct desc
19.
▲
by
tgasson
14y ago
Please watch this[1]. It's not a rape charge, it's sexual molestation. And it's not being pursued by the victims but by a prosecutor. [1] http://www.abc.net.au/4corners/stories/2012/07/19/3549280.ht...
20.
▲
by
tgasson
14y ago
Grammar: to discover what people are sharing Also this seems like self-blogspam. Why not link straight to the site where the copy reads much better. http://phototags.me/
21.
▲
by
tgasson
14y ago
Conventional knowledge says the top of the screen should be eye-level. Just google monitor ergonomics.
22.
▲
by
tgasson
14y ago
Splash screens are never good UX. Why not load a content-less DOM structure whilst loading the data so the user can get familiar immediately, the same way iOS apps work.
23.
▲
by
tgasson
14y ago
I'm not sure what you're talking about, there doesn't seem to be anything about taxes in the OP. You sure you have the right thread? Can you explain more?
24.
▲
by
tgasson
14y ago
I wouldn't be surprised to see them directly replace the old surface with the guts of the new one integrated into a 60" multitouch TV (for both table and on the wall use) and scrap the IR object detection for a kinect based solution. Of cou
25.
▲
by
tgasson
14y ago
And FAQ on the help page links to #faq, should be faq.html
26.
▲
by
tgasson
14y ago
Note that internet.law.nz is a book, not a website. http://lawshop.com.au/products/internet_law_nz_3rd_edition-8...
27.
▲
by
tgasson
14y ago
No, `test[true]` will be reassigned to the given function each time the condition evaluates to true. Calling `test[true]()` will execute that given function.
28.
▲
by
tgasson
14y ago
Every module will have a `module` variable available to it. `module` defaults to { id: ... exports: {} parent:... filename:... loaded:... exited:... children:... paths:..
29.
▲
by
tgasson
14y ago
I think much of this is due to Spine being designed for CoffeeScript, and the article only uses the Javascript notation. Be sure to look at the documentation http://spinejs.com/docs/models and toggle between the Javascript and CoffeeScri