
Extract images from PDFs
When you need to pull out image from a PDF file
Sometimes there is a real need to save image from pdf without screenshoting or rendering the pdf on the screen.
pdfimages
helps with that.
When you need to pull out image from a PDF file
Sometimes there is a real need to save image from pdf without screenshoting or rendering the pdf on the screen.
pdfimages
helps with that.
What is this trendy AI-assisted coding?
Vibe coding is an AI-driven programming approach where developers describe desired functionality in natural language, allowing AI tools to generate code automatically.
Visual Studio Code Cheatsheet is here
Quickly have a look inside jwt token
Here are some effective methods for decoding and printing JWT tokens directly from the command line:
When you urgently need to encode file to base64
Here are examples how to Encode and Decode file to Base64 on Windows, Linux and Mac.
Sometomes you need to add a page to pdf...
Or another day you want to extract image and text from the pdf…
Whole set of MM* tools is on EOL...
I’ve used MMDetection (mmengine, mdet, mmcv) quite a bit, And now looks like it’s out of the game. It’s a pity. I liked it’s model zoo.
Running any executable as a linux service
Here’s a set of instructions on How to Configure to Run any Executable as a Service in Linux with Systemd.
Here I'm describing how to fix this error
Some time ago I described how to Deploy Flutter project with backend to AWS Amplify.
Some POSSE concepts and examples
POSSE , which stands for “Publish (on your) Own Site, Syndicate Elsewhere,” is a content publishing strategy that emphasizes ownership and control of your online content.
Some details bout SearXNG
SearXNG is a free and open-source federated metasearch engine that was forked from Searx. The SearXNG project on github has more then 15k stars.
Combining python program into single file
Use PyInstaller to package Python programs as standalone executables. It works on Linux, Windows, and Mac.
Not the most efficient way, but usable.
Example of implementation
Here I list steps needed to implement pair of lambda functions in AWS SAM:
A bit of code reusability never hurts
These are the step-by-step instructions on how to add layers to AWS Lambdas - in Python. Will be using base code generated by standard HelloWorld template example.
If Hugo theme doesn't support Structured Data...
Google is showing in search results some enhancements like Movie details, Job postings, Event and Course information, which it takes from website’s Structured Data. Here is - How to add Structured Data to the site using Hugo generator.