aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-18 00:33:18 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-18 00:33:18 +0200
commite514e0e3f6a236819f388c21af65422f399e47fc (patch)
tree6f51739d04d8dfc315d4a4a26ba0dcde990a2ae6
parentons 12 jul 2023 15:20:07 CEST (diff)
downloadwiki-public-e514e0e3f6a236819f388c21af65422f399e47fc.tar.gz
wiki-public-e514e0e3f6a236819f388c21af65422f399e47fc.tar.xz
tis 18 jul 2023 00:33:16 CEST
-rw-r--r--Blåhaj.wiki23
-rw-r--r--Meson.wiki8
-rw-r--r--Python.wiki16
-rw-r--r--index.wiki2
4 files changed, 49 insertions, 0 deletions
diff --git a/Blåhaj.wiki b/Blåhaj.wiki
new file mode 100644
index 0000000..6ef8f5d
--- /dev/null
+++ b/Blåhaj.wiki
@@ -0,0 +1,23 @@
+Once upon a time there was a shark so fluffy and chonk, they created their own
+orbit. Space dust and rocks and aliens and stars would all line up to take
+turns flying around this cuddlesphere.
+
+One day the shark heard a sound. It was the saddest they had ever heard. A
+hooman was crying and in pain. So the shark rushed to the sound to see if they
+could help.
+
+On the way to the sound, the shark hit a giant bear, and the two split into a
+bunch of little chunky friends headed straight for earth. Sweden to be exact.
+
+Once on earth, the animals learned it wasn't just one hoom in pain. It was a
+lot of hooms. So they split up to make sure every house in need could get a
+cuddly friend. Or 2. Or ten. They would be there, by the humans' side. They
+couldn't solve all our problems, but they could always be here for us.
+
+And that's why you're here with your friends, hoom and animal alike. You're
+made of space rocks, each and every one of you. And so am I. Perhaps we'll go
+back up there together one day.
+
+Sleep well little finned friends.
+
+https://www.reddit.com/r/BLAHAJ/comments/14ncnnn/hooman_will_you_tell_us_a_bedtime_story/jq7bnkk/
diff --git a/Meson.wiki b/Meson.wiki
new file mode 100644
index 0000000..4de4789
--- /dev/null
+++ b/Meson.wiki
@@ -0,0 +1,8 @@
+https://docs.mesa3d.org/meson.html
+
+If `meson.build` exists:
+
+{{{sh
+meson setup build
+ninja -C build
+}}}
diff --git a/Python.wiki b/Python.wiki
index a0e3faa..4921020 100644
--- a/Python.wiki
+++ b/Python.wiki
@@ -4,6 +4,22 @@
- [[Python Operators]] :: And operator overloading
- [[Python Pipeline]]
+= String IO =
+Open strings as file descriptors
+
+{{{python
+import io
+f = io.StringIO("Hello, World")
+f.read()
+# ⇒ 'H'
+}}}
+
+
+= Disable typing for line =
+{{{python
+somethintg_which_doesnt_typecheck() # type: ignore
+}}}
+
= Properties =
property
diff --git a/index.wiki b/index.wiki
index 68ead86..fd18b92 100644
--- a/index.wiki
+++ b/index.wiki
@@ -51,6 +51,7 @@
- [[yum]]
- [[awk]]
- [[perl]]
+- [[Meson]]
== Projekt ==
- [[Adafruit]]
@@ -76,6 +77,7 @@
- [[Just an October Reminder]]
- [[Sun is an Eldritch Abomination]]
- [[apex-predator]]
+- [[Blåhaj]]
== Övrigt ==
- [[Colors]]