1. The purpose of the IT product Telepathy – the brain-computer interface of NueralinkThe UN General Assembly Resolution of 22.03.2024 No. A/78/L.49 “Harnessing the Potential of Safe, Secure and Trustworthy Artificial Intelligence Systems for Sustainable Development” [1] confirms (paragraph 5) that"human rights and fundamental freedoms must be respected, protected and encouraged throughout the life cycle of artificial intelligence systems"and to all Member States of the United Nations and, where appropriat Read more ›
0
This article discusses errors found using a static analyzer in an open source project. There are some simple things that can help you avoid them. For example, the usage of language syntactic constructs starting from C# 8.0. We hope it will be exciting. Have fun reading! Read more → Read more ›
0
Applications used in the field of Big Data process huge amounts of information, and this often happens in real time. Naturally, such applications must be highly reliable so that no error in the code can interfere with data processing. To achieve high reliability, one needs to keep a wary eye on the code quality of projects developed for this area. The PVS-Studio static analyzer is one of the solutions to... Read more ›
0
Такое можно услышать от многих молодых и взрослых людей. Однако, после недолгого гугления выясняется, что понятие «программист» такое же огромное как «доктор». Все сразу и одновременно охватить невозможно, поэтому давайте разберемся в основных направлениях по котором можно развиваться. Если говорить в кратце то программирование это написание программ (ваш кэп). Эти программы нужы для того, чтобы автоматизировать какую-либо деятельность или для развлечения. Например программы управления станками на заводе, а Read more ›
0
This year, each of us seeks a special way to pass the time. I am writing a book, for example. A book about one thing I love dearly: the API. (You may read who am I and what expertise got in APIs in my LinkedIn profile.)I've just finished the first large section dedicated to the API design. You may read it online, or download either pdf or epub version, or... Read more ›
0
This is the second part of the article covering the Sliding Window Pattern and its implementation in Go, the first part can be found here. Let's have a look at the following problem: we have an array of words, and we want to check whether a concatenation of these words is present in the given string. The length of all words is the same, and the concatenation must include all... Read more ›
0
Designing a circuit that calculates integer cube root.In this article I will make a circuit on Verilog HDL on FPGA which will calculate cube root from integer value. Read more Read more ›
0
"Come, let us make bricks, and burn them thoroughly." – legendary buildersYou may have noticed by 2020 that data is eating the world. And whenever any reasonable amount of data needs processing, a complicated multi-stage data processing pipeline will be involved. At Bumble — the parent company operating Badoo and Bumble apps — we apply hundreds of data transforming steps while processing our data sources: a high volume of user-generated... Read more ›
0
Application is developed in order to help people find their peers who share similar interests and to be able to spend some time doing what you like. The project is currently on the stage of beta-testing in the social network “VKontakte”. Right now I am in the process of fixing bugs and adding everything that is missing. I felt like I could use a bit of destruction and decided to... Read more ›
0
cGit-UI — is a web interface for Git repositories. cGit-UI is based on CGI script written in С.This article covers installing and configuring cGit-UI to work using Nginx + uWsgi. Setting up server components is quite simple and practically does not differ from setting up cGit.cGit-UI supports Markdown files that are processed on the server side using the md4c library, which has proven itself in the KDE Plasma project. cGit-UI... Read more ›
0
The FT4232H is USB 2.0 High speed to UART IC converter. The FT4232H has four UART ports and one USB port.By connecting EEPROM memory to this chip, you can set specific operating modes or change the manufacturer's data.Let's look at the example and configure FT4232H directly on a system running GNU/Linux. We will do this using the ftdi_eeprom. Read more → Read more ›
0
Let's consider the following problem: we have an array of integers and we need to find out the length of the smallest subarray the sum of which is no less than the target number. If we don't have such a subarray we shall return -1.We can start with a naive approach and consider every possible subarray in the input: Continue reading Read more ›
0
Every time when the essential question arises, whether to upgrade the cards in the server room or not, I look through similar articles and watch such videos.Channel with the aforementioned video is very underestimated, but the author does not deal with ML. In general, when analyzing comparisons of accelerators for ML, several things usually catch your eye:The authors usually take into account only the "adequacy" for the market of new... Read more ›
0
This year, many processes transformed, with traditions and habits being modified. The rhythm of life has changed, and there's more uncertainty and strain. But IT person's soul wants diversity, and many developers have asked us if annual Russian AI Cup will be held this year. Is there going to be an announcement? What is the main theme of the upcoming championship? Should I take a vacation? Though some changes are... Read more ›
0
A great website serves as the main key to hit success. Enhancing the online presence of your brand is absolutely a must nowadays. Technological advancement has changed the global business landscape. Hence, it is important to have a webflow developer who will take charge of the codes to be used in website templates and designs. Webflow is a website tool. It is a flexible platform that is geared to create... Read more ›
0
Combining many actions in a single C++ expression is a bad practice, as such code is hard to understand, maintain, and it is easy to make mistakes in it. For example, one can instill a bug by reconciling different actions when evaluating function arguments. We agree with the classic recommendation that code should be simple and clear. Now let's look at an interesting case where the PVS-Studio analyzer is technically... Read more ›
0
The gaming industry is constantly evolving and is developing faster than a speeding bullet. Along with the growth of the industry, the complexity of development also increases: the code base is getting larger and the number of bugs is growing as well. Therefore, modern game projects need to pay special attention to the code quality. Today we will cover one of the ways to make your code more decent, which... Read more ›
0
There was a time when iOS app development was a major challenge. But along with time, things got better when Apple gradually launched the iOS development tools. Now in the market, there are several iOS tools, but among all, only a few are able to offer secure and foremost solutions.In order to build highly scalable, robust, and functional iPhone apps with a brilliant UI/UX design, businesses prefer to use top... Read more ›
0
Вы хоть раз писал на PHP? Я - да!А хоть раз задумывались о безопасности? Я тоже!Давайте обсудим вместе на вебинаре, посвященном проблеме безопасности PHP! Читать далее Read more ›
0
My first encounter with Open XML SDK took place when I was looking for a library that I could use to create some accounting documents in Word. After more than 7 years of working with Word API, I wanted to try something new and easier-to-use. That's how I learned that Microsoft offered an alternative solution. As tradition has it, before our team adopts any program or library, we check them... Read more ›
0
I came to Mail.ru Group in 2013, and I required a queue for one task. First of all, I decided to check what the company had already got. They told me they had this Tarantool product, and I checked how it worked and decided that adding a queue broker to it could work perfectly well. I contacted Kostja Osipov, the senior expert in Tarantool, and the next day he gave... Read more ›
0
Most popular sources
Business Insider | 29% 2 |
Wired | 10% 6 |
The Verge | 7% 0 |
Tech Wire Asia | 7% 5 |
Gizmodo | 6% 0 |
View sources » |
LIKE us on Facebook so you won't miss the most important news of the day!
26.11.2024 23:38
Last update: 23:35 EDT.
News rating updated: 06:31.
What is Times42?
Times42 brings you the most popular news from tech news portals in real-time chart.
Read about us in FAQ section.