https://misskey-hub.net/docs/releases.html#_13-12-2
Meilisearchの設定に
index
が必要になりました。値はMisskeyサーバーのホスト名にすることをお勧めします(アルファベット、ハイフン、アンダーバーのみ使用可能)。例:misskey-io
過去に作成されたnotes
インデックスは、<index名>---notes
にリネームが必要です。例:misskey-io---notes
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() |
require 'gtk3' | |
window = Gtk::Window.new | |
input = Gtk::Entry.new() | |
window.add(input) | |
window.show_all | |
window.signal_connect("destroy") { Gtk.main_quit } | |
Gtk.main |
#include <gtk/gtk.h> | |
/* | |
* Based on: https://trac.macports.org/ticket/64484 | |
* | |
* gcc $(pkg-config --libs --cflags gtk+-3.0) -o gtk-test gtk-test.c | |
*/ | |
int main(int argc, char *argv[]) | |
{ |
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: Python [15753] | |
Path: /opt/local/Library/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python | |
Identifier: org.python.python | |
Version: 3.10.11 (3.10.11) | |
Code Type: ARM-64 (Native) | |
Parent Process: zsh [13635] |