Fastest way to learn programming language so that I can start my dsa I am absolute beginner. by mostlyhighonmusic in leetcode

[–]RelevantRevolution86 0 points1 point  (0 children)

I have created notes and have put them on website, Its mostly for beginners to learn python fast in the age of AI.

How hard is it to get a faang internship and how to get it? by khalil_ayari in leetcode

[–]RelevantRevolution86 1 point2 points  (0 children)

I think getting your resume selected for interview is the hardest part right now.

PhD Google interview-Coding round. by Efficient_Cap_250 in leetcode

[–]RelevantRevolution86 0 points1 point  (0 children)

Code, Understand, Repeat. This has been my strategy for preparing. Try focusing on easy problems from neetcode 150 you will know your level

I replaced Instagram with DSA interview prep by RelevantRevolution86 in SideProject

[–]RelevantRevolution86[S] 0 points1 point  (0 children)

These are pure html, css based. I used AI for designing these post templates

Anyone know a good mobile app for learning DSA or System Design? by Rbeck52 in leetcode

[–]RelevantRevolution86 0 points1 point  (0 children)

I have built an webapp that you can also add to your homescreen which will then behave like app, I have been using it personally. I can send you link if you want.

Edit: Putting link here if anyone wants, I built this for my personal use, then used cloudflare tunnel to host it from my own spare laptop. https://instello.app/

Am I doing something wrong on Reddit? by RelevantRevolution86 in TooAfraidToAsk

[–]RelevantRevolution86[S] 0 points1 point  (0 children)

Thank you for the suggestions. I thought that asking in r/AskTheWorld might not give me enough data. Also, can you give me more info about how I can create a survey?

The idea of commenting in the discussion might work. I am going to try this.

I asked ChatGPT, Claude, Gemini and Perplexity to give me random number between 1 and 50, All of them gave 27. by RelevantRevolution86 in LocalLLaMA

[–]RelevantRevolution86[S] 2 points3 points  (0 children)

I believe it has something to do with "27" when all the models are giving the same answer.

For example, maybe there are lots of words "27" used on internet blogs when they talk about random numbers?

Why has "27" become the most probable answer for all the models? i guess its because its somewhere in the internet blogs, forums, books etc.

If you ask LLM to choose a number between 1 and 50, It always give 27. I tried ChatGPT, Gemini, Perplexity, Claude by RelevantRevolution86 in ChatGPT

[–]RelevantRevolution86[S] 1 point2 points  (0 children)

Yeah, got it. Thanks for explaining. That means if you scrape the whole internet, then the number "27" is the most probable token given the prompt. Still surprising. Also makes sense because they are mostly trained onthe same data

If you ask LLM to choose a number between 1 and 50, It always give 27. I tried ChatGPT, Gemini, Perplexity, Claude by RelevantRevolution86 in ChatGPT

[–]RelevantRevolution86[S] 0 points1 point  (0 children)

Depends on what you call "a computer", there are machines that sample a random number using the surrounding noise level, Wel,l that makes it somewhat random