How do you reduce food waste, kickstart a smarthome ecosystem, and win a hackathon? With Sustain – the entry we made that won the hackathon. It’s a system that makes it easy to make meals with the food that’s already sitting in your refrigerator. OK, I’m getting ahead of myself. So, here’s what...
Я порядком устал за прошедшие годы от возни с настройкой комментариев через Disqus. Старые комментарии пропали, с новыми непонятно, появляются ли. А ещё на Хабре пишут про нехорошее поведение сервиса: тотальная слежка за пользователями, сильное замедление загрузки, перехват кликов и т.п. Вот я и...
Code coverage is a metric to show the code being untested. It can be considered as a hint to add more test cases. When we are writing C/C++, the most notable code coverage testing tool is gcov, which is a GCC built-in coverage testing tool. Besides, we can collect the results and generate...
In this post, I would like to introduce the bugpoint command line tool. This is a automatic test case reduction tool which can help us generate minimal test case. As a compiler developer, the first step to debug is to create a minimal test case which can still reproduce the bug. Unfortunately,...
En el pasado Febrero cerramos un proyecto muy importante. Dicho proyecto necesita una cantidad de test, no porque el cliente lo pidiera, si no porque el SLA que teníamos con ellos nos hacia que con cualquier cambio solo teníamos ventanas muy pequeñas de tiempo. Lo que nos hizo tener que programar...