• Multi-thread - SIMD - Software - Video

    AltaLux 1.9.1.92 is a major update for performance, correctness, and documentation

    Version 1.9.1.92 represents the most significant update to AltaLux since its initial release. This version brings critical bug fixes, substantial performance improvements, comprehensive documentation, and enhanced user experience. 🎯 Critical Bug Fix: Color Preservation The Problem Previous versions used an incorrect algorithm for preserving color when applying luminance enhancements. The…

  • Programming - Software

    Changes, or what did we do last month?

    This second installment explores how to effectively represent changes in projects, highlighting what has changed in a given period of time. To do so, we will use differential approaches to two fundamental project management tools: Work Breakdown Structures and GANTT charts. Work Breakdown Structure: from comprehensive to focused The standard…

  • Programming - Software

    Visualizing project health at a glance with Sunburst diagrams

    Every Project Manager knows the frustration of trying to answer a simple question: “How is the project really doing?” The answer usually involves opening multiple tools, cross-referencing spreadsheets, and mentally stitching together information scattered across GANTT charts, status reports, and backlog trackers. By the time you’ve assembled the picture, the…

  • Programming - Software

    Fixing Git pull errors in SourceTree

    If you encounter the following error when pulling a repository in SourceTree: VirtualAlloc pointer is null, Win32 error 487 it is due to to the Cygwin system failing to allocate a 5 MB large chunk of memory for its heap at the fixed address 0x68570000, while only a hole 2.5…

  • .NET - Programming - Software

    Windows Forms smells funny, but…

    In the “2016 .NET Community Report” just released by Telerik, the answers to the question “What technology would you choose if building for Windows Desktop?” were as follows: So roughly half of new desktop developments would be based on Windows Forms, a technology declared dead multiple times. The Telerik report…

  • Software

    AltaLux filter for IrfanView is now open-source!

    I have just released the new version of the AltaLux plug-in for IrfanView on GitHub, clone it now! There are some good reasons for taking a peek: having a look at how to write a plugin for IrfanView discovering how the AltaLux algorithm works comparing different ways to divide the…

  • Software

    The best Diff so far

    We recently heard about two really far branches in our codebase. Your mission, should you choose to accept it, is finding the changes and merging them. So I try a GIT diff within Atlassian SourceTree, my GIT client of choice, and the result is unusable: the developers not only made…

  • Software

    Opening password-protected PowerPoint presentations

    PowerPoint presentations can arrive in different file formats: PPT is the default file extension for saving presentations in PowerPoint 2003 and earlier versions. PPTX is the default file extension for saving presentations in PowerPoint 2007 and later versions. PPS is the the show mode extension in PowerPoint 2003 and earlier…

  • Software

    Fixing Here Maps in Windows Phone 8

    After the map updates on mid-May, both the HERE Maps and Drive apps for Windows Phone 8 stopped working, even worse, launching them made the phone reboot. The obvious fix would be an hard reset of the phone, but that would mean a lot of work, backing up everything. Here…