眠気なら俺と一緒に寝てるよ
そうそうこゆのもあゆよ
$ dig +noall +answer kagawa.nanimona.in
kagawa.nanimona.in. 300 IN A 192.168.7.21
This account is not set to public on notestock.
Ubuntu 18.04.6 LTSですわよ
$ sudo apt update && apt list --upgradable
:
libc-bin/bionic-updates 2.27-3ubuntu1.6 amd64 [upgradable from: 2.27-3ubuntu1.5]
libc-dev-bin/bionic-updates 2.27-3ubuntu1.6 amd64 [upgradable from: 2.27-3ubuntu1.5]
libc6/bionic-updates 2.27-3ubuntu1.6 amd64 [upgradable from: 2.27-3ubuntu1.5]
libc6-dev/bionic-updates 2.27-3ubuntu1.6 amd64 [upgradable from: 2.27-3ubuntu1.5]
libpq-dev/bionic-updates,bionic-security 10.21-0ubuntu0.18.04.1 amd64 [upgradable from: 10.20-0ubuntu0.18.04.1]
libpq5/bionic-updates,bionic-security 10.21-0ubuntu0.18.04.1 amd64 [upgradable from: 10.20-0ubuntu0.18.04.1]
locales/bionic-updates,bionic-updates 2.27-3ubuntu1.6 all [upgradable from: 2.27-3ubuntu1.5]
multiarch-support/bionic-updates 2.27-3ubuntu1.6 amd64 [upgradable from: 2.27-3ubuntu1.5]
$ sudo apt dist-upgrade -y
$ cat /var/run/reboot-required*
*** System restart required ***
linux-base
libc6
カーネルも来てるかー寝るかー
$ sync; sync; sync; sudo reboot
(-人-)
$ uptime
14:05:20 up 3 min, 1 user, load average: 0.45, 0.76, 0.35
うしうし
見本なしドロイドくんはそこそこドロイドくんだった
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
上下反対の3Dプリンター。ノズルが下にあって、ステージがせり上がりながらプリントするらしい。
KRALYN/PositronV3: A upside-down, fast, portable, and compact 3D printer
https://github.com/KRALYN/PositronV3
あれれ?[1,1]にはならないぬ
$ cat a.rb
def f(a=[])
a << 1
end
p f
p f
$ ruby a.rb
[1]
[1]
ほむほむ
$ cat a.py
def f(a=[]):
a.append(1)
return a
print f()
print f()
$ python a.py
[1]
[1, 1]
Lensでは正方形の方のQRコードしか読めませんでした(さすがにまだダメじゃろ
https://twitter.com/DENSOWAVE_Inc/status/1529296202486779909
This account is not set to public on notestock.