Hacker Newsnew | past | comments | ask | show | jobs | submit | aryamansharda's commentslogin

The article provides a comprehensive overview of Apple's App Site Association file, which is crucial for iOS developers implementing Universal Links in their apps. It breaks down how the file serves as a secure way to validate links between websites and apps, discusses how Apple's CDN operates, offers tips for debugging universal links, and explains how to track refresh times for Apple's AASA CDN cache.


Totally agree, would love to have a local instance running


Mine are mostly iOS specific, but here are a few of my favorites:

- Swift by Sundell (https://www.swiftbysundell.com/subscribe/)

- Indie Watch (https://indie.watch/)

- Swiftlee Weekly (https://www.avanderlee.com/)


Congrats on the success! I just started a newsletter - Indie Watch (http://indie.watch/) - that features cool apps built by indie iOS developers.

Would you mind if I featured your app in our first release?

Since it's our first release, I can't guarantee any results or conversions, but the mailing list has a few hundred people on it, so it couldn't hurt...


Thank you! For sure! My email is in my profile


https://digitalbunker.dev/

I write mostly about iOS Development and occasionally about the side-projects I'm working on.


Awesome Viewer for GitHub's Awesome Lists: http://awesome.digitalbunker.dev/

I've been working on a viewer for Github's Awesome lists to make them more useable. I haven't finished it yet, but I'm close.

With most of the lists being text based, it was hard to know if the repo it linked to was still being maintained and popular enough to safely use in personal projects.

Now anyone that uses my project can easily visualize all of the repos and query them to find projects that are still actively maintained.


Very cool!


When you say Mersenne-Twister isn't good enough, what are the other shortcomings apart from speed? It seems that even modern versions of Python are continuing to use it...


Its slow, large, and statistically worse than modern PRNGs- and jumping ahead takes longer and a more complicated algorithm.

Even a truncated 128-bit LCG has far better properties.

See https://www.pcg-random.org/index.html

The homepage might come across as a a little overzealous (for example ChaCha quality listed as good rather than excellent), but generally has good points.


However, this page claims PCG is rather bad: http://pcg.di.unimi.it/pcg.php

They recommend to use their xoshiro PRNG.


That author has a history of extreme bias and almost-vindictive personal attacks on the author of PCG. See the reddit comments:

https://www.reddit.com/r/programming/comments/8jbkgy/the_wra...

And the PCG author's response: https://www.pcg-random.org/posts/on-vignas-pcg-critique.html

For example, for one of his arguments, he specifically chose a generator called pcg32_once_insecure, which the PCG author does not recommend due to its invertible output function!

Personally, I have read both arguments in detail and I would always use PCG or even a truncated LCG over xoshiro, which has a large size in comparison, potentially worse statistical properties, and no gain- faster in some benchmarks and slower in others.


Well, I had only skimmed the page

But I am using xoshiro in my projects, because I thought xor was simpler than multiplication.


Yeah, xor is simpler than multiplication in terms of hardware complexity- luckily, we have the multiplication circuits built in, so may as well take advantage of them.


Xoshiro ist only fast, nothing else. PCG has much better properties. Fast is not everything.

But there exist some new and very fast PRNG's which are fast and extremely good. Almost TRNG, wyrand eg.


You're absolutely right. The attached code was for 40K and I just mislabeled the graph. I've updated it - thanks for catching that!


I was a bit conflicted on the pronunciation, but after verifying with a few sources it seems like it's pronounced just like "demon"

https://en.wikipedia.org/wiki/Daemon_(computing)#:~:text=The....


But the first sentence has both pronunciations...so...


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: