Petr Zemek

Blog of a Software Engineer

Links

  • Homepage
  • Twitter
  • GitHub

Categories

  • About Blog
  • Career
  • Development
  • Research

Tags

AMQP Bash blog book review bug C++ career Celery clustering formal languages Git HTTP journals LaTeX leadership Linux management mock programming project Python RabbitMQ research Rust sockets ssdeep terminal testing Tmux Vim website WeeChat

RSS

  • Posts
    RSS
  • Comments
    RSS

Tag Archives: bug

When You Import a Python Package and It Is Empty

By Petr Zemek in Development November 17, 2020 1 Comment

Recently, I have stumbled upon an apparently strange situation in which a non-empty Python package was empty after it got imported. Let’s take a close look at that issue because it may happen to anyone.
Read More

Tags: bugprogrammingPython

Accidentally Overwriting Another Local Variable in C and C++

By Petr Zemek in Development December 5, 2019 5 Comments

An example of a subtle bug that you can run into in C and C++: accidentally overwriting another local variable. Such an issue can manifest only on certain systems, and can be hard to debug if you have not seen it before. An oldie but goodie.
Read More

Tags: bugC++programming
Copyright © 2014-2023 Petr Zemek | Powered by WordPress & DW Minion Theme | Content Licensed Under the CC BY 4.0 License