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
quaer @ Habr · 10/29/2020 09:38 EDT

In-The-Loop Low-pass Filter

If you look through datasheets you will find a strange circuit used in front of some ADCs. It looks like a low-pass filter, but you will not find this topology in books. Let’s try to figure out what it is, how it works and how to design it.Read more → Read more

0

Habr
NIX_Solutions @ Habr · 10/29/2020 02:58 EDT

Technical Challenges of VuzeCamera (iOS) — First-ever 3D VR Movie Shot in Space

VuzeCamera is the first consumer 360° 3D camera and a new dual-camera that gives anyone the power to create and share immersive experiences in 360° or VR180° (3D) Photo and Video. This device is regularly ranked in the top selections of the best cameras, it’s been praised by numerous reviews, and a couple of years ago the Vuze camera went to the International Space Station to shoot the first-ever 3D... Read more

0

Habr
Andrey2008 @ Habr · 10/27/2020 07:36 EDT

Checking Clang 11 with PVS-Studio

Every now and then, we have to write articles about how we've checked another fresh version of some compiler. That's not really much fun. However, as practice shows, if we stop doing that for a while, folks start doubting whether PVS-Studio is worth its title of a good catcher of bugs and vulnerabilities. What if the new compiler can do that too? Sure, compilers evolve, but so does PVS-Studio –... Read more

0

Habr
nikolz @ Habr · 10/26/2020 00:53 EDT

Уменьшаем потребление ESP8266 при автономной работе с датчиками

