Hacker News new | ask | show | jobs
by belzebub 3768 days ago
Site is down unfortunately.

Edit: In safari, javascript error in web inspector ironically.

2 comments

Turns out getting a production site up and working has little to do with finding the k-th permutation...
I laughed out loud at this one after reading all the serious, in-depth posts above.
Hi belzebub, Co-founder here. Can you send me more details at fahim {-at-} educative.io?
Down for me too, just run the app in mobile safari. Works on Firefox OSX.
We've found an issue with Safari Private Mode (OSX and Mobile). Thanks for letting us know.
I didn't observe the problem but I'm curious -- what property of the Private mode caused your bug, can you share?
Sure :). We are using local storage to cache some information and apparently local storage is not available in Safari's private windows.
FWIW, that is a fairly known frontend issue :) . One cannot rely on that returning any data.