HN user

gelnior

298 karma

I have been a web addict for 25 years who loves playing with social tools, understand them and build them.

Posts63
Comments30
View on HN
blog.frankrousseau.fr 6d ago

15 Years of Free Software Projects: A Review

gelnior
3pts0
blog.cg-wire.com 4y ago

We manage the cloud hosting of our open-source software (cg-wire.com)

gelnior
1pts0
medium.com 8y ago

Comparison of Graph Databases for CG Productions

gelnior
1pts0
blog.addictedtointer.net 9y ago

CTO Tips

gelnior
1pts0
blog.addictedtointer.net 9y ago

Hiring Talented People

gelnior
1pts0
blog.cozycloud.cc 10y ago

How to Build Your Single-Page App and Publish It on NPM (with React and PouchDB)

gelnior
8pts0
blog.cozycloud.cc 10y ago

Timeline Retrospective: The Conflict Crusher Method

gelnior
1pts0
cacm.acm.org 11y ago

Managing Your Digital Life

gelnior
1pts0
blog.cozycloud.cc 11y ago

How to deal with performance issues without effort

gelnior
1pts0
standblog.org 11y ago

Why I'm joining Cozy Cloud – hint: personal cloud matters

gelnior
18pts4
blog.cozycloud.cc 11y ago

Backup and Share Your Mobile Pictures with Cozy

gelnior
2pts0
blog.cozycloud.cc 11y ago

7 Rules to Write Better CoffeeScript Code Without Pain

gelnior
7pts0
medium.com 11y ago

What’s wrong with Angular.js

gelnior
15pts0
blog.cozycloud.cc 11y ago

Why We Use Coffeescript

gelnior
8pts0
blog.cozycloud.cc 11y ago

Responsive Deployment

gelnior
2pts0
blog.cozycloud.cc 11y ago

How I Discovered I Spend More Money When I Sleep More

gelnior
3pts0
blog.cozycloud.cc 11y ago

Remote Storage is now available on Cozy Cloud

gelnior
3pts2
blog.cozycloud.cc 12y ago

JS Task Runners Comparison: Grunt vs. Cake vs. Gulp vs. Broccoli

gelnior
1pts0
news.ycombinator.com 12y ago

Responsive Deployment

gelnior
3pts0
jcml.io 12y ago

Sigma.js a JavaScript library dedicated to graph drawing 1.0 is out

gelnior
4pts2
github.com 12y ago

Command Line Interface for Your Personal Cloud

gelnior
1pts0
seeker89.github.io 12y ago

FOSS Mint-like on Your Server

gelnior
10pts0
tommyrombouts.eu 12y ago

3D printing case for Raspberry Pi

gelnior
2pts0
gelnior.wordpress.com 12y ago

What I learned from three years of FLOSS projects development

gelnior
5pts0
www.gizmodo.com.au 12y ago

MIT has invented a gadget that lets you touch things without really being there

gelnior
2pts0
unpleasant-design.pravi.me 12y ago

Unpleasant Design Competition

gelnior
1pts0
twentytwowords.com 12y ago

Elaborately costumed cosplayers out of context, in their own homes

gelnior
1pts0
thefutureispersonal.wordpress.com 12y ago

Alessandro Acquisti: Why Privacy Matters

gelnior
1pts0
funkatron.com 12y ago

Open Sourcing Mental Illness

gelnior
5pts1
blog.bittorrent.com 12y ago

Maybe You Saw The Signs

gelnior
9pts0

Thank you guys for the feedback! About the ease of use we are working on it via partnerships with hosting companies and ISPs. If you can't wait, you can check cozycloud.cc too.

You are right. I worked as BI consultant before. In our company the three main challenges we had were :

* collecting data * having clean data * extracting the right indicators and analytics from the data

I think the problems remain the sames with QS. Actual QS solutions lack of interoperability, do not really allow experimentations and do wrong about privacy. That's why Cozy could help: it allows to build data collectors in a few hours, a data browser is available to clean wrong data, and the best of all it allows anyone to hack new stuff on top of this new set of data without compromising privacy.

disclaimer: Cozy member

You are definitely right. About the motivation, I think that when people can actively participate to the decisions and are responsible of a subject, they are more motivated. Because agile and specially Light Agile empower every member of the team, they act as good motivators.

Locker project proposed to fetch all data from your cloud services. If I didn't miss something, that was not a web server. With Cozy, you can install any kind of app: photo manager, note manager, dashboards, external service aggregator... They share the same data store. So if you write your own web app, you can take advantage of other web apps data.

Thank you rjh29 for your feedbacks about the installation script. Here are some additional informations:

* The script installs with apt-get what is possible to install with this tools. The tarballs downloaded are not random tarballs, they are specific version of the required modules.

* About the debian package, that's really an hard job to set-up a proper package when so many modules are involved. But you're right it would make things cleaner.

* Remember that Cozy is a FOSS project. We'll be glad to discuss about it through our issue list. You can propose improvements via a pull request too.

And how do you make a social app, you can use from anywhere with good UI without webserver/client ?

Moreover web servers are compatible with peer-to-peer and provide application agnostic connectors.

Before doing BDD, like you I was working on backend first. Since I experiment BDD, when I work on backend, I have switched my mind from "what could be useful ?" to "what is really needed ?". Writing UI first helps me to find the answer.

I am not sure that writing UI first is a common practice, but it fits good with development of web application which relies a lot on UI.

I emphasize it because Git changed a lot my workflow since I use it. Before that I was a SVN user and I commit only once I finished a feature (or sometimes several features...) and I almost never did any branching either. Perhaps that saying DVCS instead of Git would have been better.