Machine learning and deep learning models have become ubiquitous in many fields of research and industry. However, training and tuning these models can be a time-consuming and challenging task.
Single Board Computing cluster
Single-board computers (SBCs) have become increasingly popular in recent years due to their compact size, low power consumption, and versatility. With advancements in SBC technology, it has become possible to…
Paywalls,Ads and Pain
The overuse of ad spaces on websites has become an increasingly common phenomenon in recent years, and it is having a significant impact on the end user. Advertisements are essential for generating revenue for websites, but when there are too many ads on a page, it can negatively affect the user experience. In this article, we will explore how the overuse of ad spaces on websites influences the end user and what can be done to address this issue.
Reverse Engineering the Silvercrest Wireless Socket set.
The Silvercrest wireless socket set is a budget 433Mhz remote-controlled socket sold at Lidl for around £15. It can take up to 3000w of continuous draw and comes in a…
First TinyGS station in Cyprus
TinyGS is an open network of Ground Stations distributed around the world to receive and operate LoRa satellites, weather probes and other flying objects, using cheap and versatile modules.
Pi Exchange with Refinitiv
This project is software developed for the Raspberry Pi 3 model B to try and emulate a low-latency exchange simulation that can handle a large quantity of buy/sell transactions.
Bash scripting essentials
Bash scripts are very helpful in doing time-consuming tasks in very little time, the unix “bash” terminal .first let’s write a sample bash script all bash scripts start with #!/bin/bash, so we can point the system to the right place