Laughing Hyena
  • Home
  • Hyena Games
  • Esports
  • NFT Gaming
  • Crypto Trends
  • Game Reviews
  • Game Updates
  • GameFi Guides
  • Shop
Tag:

commands

ChatGPT Is Eating the Internet: OpenAI Commands 80% of AI Market
Crypto Trends

ChatGPT Is Eating the Internet: OpenAI Commands 80% of AI Market

by admin June 12, 2025



In brief

  • ChatGPT attracts more traffic than the next nine AI tools combined, with 5.5 billion visits crushing Gemini and Claude.
  • Chinese startup DeepSeek exploded from 33.7 million to 436 million monthly visits in just four months, operating at 1/30th the cost of Western models.
  • Traditional sectors are hemorrhaging users: freelance platforms down 14%, educational sites down 19%, and Chegg collapsed 64% as students turn to AI.

The latest traffic data from Similarweb reveals an uncomfortable truth about the generative AI market: While the world debates which AI model is technically superior, ChatGPT has already won the user adoption war by a margin so vast it defies conventional competition metrics.

With 5.5 billion visits in May 2025, ChatGPT commands roughly 80% of all generative AI traffic. To grasp this scale: ChatGPT gets more visits than Google’s Gemini, DeepSeek, Grok, Perplexity, and Claude combined. Then doubled. Then add another few millions for good measure.

Image: Similarweb

ChatGPT surged past 500 million weekly active users in late March, and ChatGPT’s mobile app already averaged more than 250 million monthly active users between September and November 2024. OpenAI’s partnership with Microsoft has certainly helped, but the scale suggests something more fundamental: ChatGPT has become the default AI assistant for hundreds of millions of users worldwide.

What’s particularly interesting is ChatGPT’s resilience. Despite a brief dip in traffic during early 2025, OpenAI quickly reversed the trend, surging back to new heights.

China’s DeepSeek: Neither gone nor forgotten

Another surprising data point: Chinese startup DeepSeek—banned on most U.S. government-issued devices and many institutions due to fears its feeding info to China—rocketed from 33.7 million monthly users in January to 436 million visits by May. That’s a 13x increase that would make venture capitalists weep salty tears.

Though OpenAI raised billions of dollars to accumulate as many GPUs as possible to fuel its models, DeepSeek operates at a fraction of the cost of Western models; its input tokens cost $0.55 versus OpenAI’s $15. The feisty upstart achieved this while being forced to use lesser Nvidia H800 chips due to export restrictions, the computational equivalent of winning a Formula 1 race with a Toyota Corolla.

Image: ArtificialAnalysis

DeepSeek’s geographic dominance tells the story: DeepSeek is building an empire in markets that Western AI companies have barely touched. The top three markets, according to Similarweb—China, India, and Indonesia—account for over 51% of its users.

The best of the rest: Google and Anthropic

For a $2 trillion company that processes 3.5 billion searches daily, Google’s AI performance is pretty pedestrian. Gemini’s 527.7 million visits barely edge out DeepSeek despite every conceivable advantage: billions in funding, integration across Google’s ecosystem, and access to more users than any platform on Earth—plus a monopolization of the AI browser and partnerships with major brands to boost the model’s adoption.

GenAI Traffic Share update —

🗓️ 6 months ago:
ChatGPT: 87.5%
Google: 5.4%
Perplexity: 2.0%
Claude: 1.6%

🗓️ 3 months ago:
ChatGPT: 77.6%
DeepSeek: 8.1%
Google: 4.9%
Grok: 2.7%
Perplexity: 2.0%

🗓️ 1 month ago:
ChatGPT: 80.2%
Google: 6.1%
DeepSeek: 5.9%… pic.twitter.com/y9bsckoyEF

— Similarweb (@Similarweb) June 10, 2025

Still, it should not be counted out: Gemini recorded 284 million visits in February, which means the model is growing in popularity—a good metric if it becomes a trend, considering its current state.

Perhaps the most unexpected finding is Claude’s poor performance. Despite backing from Amazon and Google, technical superiority in many benchmarks, and constant praise from AI researchers and people in Academia, Claude attracted a bit less than 100 million visits in May 2025.

Claude had 18.9 million monthly active users worldwide as of early 2025, and while the surge is definitely a major increase in traffic, these numbers pale in comparison to ChatGPT’s billions.



