Reddit (/ˈrɛdɪt/, stylized in its logo as reddit) is an American social news aggregation, web content rating, and discussion website.
Registered members submit content to the site such as links, text posts, and images, which are then voted up or down by other members. Posts are organized by subject into user-created boards called "communities" or "subreddits", which cover a variety of topics such as news, politics, science, movies, video games, music, books, sports, fitness, cooking, pets, and image-sharing. Submissions with more up-votes appear towards the top of their subreddit and, if they receive enough up-votes, ultimately on the site's front page. Despite strict rules prohibiting harassment, Reddit's administrators spend considerable resources on moderating the site.[5]
As of October 2020, Reddit ranks as the 17th-most-visited website in the world and 7th most-visited website in the US, according to Alexa Internet, with 40.9% of its user base coming from the United States, followed by the United Kingdom at 10.0% and Canada at 5.2%.[6]
Reddit was founded by University of Virginia roommates Steve Huffman and Alexis Ohanian, and Aaron Swartz[7][8] in 2005. Condé Nast Publications acquired the site in October 2006. In 2011, Reddit became an independent subsidiary of Condé Nast's parent company, Advance Publications.[9] In October 2014, Reddit raised $50 million in a funding round led by Sam Altman and including investors Marc Andreessen, Peter Thiel, Ron Conway, Snoop Dogg, and Jared Leto.[10] Their investment valued the company at $500 million then.[11][12] In July 2017, Reddit raised $200 million for a $1.8 billion valuation, with Advance Publications remaining the majority stakeholder.[13] In February 2019, a $300 million funding round led by Tencent brought the company's valuation to $3 billion.[14]
Best software for program coding
Visual Studio Code or VSC for short is one of the most popular source code editor used by the programmers. It's fast, it's lightweight and it's powerful too! Microsoft designed VSC as a cross-platform code editor for writing web and cloud applications. Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio IDE. To understand why VsCode is not an IDE, you have to first understand the difference between an IDE and a code editor. Basing in this source, An IDE is not just a tool where you write the code, but you can also compile it and debug it. Text editors, on the other hand, tend to go for a broader approach.