Bhargab HazarikaforMaxySpark's ZombieLandblog.maxyspark.me·Nov 18, 2024Using wkhtmltopdf on Amazon Linux 2023 (ARM64) in EC2: A Lightweight Alternative to Puppeteer for HTML to PDF ConversionBackground We had a requirement to include a Terms and Conditions block in an existing PDF. The terms and conditions were represented as rows of an HTML table. For this, we were converting HTML to PDF using the puppeteer-html-pdf Node.js package. On ...Discusspuppeteer
Yap Han ChiangforA techie's ramblingsyaphc.com·Aug 11, 2024Stocks notification: Building multi-arch docker imageLast year, around the same time, I added a feature in market data notification to scrape the stocks fear greed index from https://edition.cnn.com/markets/fear-and-greed, with selenium and chrome webdriver. Difference in development and production The...Discuss·34 readsSide projectsmultiarch
ThomasforBlue Spruce Blogbluespruce.io·May 30, 2024Create ARM64 virtual machines with virt-installIntroduction As we've seen in the last post, virt-install helps speed up virtual machine (VM) installation. It can not only create VM for the CPU architecture it's currently running on, it can do other architectures as well. We'll create an ARM64 vir...Discuss·156 readsLinux
DaShaunforDaShaundashaun.hashnode.dev·Sep 18, 2023Five Months in the making, multi-architecture builderIf you have been following along, you are probably asking "What took so long?" and I totally understand. I had no idea what was wrong before today. My scripts had been working for over a year, then just stopped. I had removed a bunch of the debug inf...Discussarm64
MemgraphforMemgraphmemgraph.hashnode.dev·Feb 23, 2023Ship It on ARM64! Or Is It AARCH64?In Memgraph, we were always building packages for x86_64 architecture, but when Apple’s M1 chip became prevalent in the new laptops we had to adapt. The article on how we adapted to build our Debian packages for ARM64, the architecture of the M1 chip...DiscussMemgraph
DaShaunforDaShaundashaun.hashnode.dev·Nov 10, 2022A new builder for Spring Boot 3 RC1 on ARM64Background I’m a fan of using buildpacks. I’ve been using and updating the paketo-arm64 repository started by Daniel Mikusa. With Spring Boot 3 going GA, very soon, more people are wanting to use buildpacks with their M1 machines. I feel pressure, in...Discuss·39 readsbuildpack
Juhilee Nazareforjuhilee.hashnode.dev·Oct 20, 2022How to cross compile C++ code ?What is cross compilation ? Unlike Java, the programming languages such as C/C++ are not platform independent. Your C++ code will only run on the machine it was compiled on i.e the code compiled on Windows machine isn't compatible to run on Linux mac...Discuss·6 likes·379 readsC++
Lakhan SamaniforLakhan Samanilakhansamani.hashnode.dev·Aug 4, 2021Create docker image on Apple Silicon M1 MacMy biggest pain while moving to Apple Silicon M1 chip mac book was to create a docker build that would work on all the machines. It took some time for me to figure out how I can create docker images and share on docker hub that would work across diff...DiscussApple