00:36:00.249817 IP (tos 0x0, ttl 64, id 20588, offset 0, flags [none], proto UDP (17), length 341)
0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from dc:a6:32:03:39:99, length 313, xid 0xbf5e1126, Flags [none] (0x0000)
Client-Ethernet-Address dc:a6:32:03:39:99
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message (53), length 1: Discover
Parameter-Request (55), length 5:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from html.parser import HTMLParser | |
import urllib.request | |
import json | |
import sys | |
import os | |
import time | |
import shutil | |
from pixiv_shiwake_config import dir_twitterid, dir_pixivid, user_id_shiwake_map |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name birds gone somewhere | |
// @match https://twitter.com/intent/tweet* | |
// @version 0.1 | |
// @description override tweet button to the toot to mastodon. | |
// ==/UserScript== | |
var base = "https://social.mikutter.hachune.net/share?text="; | |
var url = location.href.split('?')[1].split('&'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db_1 | 2022-03-30 14:19:58.075 UTC [65] ERROR: role "postgres" already exists | |
db_1 | 2022-03-30 14:19:58.075 UTC [65] STATEMENT: CREATE ROLE postgres; | |
db_1 | 2022-03-30 14:20:23.142 UTC [53] LOG: checkpoints are occurring too frequently (13 seconds apart) | |
db_1 | 2022-03-30 14:20:23.142 UTC [53] HINT: Consider increasing the configuration parameter "max_wal_size". | |
db_1 | 2022-03-30 14:20:36.837 UTC [113] ERROR: canceling autovacuum task | |
db_1 | 2022-03-30 14:20:36.837 UTC [113] CONTEXT: while scanning block 4451 of relation "public.statuses" | |
db_1 | automatic vacuum of table "postgres.public.statuses" | |
db_1 | 2022-03-30 14:20:40.182 UTC [113] ERROR: canceling autovacuum task | |
db_1 | 2022-03-30 14:20:40.182 UTC [113] CONTEXT: while scanning block 12381 of relation "public.conversations" | |
db_1 | automatic vacuum of table "postgres.public.conversations" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: ruby [28302] | |
Path: /Users/USER/*/ruby | |
Identifier: ruby | |
Version: ??? | |
Code Type: ARM-64 (Native) | |
Parent Process: zsh [26400] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from html.parser import HTMLParser | |
import urllib.request | |
import json | |
import sys | |
import os | |
import time | |
import shutil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
akkie@Soful mikutter-gtk3 (master) % ./mikutter | |
notice: {MIKUTTER_DIR}/core/configloader.rb:43:in `boot': load setting data from /Users/akkie/.mikutter-gtk3/settings/setting.yml | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/uitranslator/uitranslator.rb | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/skin/skin.rb | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/gui/gui.rb | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/activity/activity.rb | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/achievement/achievement.rb | |
notice: {MIKUTTER_DIR}/core/miquire_plugin.rb:154:in `block in load': plugin loaded: {MIKUTTER_DIR}/plugin/gtk3/gtk3.rb | |
GLib-GObject-CRITICAL **: g_boxed_type_register_static: assertion 'g_type_from_name (name) |
mikutter 4.1系までcairo_miracle_painter.rbのrender_main_text(context)定義されていた @hl_regionと@hr_regionがなくなっており、ヘッダーに対してクリック判定とかの設定ができなくなった気がしています。
hl_rectangle = Gdk::Rectangle.new(pos.header_text.x, pos.header_text.y,
hl_layout.size[0] / Pango::SCALE, hl_layout.size[1] / Pango::SCALE)
hr_rectangle = Gdk::Rectangle.new(pos.header_text.x + pos.header_text.w - (hr_layout.size[0] / Pango::SCALE), pos.header_text.y,
hr_layout.size[0] / Pango::SCALE, hr_layout.size[1] / Pango::SCALE)