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

News from Habr


Fresh news
Other news
older that 24 hours
Habr
Tott @ Habr 3 place · 04/21/2021 06:37 EDT

You are standing at a red light at an empty intersection. How to make traffic lights smarter?

Types of smart traffic lights: adaptive and neural networksAdaptive works at relatively simple intersections, where the rules and possibilities for switching phases are quite obvious. Adaptive management is only applicable where there is no constant loading in all directions, otherwise it simply has nothing to adapt to – there are no free time windows. The first adaptive control intersections appeared in the United States in the early 70s of the... Read more

0

Habr
m31 @ Habr · 04/21/2021 05:38 EDT

Data Science Digest — 21.04.21

Hi All,I’m pleased to invite you all to enroll in the Lviv Data Science Summer School, to delve into advanced methods and tools of Data Science and Machine Learning, including such domains as CV, NLP, Healthcare, Social Network Analysis, and Urban Data Science. The courses are practice-oriented and are geared towards undergraduates, Ph.D. students, and young professionals (intermediate level). The studies begin July 19–30 and will be hosted online. Make... Read more

0

Habr
hetmansoftware @ Habr · 04/20/2021 08:45 EDT

Recovering Data of a Windows To Go Workspace

Read more about this portable version of Windows: how to create and boot it. How to recover data with a Windows To Go drive, or from a drive containing the portable version of the operating system. Windows To Go is a new tool inside Windows 10 that can be used to create a portable version of the operating system on an external hard drive or a USB pen drive. Such... Read more

0

Habr
gui_tar_gz @ Habr 1 place · 04/19/2021 08:53 EDT

Neural network Telegram bot with StyleGAN and GPT-2

The BeginningSo we have already played with different neural networks. Cursed image generation using GANs, deep texts from GPT-2 — we have seen it all. This time I wanted to create a neural entity that would act like a beauty blogger. This meant it would have to post pictures like Instagram influencers do and generate the same kind of narcissistic texts. \Initially I planned to post the neural content on... Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/15/2021 16:22 EDT

How to Recover Data From an Unallocated Disk Space

In this article, we will find out what is unallocated space and why it emerges. Also, you will learn how to recover data from an unallocated area on a hard disk (HDD or SSD), an external hard disk, USB drive or a memory card (SD, microSD etc).Read more → Read more

0

Habr
m31 @ Habr 2 place · 04/15/2021 15:34 EDT

Data Science Digest — We Are Back

Hi All,I have some good news for you…Data Science Digest is back! We’ve been “offline” for a while, but no worries — You’ll receive regular digest updates with top news and resources on AI/ML/DS every Wednesday, starting today.If you’re more used to getting updates every day, follow us on social media:Telegram - https://t.me/DataScienceDigestTwitter - https://twitter.com/Data_DigestLinkedIn - https://www.linkedin.com/company/data-science-digest/Facebook - https://www.facebook.com/DataScienceDigest/And final Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/14/2021 14:58 EDT

How to Restore an Unsaved or Overwritten Microsoft Excel File?

Read this article to learn how to restore any unsaved or overwritten MS Excel files. Three simple methods for an ordinary user.Read more → Read more

0

Habr
Shapelez @ Habr 2 place · 04/14/2021 11:40 EDT

Qrator Labs' Value Partnership Programs

Why is it valuable to get into the Qrator Labs partnership program?In Qrator Labs, we firmly believe that working together brings a better result. Which is the reason why, for years, we were trying to find meaningful partnerships with all kinds of companies. They either seek to provide their existing customers with the top-notch DDoS mitigation technology developed at Qrator Labs with many additional ecosystem solutions or want to succeed... Read more

0

Habr
SergeyBPshenichnikov @ Habr 3 place · 04/14/2021 11:13 EDT

[Translation] Algebra of text. Examples

The previous work from ref [1] describes the method of transforming a sign sequence into algebra through an example of a linguistic text. Two other examples of algebraic structuring of texts of a different nature are given to illustrate the method. Читать далее Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/13/2021 15:36 EDT

How to Recover Files From a TrueCrypt or VeraCrypt Encrypted Disk?

Read this article to find out how to recover files deleted from a TrueCrypt or VeraCrypt container, how to mount and unlock an encrypted disk to access the files.Read more → Read more

0

Habr
VADemon @ Habr 2 place · 04/13/2021 10:11 EDT

[Translation] Show me your settings and I will tell you who you are

Today we will discuss the silver bullet of software development: the program settings. Everybody understands what settings are, more or less. Every computer user is going to stumble upon them, eventually. But the user does not always end up a winner in this encounter. There are 3 major problems to tackle: it's hard to find the right setting, the required setting does not exist, and it's unclear what this or... Read more

0

Habr
AndrewPiterov @ Habr 3 place · 04/13/2021 08:11 EDT

Ugly API

In this article, I’d like to talk about the problems I faced while integrating an API for the HTTP protocol and share my experience in solving them.- REST vs Non REST architecture- Ignoring Header Accept: application/json- Mixing JSON keys case types- Different response to the same request Читать далее Read more

0

Habr
Finnix @ Habr · 04/12/2021 23:43 EDT

Установка полноценного кластера Kubernetes на основе k3s

Большинство читателей уже так или иначе пробовали устанавливать Kubernetes с помощью kubespray или других средств автоматизации, доступных у большинства поставщиков облачных решений. Можно также всё делать с нуля с использованием kubectl, ведь сам процесс в принципе достаточно неплохо обкатан. Но что если нужна тестовая лаборатория, или даже не сильно крупная серверная ферма, построенная на собственных серверах с ограниченными ресурсами, либо просто на устаревшем оборудовании?Можно воспользоваться k3s, мини Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/10/2021 16:26 EDT

How to Password Protect an MS Word, Excel or PowerPoint file: manual for dummies?

Read this article to find out how to set a password for any Microsoft Office document created or remove it. How to restrict access to such applications as Microsoft Word, Excel or PowerPoint, and to files created with other tools included into the Office package.Read more → Read more

0

Habr
aydu @ Habr 2 place · 04/10/2021 06:05 EDT

Algorithms in Go: Bit Operations

This article is a part of Algorithms in Go series where we discuss common algorithmic problems and their solution patterns.In this edition, we take a closer look at bit manipulations. Bit operations can be extremely powerful and useful in an entire class of algorithmic problems, including problems that at first glance does not have to do anything with bits.Let's consider the following problem: six friends meet in the bar and... Read more

0

Habr
sl4v @ Habr 1 place · 04/08/2021 10:55 EDT

GDB Tutorial for Reverse Engineers: Breakpoints, Modifying Memory and Printing its Contents

GDB is THE debugger for Linux programs. It’s super powerful. But its user-friendliness or lack thereof can actually make you throw your PC out of the window. But what’s important to understand about GDB is that GDB is not simply a tool, it’s a debugging framework for you to build upon. In this article, I’m gonna walk you through GDB setup for reverse engineering and show you all of the... Read more

0

Habr
Ilya_Gainulin @ Habr 1 place · 04/06/2021 08:56 EDT

Pitfalls in String Pool, or Another Reason to Think Twice Before Interning Instances of String Class in C#

As software developers, we always want our software to work properly. We'll do everything to improve the software quality. To find the best solution, we are ready to use parallelizing or applying any various optimization techniques. One of these optimization techniques is the so-called string interning. It allows users to reduce memory usage. It also makes string comparison faster. However, everything is good in moderation. Interning at every turn is... Read more

0

Habr
ndal @ Habr 2 place · 04/05/2021 10:08 EDT

11 Kubernetes implementation mistakes – and how to avoid them

I manage a team that designs and introduces in-house Kubernetes aaS at Mail.ru Cloud Solutions. And we often see a lack of understanding as to this technology, so I’d like to talk about common strategic mistakes at Kubernetes implementation in major projects. Most of the problems arise because the technology is quite sophisticated. There are unobvious implementation and operation challenges, as well as poorly used advantages, all of those resulting... Read more

0

Habr
aydu @ Habr 2 place · 04/05/2021 07:08 EDT

Go Quiz

In this series, we will be discussing interesting aspects and corner cases of Golang. Some questions will be obvious, and some will require a closer look even from an experienced Go developer. These question will help to deeper the understanding of the programming language, and its underlying philosophy. Without much ado, let's start with the first part.Value assignmentWhat value y will have at the end of the execution?func main() {... Read more

0

Habr
primetalk @ Habr 3 place · 04/05/2021 04:26 EDT

Build (CI/CD) of non-JVM projects using gradle/kotlin

In some projects, the build script is playing the role of Cinderella. The team focuses its main effort on code development. And the build process itself could be handled by people who are far from development (for example, those responsible for operation or deployment). If the build script works somehow, then everyone prefers not to touch it, and noone ever is thinking about optimization. However, in large heterogeneous projects, the... Read more

0

Most popular sources

  • You see 374 news out of 374.
  • Sources 63 out of 63.
Business Insider 32% 9
Eurogamer.net 12% 3
MacRumors 12% 11
Gizmodo 9% 17
Tom's Hardware 7% 1
View sources »

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

06.10.2024 20:28
Last update: 20:05 EDT.
News rating updated: 03:20.

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