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
aydu @ Habr 3 place · 01/25/2021 02:32 EDT

Algorithms in Go: Merge Intervals

This is the third part of a series covering the implementation of algorithms in Go. In this article, we discuss the Merge Interval algorithm. Usually, when you start learning algorithms you have to deal with some problems like finding the least common denominator or finding the next Fibonacci number. While these are indeed important problems, it is not something that we solve every day. What I like about the Merge... Read more

0

Habr
varunbhagat1 @ Habr 2 place · 01/24/2021 23:16 EDT

Revealed: 7 Top Web Development Companies & Trends for 2021

As we enter a new decade, the IT industry has also encountered many loopholes that we must work on. Seeing this, hundreds of motivated young minds have decided to become entrepreneurs. But is it so easy to succeed in a world where competition is already so high? Bluntly, the answer is NO. It is not easy to be successful, and the reason for these startups' failure is the lack of... Read more

1

Habr
gbondarchuk2019 @ Habr · 01/24/2021 18:13 EDT

[Translation] Architectural approaches to authorization in server applications: Activity-Based Access Control Framework

This article is about security. I’ll focus on this in the context of web applications, but I’ll also touch on other types of applications. Before I describe approaches and frameworks, I want to tell you a story.BackgroundThroughout my years working in the IT sphere, I’ve had the opportunity to work on projects in a variety of fields. Even though the process of authenticating requirements remained relatively consistent, methods of implementing... Read more

0

Habr
FizpokPak @ Habr · 01/24/2021 13:59 EDT

Coins Classification using Neural Networks

See more at robotics.snowcron.com This is the first article in a serie dedicated to coins classification.Having countless "dogs vs cats" or "find a pedestrian on the street" classifiers all over the Internet, coins classification doesn't look like a difficult task. At first. Unfortunately, it is degree of magnitude harder - a formidable challenge indeed. You can easily tell heads of tails? Great. Can you figure out if the number is... Read more

0

Habr
ipolynkina @ Habr 1 place · 01/22/2021 04:17 EDT

How PVS-Studio Checked ELKI in January

If you feel like the New Year just came, and you missed the first half of January, then all this time you've been busy looking for tricky bugs in the code you maintain. It also means that our article is what you need. PVS-Studio has checked the ELKI open source project to show you errors that may occur in the code, how cunningly they can hide there, and how you... Read more

0

Habr
MihailAndreev @ Habr 2 place · 01/21/2021 08:03 EDT

Опционы: расчет одношаговой биномиальной модели. Ликбез для гика, ч. 8

Это третья часть рассказа про опционы, где мы поговорим про биномиальную модель, риск-нейтральную меру и разберёмся, как рассчитать цену опциона. Читать далее Read more

0

Habr
Artem_zin @ Habr 3 place · 01/21/2021 06:53 EDT

пост для мотивации: как я инвестирую в акции

дисклеймерэтот документ не является финансовым советом, прост личные мысли по поводу инвестиций, компаний почему я инвестирую в компании, а не крипту/недвиж/крышечки от пива (крипта, недвиж и крышечки у меня, конечно, есть): цель коммерческих компаний — зарабатывать деньги, цель валюты/крышечек — быть средством обмена, а недвиж/etc — заморозить $ где-то вокруг инфляции, ну или как-то так, я инженер, а не экономист, сильно не бейте ¯*(ツ)*/¯ мои принципы инвестирования оч простые: Read... Read more

0

Habr
SvetBolgova @ Habr 3 place · 01/21/2021 03:25 EDT

CRISPR для чайников, или Краткая справка по быстрому редактированию ДНК

Возможность изменять фрагменты ДНК всегда была святым Граалем биотехнологии и медицины. CRISPR позволяет делать это с невиданной ранее скоростью и эффективностью. Считайте, что биологи раньше работали на пишущей машинке, а благодаря CRISPR в одночасье пересели на MacBook. Не зря открытие этого метода в 2020 году удостоилось Нобелевской премии по химии.Под катом — рассказ о появлении CRISPR, принципах работы и применении в настоящем и будущем. Да, вы все верно поняли, это... Read more

0

Habr
glebmachine @ Habr · 01/21/2021 01:14 EDT

Вам показалось! Все о Perceived Performance

Перед вами быстрый, удобный и отзывчивый сайт? Возможно, это не результат плодотворной работы множества людей, а всего лишь набор психологических и инженерных трюков, направленных на улучшение Perceived Performance.В большинстве случаев с ростом реальной производительности улучшается и Perceived Performance. А когда реальная производительность не может быть с легкостью увеличена, существует возможность поднять видимую. В своем докладе на Frontend Live 2020 бывший разработчик Avito Frontend Architecture Алек Read more

0

Habr
Andrey2008 @ Habr · 01/20/2021 07:49 EDT

Espressif IoT Development Framework: 71 Shots in the Foot

One of our readers recommended paying heed to the Espressif IoT Development Framework. He found an error in the project code and asked if the PVS-Studio static analyzer could find it. The analyzer can't detect this specific error so far, but it managed to spot many others. Based on this story and the errors found, we decided to write a classic article about checking an open source project. Enjoy exploring... Read more

