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

News from Habr


Fresh news
Other news
older that 24 hours
Habr
Habr · 12/31/2023 11:24 EDT

Anti Aliasing Test on Anycubic Photon Mono 2

Hello everyone.Recently I was wondering if layering is normal for photopolymer printing.The main points in the comments on the forums were:1) This is normal; either the model itself is curvy or its positioning is wrong, etc.;2) The model should be sanded or primed to improve its look;3) It is worth trying to play with AA (Anti Aliasing).At the same time, the views on point 3 are quite opposite:1) Unlike Phrozen,... Read more

0

Habr
Habr · 12/31/2023 11:06 EDT

[Translation] Installing Orbiter V2.0 on Anycubic Vyper

This article describes how to install the Orbiter V2.0 feeder on the newer revisions of the Vyper, with the connector on the printhead with clamps.Since Anycubic Plus and Anycubic Max basically have the same printhead as Vyper, these instructions will work for them as well. In fact, Orbiter V2.0 can be installed on any FDM printer, be it Creality or Modix.There are a lot of options online for how to... Read more

0

Habr
Habr · 12/31/2023 04:19 EDT

FlashForge 3D Printers

The world of manufacturing has witnessed a paradigm shift with the advent of 3D printing technology. Initially perceived as a niche hobby for enthusiasts, it has burgeoned into a pivotal industry innovation, driving advancements across medical, aerospace, automotive, and consumer goods sectors. The technology's allure lies in its ability to transform digital blueprints into tangible objects layer by layer, offering unprecedented flexibility in design and production. Read more Read more

0

Habr
Habr · 12/31/2023 00:47 EDT

Why would a software engineer attend an FPGA hardware meetup at Hacker Dojo?

For the last 30 years digital chip design is not a schematic entry anymore: hardware engineers write code just like software engineers.The difference is that the code software engineer writes becomes a chain of CPU instructions stored in memory, while the code in a hardware description language (HDL) becomes the CPU itself, its transistors and metal connections. And not only a CPU: the same technique is used to design processor-less... Read more

0

Habr
Habr 1 place · 12/27/2023 09:17 EDT

Million Dollar IT Sale…..Lost

Lose Your Sale) How to lose an IT project sale. My name is Paul Karol and I work as a director in a Russian IT company that mostly sells their products into the American Market. What we will discuss today was so costly for that company that I want to share this knowledge so that it doesn't happen to other Russian IT companies. Case StudyToday I want to tell you... Read more

0

Habr
Habr 1 place · 12/25/2023 05:06 EDT

When It's Important to Stop Your Team's Engineers from Writing Code

Launching a startup often means navigating through stringent constraints, particularly in the early stages where resources are limited. For technical founders, who usually possess deep expertise in certain technical domains, the inclination might be to hire a team of senior engineers—considering you often end up with only one expert in each domain, it might be risky to delegate entire segments to junior specialists.This situation typically leads to a small team... Read more

0

Habr
Habr 2 place · 12/25/2023 03:10 EDT

Thoughts and short notes (in go) after reading «Clean Code»

Clean GoHey guys, I recently dove into 'Clean Code' by Robert C. Martin and found some valuable insights. The book is originally in Java, but I decided to reinterpret the principles in Go. Here's my take on the clean code concepts and how they can improve our coding practices.1. Clean Code The gist: Clean code is more than just working code; it's code that other developers can easily read, understand,... Read more

0

Habr
Habr 3 place · 12/25/2023 02:11 EDT

Trade bot python setup (using Binance API), Vol 1

Trading robots are conquering the Wall Street! Learn how to create your first automated python trading bot.We present a fully functioning trading bot pipeline on python using the Binance API. Starting with the general introduction, we provided a comprehensive overview of main API calls and their implementation on python. After this we show a fully functioning python code presenting a basic trading bot with core features using static channel breakout... Read more

0

Habr
Habr · 12/24/2023 17:09 EDT

AI in Postman

Experience turbocharged API testing using Postman's AI-driven assistant. In this article, you will learn how to deploy a project using docker-compose, perform requests, and create tests utilizing artificial intelligence. Read more Read more

0

Habr
Habr · 12/24/2023 09:32 EDT

Best SLA 3D Printers

StereoLithography Apparatus, or SLA 3D printing, is a form of additive manufacturing technology used for creating models, prototypes, patterns, and production parts in a layer by layer fashion using photopolymerization. Photopolymerization is a process by which light causes chains of molecules to link together, forming polymers, which then make up the body of a three-dimensional solid. Read more Read more

0

Habr
Habr 1 place · 12/22/2023 23:05 EDT

Toward the January meetup on portable SystemVerilog examples in Silicon Valley

