In my project, I’m using ffmpeg (cli) to decompress buffers extracted from compressed DICOM images to raw rgb or grayscale or yuv with success. Dicom is also capable to handle signed pixel values, but I’m wondering how to check if the compressed stream is signed/unsigned and also how to convert […]
Monthly Archives: March 2025
For some time launching windows terminal (which is powershell in windows 11) freezes the whole OS for several seconds on launch. Process explorer doesn’t show any resource spike. There are no profile launch scripts. Is there a way to check what’s going on or somehow reset Powershell?
I’m trying to set up a number of small mini PCs to act as remote access and network administration devices in remote offices. I have one configured with packages and users, and I’m trying to figure out how to clone it onto a bootable USB so I can just boot […]
Discover the top 10 AI code review tools for 2025, including GitHub Copilot, CodeScene, and PullReview. Learn how these tools use machine learning and NLP to automate bug detection, optimize performance, and improve code quality. Continue reading 10 Best AI Code Review Tools and How They Work on SitePoint.
I’m trying to connect Make to automate some jobs in Magento 2 Community. Following the official documentation, I’m generating a token : https://www.make.com/en/help/app/magento-2 I don’t understand what to do with the public and secret key to put in a single field. Did someone manage to make it work on a […]
The question is provided by a training agency. You are debugging a problem in a cron script. You think the problem is related to the cron script execution time. How does Magento react when it has to run a scheduled job but a previous instance of the job is still […]
I was trying to create an API call to Magento with category ID Endpoint PUT https://www.website.com/rest/V1/categories/ Body { "category": { "id": 1709, "products": [ { "sku": "205-117-1033" }, { "sku": "205-177-1008" } ] } } I got server 200 OK, but I don’t see those sku added to the list. […]
Does anyone know where I can get an SSD for my Lenovo Yoga 710-14ISK? The drive in it is a LITEON CV3-8D256. I live in Norway, but I welcome tips from all over the world 🙂
Why does the “Save As” JPG at 12 (Maximum) setting produce a smaller filesize than “Export” JPG at 100% in Photoshop? I ran both images through jpegtran after saving to losslessly compress them at progressive level, meaning that both should be standardised in terms of best possible lossless compression: JPG […]