Art.sy Open Source(artsy.github.com)
artsy.github.com
Art.sy Open Source
http://artsy.github.com/open-source/
9 comments
Trying to check out Art.sy I don't think this is supposed to render like it does: http://d.pr/i/C7or
Great list of open source projects nonetheless; actually have a use for the fillwidth plugin right now.
It's fixed. Was a data migration fluke in the middle of a production deploy. Also, that was worth it - you can now signup without requesting an invite.
> actually have a use for the fillwidth plugin right now.
That was the main project that caught my eye as well.
That was the main project that caught my eye as well.
This is slick. isotope.jquery is great for square and portrait images, but there doesn't seem to be many plugins to handle a more horizontally-based portfolio...I've tried a few times to implement something like this and it always ended up way more convoluted than it seemed it should...Looking at the source code, it's not a non-trival number of lines, so I'm glad it wasn't just me completely missing a super-simple solution.
It also handles resizing the window pretty well. Give it a shot on http://art.sy/artist/ansel-adams
Nice ! though I dont think using a Syrian tld would be a wise idea at the moment.
Why their opensource projects are spread over many github account? Why not organize them on their own organization account at github http://github.com/artsy/?
When I want to check if a company is a good one regarding contributing back to opensource, one of the first things I check is their github's organization account.
When I want to check if a company is a good one regarding contributing back to opensource, one of the first things I check is their github's organization account.
For historical reasons. We never had a policy around putting everything under github/artsy so it just grew organically this way.
While I do think that finding open-source projects sponsored by an organization is cool, their evolution and governance is more important. When I put an OSS project out there I commit myself to maintaining it and supporting the community around it, if there's one. It's something you do as individuals more than as a team of people - I certainly will continue doing so for my open-source projects even if I were to work somewhere else.
While I do think that finding open-source projects sponsored by an organization is cool, their evolution and governance is more important. When I put an OSS project out there I commit myself to maintaining it and supporting the community around it, if there's one. It's something you do as individuals more than as a team of people - I certainly will continue doing so for my open-source projects even if I were to work somewhere else.
impressive work for a small company!
I like the barebones scraper framework:
https://github.com/joeyAghion/spidey
But why does Art.sy need one? I assumed they had some kind of hookup with galleries and artists...Artsy doesn't have to scrape bespoke websites, right?
But why does Art.sy need one? I assumed they had some kind of hookup with galleries and artists...Artsy doesn't have to scrape bespoke websites, right?
Correct. We don't do any scraping of websites, the works are fully licensed from their rights owners. This part is a huge part of what we do in terms of time and resources.
spidey may not be actually associated/used by Art.sy. It's not on http://artsy.github.com/open-source/
Yeah, there's a bunch of projects that haven't been added to the open source page. This one indeed is one of ours though.
The link to the "vertebrae" repo is 404ing
https://github.com/craigspaeth/vertebrae
https://github.com/craigspaeth/vertebrae
Yeah sorry about that. I removed Vertebrae and Sentry because they were over-engineered and weren't that useful. Vertebrae did some things to help with relations and identity maps in Backbone but there are already better solutions out there now.
e.g.
https://github.com/PaulUithol/Backbone-relational
https://supportbee.com/devblog/2011/11/25/identity-map-for- backbone-js-models/
https://news.ycombinator.com/item?id=3276990 (Discussion on jashkenas pattern for a solution to identity maps)
https://gist.github.com/3057320
e.g.
https://github.com/PaulUithol/Backbone-relational
https://supportbee.com/devblog/2011/11/25/identity-map-for- backbone-js-models/
https://news.ycombinator.com/item?id=3276990 (Discussion on jashkenas pattern for a solution to identity maps)
https://gist.github.com/3057320