July 6, 2022 | Business development, Technical
Facts To Consider While Hiring the Perfect Software Experts

The need for software development services is rising extremely quickly. A growing number of businesses in various industries require high-quality software products. Some people are doubtful about collaborating with native software developers because of the high costs they ask for and the duration it takes to finish projects. They also lack the experience necessary to…
Read more
June 8, 2022 | Technical
Even more ways to increase MySQL query speed and decrease running speed (part 2)

This guide is the second part of our guide on how to improve MySQL select speed. In case you missed it, you can read the previous post: Ten ways to increase MySQL query speed and decrease running speed. So without further ado, let’s get into the details. Using the correct limit value without an index…
Read more
June 6, 2022 | Technical
How to fix multiple emails that were read in outlook turning into unread automatically

A relative came to me with a weird issue in outlook, and he would receive an email, read it, it would turn into a read email and then suddenly, all the emails from that person would turn unread and be displayed in the inbox. Weird indeed, I looked for flags in outlook client but couldn’t…
Read more
April 3, 2022 | Technical
8 Upcoming Tips to Improve Your Website

Owning a website for your business offers many benefits. Some of the benefits you stand to reap include market expansion, better advertising, and cutting costs. Having a website for your business also improves your communication with potential customers. In a way, your website can legitimize the business. Most businesses have realized this and are working on…
Read more
March 6, 2022 | Technical
Configuring an AI server and installing GPT-NeoX text generation on Rocky Linux (Centos 8/Redhat 8)

The new GPT-NeoX artificial intelligence model by Eleutherai has 20 billion parameters. Since it’s brand new, there’s no support for Huggingface yet. Out of curiosity, I wanted to check the quality of text generation, so I decided to install it. Like many other open-source projects, it took a few hours to fix all the issues…
Read more
February 14, 2022 | SEO, Technical
4 Ways Proxies Can Help You Rank In Google – It Is Easier Than You Thought

If you have or are planning to own a website, this article will be of interest to you. One of the things you learn pretty early is the critical role of traffic to the site. The more people visit and stay on your website, the more success you can achieve. Imagine having an eCommerce platform…
Read more
April 14, 2021 | Technical
Configuring CentOS 7 to finetune EleutherAI GPT-NEO 2.7B parameters with Torch, Transformers and Deepspeed

State of open source artificial intelligence for text generation I like the idea of EleutherAI, to provide free AI to everyone. Since Microsoft has bought an exclusive license for GPT-3 from OpenAI, they decided to give developers access only to developers they chose and I believe that monopolies are not good for progress. My theory…
Read more
February 25, 2021 | Technical
Configure OVH IP Alias (IP Failover), for dedicated server with CentOS 8 and Squid Proxy

Because we provide an SEO product, we need to have multiple proxies and IPs. Because we have the expertise, we prefer to use our own and not shared proxies. But, with each Server Host, adding multiple IPs is different, and the instructions can be lacking. We bricked the machine more than once, trying to configure…
Read more
January 10, 2021 | Technical
Weird case of MySQL index that doesn’t function correctly

I created an index on one field, which the database was dumped for backup. The operation took 5 hours, which is odd for the amount of data (156 million rows) Queries not working as it should I ran the new code using the new index, and it seems very slow—doing a select on the index…
Read more
December 28, 2020 | Technical
Text summarization web service with NLP machine learning

I wanted to create a web service that takes the text and summarizes it using machine learning. There are several API services on the market, but I wanted to see how easy (or hard) it is to create my own. Step 1 – Use an existing NLP package There’s no need to reinvent the wheel,…
Read more