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

News from Habr


Week's most reacted
16.09.2024 − 22.09.2024
Habr
dev_family @ Habr 1 place · 09/20/2024 05:27 EDT

React Native Splash Screen — support for different themes

Hi all! The dev.family team is in touch. In this article, we are sharing a short guide on how to install Splash Screen in a cross-platform app written in React Native with support for multiple themes.Splash screen is the first screen that users see before loading into the main application. This screen is perhaps the best way to make the name of your app, and in general, its entire name,... Read more

0

Fresh news
Other news
older that 24 hours
Habr
urusoff @ Habr 3 place · 06/13/2023 09:20 EDT

Spring Reactor Mono::block deadlock

Faced with the situation when calling Mono::block leads to deadlock - in debug I can just see how it stands on Unsafe::park and no more movement at all. Mono::block deadlock? Read more

0

Habr
poo_factor @ Habr · 06/12/2023 16:58 EDT

Uniform gravity, can it exist?

V. Komen, I. TikhonenkovGood morning! You've woke up. Having prepared coffee and toasts of bread you are drifting from a kitchen to a table before a large wall TV. The left hand keeps a small plate with toasts and the right one controls coffee level within your beloved mug. The life is plotted out for ten seconds to come. But Ervin is already worried that you, as usual, made conspiracy... Read more

0

Habr
saigz @ Habr 1 place · 06/10/2023 13:07 EDT

[Translation] What is it about IT. And when will it all end

Yes, we need ITThe foundation of our civilization is tools. We didn't just evolve to a state that allowed us to use them, we began to improve them ourselves. The tools are becoming more intricate, more efficient and more perfect. It can be a hammer, an industrial robot, or a monetary relationship. Some of our tools are difficult to grasp or comprehend, they are more like an element or a... Read more

0

Habr
Sergey_Kovalenko @ Habr 1 place · 06/06/2023 10:48 EDT

[Translation] Affordable as a Bus, Comfortable as a Taxi: A Promising Type of Public Transport for Large and Medium-Sized Cities.Part3

Translation provided by ChatGPT, link to the original article in Russian Link to Part 1: «Preliminary Analysis» (ру / eng ) Link to Part 2: «Experiments on a Torus» (ру / eng ) Link to Part 3: «Practically Significant Solutions» (ру / eng ) Link to «Summary» (ру / eng )1 Playing Diplomacy 1.1 What this work is about You're reading the third and final article in a series dedicated... Read more

0

Habr
radhold @ Habr 3 place · 06/06/2023 07:19 EDT

CI/CD for iOS-projects: device or cloud? What’s better, Doubletapp’s take

Hey, Habr! I’m Yaroslav Fomenko, Doubletapp iOS-developer. After our IOS department deployed our CI/CD on a Mac Mini, we got an idea of scaling and encapsulating it. So we started researching ways to do it. First we thought of Docker, but there was neither enough info about it nor any other possible ways. In this article, we’ll look at all possible solutions we found for the deployment of Gitlab CI/CD... Read more

0

Habr
radhold @ Habr 2 place · 06/06/2023 07:19 EDT

How to set up Gitlab CI/CD with Fastlane for iOS-project on a Mac mini

Hello, everyone! I’m Yaroslav Fomenko, Doubletapp iOS-developer. Since the end of May, my department colleague and I have been working on implementation, improvement, and scaling of CI/CD for our projects. In this article, we want to share a guide on preparing the Xcode project and setting up runners, scripts, and configs, as well as explain how CI/CD helps us.To learn how and why we decided to use a Mac mini... Read more

0

Habr
hngivan @ Habr · 06/06/2023 05:20 EDT

The Growing Field of Fraud Prevention: Insights and Career Opportunities

Hi Everyone,I would like to draw your attention to some key insights from two comprehensive reports, shedding light on the importance of fraud prevention as a burgeoning field with substantial job prospects. The original reports can be accessed through the link provided at the end of this message.Firstly, let's consider a couple of significant events from the previous year that remain highly relevant. Retail e-commerce sales surged to a staggering... Read more

0

Habr
Sergey_Kovalenko @ Habr 1 place · 06/06/2023 03:47 EDT

[Translation] Affordable as a Bus, Comfortable as a Taxi: A Promising Type of Public Transport for Large and Medium-Sized Cities.Part2

(Jean-Claude Mézières) Translation provided by ChatGPT, link to the original article in Russian Link to Part 1: «Preliminary Analysis» (ру / eng ) Link to Part 2: «Experiments on a Torus» (ру / eng ) Link to Part 3: «Practically Significant Solutions» (ру / eng ) Link to «Summary» (ру / eng )Experiments on the Torus This is the second part of a study dedicated to exploring new public transportation... Read more

1

Habr
profleaddev @ Habr · 06/06/2023 02:52 EDT

How did I increase the website performance score from 35 to 100 for both mobile and desktop?

Not long ago, I started my personal blog. Instead of opting for the traditional route of using the popular WordPress CMS for blogs, I decided to embrace new technologies. My choice landed on Next.js and a NoSQL-type database. Read more Read more

0

Habr
poo_factor @ Habr · 06/06/2023 02:47 EDT

Uniform gravity, can it exist?

Uniform gravity, can it exist?1. The motion of a free particle-like catV. Komen, I. TikhonenkovGood morning! You've woke up. Having prepared coffee and toasts of bread you are drifting from a kitchen to a table before a large wall TV. The left hand keeps a small plate with toasts and the right one controls coffee level within your beloved mug. The life is plotted out for ten seconds to come.... Read more