The team developing a set of portable SystemVerilog examples decided to organize the first event in Silicon Valley on Sunday, January 14 from 2PM till 5PM at Hacker Dojo in Mountain View, CA. If the first event is successful we are going to make it recurrent. You can register for the event on Meetup or LinkedIn.The current directions of the group: Read more Read more

0

Habr
Habr 1 place · 12/20/2023 15:15 EDT

[Translation] 3. Information theory and ML. Forecast

In this third part, we will discuss Machine Learning, specifically the prediction task in the context of information theory.The concept of Mutual Information (MI) is related to the prediction task. In fact, the prediction task can be viewed as the problem of extracting information about the signal from the factors. Some part of the information about the signal is contained in the factors. If you write a function that calculates... Read more

0

Habr
Habr 1 place · 12/19/2023 05:10 EDT

Architecture Decision Records (ADR): Enhancing Software Development

Introduction to ADRs ADRs are critical for documenting architectural decisions in software projects. They provide a historical record of decisions, rationales, and impacts, vital for future teams and stakeholders.Defining ADRsAn ADR is a document capturing key architectural decisions along with their context and consequences. It helps stakeholders understand why certain choices were made during a project, promoting transparency and clarity. Read more Read more

0

Habr
Habr 2 place · 12/19/2023 04:29 EDT

The mystery of Telegram

What comes to your mind when you hear the word Telegram?I wouldn’t be surprised if drugs, sex, or crypto are your first associations. Throughout the years, Telegram earned a shady reputation, perhaps not strategically, but for a “good” reason.I feel like Telegram is a mystery. On the outside, it might be perceived as a platform designed for drug traffickers, crypto scammers, and sexual abusers.I shared this feeling when I joined... Read more

0

Habr
Habr 3 place · 12/19/2023 00:18 EDT

Introduction: In this guide, I explore the automation of reCAPTCHA solving in web scraping and testing scenarios using Puppeteer, a Node.js tool designed for browser automation. My focus is on the practical use of the puppeteer-extra-plugin-stealth plugin to seamlessly navigate through reCAPTCHA challenges. Read more Read more

0

Habr
Habr 1 place · 12/16/2023 13:14 EDT

Memory consumption of .NET applications on Linux

In this article, I will cover the memory consumption of .NET applications on Linux. Firstly, we will try to understand the idea of virtual memory. Then, we will examine the memory statistics that Linux provides, such as RSS (Resident Set Size), VmData, RES (Resident Memory Size), and SWAP. Following that, we will delve into specifics related to the .NET. Read more Read more

0

Habr
Habr 1 place · 12/15/2023 12:36 EDT

[Translation] Managing AWS Auto Scaling Group Instance Refresh: The Harmony of Terraform and Ansible

In the DevOps realm, where automation is crucial, the management of resources and updating processes in the cloud is vitally important. Many modern projects, particularly in AWS cloud environments, leverage Auto Scaling Groups (ASG). This mechanism aims to achieve three key objectives: balancing loads, increasing service reliability, and optimizing operational costs for efficiency and effectiveness.Imagine working at a company where you deploy applications on Amazon's resources. To streamline this process... Read more

0

Habr
Habr 1 place · 12/12/2023 12:50 EDT

The first Silicon Valley meetup on portable SystemVerilog examples for ASIC and FPGA

Need to start your career or hobby in digital design and verification of silicon chips? Explore multiple FPGA toolchains and open-source ASIC tools? Design your own RISC-V CPU? Prepare for an interview in SystemVerilog? Come to our first Silicon Valley meetup on portable SystemVerilog examples for ASIC and FPGA. Read more Read more

0

Habr
Habr 2 place · 12/12/2023 00:09 EDT

Trace Compass and GZip

Trace Compass with GZipTrace Compass is an open-source application performance analysis framework. It is designed to visualize and analyze traces, which are recordings of events that occur in a software system during its execution. Trace Compass is particularly useful for understanding the behavior, performance, and interactions within complex software systems.Key features of Trace Compass include:Trace Visualization: It provides a graphical representation of traces, allowing users to visualize the sequence Read more

0

Habr
Habr 1 place · 12/09/2023 16:55 EDT

Interview with Stephanie Planque from Covalent Bioscience

What is ageing? We can define ageing as a process of accumulation of the damage which is just a side-effect of normal metabolism. While researchers still poorly understand how metabolic processes cause damage accumulation, and how accumulated damage causes pathology, the damage itself – the structural difference between old tissue and young tissue – is categorized and understood pretty well. By repairing damage and restoring the previous undamaged – young... Read more

0

Most popular sources

  • You see 561 news out of 561.
  • Sources 63 out of 63.
Business Insider 53% 16
Vox 9% 2
Gizmodo 5% 0
The Verge 4% 1
Ars Technica 3% 3
View sources »

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

29.06.2024 12:43
Last update: 12:36 EDT.
News rating updated: 19: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