with

10 Free Ways to Boost Your HVAC Business with ChatGPT

Here are 10 ways to get started by incorporating AI for free in some of your workflows right away.




with

Rilla Shares Three Key Sales Insights with HVAC Contractors

Founding engineer and head of growth at Rilla, Will Gao, compares the value of data analysis for winning in sports to sales.




with

Four Ways Software Can Help With the Labor Shortage & How to Maximize It

Software can increase productivity, better manage labor, encourage retention, and keep things consistent and organized. But it’s up to HVACR contractors to choose the right software and take the proper stops to implement it.




with

Johnson Controls Encourages Upward Mobility With Rooftop Units

At a booth thick with traffic at the AHR Expo’s, commercial product manager Schlegel talked about Johnson Controls’ new YORK Sun Choice rooftop unit.




with

Foundation Helps Crash Victim With New HVAC System

John Milligan, who had been an equipment operator and a member of the International Union of Operating Engineers, was left paralyzed from the waist down by a car accident in 2022.




with

Best Practices, Tips, Tricks for Using Leak Detectors With Confidence

Before you can fix a leak, you need to find it. That’s where leak detectors come in.




with

EIA Identifies Retailers With HFC-Free Refrigeration Systems

The Environmental Investigation Agency (EIA) unveiled a new initiative identifying U.S. retailers committed to taking leadership action to reduce HFCs.




with

Chillers Go Green With Low-GWP Refrigerants

Manufacturers are offering low-GWP refrigerant alternatives, as EPA is proposing a 700 GWP limit for most new comfort cooling chillers starting in 2025.




with

Fieldpiece Puts Techs in the Driver’s Seat With Customizable HVACR Tools

The Fieldpiece booth commanded a lot of attention on the show floor at this year’s AHR Expo in Atlanta. Those who didn’t have time to wait in line to find out why may be wondering, “What was all the rage about?”




with

Monetize Smart Home Market With Thermostats, Doorbells, and More

With a little ingenuity, HVAC contractors could come out on top in the smart homes market for years to come.




with

ecobee Thermostats Are Now Able to Integrate with Generac Home Standby Generators

Through the new integration, ecobee thermostat owners who also own Generac home standby generators can easily see the status of the generator and remedy potential issues.




with

Grocers Not Happy With Refrigerant Updates

Food retailers shared their concerns and experiences with refrigeration systems that use alternative refrigerants at the Food Marketing Institute’s (FMI’s) 2023 Energy & Store Development Conference.




with

Find Out What’s New With the Current High-End Heating Market Trends

Honing in on the high-end heating market, there have been several changes over the years, but four primary trends stand out among the rest: connectivity, efficiency, aesthetics and health, and upgraded technology.




with

Troubleshooting Puzzle: A Split System With Ongoing Complaints

The equipment in this month’s troubleshooting situation is a split system that has only been in service for two years, but there is a lot of history.




with

A Capital Cost and Energy Saving Approach to Chilled Water HVAC with Zero Emissions Potential

The proposed new approach to chilled water HVAC systems promises to provide significant capital cost savings, energy cost savings, and a path to eliminate CO2 emissions.




with

Should You Clean the Ducts of a Home with Asbestos?

Trained to identify the varying types of asbestos used in old buildings, Matt Mountain of Mountain Duct Cleaning knows what he’s looking for.




with

Manufacturers Help Contractors Keep up with Heat Pump Technology as Market Grows

Manufacturers and contractors are working to educate end users about the ways heat pumps work differently from traditional heat sources.




with

Virginia Passes Geothermal Bill With Major Financial Incentives

The bill significantly reduces the cost of a geothermal installation, spurs job creation, and hopes to inspire more contractors to tap into the geothermal market.




with

Optimizing HVACR Efficiency with Smaller Diameter Copper Tubes

Efficient refrigeration and HVAC systems are essential to energy management and operational cost of residential, commercial, or industrial buildings.




with

Maximizing Indoor Air Quality Without Sacrificing Energy Efficiency

The proper application of modern HVAC technologies can help maximize indoor air quality while minimizing losses in operational efficiency.




with

Schools Save Energy with CHP