0

Habr
Sergey_Kovalenko @ Habr 1 place · 06/04/2023 12:00 EDT

[Translation] Affordable as a Bus, Comfortable as a Taxi: A Promising Type of Public Transport for Large and Medium-Sized Cities.Part1

(Jean-Claude Mézières) Translation provided by ChatGPT, link to the original articleLink to Part 2: «Experiments on a Torus»Link to Part 3: «Practically Significant Solutions»Link to «Summary»1. About this series of articles 1.1 Central result If I haven't made a critical mistake, I have discovered an astonishing passenger transportation scheme with unique characteristics. Imagine this scenario: you are in a big city and need to get from point A to point... Read more

0

Habr
Z1at @ Habr 1 place · 06/02/2023 14:13 EDT

Pixel image rotation

Brief problem formulationThe program accepts as input the absolute path to the image in the bmp extension and the path where you save the result of the work. Then, it rotates the image by 90 degrees counterclockwise. Afterwards, the program saves the new image. The program is executed on C.  BMP file structure            BMP-file comprises the heading (it weighs 14 bytes) and the raster array (it weighs 40 bytes). I... Read more

0

Habr
d0nsergi0 @ Habr 1 place · 06/01/2023 13:36 EDT

[Translation] How we built a Cyber Immune product using an open source library: stages, pitfalls, solutions

Do you remember how, even before the pandemic set in, companies were striving to provide secure perimeter access for their telecommuters? Especially if super sensitive data was involved such as accounting information or corporate documents. The solutions were complex, bulky and expensive. Can you imagine just how critical it has become now?! My name is Sergey Yakovlev, and I'm the head of the Kaspersky Thin Client project based on our... Read more

0

Habr
kaze_no_saga @ Habr 2 place · 06/01/2023 08:27 EDT

[Translation] PostgreSQL 16: Part 5 or CommitFest 2023-03

The end of the March Commitfest concludes the acceptance of patches for PostgreSQL 16. Let’s take a look at some exciting new updates it introduced.I hope that this review together with the previous articles in the series (2022-07, 2022-09, 2022-11, 2023-01) will give you a coherent idea of the new features of PostgreSQL 16. Read more Read more

0

Habr
Sergey_Kovalenko @ Habr 1 place · 06/01/2023 05:20 EDT

[Translation] «Promising Public Transportation for Large and Medium-Sized Cities» — the main idea in a brief summary

(источник) Translated into English with the help of ChatGPT, link to the original article. I recently published a series of articles titled 'As Cheap as a Bus, as Convenient as a Taxi...':1) «Preliminary Analysis»2) «Experiments on the Torus»3) «Practically Significant Solutions» (these articles are currently available only in Russian) dedicated to making public transportation in large cities completely seamless, without the need for transfers. In the last article of the... Read more

1

Habr
Z1at @ Habr 2 place · 05/31/2023 07:45 EDT

Blinking into Morse code

Explaining main algorithm.For a while I’ve been thinking of writing a scientific article. I wanted it to have certain utility. Morse code is binary: it takes only two values – either dot (short) or hyphen (long). I figured out that short (s) can stand for two-eye blinking whilst long (l) can indicate left-eye blinking. Another question emerged: how to understand when does one-symbol recording stop? Empty space between two symbols... Read more

0

Habr
nikit34 @ Habr 2 place · 05/30/2023 21:49 EDT

Multithreaded FTP client

Task: To provide automation for transfer of large number of files.Source - computer with autotest codebase. Receiver - gateway for industrial data processing. Test receiver - second PC with installed vsftpd service. Read more Read more

0

Habr
urusoff @ Habr 3 place · 05/30/2023 10:11 EDT

Apply «capital letters jam» for generic type parameters

There are such types in Java - called "Generics". And the point here is that there is a convention for naming generic type parameters WITH ONE CAPITAL LETTER.But we have found much more readable approach! Capital letters jam technique? Read more

0

Habr
AmiraB2 @ Habr 3 place · 05/30/2023 03:53 EDT

Feature Engineering: Techniques and Best Practices for Data Scientists

The most important stage in the data science process is feature engineering, which entails turning raw data into useful features that might enhance the performance of machine learning models. It calls for creativity, data-driven thinking, and domain expertise. Data scientists can improve the prediction capability of their models and find hidden patterns in the data by choosing, combining, and inventing relevant features. Handling missing data, scaling features, encoding categorical variables,... Read more

0

Habr
princessafia @ Habr 1 place · 05/28/2023 17:28 EDT

Errors in designing online stores: TOP-10 for the homepage and catalog

Hello, in this article, I discuss the top mistakes that can cause businesses to lose money based on around 50 audits of online stores. I provide examples and explain using research.In my work, I focus on CX, customer experience. I make the design not only visually appealing but also functional. It's important for the shopper to easily navigate the store, find the desired products, and not get distracted from making... Read more

0

Most popular sources

  • You see 627 news out of 627.
  • Sources 63 out of 63.
Business Insider 44% 12
Gizmodo 8% 5
CNET 7% 2
Eurogamer.net 4% 2
Tom's Hardware 4% 1
View sources »

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

28.09.2024 11:37
Last update: 11:20 EDT.
News rating updated: 18:32.

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