I hereby claim:
- I am rollwagen on github.
- I am rollwagen (https://keybase.io/rollwagen) on keybase.
- I have a public key ASDtWgTkfepNwxe0lhdz4HNefIc67eS_gcl1N71axhZQRgo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
Convert PDF documents to markdown format using OCR. | |
This module provides tools to extract text from PDF files using OCR | |
technology and convert it to markdown format. | |
""" | |
# /// script | |
# requires-python = ">=3.12" | |
# dependencies = [ |
#!/usr/bin/env python3 | |
# /// script | |
# requires-python = ">=3.12" | |
# dependencies = [ | |
# "click>=8.1.7", | |
# "requests>=2.31.0", | |
# ] | |
# /// | |
import click | |
import sys |
#!/bin/bash | |
START_URL="https://d-0123456789.awsapps.com/start#/" | |
REGION="eu-central-1" | |
HASH="$(echo -n "$START_URL" | sha1sum | cut -d' ' -f1)" | |
CACHE_FILENAME="$HASH.json" | |
SSO_TOKEN=$(jq -r '.accessToken' < ~/.aws/sso/cache/"$CACHE_FILENAME") |
package main | |
import ( | |
"context" | |
"encoding/json" | |
"errors" | |
"flag" | |
"fmt" | |
"os" | |
"strings" |
# -*- coding: utf-8 -*- | |
""" | |
Python cli tool to query lambda runtimes for all lambda functions in | |
all AWS accounts in an (SSO-) AWS Organization | |
Requirements / pre-requisites: | |
- `pip install boto3 mypy-boto3 mypy-boto3-sts mypy-boto3-sso mypy-boto3-lambda boto3-stubs[essential,sso,lambda,sts]` |
I hereby claim:
To claim this, I am signing this object:
It’s a bad idea to model your data in DynamoDB the same way you model your data in a relational database. The entire point of using a NoSQL datastore is to get some benefit you couldn’t get with a relational database. If you model the data in the same way, you not only won’t get that benefit but you will also end up with a solution that’s worse than using the relational database!
from Alex DeBrie: The DynamoDB book
create / Register VM -> Linux / Other 4.x or Later (64bit) -> ...
power On VM -> should see GNU GRUB welcome screen (from debian ISO/cdrom) -> Advanced Options -> Rescue mode
partition the disk; see also ArchLinux Wiki Partition the disk