TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Manage your gif collection, search and drag/drop from a desktop app

29 pointsby ZaneClaesalmost 11 years ago

12 comments

randomdrakealmost 11 years ago
<p><pre><code> Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at &#x27;waiting for initial communication packet&#x27;, system error: 95 in &#x2F;home&#x2F;zane&#x2F;public_html&#x2F;airgif&#x2F;api&#x2F;engine&#x2F;mysql.php on line 12 {&quot;error&quot;:&quot;Failed to connect to the database: Lost connection to MySQL server at &#x27;waiting for initial communication packet&#x27;, system error: 95&quot;} </code></pre> For those of you starting new PHP projects, and for the sake of this one: the mysql_* set of functions in PHP have been discouraged for many years and are deprecated[1] as of PHP 5.5.<p>Hopefully it isn&#x27;t too late to migrate to mysqli_*[2] functions or, what many developers prefer, PDO[3]. Should you choose to go the PDO route, there are some good resources out there[4] to get started.<p>[1] - <a href="https://php.net/manual/en/migration55.deprecated.php" rel="nofollow">https:&#x2F;&#x2F;php.net&#x2F;manual&#x2F;en&#x2F;migration55.deprecated.php</a><p>[2] - <a href="https://php.net/manual/en/book.mysqli.php" rel="nofollow">https:&#x2F;&#x2F;php.net&#x2F;manual&#x2F;en&#x2F;book.mysqli.php</a><p>[3] - <a href="https://php.net/manual/en/book.pdo.php" rel="nofollow">https:&#x2F;&#x2F;php.net&#x2F;manual&#x2F;en&#x2F;book.pdo.php</a><p>[4] - <a href="http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers" rel="nofollow">http:&#x2F;&#x2F;wiki.hashphp.org&#x2F;PDO_Tutorial_for_MySQL_Developers</a>
评论 #7818457 未加载
mmastracalmost 11 years ago
Neat project! Some feedback after trying it:<p>- I don&#x27;t have a GIF folder, so it would be nice if there was a &quot;create&quot; folder button, or if you just created me one<p>- Can you offer a standalone build outside of the mac app store?<p>The gamification that you&#x27;ve included is kind of neat as well.
评论 #7818160 未加载
jewelalmost 11 years ago
Setting a width and height on your thumbnails will cause your search results to look better when the site is slow (or on a slow connection):<p><a href="http://i.imgur.com/GXItOaL.jpg" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;GXItOaL.jpg</a>
xwowsersxalmost 11 years ago
Great idea, pretty poor execution. Gifs are bouncing&#x2F;animating around all over the place for no apparent reason. Clicking on a gif to view just keeps loading indefinitely. Then I have to earn points to get a gif so I click to tag, but that doesn&#x27;t seem to work either. I genuinely saw value in this idea. I was hoping for an app that aggregates the searching of gifs across all the popular meme&#x2F;gif sites and let&#x27;s me manage and tag them so I can quickly grab them when I need them. Instead, this app opts for a more complicated, less valuable, and unstable service. I hate to be so harsh, but thems my thoughts.
评论 #7818840 未加载
Springtimealmost 11 years ago
The tagging aspect of the project is interesting. Being able to find something specific easily on the web can be at times difficult due to a general lack of descriptions for images.<p>I have a habit of describing by filename every single image&#x2F;gif&#x2F;video I download which helps beyond measure when performing a search, and have over 8,000 files named in this way. I can find what I&#x27;m looking for in a few seconds. The benefit is it only takes a few moments to name initially but saves an enormous amount of time in the long run. Rewarding users to tag descriptively is a nice idea.
评论 #7818856 未加载
greg5greenalmost 11 years ago
I&#x27;ve been very, very slowly building something similar to this for a long, long time and this is looks like it&#x27;s 3x as awesome as the goal I had set for myself in my head.
评论 #7818141 未加载
Sir_Cmpwnalmost 11 years ago
How do you feel about &quot;HTML5 GIFs&quot;? I&#x27;m sure people would appreciate an automated conversion to webm. See the MediaCrush source for help: <a href="https://github.com/MediaCrush/MediaCrush" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MediaCrush&#x2F;MediaCrush</a>
评论 #7818246 未加载
mefalmost 11 years ago
Site went down it seems. Link to app store <a href="https://itunes.apple.com/us/app/airgif/id879836961?ls=1&amp;mt=12" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;airgif&#x2F;id879836961?ls=1&amp;mt=1...</a>
execatalmost 11 years ago
Giftoppr helps you sync your favorite GIFs with Dropbox. The UI is so much better.<p>And FOSS.<p><a href="https://github.com/desktoppr/giftoppr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;desktoppr&#x2F;giftoppr</a>
Monkeygetalmost 11 years ago
Nice concept. I like the points idea to incite tagging.<p>The homepage does a poor job of convincing me to install the application : an image (carousels don&#x27;t count) and two lines of text for a visual application.
ladon86almost 11 years ago
I love it!<p>And I like your iAP monetization. Just bought 200 gif downloads for $1.99, well worth it :)
davis_malmost 11 years ago
My computer seems to be unable to contact the airgif servers. :(
评论 #7818859 未加载