Live data from Hacker News

Show HN: Artpip – 4k fine art for your desktop

artpip.com

51–60 of 77 posts

Re: Show HN: Artpip – 4k fine art for your desktop

#53

Is this artwork only available at a maximum resolution of 4k, or is that a guaranteed minimum?

4k is the maximum size available. If you have a screen with sufficient resolution, the app will use a 4k image. If you have a smaller screen it will use a smaller image.

Re: Show HN: Artpip – 4k fine art for your desktop

#56
post #14

I had a lot of hope I could install it with pip ... and then found it was only for Windows and Mac -__- It would be really awesome if it worked like this: sudo pip install artpip artpip install starry-night

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).

Re: Show HN: Artpip – 4k fine art for your desktop

#57
post #56
post #14

I had a lot of hope I could install it with pip ... and then found it was only for Windows and Mac -__- It would be really awesome if it worked like this: sudo pip install artpip artpip install starry-night

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).

Fine by me. I think I've been convinced to make a lightweight command line version of the app anyway, so in the future there should be a prepackaged way of doing the above.

Re: Show HN: Artpip – 4k fine art for your desktop

#59
post #58

Cool work but it seems to break my multiple desktop system... is this currently compatible with multiple desktops?

Do you mean multi-monitor or multi-workspace? I use it myself on a multi-monitor multi-workspace setup, so it sounds like a bug. Bug reports very welcome at support@artpip.com

Re: Show HN: Artpip – 4k fine art for your desktop

#60

Nice! Similar to a side project of mine that I have sadly had little time to improve: http://artfulmac.com The bandwidth costs have become noticeable for me, so that's something to watch out for.

I really like Artful and am willing to support it so it's viable for you to continue
Post reply on HN