HN user

kluivers

119 karma
Posts18
Comments10
View on HN
findingsapp.com 12y ago

Findings: Your lab notebook, reinvented

kluivers
39pts16
developer.apple.com 12y ago

WWDC 2014

kluivers
7pts0
www.youtube.com 13y ago

Reddit user creates USA vs NSA animation, Pixar style

kluivers
3pts0
joris.kluivers.nl 13y ago

ShowHN: An open source Quartz Composer implementation for iOS

kluivers
38pts5
lifehacker.com 13y ago

Airwaves Plays Your Mac's Audio Over Multiple AirPlay Speakers

kluivers
1pts0
joris.kluivers.nl 13y ago

Airwaves: 1 month in the Mac App Store

kluivers
1pts0
threatpost.com 13y ago

Android Botnet Infects 1M+ Phones in China

kluivers
7pts3
joris.kluivers.nl 13y ago

List of Bluetooth Smart gadgets currently available

kluivers
1pts0
www.epsilonprogram.com 13y ago

Epsilon Program - GTA V teaser site.

kluivers
3pts0
www.kickstarter.com 13y ago

MetaWatch STRATA: the Smartwatch for the iPhone 4S & Android

kluivers
2pts1
joris.kluivers.nl 14y ago

Adding AirPlay audio streaming to your Mountain Lion app

kluivers
1pts0
joris.kluivers.nl 14y ago

Using Next Generation Bluetooth 4.0 on iOS / Mac

kluivers
2pts0
joris.kluivers.nl 14y ago

Rendering vector shapes from Custom Shape Files (.csh) on iOS and Mac

kluivers
1pts0
joris.kluivers.nl 14y ago

New Objective-C literal syntax for NSNumber, NSArray, NSDictionary

kluivers
11pts3
app-devs.com 14y ago

Fully customizable Activity View (iOS native spin.js clone)

kluivers
1pts0
igniteshow.com 15y ago

How to solve a song with math, Seattle Ignite

kluivers
4pts2
www.google.com 15y ago

People thinking 'app store' was in use before Apple's have bad memories.

kluivers
2pts0
blog.mynameise.com 15y ago

How we deal with business cards [infographic]

kluivers
19pts22

Yes, you can access blobs too. I've been using the HTTP API (the one that backs CloudKitJS) to process data in app engine. So far I just used the JS API token for authentication. Records with an associated blob asset provide a temporary accessible URL to the asset which is usually stored on S3.

Not sure about latency of the requests, never had a problem with that. More often the problem was that I had confirmation my client software had written data to CloudKit but it might take a while before the server can actually query for it. (Could be an indexing delay haven't checked if the object is immediately available using the object ID)

Question is: what license is that work released under (GPL3?) and does that license require attribution?

What will happen to it when they will rename to 'Mozilla Personas'? Will the login screen suddenly show the Mozilla Persona logo instead of BrowserID as it currently does? I can't imagine this gaining any traction with bigger sites / brands if it is pushing the Mozilla brand.

While I do like the thought of using CoreData and code I've written for other apps on the web, the following sentence immediately made this thing much less interesting: "WebAppKit runs exclusively in garbage collection mode to minimize the memory management burden." I've never liked garbage collection, if you find memory management a burden, you're doing it wrong. And now that Apple introduced ARC even Apple recommends against using the GC.