Hi, app developer here. I hope some of you may like my little app. To prevent too much ranting here are some quick answers to possible questions:
Q: The Hacker News website provides much more functionality than your app.
A: That's right. The app isn't made to replace the Hacker News website. It's made for frequent readers like me who want a quick and friendly-on-the-eye way to access the stories.
Q: I want your app but I don't want to pay for it.
A: No problem, Hacky is open source! Just get a copy of the source on GitHub and build it on your machine.
Q: Why are you then charging money for it in the first place?
A: Personally I like getting my apps via Mac App Store. It means easy updating and restoring. Unfortunately providing an app in the MAS isn't free for the developer as he has to purchase a Developer Certificate from Apple. (Additionally a developer likes to buy a beer from time to time)
In a perfect world you wouldn't have to explain that this isn't meant to replace the site or justify charging money for it, but we don't live in a perfect world. I'm on a Windows machine here at work but as soon as I get home I'm going to get this. And thanks for making it open source. I honestly could never understand how anything open source could make money (besides charging for support) but your app finally drove the point home for me. I know how to get your source and compile it myself but I just don't want to go through the hassle so I'm going to buy it.
Anyway, thanks for this. I've been hoping someone would make this exact app for a long time now.
Yes, it's a good idea and I like it too. It's OSS but you may pay for the convenience of getting the app perfectly packaged for your OS.
Other OSS projects use that model (I can think of Todo.txt Android app, for example).
But I'm not sure that it works exactly like "can you build it? It's free if you don't want to pay for it". OSS is about distribution. Anybody can build your app and distribute it legally (in this case Hacky is LGPL, it wouldn't be too difficult to comply with the license), even do it for a fee.
It's more paying for "the extras" straight to the developers. Call it support, iTunes, packaging, or just making things easier for people that don't want or don't have the time to get the hands dirty.
I like the model too and you got me thinking. Is there any standard licence model where you allow people to have and use the source but not to redistribute it "as is"?
I'm aware of that example, it was on my mind when I made the comment.
I suppose the only way it could work is if there is a special incentive to buy it. Some video game companies do this, they have the engine open-source, but all the assets are proprietary.
I just wanted to say good for you for charging for your app! Good work should be rewarded. Users of this developer centric website should understand this most of all!
Nice! I really like the minimalistic GUI of the app. In addition to joren's comment below it would be great if Vim/Gmail navigation key bindings (or just configurable navigation key bindings) would be available. Navigation with j/k, marking something as read with e/y, ...
Haven't tried it, but from the screenshots, it seems you need to open the url in the browser.
If your goal is so the app allows users a quick view of the stories, having a built in viewer would be nice. Personally I hate switching between apps a lot, and I'm guessing using this would mean - Open story; Switch to Safari to read story; Switch back to Hacky to see next story which if you read more than 1-2 articles would get boring quickly. Just an idea for a future version.
Well, maybe. At the moment, the 'screenshot' on the website is a blank Mac OS window with the title 'Hacky (24)' and a never-ending spinner in the upper right corner.
The titlebar is too big in my opinion. I'm writing an app with a thicker than usual titlebar and had a look around a number of apps before deciding on the exact height. I found the best height to be 36px. This allows for nicely a nicely spaced title and traffic lights, but isn't too large. Clear for Mac goes for a titlebar a bit bigger than this, but Hacky is far larger.
The bottom bar seems like it's only there to place the "Mark all as read" button. Could this button be instead placed on the titlebar? If not, I think it's the wrong type of button to use in this context. I believe the correct button style is "Round Textured" as listed in Interface Builder.
Despite these two comments, I actually really like the user interface. It looks good and is generally well thought out.
A few comments on the project, it might be worth using CocoaPods. This is entirely up to you, but I know for a fact that INAppStoreWindow and AFNetworking are in the database, and it might make handling dependency updates easier. Not using CocoaPods isn't necessarily a bad thing at all though.
Having had a quick look at the code, and having compiled it, there are a lot of compiler warnings! A few can be fixed just be configuring the project correctly, adding frameworks that AFNetworking wants for additional functionality, etc, but a few issues surrounding your mixed use of instance variables and properties that will generate their own.
There is also an issue with declaring a method as taking NSUInteger pointers, and yet using it for normal NSUIntegers, and then assigning to NSUInteger properties. It works, but it's an easy fix and pointer issues can be annoying to debug later on if they start to cause errors.
Since you seem to want to make it better, Let me give you a few suggestions. I like where you're going, but get the sense you want to improve it, so in that spirit-
It feels more like an RSS reader than a dedicated app.
Because it doesn't have deep API integration (or even write support), there's not much that I get that I don't get with a dedicated HN RSS reader.
Take a look at Envelope for Reddit for an example of how you might do a deeper integration. Beyond adding posting support, you could also build on the fact that it's a client-app, and add additional local-only feature, such as killfiles or filters, etc.
Low-hanging fruit would be to display comments inline, rather than just linking off to the website, and letting you read/reply/post to individual threads.
Looks great. I have a suggestion though: Beyond individually marking stories as read and the 'mark all as read' button, also offer a quick way to breeze through the list and mark lots of them as read. By 'read', I mean 'don't show them to me again next time'. I usually narrow down 5-8 articles from the home page I want to read and know that I don't care about the others.
Or, introduce a 'star' system where I can create a list of articles I want to check out later. I may not actually want to send them to Instapaper, so keeping a local 'to read' list via starring articles would come in handy.
Ideally, that should be synced to my iCloud account, since I read from multiple Macbooks.
I just compiled a build and tried it out. It looks like marking something as read right now just affects the dot icon next to a story with no way to filter out read stories, even after a refresh.
Having different hotkeys for mark as read and unread was a little confusing. I would just have Command M toggle between the two. Then you can use the up/down arrow keys to navigate the stories and then quickly mark them. If you accidentally mark the wrong story, you don't need to find Shift to undo that.
Maybe you'd consider doing a free app store version with ads, combined with a $2.99 (reslly, should be more like $5-10 once you add more features) version?
Random feature ideas:
Filtering based on keywords or a tagging system or poster id.
Doing something which tracks your own comments would be nice. i.e. if you upvote or comment on a story, it somehow marks it in Hacky as well and keeps tracking.
Also, "show new comments since I last read the article" might be nice.
I guess this might go against the "simple, doesn't need to be logged in" design philosophy so far.
Great little app.
Love the duo of Github and the Mac App Store. I also love my apps straight from the app store.
Maybe something little to add to the app are more key-bindings. I'm used to be able to open an url from Twitter apps just by using the right arrow. This would be great to be added to your app. With or without the option to open the website in the background.
Bought it... needs a bit more functionality, but it's a good start!
I'd be fascinated to hear how many downloads you got through the app store and other sources after this post. i.e. are such 'niche' apps sustainable, financially? And what percentage of people liked the convenience of the app store, or wanted to contribute, such that they actually bought the app?
As a fellow Cocoa dev, may I ask why you're using PXListView? AppKit has a view-based table view now (since 10.7?) that covers the same feature set.
Moreover, PX has not been maintained since 2011, and there is a bunch of issues and pull requests that are being ignored. There are some forks that fix things, but no canonical one.
I just don't see the point, it's lacking in basic features and there's nothing wrong with a browser tab in my opinion. Best if luck, but I try not to replace perfectly functional web pages with apps.
You should have kept reader free so that people actually download the app and keep features like commenting and ranking from app paid. Anywayz great work I will be sticking to site itself.
I wanted to say that I'm really overwhelmed by the love you guys are giving Hacky. I actually thought it would be either ignored completely or bashed to the ground. ;) You rock!
I'm going to take a look at the source but I am also buying it from the AppStore as there is no way that I can convince myself that you don't deserve $2.99 from me for this app.
Any screenshots of the comment screen? As that is where I spend most of the time, would be nice to know how it works before making the decision to buy this.
Killer work! Major kudos for making it open source and releasing it on the App Store. I think that's the perfect solution for quality niche apps like yours.
Thanks! I have a new update coming out (c'mon Apple...) that should fix the crash problem. Working on a User system in there too for logging in/voting/replying/submitting, the whole 9 yards.
--
Don't mean to hijack your post eliaskg, but I bought your app and downloaded the source from GitHub. Gonna' be skinning it for my own personal use here soon! Thanks for the sweet app.
Q: The Hacker News website provides much more functionality than your app.
A: That's right. The app isn't made to replace the Hacker News website. It's made for frequent readers like me who want a quick and friendly-on-the-eye way to access the stories.
Q: I want your app but I don't want to pay for it.
A: No problem, Hacky is open source! Just get a copy of the source on GitHub and build it on your machine.
Q: Why are you then charging money for it in the first place?
A: Personally I like getting my apps via Mac App Store. It means easy updating and restoring. Unfortunately providing an app in the MAS isn't free for the developer as he has to purchase a Developer Certificate from Apple. (Additionally a developer likes to buy a beer from time to time)
Relevant Links:
Website: http://www.hackyapp.com
Mac App Store: https://itunes.apple.com/us/app/hacky/id584949645?ls=1&m...
GitHub: https://github.com/eliaskg/Hacky
Edit: Here, have some Promo Codes: