This raises a question I've always wondered: How many of you prefer to run a native app rather than the web app? Personally I hate installing things on my desktop if there is a website because it is just another thing I have to manage. (Even more so because I have multiple Windows, Mac and Linux boxes I'm bouncing around between during the day and rather just have sync'd Firefox bookmarks than have to install s/w on…
Prefer web, less chance of spyware/malware, easier to inject custom CSS, easier to inject custom JS to disable features/spying/telemetry you don't want. I use Slack's web client for this reason, I don't want it to tell the other person when I'm typing.
Show HN: I developed a native macOS Hacker News client
61–70 of 86 posts
Re: Show HN: I developed a native macOS Hacker News client
#62This raises a question I've always wondered: How many of you prefer to run a native app rather than the web app? Personally I hate installing things on my desktop if there is a website because it is just another thing I have to manage. (Even more so because I have multiple Windows, Mac and Linux boxes I'm bouncing around between during the day and rather just have sync'd Firefox bookmarks than have to install s/w on…
I like my apps to have an icon in the dock/taskbar, and I like being able to alt/command - tab. For web apps that I use a lot, I make an app shortcut so the app has it's own window and dock/taskbar icon.
The thing is, I really need tabs/multiple windows for some apps. (Log viewers, Jira/Asana, GitHub...) I used to use application-specific browsers for those sites, but the html engines never kept up.
I usually like electron apps... When they're correctly made. Slack's electron app works well. LastPass's electron app is missing too many features and doesn't integrate into the browser.
Re: Show HN: I developed a native macOS Hacker News client
#63Earlier quoted context omitted.
Thanks for the feature requests! Will definitely add a text zoom feature and a ‘My Posts’ category. > Any reason you're connecting to firebase rather than storing preferences locally? All of your preferences are stored locally — the firebase connection is due to the official HN API[0] implemented on Firebase. Your HN credentials never leave the app (except for news.ycombinator.com) — it’s tucked in your keychain. [0]…
Ah thank you for the clarification! Keychain is truly the 'Mac-assed' solution isn't it? I know it's kind of a feature/property of HN to not implement notifications or other attention driving features but it'd be interesting to see this app periodically poll HN for any replies to My Posts / My Comments and generate at least sidebar number badges, if not app badges and system notifications. I'd implement a preference…
Re: Show HN: I developed a native macOS Hacker News client
#64Hello, I’m the developer. Didn’t expect a Show HN post to go into a second—chance pool — I woke up an hour ago to find that my app was trending on HN. I developed this b.c. I found that I didn’t like HN mixed with other work/school related tabs, and realized that a separate app would be great for me. I believe that apps should use the most native-like UI possible — especially Cocoa on macOS, so I aimed to be the most…
Re: Show HN: I developed a native macOS Hacker News client
#65This raises a question I've always wondered: How many of you prefer to run a native app rather than the web app? Personally I hate installing things on my desktop if there is a website because it is just another thing I have to manage. (Even more so because I have multiple Windows, Mac and Linux boxes I'm bouncing around between during the day and rather just have sync'd Firefox bookmarks than have to install s/w on…
Re: Show HN: I developed a native macOS Hacker News client
#66God I would love somebody to make one of these that could block specific users, linked sites, or topics/keywords.
Re: Show HN: I developed a native macOS Hacker News client
#67I feel like calling it "Hacker News" is a bit of a misnomer at this point, right? /s
Re: Show HN: I developed a native macOS Hacker News client
#68Hello, I’m the developer. Didn’t expect a Show HN post to go into a second—chance pool — I woke up an hour ago to find that my app was trending on HN. I developed this b.c. I found that I didn’t like HN mixed with other work/school related tabs, and realized that a separate app would be great for me. I believe that apps should use the most native-like UI possible — especially Cocoa on macOS, so I aimed to be the most…
If you find yourself in a position of not wanting a specific website mixed in with your browser tabs again but not caring enough to make another native app, check out nativefier. Quickly makes an electron wrapper for any website.
Re: Show HN: I developed a native macOS Hacker News client
#69Any chance for Mojave support? It currently requires Big Sur. Looks good on screenshots tho.
Unfortunately I’m not expecting to support anything lower than Big Sur. I tried supporting Catalina, and having to support an OS that I don’t use daily was hard… Sorry about that. :-(
They don't even make it particularly easy to script an installation of an older version in a VM. There are 3rd-party tools but they're usually just as complete & compatible as whoever wrote them needed them to be, and/or they're abandoned.
[EDIT] like the VM images Microsoft provides. Those are wonderful.
Re: Show HN: I developed a native macOS Hacker News client
#70I still have the landing page up which warning, looks awful on mobile https://mackernews.com/
But congrats! I stopped selling my client and it’s starting to show age for my personal use too. Will check this out. Do you have voting and commenting working? That’s one thing I miss the most that stopped working on my client.