While cogeneration is still largely an industrial process, the market has significant potential for educational institutions coast to coast.




with

Testing, Monitoring Products Designed with the User in Mind

Many new testing and monitoring products were on display last month at the AHR Expo in Orlando, Florida, where manufacturers showcased and demonstrated their newest, smartest products.




with

Yellow Jacket’s Booth Buzzed with Excitement and Innovation

Just like bees return to the hive every day for sunset, Yellow Jacket has habitually returned to the AHR Expo every January for the past 45 years.




with

Testo Targets Younger Generations with More Innovative Instruments

Last year was a notable one for Testo Inc. as the test and measurement manufacturing company celebrated its 60th anniversary. However, 2018 promises to be just as momentous as Testo US will reach its 35th anniversary milestone.




with

Contractors Discuss How to Handle Tool Policies With Technicians

Summer cooling season is in full gear, which means that both technicians and their tools are being kept extremely busy.




with

For Grocers, Collaboration with HVACR Contractors is Key

Grocers are looking to their refrigeration contractor partners to be the experts and make suggestions about how they can transition smoothly to the new low-GWP refrigeration technologies.




with

A Way to Listen to Every Interaction Your Tech has with a Customer

AI technology can help HVAC contractors monitor each sales and repair call.




with

How To Clean the Ducts in a Home With Asbestos

Old homes and old HVAC systems bring the potential for asbestos — here’s what HVAC contractors and duct cleaning professionals need to know if they run into it on a jobsite.




with

For 55 Years, ZoneFirst Has Provided the HVAC Industry With ‘Energy Saving Comfort’

Dick Foster has been preaching the positives of zoning for years. As the owner of ZoneFirst, he has dedicated his life and career to this technology, and it has been a bit of an uphill battle.




with

HVAC Contractors Get Comfortable With Zoning

How many of standard HVAC sales include add-ons like a humidifier, air cleaner, HRV/ERV, UV lights, or zoning?




with

Homebuilder Partners with Device Makers to Create Connected Home Experience

Products are emerging that help simplify homeownership.




with

Improving Home Comfort and Energy Efficiency with the Navien NPF Series Hydro-furnace

A homeowner in Pickering, Ontario works with an experienced HVAC pro to improve comfort, efficiency, and energy savings with a high-efficiency hydronic forced-air furnace upgrade.




with

How to make a minimal HTTPS request with ncat --ssl with explicit HTTP content?

Posted by Ciro Santilli OurBigBook via dev on Sep 17

Hello, I was trying for fun to make an HTTPS request with explicit hand-written HTTP content.

Something analogous to:

printf 'GET / HTTP/1.1 Host: example.com ' | ncat example.com 80

but for HTTPS. After Googling one of the tools that I found that seemed it might do the job was ncat from the nmap
project, so I tried:

printf 'GET / HTTP/1.1 Host: example.com ' | ncat --ssl example.com 443

an that works...




with

NPCAP 1.60 high CPU usage with pcap filter that does not pass anything (Win10)

Posted by Vladimir Soldatov on Sep 17

Hi guys,

I've a setup (Win10, Intel X520, NPCAP 1.60) with relatively high traffic
around 700 Mbit/s and I am trying to test the following cases:
1. Capture everything with empty pcap filter and just print stats with some
period calculating captured data size
2. Capture nothing with an intentionally created filter that does not match
the received traffic at all.
3. Capture some subset of traffic like 10%.

In all the cases, CPU usage...




with

Episode 63: A Pattern Language for Distributed Systems with Henney and Buschmann

In this Episode we talked about the new POSA 4 book which has recently been published. We talk to two of the authors, Kevlin Henney and Frank Buschmann (the third author, Doug Schmidt was not available - and he had also been on the podcast a couple of times :-)). The book contains a pattern language for distributed systems. It contains 114 patterns that had been published before by many different other authors. The patterns have been rewritten to form a consistent language. We basically talked through the different sections of the book, which gives a really good overview over the challenges and the solutions of building distributed systems. These sections include From Mud to Structure, Distribution Infrastructure, Event Demultiplexing and Dispatching, Interface Partitioning, Component Patitioning, Application Contrl, Concurrency, Synchronization, Object Interaction, Adaptazion and Extension, Modal Behaviour, Resource Management and finally, Database Access. The book references several other previous works (as listed below). Interestingly, many of these referenced works and authors have also been discussed previously on the podcast. Here are the back references:




