News

Velvetauth new authentication

Velvetauth new authentication

Simplify and Secure Your Application Authentication with VelvetAuth As a C# developer, you know the importance of implementing robust authentication mechanisms to protect your applications and ensure that only authorized users gain access. However, creating a secure and user-friendly authentication system from scratch can be a daunting task. This is where VelvetAuth comes in. What is VelvetAuth? VelvetAuth is a comprehensive software authentication solution designed to simplify and secure user authentication for your applications. It uses both token-based systems and general registration options to provide a range of features ensuring your applications are secure and easy to manage. Key Features…
Read More
Top CSS Websites for Developers: Elevate Your Frontend Skills

Top CSS Websites for Developers: Elevate Your Frontend Skills

CSS (Cascading Style Sheets) is a cornerstone of modern web development, enabling developers to create visually appealing and responsive websites. With the evolution of frontend technologies, there are numerous resources available online to enhance your CSS skills. In this blog, we'll explore some of the top CSS websites that can help you learn, experiment, and get inspired. 1. Uiverse.io Uiverse.io is a fantastic platform for developers looking to improve their CSS skills through interactive components. Uiverse offers a wide range of user interface elements like buttons, loaders, and card designs, each accompanied by the necessary HTML and CSS code. The…
Read More
The loss functions for Neural Network in PyTorch

The loss functions for Neural Network in PyTorch

A loss function is the function which can get the difference(gap) between a model's predictions and true values to evaluate how good a model is. *Loss function is also called Cost Function or Error Function. There are popular loss function as shown below: (1) L1 Loss: can compute the average of the sum of the absolute differences between a model's predictions and true values. 's formula is as shown below: is also called Mean Absolute Error(MAE). is L1Loss() in PyTorch. (2) L2 Loss: can compute the average of the sum of the squared differences between a model's predictions and true…
Read More
Making a Multiplayer WEB RPG – Part 10: Customizing Characters

Making a Multiplayer WEB RPG – Part 10: Customizing Characters

Hi All, I've been working on character customization systems. It is nearly complete and includes a big performance boost compare to previous method. I have 2 types of items (I’m sure none of this is new to you guys, but sharing is caring :slight_smile: ): dynamic items that I attached via code to the relevant bone (weapon, hat, shields, etc…) embedded items which are rigged item in blender (head & armor currently), not much choice there as a skirt for example needs to move with the legs (not possible with the dynamic method) So I now have one single VAT…
Read More
Sweet, there’s going to be another season of Delicious in Dungeon

Sweet, there’s going to be another season of Delicious in Dungeon

Delicious in Dungeon just wrapped up its first season on Netflix, and we now have confirmation that there will be another. The studio behind the show shared on this week that a season two is coming, and it’s already in production. The anime, based on the manga by Ryoko Kui, follows a group of broke adventurers who end up eating monsters along their quest to save their friend from the belly of a dragon. It’s one of the most unexpectedly delightful things I’ve watched recently and, despite the questionable ingredients that often go into the meals, has some truly top-tier…
Read More
Creation of Resource Group in MS Azure

Creation of Resource Group in MS Azure

Steps to Create a Resource Group on Azure Login to MS Azure Search for resource group Then select resource group. Click on + Create The following create box comes up. Type the name of your resource group and select your region, then click on review and create Click on create to complete the creation of your resource group. Click on Go to resource group to lunch your resource group. Source link lol
Read More
In the Playdate game Penrose, your past has come back to haunt you

In the Playdate game Penrose, your past has come back to haunt you

Are you more than your past? This seems to be the question at the heart of Penrose, a short but impactful psychological horror game for Playdate by Liza Olson. The answer will ultimately be determined by the choices you make as you try to find your way out of the strange titular town.Much of the experience in Penrose is exploration, and the game plays from start to finish like an eerie, emotionally challenging walk down memory lane. There are things your character might encounter, like an old playground, that’ll spark a tinge of fondness, while others — a mirror, a…
Read More
Newsletter “What’s up devs ?” is born !

Newsletter “What’s up devs ?” is born !

Hi devs, You may know that I publish a weekly French dev newsletter called "Quoi de neuf les devs ?". But today, I'm delighted to announce that its English version is born. It's called "What's up devs?" and it's in the same spirit as its French sister: to give you the latest development news every week. I'll try to keep the same rhythm as the French version, so I'll publish it every Friday. Occasionally, the newsletter may be published on Saturday, depending on how tired I am ;-) So I leave you with this newsletter, which I'm very proud to…
Read More
NASA’s 47-year-old Voyager 1 probe is back in action after months of technical issues

NASA’s 47-year-old Voyager 1 probe is back in action after months of technical issues

NASA engineers have managed to get the long-running Voyager 1 space probe fully back in working order after some seven months of technical difficulties. In November 2023, the spacecraft — which is more than 15 billion miles from Earth — started sending back strange, , and the team has been working ever since to get to the root of the issue. While Voyager 1 seemed to be receiving and executing commands just fine, none of the science and engineering data it sent home made sense.In , the team traced the problem to some corrupted memory in the probe’s flight data…
Read More
C++ Best Practices : Naming Conventions

C++ Best Practices : Naming Conventions

There are various popular naming conventions which are common among various languages, the relevance of these conventions comes from , the legacy which they hold and other factors like readability, purpose, programming cababilities, for example , we most follow camelcase for java, for c++ which comes with great capabilities, we use lowercase with underscores, most of the time. why important ? there are two main advantage which comes with this, consistency in the code base - especially you are contributing open source. readability - with common coding style and following it becomes easy for you to understand the code. C++…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.