The disconnect between Claude’s technical capabilities and user adoption is interesting. Claude 4 Opus scored better than its competition at complex reasoning and even creative tasks, yet it has failed to translate this into mass adoption, showing yet again that the best product isn’t usually the one everyone loves.

While Meta AI exists, its current usage as a primary AI tool may be considerably lower compared to ChatGPT. Many users do not currently gravitate towards Zuck’s chatbot as their preferred choice for AI-related tasks.

Meta’s significant contribution to the open-source community, particularly through its Llama models, is notable. However, the nature of open-source usage is distinct from direct user interaction.

The AI-powered bloodbath

While AI companies fight for position, traditional internet businesses are watching their empires crumble. For example, Similarweb reports that Chegg’s traffic collapsed 64% as students discovered ChatGPT gives better homework help for free, Quora plummeted 51%, and freelance platforms like Fiverr dropped 14%.

Image: Similarweb

On the other hand, DevOps and code completion tools surged 41% year-over-year, voice generation platforms grew 14%, and automation tools jumped 12%.

The Similarweb data delivers a brutal truth to the AI industry: technical superiority means little without user adoption. Claude may impress researchers, but ChatGPT impresses everyone else. Gemini may have Google’s distribution, but distribution without differentiation is not interesting.

ChatGPT won by being first, being good enough, and most importantly, being what users actually wanted—a conversational AI that just works. While competitors focused on benchmark scores and safety protocols, ChatGPT focused on being useful. The 5.5 billion visits say that strategy worked.

So OpenAI may lose in some benchmarks, but in the race for global adoption, it has already crossed the finish line. The real competition now is for second place.

Edited by Andrew Hayward

Generally Intelligent Newsletter

A weekly AI journey narrated by Gen, a generative AI model.





Source link

June 12, 2025 0 comments
0 FacebookTwitterPinterestEmail
Linux Terminal
Product Reviews

The Essential Linux commands that every user needs to know

by admin May 30, 2025



Linux runs on hardware as diverse as the Raspberry Pi and powerful supercomputers, making it a flexible choice of operating system. Linux can be used via a graphical user interface similar to Windows or macOS. Or it can be used via a powerful terminal / command line.

The command line interface provides you with a lot more control over the computer than you can get using the GUI. Many important tasks are easier, quicker or only possible via commands. That’s why, below we’ve listed the most important commands for navigating the file system, installing software, editing files and monitoring performance.

Opening a Terminal

(Image credit: Future)

To open a terminal from the desktop, you can either click on the Terminal icon found in the applications menu or hit CTRL+ ALT + T. Once open, you will see a black screen appear with a flashing prompt.


You may like

les@ThinkpadX390:~ $

This prompt is telling us that we are logged in as a user called “les” and that our machine is called ThinkpadX390 (this is the hostname). The $ refers to our permissions, in this case that we are logged on as a user with no special privileges, and that we have permission to edit any file or folder in our home directory, which in this case is /home/les/.

In our home directory we can store our work, projects, pictures etc. But we cannot harm the underlying filesystem as we do not have permission to do so. To make system wide changes we either need to be a user called “root” which has similar powers to the administrator on Windows, or we need to use sudo (see below) to temporarily give us extra permissions.

So let’s start our adventure by testing out a few Linux commands and learn how to use the terminal

sudo – Super User Do

Many forms of Linux do not, by default or design, give you the admin privileges you need to perform some core tasks like installing software. This is done to make sure that the operating system is protected. However, by prefacing any command with the word “sudo,” you can have admin rights for that execution. To use “sudo,” you will have to be in the “sudoers” permission group, but the good news is that many Linux distros already put the main user in this group.

Get Tom’s Hardware’s best news and in-depth reviews, straight to your inbox.

We can check if our user is in the sudoers group by running this command. Just swap for your username

groups

(Image credit: Future)

This shows that my user, les, is in the sudoers group.

To use sudo to upgrade your operating system, you’d type:

sudo apt upgrade

(Image credit: Future)

Navigating the Linux file system

Moving around the filesystem is something we take for granted in a desktop environment. But with the terminal we can do everything, and often with greater speed and precision. We just need to know the correct commands. If you don’t have permission to perform any of these actions on a particular file or directory, prefacing the command with sudo will probably let you, but think before doing so. There is no undo button.