with

Episode 73: Real Time Systems with Bruce Powel Douglass

This episode is a conversation with Bruce Powel Douglass on real time systems. We started by discussing what real time software is, and explored the difference between hard and soft real time. We then looked at different scheduling strategies, and the meaning of terms like urgency and importance in the context of scheduling. Next was a discussion of typical architectural styles for real time systems and how architectures are described in this context. This led us to a discussion about the importance of modeling, formalisms and languages as well as the role of automatic code generation from those models. We then looked at how to model QoS aspects and the role of SysML for modeling real time systems. We then had a brief look at which programming languages are used these days for real time systems and the role of static analysis to determine various properties of those programs in advance. The last part of the discussion focused on some best practices for building real time systems, the challenges in distributed real time systems and how real time systems can be tested effectively.




with

Episode 77: Fault Tolerance with Bob Hanmer Pt. 1

In this Episode we discuss fault tolerance based on the new book by Bob Hanmer. This is the actually the first part of the discussion, the remainder will be published in the next episode of SE Radio. We start by discussing some of the context for fault tolerant systems and the imperfect world assumption. We then discuss a number of terms we will need when discussing the fault tolerance patterns. We then discuss the fault tolerance mindset and connect fault tolerance to a number of related subject areas, such as software quality. We then discuss the shared context for the patterns that follow, among them the important observation that fault tolerance does not come for free! Finally we provide an overview over the different sections covered in the book and start the detailed discussion of the patterns by looking at the Architectural Patterns section. The next episode will discuss the remaining patterns in the book.




with

Episode 78: Fault Tolerance with Bob Hanmer Pt. 2

