Habr

@habr_eng


Habr.com ⬝ English edition

Habr

21 Oct, 11:15


Machines are learning to lie: The Dark Side of Intelligent Systems

Recent research published in the journal Patterns has shown examples of how artificial intelligence systems are learning to manipulate information and deceive people. The concept of deception by AI dates back to Alan Turing's famous 1950 paper, which introduced the "Imitation Game" - a test that evaluates whether a machine can demonstrate human-like intelligence: https://u.habr.com/XEHCM

Habr

14 Oct, 13:07


Cloud Communications: Understanding UCaaS, CCaaS, and CPaaS

In today's world, where businesses increasingly rely on effective communication, cloud technologies offer a wide range of solutions to optimize interactions both within the company and with customers. Three of the most popular options are UCaaS, CCaaS, and CPaaS. While they all fall under the umbrella of cloud communications, their functionality and applications differ significantly. Let's delve into the details: https://u.habr.com/cq3yr

Habr

14 Oct, 09:07


"In this article, I'm going to show you how you can easily transcribe audio and video files on your own computer using Whisper WebGPU — without an internet connection"

Transcribe Audio and Video Locally with Whisper WebGPU! No Internet Needed: https://u.habr.com/ffSqj

Habr

11 Oct, 12:54


Effective Monitoring with Firebase Performance for Flutter Apps

Firebase Performance offers a free, comprehensive solution for tracking app performance. As part of the Firebase suite, it provides seamless integration with other Firebase services like Crashlytics, making it easier to manage all performance and crash data in one place. This not only simplifies access but also streamlines team collaboration without the need to manage multiple platforms: https://u.habr.com/5xGYP

Habr

07 Oct, 13:53


ChatGPT Canvas: Your New Partner in Writing and Coding

OpenAI has recently launched a new feature called Canvas for ChatGPT, designed to enhance users' interactions with AI for writing and coding projects. This new interface aims to provide a more collaborative and interactive experience, moving beyond the traditional chat format. In this article, weI'll cover the top features of ChatGPT Canvas and see how to use it: https://u.habr.com/I4Pkk

Habr

07 Oct, 10:52


"While in 2024 using XML looks a bit outdated, it still happens. And sometimes it happens we are to deal with XML having "free-structure", i.e. it couldn't be parsed into tree of user-defined structs. For JSON there still is a way to parse it with a single call into map[string]any and work with it using careful type assertions. Regretfully, there is no similar feature for XML (in Golang). Here I'll draft suitable function and demonstrate it - both for others and for myself if I ever need this again (recreating it from scratch may be somewhat painful)"

XML parsing into plain Map in Golang: https://u.habr.com/EK5nQ

Habr

02 Oct, 07:55


How to bypass CAPTCHA: Breaking Down a Complex Process in the Simplest Terms

Bypassing a CAPTCHA isn't difficult if you're human. It's more challenging if you're a human with a bunch of accounts working autonomously (this is called automation): https://u.habr.com/xVSu8

Habr

30 Sep, 12:50


Modern X-ray detectors

The technology of the hybrid pixel detectors was developed in CERN for use in the main detector experiments of the Large Hadron Collider. Thanks to the Knowledge Transfer program this technology was shared to be used in practical and commercial use. This article is a very brief and surface level introduction to this technology: https://u.habr.com/kHMLE

Habr

30 Sep, 11:42


PostgreSQL 17: Part 5 or CommitFest 2024-03

Since the PostgreSQL 17 RC1 came out, we are on a home run towards the official PostgreSQL release, scheduled for September 26, 2024.

Let's take a look at the patches that came in during the March CommitFest: https://u.habr.com/wrgsY

Habr

24 Sep, 09:04


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, we'll see what Replit is and how to use it: https://u.habr.com/ji6xZ

Habr

20 Sep, 12:45


React Native Splash Screen — support for different themes

In this short guide, we will look at installing splash screens for iOS and Android using the react-native framework using the react-native-splash-screen library: https://u.habr.com/rRMz9

Habr

17 Sep, 16:33


Cursor AI: Revolutionize Your Coding

Today, we'll explore Cursor AI. Whether you're an experienced developer or a beginner, this article will be helpful because this tool will change how we code: https://u.habr.com/sr5nI

Habr

17 Sep, 14:34


"Recently I have bought starfive visionfive-2 SoC for my own experiments, honestly speaking
I am striving to work with risc-v. After some time I decided to share my experience"

Starfive visionfive 2 — home cookbook: https://u.habr.com/fkBDR

Habr

16 Sep, 12:13


How to bypass reCAPTCHA V2/V3 using code and another way

Let's find out how to bypass reCAPTCHA v2/v3 — automatically solve and pass Google reCAPTCHA using Python and Selenium, Puppeteer, JavaScript, PHP: https://u.habr.com/fIu4B

Habr

16 Sep, 08:09


15 quotes about artificial intelligence from world famous people

Over the past two years, artificial intelligence has become one of the main topics in the media and many famous people have expressed their thoughts on this topic. But if you start searching on the Internet for collections of quotes about AI, you will mostly find quotes from CEOs of multi-billion dollar companies, futurists and scientists conducting research in this field. Moreover, these collections are so similar to each other, which sometimes gives the impression that they were compiled by AI. In this article, the author has collected quotes from world famous people who are usually not included in such collections of quotes: https://u.habr.com/FzLbw

Habr

10 Sep, 09:10


Python Clean Code: Stop Writing Bad Code — Lessons from Uncle Bob

Are you tired of writing messy and unorganized code that leads to frustration and bugs? You can transform your code from a confusing mess into something crystal clear with a few simple changes. In this article, we'll explore key principles from the book "Clean Code" by Robert C. Martin, also known as Uncle Bob, and apply them to Python. Whether you're a web developer, software engineer, data analyst, or data scientist, these principles will help you write clean, readable, and maintainable Python code: https://u.habr.com/gmgnv

Habr

06 Sep, 08:56


Formal verification of smart contracts in the ConCert framework

In this article, we'll be continuing the discussion of methods and tools for the formal verification of smart contracts and their practical application to prevent vulnerabilities. The main focus will be on the deductive verification method, or more precisely, the ConCert framework for testing and verifying smart contracts: https://u.habr.com/daUOS

Habr

05 Sep, 12:34


Kata Containers for Docker in 2024

Kata Containers is actually now the main way to run containers in an isolated virtual machine for greater security. Let's find out how to install it for use with Containerd and Docker while still being able to switch between release versions: https://u.habr.com/wYzFd

Habr

05 Sep, 09:45


"I came across a script on the Internet that allows you to parse product cards from Amazon. And I just needed a solution to a problem like that"

Amazon parsing on easy level and all by yourself: https://u.habr.com/U6IRQ

Habr

02 Sep, 17:39


Character Creation Assistance, a hobby ML project

The task of building a character model is similar to face recognition one, which already has well-developed loss metrics based on convolutional networks and contrastive learning: https://u.habr.com/7M4Xz