We’ve got a full guide on the Linux file system, showing you what each directory is for.

pwd – Print working directory

This command will show the full path to the directory we are in, for example /home/les. It is a useful command to clearly show where we are in the filesystem. Typically our location forms part of the prompt, but with pwd we get a clearer indication of our location.

pwd

(Image credit: Future)

ls – List directory content

This command is used to list the contents of a directory. You may already be familiar with dir used in Windows and MS DOS.

You can use the command to list files in your current working directory.

ls

(Image credit: Future)

We can also list the files in another directory, such as /var/log:

ls /var/log

(Image credit: Future)

See hidden files and directories, in a long list with extra details.

ls -lha

(Image credit: Future)

List all files of a certain type, for example .py Python files.

ls *py

(Image credit: Future)

cd – Change directory

Using cd, change directory we can move around the filesystem. For example to move from our home directory to Downloads

cd Downloads

(Image credit: Future)

Move to a directory in another part of the filesystem, for example /var/log.

cd /var/log

(Image credit: Future)

Go back to the previous directory that we were in.

cd –

(Image credit: Future)

Go back to our home directory.

cd ~

(Image credit: Future)

Working with files

Sometimes we need to take a peek inside a file, look for a specific command, error or bug and with these commands we can do just that all from the terminal.

cat – Print files to the terminal

With cat we can print the contents of a file to the terminal, for example a Python file.

cat test.py

(Image credit: Future)

Print contents of the file to the terminal with line numbers. Useful when debugging a file, and you need to tell a colleague exactly where to find the issue.

cat -n test.py

(Image credit: Future)

less – Print files to the terminal

The less command will print the contents of a file in sections and we can scroll through the file using the arrow keys, Page Up / Down and Home / End.

less /var/log/syslog

(Image credit: Future)

grep – Looking inside a file

To search inside a file for a specific word / section of text. Typically used with log files when looking for issues. In this example we use lscpu to print the details of the CPU which is passed via a pipe | to grep which we instruct to look for “MHz”.

lscpu | grep “MHz”

(Image credit: Future)

Edit a file

For when you quickly need to edit a config file, Python code or just write a to do list. Yes, there are many different text editors for the terminal, nano, Vi, Vim etc. But for this how to, we will stick with nano.

nano

Nano is the easiest command-line editor for beginners.

Create a new file, for example newfile.txt.

If the file doesn’t exist, the command will create it. If it exists, it will open the file.

nano newfile.txt

(Image credit: Future)

Edit an existing file, for example test.py.

nano test.py

(Image credit: Future)

Inside nano we navigate using the arrow keys and it works just like a regular text editor.

To save your work press CTRL + O, then confirm the filename. Finally, press Enter

To exit nano, press CTRL + X.

System Resources & Management

Managing our operating system and checking system resources is standard practice for system administrators. Here we show a few commands that will show you key details at a glance.

htop – Display system processes

Shows the current CPU load, RAM usage and running system processes. Useful for closing non responsive applications and seeing which processes are bottlenecking your system.

htop

(Image credit: Future)

free – Show amount of free and used RAM

Free will tell us how much RAM is in use, and what is free for applications. Using the -m option we can set the values in Megabytes. By default, free will show the values in KB.

free -m

(Image credit: Future)

dmesg – Monitor kernel events

The kernel is the core of the operating system and with dmesg we can see what events are happening behind the scenes. Useful for debugging issues with devices. You will need to run the command using sudo, otherwise you will not have access to all of the data.

sudo dmesg

(Image credit: Future)

File Management

Moving, deleting, copying and creating new files and directories are some of the most basic actions that we need to do. All of this, and much more is possible via the terminal.

mv – Move / rename a file

This command offers two functions. We can move a file from one location to another. For example here we move test.py to the Documents directory.

mv test.py Documents/

(Image credit: Future)

The command can also be used to rename a file or directory. Here we rename test.py to test2.py.

mv test.py test2.py

(Image credit: Future)

rm – Delete a file

With this command we can delete files and directories. In this example we delete the file test.py.

rm test.py

(Image credit: Future)

cp – Copy a file

To copy a file, for example test.py to our Documents directory.

cp test.py Documents/

(Image credit: Future)

