Habr hasn't published any news in the last 24 hours.
Habr

News from Habr


Fresh news
Other news
older that 24 hours
Habr
m31 @ Habr · 05/28/2021 07:29 EDT

DataScience Digest — 28.05.21

The new issue of Data Science Digest is here! Hop to learn about the latest news, articles, tutorials, research papers, and event materials on DataScience, AI, ML, and BigData. All sections are prioritized for your convenience. Enjoy! Read more Read more

0

Habr
prince86 @ Habr 1 place · 05/27/2021 02:12 EDT

Memoization

Dynamic programming is applied to solve optimization problems. In optimization, we try to find out the maximum or minimum solution of something. It will find out the optimal solution to any problem if that solution exists. If the solution does not exist, dynamic programming is not able to get the optimal solution.Optimization problems are the ones that require either lowest or highest possible results. We attempt to discover all the... Read more

0

Habr
prince86 @ Habr 2 place · 05/27/2021 01:33 EDT

Big O Notation

Asymptotic notations are used to represent the complexity or running time of an algorithm. It is a technique of defining the upper and lower limits of the run-time performance of an algorithm.  We can analyze the runtime performance of an algorithm with the help of asymptotic notations. Asymptotic notations are also used to describe the approximate running time of an algorithm.Types of Asymptotic NotationsFollowing are the different types of asymptotic... Read more

0

Habr
Varonis @ Habr 3 place · 05/27/2021 00:24 EDT

[Translation] Что такое Command and Control? Описание инфраструктуры управления и контроля

Cегодня мы рассмотрим инфраструктуру управления и контроля (C2), используемую злоумышленниками для управления зараженными устройствами и кражи конфиденциальных данных во время кибератаки. Успешная кибератака — это не просто вторжение в систему ничего не подозревающей об этом организации. Чтобы получить реальную выгоду, злоумышленник должен поддерживать постоянное функционирование вируса в целевой среде, обмениваться данными с зараженными или скомпрометированными устройствами внутри сети и потенциально извл Read more

0

Habr
mopsdevops @ Habr · 05/26/2021 11:59 EDT

[Translation] Сеть контейнеров — это не сложно

Работа с контейнерами многим кажется волшебством, пришло время разобраться как работает сеть Docker. Мы покажем на примерах, что это совсем не сложно. Нам потребуется немного сетевой магии и никакого кода ...В этой статье мы ответим на следующие вопросы:- Как виртуализировать сетевые ресурсы, чтобы контейнеры думали, что у каждого из них есть выделенный сетевой стек?- Как превратить контейнеры в дружелюбных соседей, не дать им мешать друг другу и научить хорошо общаться?-... Read more

0

Habr
shvez @ Habr · 05/26/2021 04:00 EDT

Multithreading in Photon

What this article is about In this article, we will talk about multithreading in the backend. - how it is implemented - how is it used - what can be done - what we invented ourselves All these questions are relevant only if you develop something for the server side - modify the Server SDK code, write your own plugin, or even start some server application from scratch. Read More Read more

0

Habr
habr_career @ Habr 2 place · 05/25/2021 10:33 EDT

Удалёнка 2021: к чему готовиться при поиске работы

Делимся результатами небольшого исследования, которое Хабр Карьера помогла провести коллегам из OTUS Онлайн-образование. Вместе мы изучили, как пандемия повлияла на работу в ИТ: что изменилось в процессе найма, какие плюсы и минусы находят айтишники в удалённом формате работы. В этом исследовании приняли участие 60 компаний и 350 ИТ-специалистов. В конце статьи мы дали несколько советов, на что стоит обратить внимание при поиске работы в этом году. Читать далее Read more

0

Habr
AnjaHolosova @ Habr 3 place · 05/25/2021 06:39 EDT

One of the ways to dynamically deserialize a part of a JSON document with an unknown structure

In this topic, I will tell you how to dynamically parse and deserialize only part of the whole JSON document. We will create an implementation for .NET Core with C# as a language.For example, we have the next JSON as a data source for the report. Notice that we will get this JSON in the runtime and at the compile step we don't know the structure of this document. And... Read more

0

Habr
prince86 @ Habr 1 place · 05/22/2021 23:52 EDT

Breadth/Depth First Search

A graph is a kind of data structure that includes a set of vertices and edges. Graph traversing means a visit to each vertex of the graph precisely. The graph traversing is used to determine the order in which vertices are being visited throughout the search process. A graph traversing searches for the edges that will be used in the search operation without establishing loops. This means that using graph... Read more

0

Habr
Movergan @ Habr 2 place · 05/22/2021 08:36 EDT

«No Windows no problems» What?

Hi, My name is Alex and I am a DevOps engineer at Altenar. “No Windows, no problems.” - that is the answer I got by asking a guru of Ansible "How do you manage Windows?" on one of the local Ansible meetups. Although we have been running a modern stack (k8s, helm, .net core, etc) in production for about two years, that’s not how it has always been. Read more Read more

0

Habr
prince86 @ Habr 1 place · 05/19/2021 05:30 EDT

Stack And Queue

Stack Stack is a linear data structure. In stack, data access is limited. It follows the rule of insertion and deletion of data. Stack is a collection of only similar data types. Elements in the stack are arranged sequentially. It follows the LIFO principle which is the last-in and first-out rule. ExampleTo understand this concept, let us take an example of arranging coins. If we start placing coins one after... Read more

