HackerTrans
TopNewTrendsCommentsPastAskShowJobs

goscript

no profile record

comments

goscript
·11 tháng trước·discuss
> it NEVER rains in eygypt...or to be exact any area can expect rain once in 400 years or something ludicrous,

The northern part of the country receives some rainfall in the winter. heavy winter rains occasionally cause flooding in Cairo, Ptolemaic Egypt was centered around Alexandria, which gets the most rain in the country - about 200 mm (7.87 in) annually. while that's still relatively low, it's not nearly as extreme as you make it seem.

- https://en.wikipedia.org/wiki/Climate_of_Egypt#Rainfall
goscript
·3 năm trước·discuss
I feel this game would have been better if we got points for convincing the other player that we are a bot. It is actually way more fun than guessing if the other player is a bot or not
goscript
·5 năm trước·discuss
I agree but not with current JavaScript modules. i would rather work with this:

    import { functionA } from 'library';
    import { functionB } from '../utils/core/abc';
    import { functionC } from './a';
over:

    from 'library' import { functionA };
    from '../utils/core/abc' import { functionB };
    from './a' import { functionC };