To copy a directory, for example /home/pi/test2 to /home/pi/Documents/ we need to use the -r option to copy everything across.

cp -r test2/ Documents/

(Image credit: Future)

mkdir – Create a directory

Create a new directory to store work. For example let’s create a directory called Work in our home directory.

mkdir Work

(Image credit: Future)

Software Installation

Just like any computer we need to make sure that our software is up to date and on our Linux machine the tool to do just that is called apt.

apt – Install and manage software on Debian and Ubuntu based systems

Apt, the Advanced Packaging Tool. The app store of Debian and Ubuntu flavors of Linux. To use apt we will need to use sudo as it will make changes to the operating system.

First we update the list of installable software.

sudo apt update

(Image credit: Future)

Then we can install a specific application, for example to install vlc.

sudo apt install vlc

(Image credit: Future)

Or we can upgrade all of the software on our system. Note that for this command we pass the -y option to automatically agree to install every package. But this is optional and if you prefer, you can omit the -y and be prompted for confirmation.

sudo apt upgrade -y

(Image credit: Future)

Network Connectivity & Internet

Checking that your Linux machine is connected to the Internet is a basic yet crucial task. It enables us to debug our servers, watch YouTube videos, and get work done.

ping – Check that we are connected

The ping command is used to test that our Linux machine is connected to the Internet / home network.

We can send a ping to a website.

ping google.com

(Image credit: Future)

Or to an IP address such as Google’s DNS server.

ping 8.8.8.8

(Image credit: Future)

Or for internal connectivity checks we can send a ping to devices on our home network. This example assumes that our IP range is 192.168.1.114 but your range may be different.

ping 192.168.1.114

hostname – Get the IP address of your Linux device

The easiest way to find the IP address of our Linux machine is using hostname with the -I (uppercase i) which will show all IP addresses (Wi-Fi and Ethernet)

hostname -I

(Image credit: Future)

Curl – Transfer data over a network

With this command we can transfer a file to and from our Linux machine. For example if we wanted to download an image from a website we would use curl along with the -o option to create a file named image.jpg.

Note, curl may not be installed on your system, so you may need to install using sudo apt install curl

curl http://link-to-theimage.com/image.jpg -o image.jpg

(Image credit: Future)

The curl command is particularly useful for downloading installation scripts to automatically install add on boards. But it should be used with caution and any code reviewed before it is used.

Time Savers

The Linux terminal has many secrets and tricks, all designed to save you time and become a keyboard ninja.

history

The history command will display the history of the commands entered in the terminal. When used it will output all of the commands at once as a long list.

history

(Image credit: Future)

At the start of each line in the list is a number and we can use this number to run that command once again. But we must precede the number with an exclamation mark.

!117

history with grep

By using a pipe “|” with the history command we can send the output of history to grep where we can then search for specific commands. Here we look for all the occurences of “apt” in history.

history | grep “apt”

(Image credit: Future)

CTRL + R search

Using this we can interactively search through our command history for a specific command. To start we press CTRL + R together and then start typing part of the command. For example we have just used the history | grep “apt” command so we can now press CTRL + R and start typing history and the search will find that command.

TAB completion

Think of this as “auto complete” for the terminal. The TAB key is located just above the Caps Lock key and we can use TAB completion to help complete long commands, directory listings. If we type in the first few letters of a command, for example his and press TAB it will complete the command to show history.

But if we wanted to complete a long directory path, for example /usr/lib/python3/dist-packages then we could start typing /usr/lib/ and then press TAB to show us all the directories available along that path. We could then start typing python3 and by pressing TAB a few more times, the command will narrow down the options that we can use.

Arrow keys

Another way to search through your history is to use the up and down arrow keys. With these keys we can go backwards and forwards through our command history and when the correct command is displayed, press Enter to run.

alias

Using this command we can create shortcuts / short commands from much longer ones. For example here we create an alias called updater and use that to call two commands. The first will update our list of installable software, and if that works successfully, denoted by using “&&” to chain the commands together, then it will run the upgrade on our Linux machine.

alias updater=”sudo apt update && sudo apt upgrade -y”

(Image credit: Future)

Now we can run our update command just by typing updater in the terminal. Note that once the Linux machine is switched off, this alias is deleted.

(Image credit: Future)



Source link

