TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHubGuessr

124 pointsby tan-z-tanover 1 year ago

16 comments

gushogg-blakeover 1 year ago
Nice! More time would be good (or a no time limit option). I like the element of being able to make inferences based on the code even if you&#x27;re not familiar with it, narrowing down to a handful of candidate repos and making an informed guess - but this takes time and the 60s you get doesn&#x27;t feel like enough to comfortably read the whole list of repos.<p>Being able to quickly eliminate languages might also be good - if you see some code that you know is Python, for example, a little filter bar would be a nice way of shortening the list. Great concept!
评论 #37441970 未加载
评论 #37441653 未加载
stevebmarkover 1 year ago
Agh, sorry, but having to read through a dropdown of dozens of items ruins this out of the box. Needs a re-work of guessing. Not fun and not even a game right now, but close!
评论 #37442598 未加载
评论 #37441000 未加载
dysocoover 1 year ago
Cool idea, a few suggestions:<p>1. Clicking on the &quot;Select&quot; dropdown gives me the (I believe) complete list of options, which is not that big, so it&#x27;s easy for me to pick from those options instead of guessing. Autocomplete is alright (similar to Framed or Guessthegame) but I shouldn&#x27;t be able to see all from the start.<p>2. If the previous becomes too hard, you could add a few more tries with more pictures if I failed, ideally these would come in decreasing order of difficulty, but I understand that ought to involve more manual work so you could make do with just more random pictures from the same codebase which might help me.<p>3. Finally, a &quot;share&quot; button which copies my score to the clipboard so I can share it with my friends would be cool. A &quot;daily&quot; challenge would be great too so I can make sure we compete on the same codebase as my friends (otherwise I might get an easier challenge) though this will probably imply getting a new codebase for each day, and making the list of options much bigger.
FireInsightover 1 year ago
Cool idea, but first I got a file which immediately read &quot;This source file is part of the Swift codebase&quot; or smth, and them I got one which is just the characters &quot;})&quot;, so pretty inbalanced. Took me a while to figure out that the arrows change between files.
评论 #37438530 未加载
评论 #37441267 未加载
评论 #37438283 未加载
trolanover 1 year ago
Great game, something to pass the time in Uni waiting<p>One bug: I selected Selenium and it was wrong, then the next one I thought was also Selenium and it was. The drop down still has Selenium selected but an empty string was sent as the guess.<p>Thanks for making this!
arh68over 1 year ago
NB. You can move the code around, by pulling on it ! I didn&#x27;t realize that at first.<p>An interesting game.
tan-z-tanover 1 year ago
Created GitHubGuessr: guess the repo from code snippets. Surprisingly challenging. Thoughts?
评论 #37437098 未加载
评论 #37442703 未加载
评论 #37439652 未加载
评论 #37440076 未加载
zX41ZdbWover 1 year ago
Too little time to scroll over the list of repositories. It showed me a snippet with Python code for some observability tool, with<p><pre><code> SELECT count() ... </code></pre> query, so I know that it uses ClickHouse. The right answer was Sentry, but I didn&#x27;t have enough time to find it in the drop-down list.
tan-z-tanover 1 year ago
Hey, if any hackers out there have feedback (or even found bugs), let me know!
评论 #37434424 未加载
评论 #37434510 未加载
评论 #37440027 未加载
评论 #37440017 未加载
评论 #37440564 未加载
sixstringtheoryover 1 year ago
Very cool concept and execution. Love the circular periscope viewport. I think the only thing I would&#x27;ve preferred is to have a smaller set of options for each, where they&#x27;re all visible, instead of having to scroll through a long list, where I&#x27;ve forgotten some options by the time I get to the bottom. Or just put the whole list off to the side so I can see them all.
tan-z-tanover 1 year ago
I&#x27;m happy to receive everyone&#x27;s feedback! I&#x27;ve implemented some easy improvements. I think it has become a bit simpler. The dropdown list UI was hard to see everything, so I changed it to a selection style. I&#x27;ve improved the filter for the code snippets, so it should feel more game-like now.
isomorphic-over 1 year ago
Be nice if the dropdown guess box of several dozen options was at least sorted alphabetically.
rankun203over 1 year ago
Got 8&#x2F;10, now I&#x27;m happy. It&#x27;s a great way to explore different repositories and gain familiarity in different projects.
sjfover 1 year ago
You should exclude unit tests. And the package line from Java files.
38over 1 year ago
doesnt work with Firefox:<p><pre><code> TypeError: e is undefined NextJS 11 [framework-63157d71ad419e09.js:9:69810](https:&#x2F;&#x2F;github-guessr.vercel.app&#x2F;_next&#x2F;static&#x2F;chunks&#x2F;framework-63157d71ad419e09.js)</code></pre>
评论 #37536890 未加载
评论 #37442264 未加载
navidmafiover 1 year ago
cool concept!<p>the menu and the sudden scroll jump is a bit jarring and answer selection does not reset properly after going to next round?<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;UGLmvar.png" rel="nofollow noreferrer">https:&#x2F;&#x2F;i.imgur.com&#x2F;UGLmvar.png</a>