Вот уже более пяти лет WiFi модули на основе SOC ESP8266(ESP8285) успешно используются в автономных устройствах для измерения различных параметров объектов и окружающей среды с передачей по WiFi полученных данных. В заметке «Как уменьшить потребление wifi модулей в десять и более раз» (https://habr.com/ru/post/480316/) рассказывал о некоторых способах уменьшения времени активности WiFI сеанса таких модулей, что позволяет существенно сократить потребление энергии во время передачи данных. При этом типовое в Read more

0

Habr
VTB @ Habr · 10/22/2020 08:42 EDT

Использовать время: зачем ВТБ новый кредитный конвейер на микросервисах

«Успешные люди вырываются вперёд, используя то время, которые остальные используют впустую», — говорил (так пишут в интернете) изобретатель конвейера Генри Форд. Как микросервисы и графовая платформа помогают экономить время в новом кредитном конвейере ВТБ, читайте под катом. Читать далее Read more

0

Habr
Andrey2008 @ Habr · 10/22/2020 04:39 EDT

Checking a Header-Only C++ Library Collection (awesome-hpp)

Somehow, we've happened to check most of the libraries making up a collection called "Awesome hpp". These are small header-only projects in C++. Hopefully, the information about the bugs we've found will help make the libraries better. We'll also be happy to see the developers use PVS-Studio on a regular basis thanks to the free-license option we provide.Read more → Read more

0

Habr
ShifaMartin @ Habr · 10/21/2020 07:17 EDT

5 Most Popular IT Outsourcing Software Development Companies in India

The global IT outsourcing market generated a revenue of $520.74 billion in 2019 and it is expected to surge at a CAGR of 7.7% during the 2020-2027 period. The immense growth of the market is due to the growing popularity of outsourcing software development companies across the globe. In fact, in 2018, India dominated the global IT outsourcing market with a 67.0% share and the Indian IT sector generated a... Read more

0

Habr
vkhanieva @ Habr · 10/21/2020 03:08 EDT

Amnesia: The Dark Descent or How to Forget to Fix Copy Paste

Just before the release of the "Amnesia: Rebirth" game, the vendor "Fractional Games" opened the source code of the legendary "Amnesia: The Dark Descent" and its sequel "Amnesia: A Machine For Pigs". Why not use the static analysis tool to see what dreadful mistakes are hidden in the inside of these cult horror games?Read more → Read more

0

Habr
sergbe @ Habr · 10/19/2020 12:21 EDT

Is headless e-commerce right for your business?

Headless e-commerce is a hot topic in the media and industry events. Business owners who learn more about headless eCommerce (usually called “headless commerce”) start feeling uncomfortable, not understanding whether it is sufficiently important to implement it or not. No one wants to stay behind with technology, but retailers do not have money left for unnecessary toys either. Let's have a look for possible benefits and pitfalls. Read more → Read more

0

Habr
ShifaMartin @ Habr · 10/19/2020 11:17 EDT

How to Develop Dating Mobile App like Tinder?

During the COVID 19 pandemic, majorly single people are getting bored the most by sitting at home and just doing work from home; that's why they are searching for the alternatives to be busy and entertained.This is the main reason why dating apps like tinder usage is increasing day by day.  Read More Read more

1

Habr
upronin @ Habr · 10/19/2020 07:47 EDT

The work on the historical development plan case Vladimir city (Russia)

I am a russian cartographer Alexander Pronin and I am going to tell you how we together with my colleague Nikita Slavin, a map of the age of the houses of the city of Vladimir was created.Data For the layer with buildings I used a free map from OpenStreetMap. This layer contains the address, which is divided into columns, names of the objects and numbers of storeys. I collect data... Read more

0

Habr
kristencarter7519 @ Habr · 10/19/2020 06:25 EDT

5 Thought-Provoking Use Cases Of Blockchain In Diverse Industries

Blockchain is a decentralized technology that maintains a record of all transactions occurring over a peer-to-peer network. Due to Blockchain's several different high-level use cases, numerous industries described Blockchain as the 'magic beans.' Blockchains store the record in a decentralized system that is interconnected. This technology lessens vulnerability and enhances transparency in all industrial sectors as information is stored digitally, and it does not have any centralized point to carry... Read more

0

Habr
GGribkov @ Habr · 10/19/2020 03:43 EDT

Checking the Code of DeepSpeech, or Why You Shouldn't Write in namespace std

DeepSpeech is an open-source speech recognition engine developed by Mozilla. It's pretty fast and ranks high, which makes its source code an interesting target for static analysis. In this article, I'll show you some of the bugs found in DeepSpeech's C++ code. Introduction We have already scanned a few projects based on machine learning before, so there was nothing new about DeepSpeech to us in this respect. No wonder since... Read more

0

Habr
Andrey2008 @ Habr · 10/16/2020 03:29 EDT

Part 2: Upsetting Opinions about Static Analyzers

By writing the article "Upsetting Opinions about Static Analyzers" we were supposed to get it off our chest and peacefully let it all go. However, the article unexpectedly triggered robust feedback. Unfortunately, the discussion went in the wrong direction, and now we will make a second attempt to explain our view of this situation.Read more → Read more

0

Habr
ShifaMartin @ Habr · 10/16/2020 01:42 EDT

How To Build a Password Management Software Using JAVA?

In this digital world, people prefer to work remotely. There are numerous tasks that each of us goes through every day. If I talk about an application's usage, then it has been predicted that there will be a 25% increase in global app downloads between 2018 and 2022. But it can be quite challenging for organizations to maintain and create multiple passwords. Hence, a password management software can be a... Read more

0

Habr
olegchir @ Habr · 10/15/2020 09:48 EDT

Distributed File Systems

The Big Data Tools plugin seamlessly integrates HDFS into your IDE and provides access to different cloud storage systems (AWS S3, Minio, Linode, Digital Open Space, GS, Azure). But is this the end? Have we implemented everything and now progress has stopped? Of course not.In this short digest, we'll take a look at 15 popular distributed file systems available on the market and try to get a sense of their... Read more

0

Habr
PatriciaNeil @ Habr · 10/15/2020 03:57 EDT

7 Best Practices Every Budding React.JS Developer Must Follow to Excel

With the advancement in web technology, the entire globe is sliding towards the online tech sphere. The globe around us is going tech-centric day by day and thus the demand for front-end designers and developers also. Whatever, be the purpose, people just google things and get their desired result. This is all because of the increase in the evolution of web and mobile app development. While we all know that... Read more

0

Habr
Yardanico @ Habr · 10/14/2020 14:31 EDT

What are ARC and ORC in Nim?

Hello everyone! In this post, I'll try to explain what are ARC and ORC and how they will affect performance or other aspects of Nim. I won't dive too much into writing Nim code with ARC/ORC in mind, but rather give a more-or-less high-level explanation. Read more → Read more

0

Habr
Hirrolot @ Habr · 10/14/2020 02:12 EDT

Металингвистический совратитель. Опус I: Предварительные ласки

>> Осторожно, модерн! 2 — 0.1. Спор на баксы и девчонокПредисловиеСистема макросов добавлена в язык программирования Си с целью абстрагирования часто повторяющихся синтаксических конструкций, и как следствие — снижения ментальной нагрузки при чтении и написании исходного кода.Но не всё так радужно… после моих экспериментов в написании нетривиальных метапрограмм на связке Boost/Preprocessor + Boost/VMD я осознал, что с текущими ограничениями удобное и предсказуемое метапрограммирование препроцессора — нечто Read more

0

Habr
Kate_Milovidova @ Habr · 10/13/2020 02:56 EDT

Organizing Content on Our Blog with Tags

As you know, we regularly post new content on programming and various interesting events from our company's life on our blog. The range of topics is expanding, and the number of articles is growing, so at some point, we started to attach tags to our posts so that you could quickly find content on topics you're interested in. Just click the appropriate tag and – presto! – a sorted list... Read more

0

Most popular sources

  • You see 651 news out of 651.
  • Sources 63 out of 63.
Business Insider 27% 12
Gizmodo 16% 14
Android Authority 12% 12
TechRadar 5% 3
The Verge 4% 1
View sources »

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

30.09.2024 13:16
Last update: 13:12 EDT.
News rating updated: 20:11.

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