May 30, 2025 0 comments
0 FacebookTwitterPinterestEmail
Picture showing a beautiful living room in House Flipper 2.
Esports

All console commands in House Flipper 2

by admin May 28, 2025


Image via Frozen District

Some commands to make your life a bit easier. 

|

Published: May 27, 2025 10:28 pm

While working diligently in House Flipper 2, you’re bound to look for shortcuts to cut down on some of the mundane work and flip those houses quickly to earn money. While there’s no replacement for hard work, there are some console commands which can help you perform every task easily to make a flawless house.

All console commands in House Flipper 2, listed 

The community makes amazing customized houses! Image via Frozen District

To open the console commands panel in House Flipper 2, press F11, and the console should open where you can simply type the codes.

Here is a table showing all the console commands in House Flipper 2 that you can use to make your work easier and faster than others:

Console Commands What does it doclear-trashes It clears all trash.destroy-all-dirts It removes every dirt.learn-all-perksIt unlocks every perk in the game. enable-all-tools It gives you access to all tools in the game.complete-all-assembliesIt finishes all assemblies in the game. add-to-current-budget (2000)It adds 2000 coins to the current budget.
(You can also change the amount)set-foliage-wildIt makes the grass long.set-foliage-tidyIt makes the grass short.set-foliage-cut It removes grass from the ground.set-time-in-dnc or   It changes time of the day. 

While some of the console commands, like complete-all-assemblies or tools, help you get progression in the game without the grind, the foliage commands simplify your task of managing the grass so you can focus on the more important parts of the house.

Avoid using any third-party cheats, as you’d risk getting banned and losing your progress. As co-op is currently available in the title, you can invest time with your friends to flip houses, and avoid using harsher shortcuts to get ahead in the game.

Next up, you can read our guides to know if the game is available on Nintendo Switch and the roadmap for the title.

Dot Esports is supported by our audience. When you purchase through links on our site, we may earn a small affiliate commission. Learn more about our Affiliate Policy



Source link

May 28, 2025 0 comments
0 FacebookTwitterPinterestEmail

Categories

  • Crypto Trends (974)
  • Esports (738)
  • Game Reviews (687)
  • Game Updates (858)
  • GameFi Guides (967)
  • Gaming Gear (922)
  • NFT Gaming (948)
  • Product Reviews (913)
  • Uncategorized (1)

Recent Posts

  • PLL quarterfinals preview: Key stats, matchups, how to watch
  • Grayscale, Bitwise and Others File Updates for Spot XRP ETFs
  • “I don’t think RTS is back; I don’t think it’s ever really gone away”: Dawn of War 4 devs on taking over from Relic and reviving a legend of the genre
  • Horror movie classic Halloween is getting the 1v4 multiplayer treatment, and it’s out next year
  • 13,620,000,000,000 Shiba Inu Open Interest Sets Bulls on Fire

Recent Posts

  • PLL quarterfinals preview: Key stats, matchups, how to watch

    August 23, 2025
  • Grayscale, Bitwise and Others File Updates for Spot XRP ETFs

    August 23, 2025
  • “I don’t think RTS is back; I don’t think it’s ever really gone away”: Dawn of War 4 devs on taking over from Relic and reviving a legend of the genre

    August 23, 2025
  • Horror movie classic Halloween is getting the 1v4 multiplayer treatment, and it’s out next year

    August 23, 2025
  • 13,620,000,000,000 Shiba Inu Open Interest Sets Bulls on Fire

    August 23, 2025

Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

About me

Welcome to Laughinghyena.io, your ultimate destination for the latest in blockchain gaming and gaming products. We’re passionate about the future of gaming, where decentralized technology empowers players to own, trade, and thrive in virtual worlds.

Recent Posts

  • PLL quarterfinals preview: Key stats, matchups, how to watch

    August 23, 2025
  • Grayscale, Bitwise and Others File Updates for Spot XRP ETFs

    August 23, 2025

Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

@2025 laughinghyena- All Right Reserved. Designed and Developed by Pro


Back To Top
Laughing Hyena
  • Home
  • Hyena Games
  • Esports
  • NFT Gaming
  • Crypto Trends
  • Game Reviews
  • Game Updates
  • GameFi Guides
  • Shop

Shopping Cart

Close

No products in the cart.

Close