0

Habr
stefanbuzz @ Habr 2 place · 05/18/2021 08:21 EDT

PVS-Studio New Features for Notifying Developers About Errors Found

PVS-Studio user support often receives clients' suggestions on product improvement. We are happy to implement many of them. Recently one of the users suggested refining the automatic notification utility for developers (Blame Notifier). They asked us to make Blame Notifier extract the date/the code revision to which the analyzer issued a message using blame information from the version control system. This feature allowed us to expand the utility capabilities, which... Read more

0

Habr
alexpatel @ Habr 3 place · 05/18/2021 08:15 EDT

12 Tech Trends Every Java Developer Must Learn To Win The Game In 2021

The previous year has been very distressing for businesses and employees. Though, software development didn’t get so much affected and is still thriving. While tech expansion is continuing, Java development is also going under significant transformation.The arrival of new concepts and technologies has imposed a question mark on the potential of Java developers. From wearable applications to AI solutions, Java usage is a matter of concern for peers.Moreover, it is... Read more

0

Habr
AnnaKhatsko @ Habr 3 place · 05/18/2021 03:54 EDT

Как выстроить эффективный поиск сотрудников: опыт игроков IT-рынка

IT-компания Omega провела вебинар «Рекрутмент это вам не рекрутинг». Эксперты digital-рынка искали ответы на главный вопрос 2021 года: как эффективно находить идеальных разработчиков.Представители IT-индустрии рассказали на собственных примерах, как они справляются с трудностями в поиске сотрудников, какие инструменты используют, как проводят собеседования и проверяют soft-скиллы.В вебинаре участвовали генеральные директора и представители HR-направления компаний Holyweb, Globus, BSL, IT Test, Open Solution Read more

0

Habr
denismakesgames @ Habr · 05/17/2021 14:41 EDT

Making Grenades in Unreal Engine Part 2: Attributes, Gameplay Effects, Replication

Link to Part 1.A SimpleGAS is a set of tutorials for entry-level Unreal Engine enthusiasts who wants to leverage the power of the Gameplay Ability System in their prototypes. While there are great tutorials and GitHub repositories which cover the topic of GAS in more depth, this tutorial is requiring a minimum C++ setup and showcases working examples built entirely using Blueprints. This tutorial is for those who are new... Read more

0

Habr
MrDvorak @ Habr · 05/17/2021 09:33 EDT

IncrediBuild: How to Speed up Your Project's Build and Analysis

"How much longer are you going to build it?" - a phrase that every developer has uttered at least once in the middle of the night. Yes, a build can be long and there is no escaping it. One does not simply redistribute the whole thing among 100+ cores, instead of some pathetic 8-12 ones. Or is it possible? Читать далее Read more

0

Habr
temujin @ Habr · 05/17/2021 04:54 EDT

Релиз Linux 5.12, подробности для локалхоста

В самом начале последней недели апреля увидела свет новая версия ядра Linux. Особенностью данного релиза стал сам факт того, что понадобился RC8. Помимо того в течении апреля произошла совершенно невероятная история с исправлениями из Университета Миннесоты, о которых следует рассказать отдельно, когда немного осядет пыль и полностью будет восстановлен ущерб от преднамеренно неисправных патчей.Read more → Read more

0

Habr
no_name_c3po @ Habr 1 place · 05/15/2021 18:24 EDT

Blockchain is the perfect solution to online privacy problem

We are increasingly aware of the importance of our personal data. Primarily due to numerous data leaks and the fact of numerous sales of personal information on the black market. Yes, huge corporations like Apple or Samsung prioritize the preservation of sensitive user data. However, they find it difficult to store and use them at the same time. That is why blockchain technology is the perfect tool for solving the... Read more

0

Habr
PerlPower @ Habr 1 place · 05/13/2021 17:44 EDT

How to connect to FTPS or mount it to local folder

FTPS - is FTP with SSL layer, please don't mess it with SFTP. FTPS uses regular FTP protocol underneath, but all commands and data is encrypted using SSL. So mechanism of work is pretty same as in HTTPS: old protocol encapsulated in security layer. But that's breaks a lot of traditional FTP clients you are used to.So here is 2 dead simple solutions I've tested with many FTPS servers, which... Read more

0

Habr
pureacetone @ Habr 1 place · 05/10/2021 09:59 EDT

[Translation] Yggdrasil Network: Light in the Dark Depths of Mesh, or the Internet of the Future

Smoothly the era of mash-networks is upon us. At the very least, the term is appearing more and more often in the information sphere. What attracts the attention of networkers and why does the title of the article include the term "household mesh-network"? Let's try to understand the question, taking Yggdrasil network as an example as one of the most promising prototypes. The article is intended for a wide range... Read more

0

Most popular sources

  • You see 378 news out of 378.
  • Sources 63 out of 63.
Business Insider 33% 10
MacRumors 12% 11
Eurogamer.net 11% 4
CNET 7% 2
Android Authority 6% 0
View sources »

LIKE us on Facebook so you won't miss the most important news of the day!

06.10.2024 18:50
Last update: 18:41 EDT.
News rating updated: 01:40.

What is Times42?

Times42 brings you the most popular news from tech news portals in real-time chart.
Read about us in FAQ section.


Times42 © 2024