Re: Wrap-Up of Meet-Up at ESWC2014

Hi Kai,

> I would like to have an feature detection for SPARQL endpoints to easily detect which features (e.g. CORS) an endpoint supports. We proposed something like this at the last ESWC summer school, but unfortunately nobody continued this work.

The SPARQLES guys kind of followed up on feature detection: http://sparqles.okfn.org/,
though not in JavaScript.
But I'd say this is hard in (browser-based) JavaScript,
because if CORS is not supported, you cannot detect any other features (without proxy).

> http://brackets.io/ for all web development … love the quick edit function! 

I'm quite impressed with the live updating functionality.
Wish somebody built this for Vim!
What I have now is a Vim script that updates (well, refreshes) on save:
https://github.com/RubenVerborgh/RefreshBrowsers

Best,

Ruben

Received on Tuesday, 17 June 2014 11:17:18 UTC