summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110004.txt8
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110005.txt5
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110012.txt3
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110013.txt7
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110014.txt3
-rw-r--r--www/photo.causal.agency/2024-07-06/000005110017.txt2
-rw-r--r--www/photo.causal.agency/2024-07-06/film1
-rw-r--r--www/photo.causal.agency/2024-07-06/lens1
8 files changed, 30 insertions, 0 deletions
diff --git a/www/photo.causal.agency/2024-07-06/000005110004.txt b/www/photo.causal.agency/2024-07-06/000005110004.txt
new file mode 100644
index 00000000..67518ba3
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110004.txt
@@ -0,0 +1,8 @@
+view looking up
+at the corner of a weird bit
+of a house's balcony type thing.
+the top edge of the roof
+extends over the edge of the inset balcony.
+I have no idea how to explain it.
+there are trees around it
+and sky behind it.
diff --git a/www/photo.causal.agency/2024-07-06/000005110005.txt b/www/photo.causal.agency/2024-07-06/000005110005.txt
new file mode 100644
index 00000000..5ce7cd82
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110005.txt
@@ -0,0 +1,5 @@
+two small shattered lightbulbs
+on a sidewalk.
+they appear to be actual bulbs
+surrounded by plastic,
+and it's the plastic that's shattered.
diff --git a/www/photo.causal.agency/2024-07-06/000005110012.txt b/www/photo.causal.agency/2024-07-06/000005110012.txt
new file mode 100644
index 00000000..89e6e8df
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110012.txt
@@ -0,0 +1,3 @@
+the reflection of
+a big concrete block factory-turned-office building
+in a large puddle.
diff --git a/www/photo.causal.agency/2024-07-06/000005110013.txt b/www/photo.causal.agency/2024-07-06/000005110013.txt
new file mode 100644
index 00000000..75fc3284
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110013.txt
@@ -0,0 +1,7 @@
+an unnecessarily large concrete block
+of a building
+that I'm pretty sure was once factories
+but is now office space.
+there are two sections about 11 storeys tall
+separated by a narrow section
+that is only 3.
diff --git a/www/photo.causal.agency/2024-07-06/000005110014.txt b/www/photo.causal.agency/2024-07-06/000005110014.txt
new file mode 100644
index 00000000..bf423e19
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110014.txt
@@ -0,0 +1,3 @@
+a view close to the ground
+on some railroad tracks
+right before they go around a bend.
diff --git a/www/photo.causal.agency/2024-07-06/000005110017.txt b/www/photo.causal.agency/2024-07-06/000005110017.txt
new file mode 100644
index 00000000..ea58b0bb
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/000005110017.txt
@@ -0,0 +1,2 @@
+a broken wooden picture frame
+on a wet sidewalk
diff --git a/www/photo.causal.agency/2024-07-06/film b/www/photo.causal.agency/2024-07-06/film
new file mode 100644
index 00000000..919ded67
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/film
@@ -0,0 +1 @@
+Ilford HP5 Plus 400
diff --git a/www/photo.causal.agency/2024-07-06/lens b/www/photo.causal.agency/2024-07-06/lens
new file mode 100644
index 00000000..13f1fc49
--- /dev/null
+++ b/www/photo.causal.agency/2024-07-06/lens
@@ -0,0 +1 @@
+Yashica DSB 50mm ƒ/1.9
pan='3' class='logmsg'> If you search for a bogus range string here: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/ Using something like "range" and "qwerty123456", it returns an "Internal Server Error" and the following in the logs: > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] fatal: > ambiguous argument 'qwerty123456': unknown revision or path not in the > working tree., referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Use '--' to > separate paths from revisions, like this:, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] 'git <command> > [<revision>...] -- [<file>...]', referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Premature end > of script headers: cgit, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ The cache will kick in, so if you search for the same string again, it'll show an empty range, so you have to change the bogus strings each time. This is because we just pass the arguments straight to Git's revision parsing machinery which die()s if it cannot parse an argument, printing the above to stderr and exiting. The patch below makes it a bit friendlier by just ignoring unhandled arguments, but I can't see an easy way to report errors when we can't parse revision arguments without losing the flexibility of supporting all of the revision specifiers supported by Git. Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse