Habr

News from Habr


Week's most reacted
23.09.2024 − 29.09.2024
Habr
profleaddev @ Habr 1 place · 09/23/2024 08:08 EDT

Replit 101: Learn to Use Replit Agent and Deploy Your First App

Did you know that coding tools have evolved so rapidly that they're now shaping the future of programming itself? As technology advances, platforms like Replit are leading the charge, making coding more accessible and collaborative than ever before. In this article, I'll show you what Replit is and how to use it. Read more Read more

0

Fresh news
Other news
older that 24 hours
Habr
SamDark @ Habr 1 place · 04/30/2021 06:51 EDT

Мир изменился — CQRS и ES встречаются в PHP чаще, чем кажется

Motors стала предлагать разноцветные модели Chevrolet, Pontiac, Buick, Oldsmobile и Cadillac — и не прогадала. Глядя на это, даже упрямый Форд изменил свое мышление  — и разработал новый Ford A, вернувший его на автомобильный Олимп. Бывают времена, когда парадигма мышления должна стать новой — ибо человек умирает тогда, когда перестаёт меняться ©Генри Форд. Пришло время и для разработчиков. Command Query Responsibility Segregation (CQRS) и Event Sourcing (ES) уже не миф... Read more

1

Habr
lucius @ Habr 2 place · 04/30/2021 03:19 EDT

[Translation] Only 39% of the functions in node_modules are unique in the default Angular project

Only 39% of the functions in node_modules are unique in the default Angular project created by ng new my-app.I think the developers of open source solve problems in the same ways, because they study the same algorithms. Well, why be honest, they copy the popular solutions from StackOverflow also. Read more → Read more

1

Habr
Dradmin @ Habr 3 place · 04/30/2021 01:33 EDT

MySQL 8 Performance Benchmark

In this article, we benchmark the performance of MySQL 8 default configuration vs. innodb_dedicated_server enabled configuration vs. the configuration recommended by MySQL Performance Tuning Service. Read more Read more

0

Habr
32bit_me @ Habr 1 place · 04/27/2021 14:45 EDT

On commutativity of addition

Does an assembly change, if we write (b + a) instead (a + b)? Let's check out. Let's write:__int128 add1(__int128 a, __int128 b) { return b + a; } and compile it with risc-v gcc 8.2.0:Read more → Read more

0

Habr
Andrey2008 @ Habr 2 place · 04/27/2021 08:50 EDT

PVS-Studio Learns What strlen is All About

Somehow, it so happens that we write about our diagnostics, but barely touch upon the subject of how we enhance the analyzer's internal mechanics. So, for a change, today we'll talk about a new useful upgrade for our data flow analysis. Read more → Read more

0

Habr
alexpatel @ Habr 1 place · 04/26/2021 05:29 EDT

Flitter Your Business With AI Integrated Flutter App Development

As we all are aware of the fact that the digital market is heavily leaning towards a reliable UX-driven process, app development has become quite complex, especially for targeting the industry for mobile platforms.For every organization, creating a product that is beneficial for their customer needs always comes up with a plethora of challenges. From the technical point of time, there are various challenges that every business faces, including selecting... Read more

0

Habr
aydu @ Habr 2 place · 04/26/2021 03:11 EDT

Go Rant

In this series, I would like to discuss some reaches of Go programming language. There is no shortage of Go-Language-Of-Cloud style articles in which you can explore the great benefits that Go indeed provides. However, there are lees to every wine, and Go does not go without blemish. In this highly opinionated series, we cover some controversies and, dare I say, pitfalls of the original Go design.We start tough and... Read more

0

Habr
hetmansoftware @ Habr 3 place · 04/25/2021 16:22 EDT

How to Recover NAS/SAN Data, and Configure a Network-Attached Storage System

Are you looking for a solution to recover data from a hard disk within a network storage system like SAN or NAS? If you need to recover lost data from partitions using such file systems as NTFS, FAT, exFAT, ReFS, HFS+, Ext2/3/4, ReiserFS – try Hetman Partition Recovery. It will quickly scan your disk and display the available data on the screen, so you will only have to select the... Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/24/2021 16:17 EDT

How to Recover a Crashed RAID 5EE After Controller Failure or Multiple Disk Failure

How to recover data from a RAID array with a dead controller? How to create a RAID 5EE storage system with an Adaptec ASR-6805T controller? What to do if one or several disks within the array break down? How to replace an inoperable drive? How to recover the lost information after a controller error? Read this article for extended explanations, and learn the sequence of steps you need to take... Read more

0

Habr
SergeyBPshenichnikov @ Habr 1 place · 04/23/2021 06:01 EDT

[Translation] Context category

The mathematical model of signed sequences with repetitions (texts) is a multiset. The multiset was defined by D. Knuth in 1969 and later studied in detail by A. B. Petrovsky [1]. The universal property of a multiset is the existence of identical elements. The limiting case of a multiset with unit multiplicities of elements is a set. A set with unit multiplicities corresponding to a multiset is called its generating... Read more

0

Habr
hetmansoftware @ Habr 2 place · 04/22/2021 15:54 EDT

Top Data Recovery Tools for Linux File Systems – Ext4/3/2

Read this article to learn more about top tools to recover data lost from partitions on a disk with Ext4/3/2 file system used by Linux. We will explore thoroughly what each data recovery tool can do.Read more → Read more

0

Habr
ValeryKomarov @ Habr 3 place · 04/22/2021 08:09 EDT

Roslyn API: Why PVS-Studio Was Analyzing the Project So Long

How many of you have used third-party libraries when writing code? It's a catchy question. Without third-party libraries the development of some products would be delayed for a very, very long time. One would have to reinvent the wheel to solve each problem. When you use third-party libraries you still stumble upon some pitfalls in addition to obvious advantages. Recently PVS-Studio for C# has also faced one of the deficiencies.... Read more

0

Habr
hetmansoftware @ Habr 1 place · 04/21/2021 16:59 EDT

Browser Won’t Open Websites: Proxy Server Connection Error

Read this article to find out what to do if your browser won’t open websites, while Skype, cloud services and other Internet applications do not seem to have any problems.Read more → Read more

0

Habr
Firensis @ Habr 2 place · 04/21/2021 08:38 EDT

Finally! PVS-Studio Supports .NET 5 Projects

On November 10th, 2020, Microsoft released a new version of .NET Core - .NET 5. The updated platform presents many new enhancements. For example, it allows C# developers to use features the new C# 9 offers: records, relational pattern matching, etc. Unfortunately, there was a disadvantage: PVS-Studio could not analyze these projects. However (and here's the good news)... That used to be the case :) Our next release, PVS-Studio 7.13,... Read more

0

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

Most popular sources

  • You see 354 news out of 354.
  • Sources 63 out of 63.
Business Insider 48% 11
CNET 11% 4
Tom's Hardware 9% 6
Eurogamer.net 5% 3
Android Authority 4% 1
View sources »

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

30.09.2024 01:22
Last update: 01:15 EDT.
News rating updated: 08:10.

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