Live data from Hacker News

Show HN: A Native Art Gallery for the Mac

archagon.net

51–60 of 65 posts

Re: Show HN: A Native Art Gallery for the Mac

#51
post #5

That's a slick way to rotate images. Curious, can you name the paintings in the video?

Lessee... * "The Seasons: Autumn" — Alphonse Mucha * "A Winding Road" — Sir Matthew Smith * "Town View, Bogneux" — Anton Lindforss * "Sea and Sky" — Rafael Martínez Padilla * "The Ninth Wave" — Ivan Aivazovsky * "Forever with Moscow. Forever with the Russian People" — Mikhail Khmelko * "Tsar Dadon Before the Shemakha Queen" — Ivan Bilibin * "Paysage" — Jean Metzinger

Are they bundled with the app when it is purchased via the App Store? If not, I think that would be a good idea.

As for the app itself - it looks very good. Well done!

Re: Show HN: A Native Art Gallery for the Mac

#52
post #4

I've been using an app called artpip for a while, it's great: https://www.artpip.com/

Creator of Artpip here. Came to suggest it as an alternative. Happy to answer any questions! Also @OP - you might want to take a look at the wallpaper-macos[0] lib that I developed for Artpip. It uses the nodobj node wrapper but it should be a useful reference. You don't need to read from the sqlite DB or deal with restarting the dock. You can reliably get the current wallpaper like so [1]. Also you might want to che…

I just downloaded this app and it looks beautiful. I've already recommended this to my dad who runs an art gallery.

Re: Show HN: A Native Art Gallery for the Mac

#53
post #9

Earlier quoted context omitted.

That was one of my original goals as well, but unfortunately there aren't many (any?) sources of downloadable art tagged with metadata. Hence, just the filename in the pop-up menu.

I realised the same thing when building Artpip and built up a database of ~25000 images and ~5000 artists via wikimedia's extremely unfriendly API. I've thought about creating an open dataset that is free to use/download (everything is in the public domain anyway). The thing is, I have around 250GB of images (all images available in 4k) and I'm put off by the cost of hosting. If I were to just serve 2K images then th…

I would love love love to have this available. I have an idea (not very original on interesting) for an iOS app and this would help me tremendously.

Re: Show HN: A Native Art Gallery for the Mac

#55
post #4

I've been using an app called artpip for a while, it's great: https://www.artpip.com/

Creator of Artpip here. Came to suggest it as an alternative. Happy to answer any questions! Also @OP - you might want to take a look at the wallpaper-macos[0] lib that I developed for Artpip. It uses the nodobj node wrapper but it should be a useful reference. You don't need to read from the sqlite DB or deal with restarting the dock. You can reliably get the current wallpaper like so [1]. Also you might want to che…

this is great! can you also override the screensaver in osx?

Re: Show HN: A Native Art Gallery for the Mac

#56

I collect Maps of the World in a Dropbox folder, and tell Windows auto rotate to use this folder. So I see a different perspective or interpretation of "The World" every 10 minutes. Some are just regions - USA, Europe, China, etc. Most are actual maps - places listed by Google searches or names translated from their native tongue, etc. A few are visualizations of the tallest mountains or longest rivers.

That's super cool; would you mind sharing your folder?

https://www.dropbox.com/sh/eftu4fak6efngfr/AAAWuj-oJ5AmOn_O7...

Re: Show HN: A Native Art Gallery for the Mac

#57
post #9

Earlier quoted context omitted.

That was one of my original goals as well, but unfortunately there aren't many (any?) sources of downloadable art tagged with metadata. Hence, just the filename in the pop-up menu.

I realised the same thing when building Artpip and built up a database of ~25000 images and ~5000 artists via wikimedia's extremely unfriendly API. I've thought about creating an open dataset that is free to use/download (everything is in the public domain anyway). The thing is, I have around 250GB of images (all images available in 4k) and I'm put off by the cost of hosting. If I were to just serve 2K images then th…

I wonder if it would be appropriate to submit to archive.org

Re: Show HN: A Native Art Gallery for the Mac

#59

Another approach is to create a window at desktop level. It can even display a web page with a system web view — you probably want to opt the window out of receiving mouse events, too, to avoid interfering with drag selection on the Desktop. I do that at home with a local HTML file to randomly generate a desktop background at startup, and I’ve tried dynamic content (like a countdown clock). Code here: https://github.…

Neat! Do you know if this works well across Spaces? I went with the wallpaper approach because I figured it was likely to be the least error-prone, especially across OS updates.

If you set the window’s collectionBehavior to:

    NSWindowCollectionBehaviorStationary | NSWindowCollectionBehaviorCanJoinAllSpaces
…that should give it roughly the same behavior as the system desktop window. If you want to have things like different windows for each space, that might require the brittle hacks you’re talking about :-).

By the way, I meant to say that your approach is super cool too, and the blur and shadow effects look great.

Re: Show HN: A Native Art Gallery for the Mac

#60

Earlier quoted context omitted.

I recently looked into doing this for my Windows laptop, but found that it halved the battery life. Is this also a problem with running stuff like this on Macs?

Heh it's incredible hearing about someone _trying_ to do this one Windows (and Mac) - I have very vivid memories of Active Desktop on Windows 98 that let you set an HTML page as your 'wallpaper'/on your desktop https://en.wikipedia.org/wiki/Active_Desktop

I remember it well.
Post reply on HN