https://misskey-hub.net/docs/releases.html#_13-12-2
Meilisearchの設定に
indexが必要になりました。値はMisskeyサーバーのホスト名にすることをお勧めします(アルファベット、ハイフン、アンダーバーのみ使用可能)。例:misskey-io過去に作成されたnotesインデックスは、<index名>---notesにリネームが必要です。例:misskey-io---notes
| [27108.579403] vc_sm_cma_vchi_rx_ack: received response 6503304, throw away... | |
| [87122.253892] INFO: task python3:795 blocked for more than 120 seconds. | |
| [87122.253920] Tainted: G C 6.6.20+rpt-rpi-v8 #1 Debian 1:6.6.20-1+rpt1 | |
| [87122.253931] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. | |
| [87122.253937] task:python3 state:D stack:0 pid:795 ppid:1 flags:0x0000000c | |
| [87122.253961] Call trace: | |
| [87122.253968] __switch_to+0xe8/0x168 | |
| [87122.253996] __schedule+0x380/0xd70 | |
| [87122.254013] schedule+0x64/0x108 | |
| [87122.254030] schedule_preempt_disabled+0x2c/0x50 |
| [10843.837967] vc_sm_cma_import_dmabuf: imported vc_sm_cma_get_buffer failed -512 | |
| [10843.837987] bcm2835_mmal_vchiq: vchiq_mmal_submit_buffer: vc_sm_import_dmabuf_fd failed, ret -512 | |
| [10843.837994] bcm2835-codec bcm2835-codec: device_run: Failed submitting ip buffer | |
| [10843.858381] ------------[ cut here ]------------ | |
| [10843.858397] WARNING: CPU: 3 PID: 772 at drivers/media/common/videobuf2/videobuf2-core.c:2024 __vb2_queue_cancel+0x220/0x2a0 [videobuf2_common] | |
| [10843.858450] Modules linked in: bnep vc4 hci_uart btbcm bluetooth v3d snd_soc_hdmi_codec drm_display_helper cec binfmt_misc drm_dma_helper imx219 gpu_sched bcm2835_unicam drm_shmem_helper imx708 v4l2_cci drm_kms_helper bcm2835_codec(C) bcm2835_isp(C) bcm2835_v4l2(C) v4l2_dv_timings regmap_i2c ecdh_generic rpivid_hevc(C) dw9807_vcm ecc v4l2_mem2mem bcm2835_mmal_vchiq(C) v4l2_fwnode raspberrypi_hwmon v4l2_async videobuf2_vmalloc videobuf2_dma_contig videobuf2_memops snd_soc_core videobuf2_v4l2 snd_bcm2835(C) rfkill videodev libaes snd_compress videobuf2 |
| diff --git a/plugin/mastodon/mastodon.rb b/plugin/mastodon/mastodon.rb | |
| index fd05e553..bba8d0ca 100644 | |
| --- a/plugin/mastodon/mastodon.rb | |
| +++ b/plugin/mastodon/mastodon.rb | |
| @@ -110,6 +110,7 @@ Plugin.create(:mastodon) do | |
| world.sse.user, | |
| world.sse.mention, | |
| world.sse.direct, | |
| + world.rest.bookmarks, | |
| world.sse.public, |
| OpenSSL::SSL::SSLError SSL_read: unexpected eof while reading | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/3.2.0/openssl/buffering.rb:80:in `sysread' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/3.2.0/openssl/buffering.rb:80:in `fill_rbuff' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/3.2.0/openssl/buffering.rb:239:in `gets' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/httpclient-2.8.3/lib/httpclient/ssl_socket.rb:62:in `gets' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:907:in `block in read_body_chunked' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/3.2.0/timeout.rb:189:in `block in timeout' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/3.2.0/timeout.rb:196:in `timeout' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:906:in `read_body_chunked' | |
| /Users/akkie/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:585:in `get_body' |
| # Written in CircuitPython | |
| # for Raspberry Pi Pico | |
| import board | |
| import digitalio | |
| from time import sleep | |
| import usb_hid | |
| from adafruit_hid.keyboard import Keyboard | |
| from adafruit_hid.keycode import Keycode | |
| from adafruit_hid.mouse import Mouse |
| linaro@core3566:~$ iperf3 -c 192.168.29.11 | |
| Connecting to host 192.168.29.11, port 5201 | |
| [ 5] local 192.168.29.145 port 41194 connected to 192.168.29.11 port 5201 | |
| [ ID] Interval Transfer Bitrate Retr Cwnd | |
| [ 5] 0.00-1.00 sec 110 MBytes 919 Mbits/sec 0 560 KBytes | |
| [ 5] 1.00-2.00 sec 111 MBytes 929 Mbits/sec 0 587 KBytes | |
| [ 5] 2.00-3.00 sec 110 MBytes 924 Mbits/sec 0 587 KBytes | |
| [ 5] 3.00-4.00 sec 112 MBytes 941 Mbits/sec 0 587 KBytes | |
| [ 5] 4.00-5.00 sec 112 MBytes 938 Mbits/sec 0 587 KBytes | |
| [ 5] 5.00-6.00 sec 110 MBytes 924 Mbits/sec 0 625 KBytes |
| javascript:if(typeof b==="undefined"){let b};b=document.getElementById("react-root");if(typeof e==="undefined"){let e};e=document.createElement('div');e.style="position:fixed;top:0;left;0;z-index:999;background:#eeffef";b.insertBefore(e,b.firstChild);if(typeof l==="undefined"){let l};l=window.location.href.split("?")[0].split("/");if(typeof l==="undefined"){let l};l=window.location.href.split("?")[0].split("/");navigator.clipboard.writeText(l[3]+"_"+l[5]+"_");if(typeof ll==="undefined"){let ll};ll=document.getElementsByTagName("article")[0].getElementsByTagName("div")[0].getElementsByTagName("div")[0].getElementsByTagName("img");if(typeof c==="undefined"){let c;}c=0;for (var i=0; i < ll.length; i++) {if (! ll[i].src.includes('pbs.twimg.com/media')){continue;};c+=1;let lll=ll[i].src.split("?");if(typeof pc_params==="undefined"){let pc_params};pc_params=lll[1].split("&");if(typeof pc_ext==="undefined"){let pc_ext};for(var ii=0;ii < pc_params.length;ii++){let kv=pc_params[ii].split("=");if(kv[0] == "format"){pc_ |
| DDR Version V1.11 20211103 | |
| ln | |
| ddrconfig:7 | |
| LP4 MR14:0x4d | |
| LPDDR4, 324MHz | |
| BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB | |
| change to: 324MHz | |
| PHY drv:clk:38,ca:38,DQ:30,odt:0 | |
| vrefinner:41%, vrefout:41% |
https://misskey-hub.net/docs/releases.html#_13-12-2
Meilisearchの設定に
indexが必要になりました。値はMisskeyサーバーのホスト名にすることをお勧めします(アルファベット、ハイフン、アンダーバーのみ使用可能)。例:misskey-io過去に作成されたnotesインデックスは、<index名>---notesにリネームが必要です。例:misskey-io---notes
| import gi | |
| gi.require_version("Gtk", "3.0") | |
| from gi.repository import Gtk | |
| win = Gtk.Window() | |
| entry = Gtk.Entry() | |
| win.add(entry) | |
| win.connect("destroy", Gtk.main_quit) | |
| win.show_all() | |
| Gtk.main() |