This is the second part of the discussion on fault tolerance with Bob Hanmer (if you didn't listen to Episode 77, which contains part one, please go back and listen now; this episode builds on that previous one!) We start by discussing a set of error detection patterns. Among are the well-known approaches such as checksums and voting. We then look at error recovery patterns, including restart, rollback or roll forward. The next section looks at error mitigation patterns, which include shedding load and doing fresh work before stale. The last patterns section then looks at fault treatment patterns. We conclude the episode with a small discussion about how to design systems using (these and other) patterns, and with some thoughts on why actually wrote the book.




with

Episode 79: Small Memory Software with Weir and Noble

In this Episode we're discussing patterns for small memory software with the authors of the like-named book Charles Weir and James Noble. We look at various aspects of the small memory problem: How can you manage memory use across a whole system? What can you do when you have run out of primary storage? How can you fit a quart of data into a pint pot of memory? How can you reduce the memory needed for your data? How do you allocate memory to store your data structures? Answers to all those questions are provided in this Episode, and of course in their book.




with

Episode 80: OSGi with Peter Kriens and BJ Hargrave

This episode is about OSGi, the dynamic module system for Java. Our guests are Peter Kriens (OSGI's Technical Director) and BJ Hargrave (OSGI's CTO). We'll discuss what OSGi is all about and why and in which contexts it is useful. Additionally we are having a look at the different layers of OSGI and where and how they are used. Other questions discussed are: What means dynamicity in an OSGI environment? Where is OSGI used? What’s the future of OSGI? How does OSGI interact with existing middleware solutions? How can I run several versions of the same JAR at the same time? Where are OSGI’s problems?




with

Episode 82: Organization of Large Code Bases with Juergen Hoeller

In this episode Eberhard Wolff speaks with Jürgen Höller, the co-found of the Spring framework. Spring is a tremendously successful Java framework so they discuss the design of large frameworks and the issues that arise in the evolution. Jürgen explains the management of dependencies in the framework, how to structure such a framework, how to offer compatibility for the existing user base while evolving the framework and the role of metrics during development.




with

Episode 85: Web Services with Olaf Zimmermann

In this Episode we're talking about Web Services with IBM's Olaf Zimmermann. We mainly focus on the WS-* stack. We also discuss a couple of SOA foundations and architectural decisions that need to be taken when building an SOA using Web Serivces. We also briefly mention the REST vs. WS-* debate.




with

Episode 88: The Singularity Research OS with Galen Hunt

In this episode we talk to Galen Hunt about the Singularity research OS. Galen is the head of Microsoft's OS Research Group and, together with a team of about 30 other researches, has built Singularity. We started our discussion by covering the basics of Singularity: why it was designed, what the goals of the project are as well as some of the architectural foundations of Singularity: software isolated processes, contract-based channels and manifest-based programs. In this context we also looked at the role of the Spec# and Sing# programming languages and the role of static analysis tools to statically verify important properties of a singularity application. We then looked a little bit more closely at the role of the kernel and how it is different from kernels in traditional OSes. In a second part of the discussion we looked at some of the experiments the group did based on the OS. These include compile-time reflection, using hardware protection domains, heterogenerous multiprocessing as well as the typed assembly language We closed the conversation with a look at some of the performance characteristics of Singularity, compatibility with traditional operating systems and a brief look at how the findings from Singularity influence product development at Microsoft.




with

Episode 90: Product Line Engineering, Pt. 3, with Charles Krueger

In this episode Charles Krueger, a well-known member of the product line engineering community, talks about his long term experiences in the field. Charles is also the founder and CEO of a company that provides tooling for variability management and product derivation. Besides some clarifications on terms like product line architecture and reference architecture, you also learn what kind of preconditions need to exist before product line engineering can be applied successfully.




with

Episode 93: Lessons Learned From Architecture Reviews with Rebecca Wirfs-Brock

In this episode, Markus talks to Rebecca Wirfs-Brock on what she has learned from architecture reviews. This is a very complement to the earlier episode on architecture evaluation.




with

Episode 94: Open Source Business Models with Dirk Riehle

In this episode we're talking to Dirk Riehle about open source business models. We started looking at the way OS projects work and defined different kinds of open source projects. In the main part of the discussion we looked at various ways of how to make money with open source: consulting, support contracts, commercial variant of an open source project, etc. We then looked at the chances and risks of each of these approaches. The next part focused on different open source licenses and how they are suitable for open source business. We concluded the episode by discussing a couple of specific questions and loose ends. After the show, Dirk informed me about the following three corrections: Black Duck Software's main product is called protexIP not IP Central, there are presently 70 licenses approved by the Open Source Initiative, and EnterpriseDB has so far acquired $37M in venture capital




with

Episode 95: The New Guardian.co.uk website with Matt Wall and Erik DoernenBurg

In this episode we talk to Matthew Wall (Guardian News and Media) and Erik Doernenburg (Thoughtworks) about their work on the new guardian.co.uk website. We discuss the challenge of scalability and interactivity, their use of Domain Driven Design, some of the technical building blocks as well as the approaches they use for performance measuring and scalability tuning.




with

Episode 105: Retrospectives with Linda Rising

In this episode we're talking to Linda Rising about retrospectives. We start by defining what a retrospective is and discuss some of the logistics of making it work for software projects. We then look at the different phases of a retrospective. The main part then is a discussion about some of the practices or games that are used to facilitate the retrospective. We conclude the retrospective discussion with destroying some of the prejudices against it and the relationship to process improvement and CMM. At the end of the interview we talk a little about Linda's current interest: how does the brain work?




with

Episode 109: eBay’s Architecture Principles with Randy Shoup

In this episode we discuss with Randy Shoup, Distinguished Architect at eBay, about architectural pinciples and patterns used for building the highly scalable eBay infrastructure. The discussion is structured into four main ideas: partition everything, use asynchrony everywhere, automate everything, and design the system keeping in mind that everything fails at some point in a large distributed system.




with

Episode 113: Building Platforms with Jeff McAffer

In this episode we talk with Jeff McAffer about building platforms. We start with a brief discussion about what a platform is in contrast to a framework or an application. Drawing from his experiences working on the Eclipse platform for years, Jeff talks with us about how to develop platforms, why developing a platform is different from developing an application, what makes a good platform great, and why API design becomes so extremely important for platforms. He provides us with some insights on how the development process and the client collaboration for platform development could look like and what has and has not worked in the past.