Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future plans for Hackers #115

Closed
weiran opened this issue Jun 7, 2019 · 2 comments
Closed

Future plans for Hackers #115

weiran opened this issue Jun 7, 2019 · 2 comments

Comments

@weiran
Copy link
Owner

weiran commented Jun 7, 2019

Apple announced a lot of interesting things at WWDC 2019, including SwiftUI and Combine. Since the keynote I've been thinking about how Hackers could adapt to use those new frameworks, and I think the best way is to do (another) ground up rewrite, like when Swift was introduced. The current codebase has already gone through almost every Swift version migration, and is suffering from some bad choices made back in Swift 1 days. I would also love to integrate some of the features from #100 in this, as well as extracting UltraHN into it's own modern and well maintained Hacker News library for iOS.

This is obviously a big change that will bring little in the way of user benefits initially, but should lay the groundwork for the next few years of iteration on Hackers. But first I want to get one last release on the current codebase out (4.0) that will include everything currently planned.

@robbiet480
Copy link

Massive +1 on this. Happy to work with you on extracting UltraHN and laying out the new app w/ SwiftUI. I also think that while UltraHN is great, due to changes to the HN HTML it may be best to implement a Hackers server side component which outputs JSON versions of the HTML. Would also obviously improve the notifications story. Obviously there would be a cost associated so unsure about this one...

I also wanted to draw your attention to something else that barely got mentioned at WWDC but might be a great addition: the new LinkPresentation framework. The docs aren't even up yet (still!) so the best way to get introduced is via this video which was recorded before WWDC.

@weiran
Copy link
Owner Author

weiran commented Jun 15, 2019

Thanks for the pointer to LinkPresentation, it could be viable but it looks like the current implementation creates a WKWebView for ever metadata request, which is pretty heavyweight. I've hacked together a branch apple-link-presentation which uses this LinkPresentation to get thumbnails. It works but with my iPhone SE test device there are clearly frame drops even with image caching. This could be down to my implementation, I'll wait for later betas to try it with.

SwiftUI is still very alpha quality right now, there's no implementation of SplitViewController until later seeds for example, so I'm going to leave starting that rewrite until later.

@weiran weiran closed this as completed Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants