How to breathe (artificial) life into hardware

At Edhouse, we have long-term experience in bringing hardware to life. In reality, however, such hardware is not alive; we simply provide it a software interface that allows users to communicate with and control it. But breathing life into hardware, even if only artificial life, is not a problem at all these days.

What is the billion-dollar mistake?

The concept of null runs through programming languages. We encounter it in different forms: None, 0, NULL, nil, nullptr, undefined. All of these expressions denote the same thing: a missing or unassigned value that we are referring to. Tony Hoare (Sir Charles Antony R. Hoare), a Turing Award winner and the author of the Quicksort algorithm, described the introduction…

A Web Developer’s Day with an AI Agent

What changes in your workday when AI helps you code? I’ve been working with GitHub Copilot in VS Code on Angular projects for six months, and here’s my honest take on what works, what doesn’t, and where I still have to figure things out on my own. Honest and unvarnished. Just a real day from…

Full Text Search in applications

Just like how our preferred method of searching the internet evolved from web directories to search engines (and now to AI), modern applications strive to offer the most efficient ways to access stored data. Read more

PyTorch vs TensorFlow: A Small Experiment

We started with four practical questions: Is it worth using TensorFlow? Would PyTorch be sufficient? What are the real advantages and disadvantages? And how much do these differences matter in a typical project? To answer these questions, however, we need to conduct a small experiment. Read more

Cultural differences in a globally connected world

This article is not exactly technical, but even as tech people, we often find ourselves communicating with other people from different nationalities, sometimes with colleagues from multiple countries in a single meeting. I would like to motivate you to pay attention when you are talking to the next person coming from a different culture. You…

Edhouse makes systems secure, from the ground up

Are you concerned about sensitive data leaks or system disruptions? Do you need to meet demanding security standards and regulatory requirements? Are you looking for a partner who doesn’t treat security as an add-on, but as an integral part of every project? Read more

PyTorch vs. TensorFlow: Which framework is best for image recognition?

Artificial intelligence today is not just a single technology, but rather a set of tools that enable software to learn to do tasks that were long reserved for humans: recognizing objects in images, understanding text, detecting anomalies in data, estimating future values, or assessing risk. In practice, this means that applications no longer need to…