By the way, the "add to favs" button should also be located directly into the menu bar dropdown. Right now if I want to mark a wallpaper as a favourite, I have to: 1. Click on the menu bar icon 2. Click on the "Show artpip" 3. Wait for the app to load 4. Click on the fav button. Too many steps...
It should be in the menu - 3rd from top "Favourite Artwork".
Show HN: Artpip – 4k fine art for your desktop
71–77 of 77 posts
Re: Show HN: Artpip – 4k fine art for your desktop
#72Creator here! Artpip started off as a side project to help me learn a bit more about art in general and has grown from there. It's been great fun making it and I have learnt A LOT about art history in the process. I can now recognise a lot of painters and have got pretty good at dating/categorising paintings (compared to before, at least!). Happy to answer any questions.
Could we have discovery mode for unknown/new artists' work?
https://chrome.google.com/webstore/detail/artstation-discove...
Re: Show HN: Artpip – 4k fine art for your desktop
#73Re: Show HN: Artpip – 4k fine art for your desktop
#74Earlier quoted context omitted.
Well, you can run something like curl http://artpip.com/api/featured | jq ".artworks[0].url" | xargs -n1 curl > /tmp/wall.jpg && feh --bg-fill /tmp/wall.jpg via crontab every morning or so. But the dev(s) might not be happy about it (although the image itself is downloaded from Wikimedia, not artpip.com).
Improved it a little bit. Selects a random image from the feature list. #!/bin/bash curl -s http://artpip.com/api/featured | jq -r '.artworks | map(.url) | join("\n")' | shuf -n 1 | xargs curl -s > /tmp/wall.jpg && feh --bg-fill /tmp/wall.jpg
jq ".artworks[0].url"
with jq ".artworks[$((RANDOM % 5))].url"
…at least in bash and zsh. But your version will work better if there ever are more (or less) than 5 featured items.Re: Show HN: Artpip – 4k fine art for your desktop
#75Creator here! Artpip started off as a side project to help me learn a bit more about art in general and has grown from there. It's been great fun making it and I have learnt A LOT about art history in the process. I can now recognise a lot of painters and have got pretty good at dating/categorising paintings (compared to before, at least!). Happy to answer any questions.
Re: Art history - It would be great to see a blurb about the artwork in the app to put some context to the work. eg: https://www.google.com/culturalinstitute/beta/asset/fanatics...
Re: Show HN: Artpip – 4k fine art for your desktop
#76Earlier quoted context omitted.
Art software startups are a tough proposition. Google invests heavily in art and offers it on Chromecast as a screensaver. Amazon does the same on Fire Stick. Neither is customizable nor allows any interaction and discovery, but it's just good enough as free to make it tough to do anything unique at the consumer end. Art is low on the list of things most people want to access regularly, let alone pay for. I had a sta…
What I'd like to see is 4K images from my favourite photographers on Instagram, displayed from a small device that I can plug into a spare port on a TV (or a smart TV app, I suppose). I'd pay a subscription for that (of course, I might be the only one :))
For some demos I used cheap Android-powered dongles (like the Amazon Fire Stick, but wide-open rootable Android) to make a plug-and-play display device. With some small work it would be a fun Kickstarter.
Re: Show HN: Artpip – 4k fine art for your desktop
#77Earlier quoted context omitted.
Art software startups are a tough proposition. Google invests heavily in art and offers it on Chromecast as a screensaver. Amazon does the same on Fire Stick. Neither is customizable nor allows any interaction and discovery, but it's just good enough as free to make it tough to do anything unique at the consumer end. Art is low on the list of things most people want to access regularly, let alone pay for. I had a sta…
> I think there are several markets in art delivery but it will take connections, money, and luck to prise it open. Curious about this. I love art and visit musuems regularly. The first time I saw a van Gogh at d'Orsay I got goose pimples. A flat 2D image on my laptop or a TV does not come anywhere close to the experience of seeing the painting itself. Aren't musuems the best 'art delivery' mechanism there is?
With a 4K screen (even the super-cheap one I bought 3 years ago) and sufficient scanning resolution you can zoom in and see the paint clinging to individual fibers of canvas. You can achieve closeness and magnification far beyond what you can at an art museum. You'll never get that close to a real van Gogh, breathing on it and with a magnifying glass!
My thinking is education and exploration. There's a to be said for volume in art viewing too. With the TV+software experience, you can construct progressions of an artist's work, quickly build visual trees showing change and relationship of art genres. You can visualize the _genre_ and _time_ in a way few can at an art museum.
Also think about AR and VR experiences. In the light form, imagine watching curator talks when they can serve up high-resolution images and zoom in to specific features, or highlight and "pull out" sections side by side. Or superimpose their hands to visually guide your eye as it's discussed.
That's where I see the future of art in digital form: bringing it into the home and school, and augmenting the experience within the museum. TV brings vast scale and new presentation abilities, which I think will complement the power and complexity of individual static works.
Then, there is also the ability to deliver art that is not static, which I think will develop soon. Where the image itself slowly changes either by artistic effort (strictly dictated change) and algorithmic. I imagine a Kandinsky-like work that changes subtly over minutes, hours, or weeks.
I'm actually not a big art enthusiast myself. But it turns out I'm extremely passionate about art presentation and how access and exploration can be magnified.
Dang, now I want to pick this up again. I'd be interested in talking more, if you are. I love the subject.