Блог пользователя nitor

Автор nitor, история, 2 года назад, По-английски

Hello everyone!

I am excited to show a project I've been working on these days — It's called "Tourist Facts".

You can access the website at touristfacts.dikson.xyz.

This is a compilation of facts (some haters would call them "absurd hyperbolic claims") about tourist, inspired in things like Chuck Norris facts.

Suggesting new facts is really simple! — just login to your GitHub account, submit an issue (by clicking here), type the facts you want to add (one per line) and hit "submit new issue". — I'll review the facts, and if they are funny, original and respectful, I'll tag the issue with a "accepted" label, all lines will be automatically added to the database and each fact will have a link to your GitHub profile as credit.

This project is open source <3 — For more info, check it's GitHub repository!

  • Проголосовать: нравится
  • +489
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится

Haha, So funny

»
2 года назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

heuheuehue

»
2 года назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится

omg that's amazing lol

»
2 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

This is why programmers eat hashbrowns from McDonalds.

»
2 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Auto comment: topic has been updated by nitor (previous revision, new revision, compare).

»
2 года назад, # |
  Проголосовать: нравится +27 Проголосовать: не нравится
meme
»
2 года назад, # |
  Проголосовать: нравится +59 Проголосовать: не нравится

Tourist can get accepted verdicts without even typing the code.

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +10 Проголосовать: не нравится

It was really funny..

»
2 года назад, # |
  Проголосовать: нравится +86 Проголосовать: не нравится

tourist, reaction video?

»
2 года назад, # |
  Проголосовать: нравится +33 Проголосовать: не нравится
another fact-meme
»
2 года назад, # |
  Проголосовать: нравится +270 Проголосовать: не нравится

Authors panic about the correctness of their model solutions when tourist gets WA.

»
2 года назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

Really funny.

I eat tourist in a treap:(

»
2 года назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится

When Tourist was in sixth grade won his first medal on IOI.

»
2 года назад, # |
  Проголосовать: нравится +35 Проголосовать: не нравится

Tourist fact : Tourist wakes up with 98754304948703559407 pings on cf everyday.

Btw fun project. Loved it ^_^

»
2 года назад, # |
  Проголосовать: нравится +95 Проголосовать: не нравится

If tourist loses red rating then Codeforces will literally go down.

https://codeforces.com/blog/entry/18825?#comment-237943

»
2 года назад, # |
  Проголосовать: нравится +45 Проголосовать: не нравится

Tourist facts: System testing is done so as to recheck the solutions of participants against tourist's code!

»
2 года назад, # |
  Проголосовать: нравится +76 Проголосовать: не нравится

Tourist doesn't need viagra. He's always NP-Hard.

»
2 года назад, # |
  Проголосовать: нравится +76 Проголосовать: не нравится

If tourist marries a pupil their child (with their average rating), would still be a Grand Master.

»
2 года назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

Tourist doesn't even need a keyboard to write code. The code writes itself, under the force of tourist's mind.

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +41 Проголосовать: не нравится
This is really funny hihihihi
»
2 года назад, # |
  Проголосовать: нравится +46 Проголосовать: не нравится

When tourist get a wrong answer verdict, the author apologizes for creating wrong test cases.

»
2 года назад, # |
  Проголосовать: нравится +58 Проголосовать: не нравится

Tourist's favourite music is segment tree beats.

»
2 года назад, # |
  Проголосовать: нравится +35 Проголосовать: не нравится

tourist is the only tourist that remains a tourist even when he's in his country.

»
2 года назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится

Hi everyone!

I just woke up and I have accepted some of the facts you guys suggested.

Huge thanks to everyone involved. I've seen a lot of hilarious facts there!

One thing to note: if you have a fact suggestion that you want to appear in the page, submit it using the link on the blog! If you only state a fact on the comments of the blog and you don't create an issue it won't appear on the page, and if someone submits that on your place, you won't receive credit for it.

I've tried to make the process of submitting facts as easy as I could so everyone could take part if they want :)

Happy contributing!

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +55 Проголосовать: не нравится

Even tho I feel old doing this, but I leave it here:
Edit: apparently contains racist content, don't read if you're sensitive

»
2 года назад, # |
  Проголосовать: нравится -48 Проголосовать: не нравится

Tourist can iterate over all permutations of size $$$N$$$ in $$$\displaystyle \mathcal{O}(\frac{1}{N!^{N!^{N! ^{\dots \infty}}}})$$$ time.

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    I know this isn't much related to the blog but

    Seriously, what's the real complexity of finding the next permutation?

    Is it O(n) like we just need to find a decreasing element ie Ai<Aj and after that Ai should be replaced with the immediate larger element from the last till Aj.

    So one traversal till Jth index and another separate traversal to find larger element .

    So isn't it O(n) for one permutation? And there are n! permutations .

    Hence O(n!*n) ?

    Sorry if this is absurd.

    • »
      »
      »
      2 года назад, # ^ |
        Проголосовать: нравится +16 Проголосовать: не нравится

      It's $$$O(1)$$$ amortized if the elements are distinct (you ckeck $$$2$$$ indices on average for each call)

»
2 года назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится

His brain charges my computer

»
2 года назад, # |
  Проголосовать: нравится +48 Проголосовать: не нравится

"Tourist knows the Nim value of any chess position." is extra funny since chess isn't even an impartial game

»
2 года назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

I was an atheist but then I got to know about tourist

»
2 года назад, # |
  Проголосовать: нравится +24 Проголосовать: не нравится

One more suggestion, put some react buttons. So that people can express their feelings after reading the facts.

»
2 года назад, # |
  Проголосовать: нравится -18 Проголосовать: не нравится

tourist knows only about Black-Red Trees

»
2 года назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Best project i've ever seen!

»
2 года назад, # |
  Проголосовать: нравится +143 Проголосовать: не нравится

tourist and Zuckerberg made a bet who can be more popular. The loser has to rename their company.

»
2 года назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

Tourist was once asked for an interview and he got late. So he did the interview by " MEETING IN THE MIDDLE "

»
2 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

I like this :)

»
2 года назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

Coders start competing for the 2nd position when they see Tourist in a contest.

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

Tourist is man !! He worked hard for years to be what he is... did not you? tourist

»
2 года назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

tourist doesn't need a compiler, compiler needs him.

»
2 года назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

here are tourist's pro tips :)