0

Habr
alex_29 @ Habr · 01/20/2021 06:33 EDT

[Translation] Creating Node.JS web server application with Express, Typescript, Jest, Swagger, log4js and routing-controllers

This is a step by step instruction for creating Node.JS web server application with typescript and express. Creating of new web application on Node.JS is is not making often, so the steps how to do it can be forgotten. So this article is a kind of reminder for me and other developers. Also I added in article links to video clips for more clarification. Here I show how to create... Read more

0

Habr
kryma @ Habr · 01/20/2021 04:16 EDT

Doing «Data Science» even if you have never heard the words before

There’s a lot of talk about machine learning nowadays. A big topic – but, for a lot of people, covered by this terrible layer of mystery. Like black magic – the chosen ones’ art, above the mere mortal for sure. One keeps hearing the words “numpy”, “pandas”, “scikit-learn” - and looking each up produces an equivalent of a three-tome work in documentation.I’d like to shatter some of this mystery today.... Read more

0

Habr
parthiba @ Habr · 01/19/2021 09:57 EDT

Top 10 Best Voice Chat APIs [2021] for Mobile & Web Apps

Voice calling plays a crucial role in personal and professional communication. Be it a friendly conversation among classmates or a business deal between companies – voice calling has been the most easy, convenient, and affordable way to communicate for decades. Thus, communication corporations and developers have brought in innovative ways to integrate their Application Programming Interfaces (APIs) and invent newer ways of voice communication. Read More Read more

0

Habr
turSystem @ Habr 2 place · 01/19/2021 03:07 EDT

What is one of the most common mistakes beginner developers make

It may seem that when you are a beginner, you'll do simple things only. No need to learn data structures and algorithms. No need to understand Big O notation, complexity and stuff like that. This couldn't be further away from the truth!In 2008, when I just started learning to program, I spent a lot of time reading books on PHP and MySQL. Months later, when I felt confident, I took... Read more

0

Habr
kopivan @ Habr 2 place · 01/18/2021 07:35 EDT

Ant Design component customization and bundle optimization

I'm Ivan Kopenkov, a senior front-end developer at Mail.ru Cloud Solutions. In this article, I will tell you about the approaches we have used for the UI library components customization. You will also learn how to significantly decrease bundle size, cutting off all the unnecessary modules Ant Design takes there.In our case, we are making wrappers for original Ant Design components inside the project, changing their appearance, and developing their... Read more

0

Habr
fralik @ Habr 1 place · 01/14/2021 08:21 EDT

CLIP from OpenAI: what is it and how you can try it out yourself

Neural networks (NN) and computer vision models in particular are known to perform well in specific tasks, but often fail to generalize to tasks they have not been trained on. A model that performs well on a food data may perform poorly on satellite images. A new model from OpenAI named CLIP claims to close this gap by a large margin. The paper Open AI wrote presenting CLIP demonstrates how... Read more

0

Habr
snakers4 @ Habr 2 place · 01/14/2021 02:09 EDT

Modern Portable Voice Activity Detector Released

Currently, there are hardly any high quality / modern / free / public voice activity detectors except for WebRTC Voice Activity Detector (link). WebRTC though starts to show its age and it suffers from many false positives.Also in some cases it is crucial to be able to anonymize large-scale spoken corpora (i.e. remove personal data). Typically personal data is considered to be private / sensitive if it contains (i) a... Read more

0

Habr
Shapelez @ Habr 3 place · 01/14/2021 01:45 EDT

10(+) years in the Labs

At the beginning of the year 2021, Qrator Labs is celebrating its 10 year anniversary. On January 19 our company marks the official passing of a formal 10 years longevity mark, entering its second decade of existence. Everything started a little bit earlier - when at the age of 10 Alex saw the Robotron K 1820 - in 2008, when Alexander Lyamin - the founder and CEO of Qrator Labs,... Read more

0

Habr
varunbhagat1 @ Habr · 01/14/2021 01:16 EDT

Flutter 1.22 Launched: Will it be a Gain or Pain for Businesses?

Flutter with extensive support from iOS14 and Android 11 released its newest version 1.22 in October last year. The release is primarily meant to focus on the fact that Android 11 and iOS14 works great with Flutter. Businesses are still in a dilemma to choose the best cross-platform framework between Flutter and React Native. But with the release of Flutter 1.22, they have realized that Flutter must be the top... Read more

0

Habr
art22m @ Habr 1 place · 01/12/2021 10:58 EDT

Passcode Data Protection by Using FPGA and Verilog

There are many situations when you need to protect your data, and different tools can be used to do that. For example, a safe. We develop a passcode data protection mechanism by using an FPGA board and Quartus Prime software. It allows demonstrating the basic concepts of a combination lock such as entering data, setting and checking a passcode, and displaying data. Read more Read more

0

Most popular sources

  • You see 517 news out of 517.
  • Sources 63 out of 63.
Business Insider 30% 9
Android Authority 13% 11
Tom's Hardware 9% 2
CNET 8% 5
Eurogamer.net 5% 0
View sources »

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

30.09.2024 09:35
Last update: 09:30 EDT.
News rating updated: 16:31.

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