Skip to content

Instantly share code, notes, and snippets.

@intgr
intgr / keybase.md
Created February 21, 2023 16:53
keybase.md

Keybase proof

I hereby claim:

  • I am intgr on github.
  • I am intgr (https://keybase.io/intgr) on keybase.
  • I have a public key ASAkb2A6LYGBz9pPD6GVF7BN1YDhm-BqjiP3cHNl96A8Vwo

To claim this, I am signing this object:

openapi: 3.0.0
info:
title: Pet Store
version: 1.0.0
description: ''
externalDocs:
description: Find out how to create Github repo for your OpenAPI spec.
url: 'https://github.com/Rebilly/generator-openapi-repo'
tags:
- name: pet
[tool.poetry]
name = "env"
version = "0.1.0"
description = ""
authors = ["Marti Raudsepp <marti@juffo.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
python-ldap = [
[tool.poetry]
name = "app"
version = "1.0.0"
description = " ᕕ( ᐛ )ᕗ "
authors = ["MR <marti@juffo.org>"]
[tool.poetry.dependencies]
python = "^3.8"
[build-system]
@intgr
intgr / pyproject.toml
Created October 13, 2020 20:02
pyproject.toml that causes infinite loop in Poetry
[tool.poetry]
name = "xxxx"
version = "1.0.0"
description = " (╯°□°)╯︵ ┻━┻ "
authors = []
[tool.poetry.dependencies]
ruamel-yaml = "*"
[build-system]
Dec 29 23:00:40 newn kernel: [drm] radeon kernel modesetting enabled.
Dec 29 23:00:40 newn kernel: fb0: switching to radeondrmfb from EFI VGA
Dec 29 23:00:40 newn kernel: [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6811 0x1043:0x048D 0x00).
Dec 29 23:00:40 newn kernel: [drm] Detected VRAM RAM=2048M, BAR=256M
Dec 29 23:00:40 newn kernel: [drm] RAM width 256bits DDR
Dec 29 23:00:40 newn kernel: [drm] radeon: 2048M of VRAM memory ready
Dec 29 23:00:40 newn kernel: [drm] radeon: 2048M of GTT memory ready.
Dec 29 23:00:40 newn kernel: [drm] Loading pitcairn Microcode
Dec 29 23:00:40 newn kernel: [drm] Internal thermal controller with fan control
Dec 29 23:00:40 newn kernel: [drm] radeon: dpm initialized
@intgr
intgr / journald.log
Last active June 15, 2020 20:12
gdm started before GPU (DRM) is initialized
Dec 29 22:42:58 newn kernel: [drm] radeon kernel modesetting enabled.
Dec 29 22:42:58 newn kernel: fb0: switching to radeondrmfb from EFI VGA
Dec 29 22:42:58 newn kernel: [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6811 0x1043:0x048D 0x00).
Dec 29 22:42:58 newn kernel: [drm] Detected VRAM RAM=2048M, BAR=256M
Dec 29 22:42:58 newn kernel: [drm] RAM width 256bits DDR
Dec 29 22:42:58 newn kernel: [drm] radeon: 2048M of VRAM memory ready
Dec 29 22:42:58 newn kernel: [drm] radeon: 2048M of GTT memory ready.
Dec 29 22:42:58 newn kernel: [drm] Loading pitcairn Microcode
Dec 29 22:42:58 newn kernel: [drm] Internal thermal controller with fan control
Dec 29 22:42:58 newn kernel: [drm] radeon: dpm initialized
@intgr
intgr / gist:0aea53457cc7ae4edfaa01cf50807cb7
Created November 7, 2019 19:31
hikari downstream dmesg
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.0-oc-intgr (pmos@newn) (gcc version 9.2.0 (Alpine 9.2.0) ) #7-postmarketOS SMP PREEMPT Sat Nov 2 20:55:25 UTC 2019
[ 0.000000] CPU: ARMv7 Processor [510f02d4] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
[ 0.000000] Machine: fuji
[ 0.000000] Ignoring unrecognised tag 0x00000000
[ 0.000000] Ignoring unrecognised tag 0x00000000
[ 0.000000] Ignoring unrecognised tag 0x00000000
[ 0.000000] cma: CMA: reserved 192 MiB at 63800000
@intgr
intgr / gist:cc5b4e606846e33d6415694084f4aba1
Created November 7, 2019 19:28
hikari mainline dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.3.0-intgr (pmos@newn) (gcc version 9.2.0 (Alpine 9.2.0)) #13 SMP PREEMPT Sun Nov 3 19:09:10 UTC 2019
[ 0.000000] CPU: ARMv7 Processor [510f02d4] revision 4 (ARMv7), cr=10c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
[ 0.000000] OF: fdt: Machine model: Sony Xperia acro S
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Failed to reserve 256 MiB
[ 0.000000] percpu: Embedded 20 pages/cpu s52044 r8192 d21684 u81920
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 239108
[ 0.000000] Kernel command line: startup=0x30 ta_info=0,16,256 semcandroidboot.babe1324=43423531323130575a5a warmboot=0x77665501 androidboot.serialno=CB51210WZZ console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Vegebot, courtesy of Classy Kirjand"""
import config
from telegram import ReplyKeyboardMarkup, InlineKeyboardButton, InlineKeyboardMarkup
from telegram.ext import (Updater, CommandHandler, MessageHandler, Filters, RegexHandler,
ConversationHandler)