Show HN: I Made an iOS Podcast Player with Racket
1–10 of 91 posts
Re: Show HN: I Made an iOS Podcast Player with Racket
#2Re: Show HN: I Made an iOS Podcast Player with Racket
#3Just want to say, I love the design of your website!
EDIT: Oh, I just realized you might be referring to my blog, in which case I _can_ take credit for that :P. Thanks again!
Re: Show HN: I Made an iOS Podcast Player with Racket
#4Just want to say, I love the design of your website!
Thanks! It's built with Chakra UI[1] so I can't take full credit for it. EDIT: Oh, I just realized you might be referring to my blog, in which case I _can_ take credit for that :P. Thanks again! [1]: https://www.chakra-ui.com/
Re: Show HN: I Made an iOS Podcast Player with Racket
#5Re: Show HN: I Made an iOS Podcast Player with Racket
#6For those of unfamiliar with Racket, could you go over what it takes to run a Racket app on iOS?
https://docs.racket-lang.org/inside/ios-cross-compilation.ht...
Re: Show HN: I Made an iOS Podcast Player with Racket
#7For those of unfamiliar with Racket, could you go over what it takes to run a Racket app on iOS?
1. You build Racket for iOS in an interpreted mode (regular Racket works a bit like a JIT in that it needs to load code into memory at runtime, which is a no-go on iOS)
2. You link to it as a regular static library.
3. You call Racket's C API[2] to load and run Racket code.
Here's[3] a somewhat outdated video I did a while back on using that library for Mac app development. Many of the things in this video are now much simpler/more straightforward, but maybe it serves to give you an idea. I also have some source-available Mac apps built this way that you can take a look at[4, 5].
[1]: https://github.com/Bogdanp/Noise?tab=readme-ov-file#usage
[2]: https://docs.racket-lang.org/inside/cs.html
[3]: https://www.youtube.com/watch?v=aTvU0j4hBR0
Re: Show HN: I Made an iOS Podcast Player with Racket
#8Earlier quoted context omitted.
Thanks! It's built with Chakra UI[1] so I can't take full credit for it. EDIT: Oh, I just realized you might be referring to my blog, in which case I _can_ take credit for that :P. Thanks again! [1]: https://www.chakra-ui.com/
Is that font Valkyrie on your blog?
Re: Show HN: I Made an iOS Podcast Player with Racket
#9I see Windbreaker Podcast featured in those screenshots on the App Store listing. A Z̶e̶r̶o̶ ̶P̶u̶n̶c̶t̶u̶a̶t̶i̶o̶n̶ Fully Ramblomatic fan?