Commit graph

139 commits

Author SHA1 Message Date
8b27353be7 fup: set buffer size to 8MiB
SeaweedFS' default chunk size is 4MiB; if we don't match it (or a multiple)
then our multipart uploads become uneven because they end up as chunks of the
buffer size followed by the remaining data. This is particularly egregious with
the current default of 5MiB, because then we get a 4MiB chunk followed by a
1MiB chunk every time.
2024-10-20 17:23:36 +01:00
09068d7c24 honk: 2024-08-04 18:51:12 +01:00
c80b817dd6 web/lukegbcom: add mobile-manglement page 2024-07-03 20:19:15 +01:00
c16518ee7d wifi-qrcode: use PT Mono as the password font 2024-06-26 13:15:52 +01:00
01d761b4ef wifi-qrcode: constrain logo width/height 2024-06-26 11:27:21 +01:00
8ee5597278 barf: some local updates I forgot to push 2024-03-27 00:36:06 +00:00
510a5435bb barf: correct font name 2024-03-12 02:23:56 +00:00
8be0a210d9 barf: add fonts for people on macos 2024-03-12 02:22:13 +00:00
416bb233e1 barf: correct last phase number 2024-03-12 01:54:52 +00:00
5a3e9173c6 barf: better network transactions, and make people wait for clippy 2024-03-12 01:53:33 +00:00
a25ba9aef6 barf: some more fixes 2024-03-12 01:43:08 +00:00
2f1b1a736f web/barf/frontend: init 2024-03-12 01:19:14 +00:00
6522ddba8c web/barf: init, including sapi
sapi sapi sapi

http://totoro:11316/sam?text=OLE%20Apartments%20are%20Very%20Complicated%20and%20cannot%20be%20understood%20by%20Mere%20Mortals.
2024-03-11 04:14:39 +00:00
78aaf62549 fup: vendorSha256 -> vendorHash 2024-03-01 17:35:58 +00:00
d6638eb663 totoro: fix and add blog post describing recovery steps 2024-01-07 17:04:42 +00:00
5bccfb0112 lukegbcom: add 2024-01-06-replacing-a-mousewheel 2024-01-06 16:41:36 +00:00
90f9f99eae web/lukegbcom: add 2023-08-19-nixos-on-xen-debootstrap-style.md 2023-08-19 14:54:53 +00:00
7a74b23304 web/lukegbcom: install rehype-toc and rehype-slug, and add "nix" syntax highlighting 2023-08-19 14:51:28 +00:00
0991cea3c3 web/lukegbcom: add rehype-toc and rehype-slug 2023-08-19 14:51:07 +00:00
31e8fe723d web/lukegbcom: make shell use things As They Are 2023-08-19 14:50:10 +00:00
d8de67e55a web/lukegbcom: add 2023-08-08-uefi-boot-for-mochabin 2023-08-09 01:47:08 +01:00
32742506de nix/pkgs/baserow, web/quotes: bump to node 18 2023-05-28 01:28:20 +01:00
baad82f0c8 web/lukegbcom: switch to nodejs 18 2023-05-27 21:26:37 +01:00
92a06ee812 cs-event-utilities: init page 2023-05-07 14:39:39 +01:00
8f592e9aa1 lukegbcom: add link to flipperzero firmware 2023-02-10 21:02:05 +00:00
8d4ed3dc15 web/lukegbcom: add mastodon 2022-11-15 01:54:38 +00:00
ca06522312 lukegbcom: add /tools/ndi 2022-07-15 17:07:08 +01:00
759179662a web/quotes: bump to NodeJS current LTS (16.x) 2022-05-07 15:04:57 +00:00
ee7538f666 web/lukegb/wifi-qrcode: try some shenanigans to make this work when exported 2022-05-01 17:14:27 +01:00
30efc7c2e6 web/lukegbcom/wifi-qrcode: make nextjs export work 2022-05-01 16:58:33 +01:00
247f90d129 web/lukegbcom/wifi-qrcode: if no psk, don't show the password: line 2022-05-01 16:26:03 +01:00
e32a2520e8 web/lukegbcom: add tools/wifi-qrcode
This is a (undocumented) tool for generating printable A4/Letter-sized Wifi QR
code sheets.

It takes URL parameters:

* eventName: this is either the name of an event or a URL to a logo for it
* ssid: network SSID
* psk: network password; if not set, the network is assumed to have no password
* hidden: if present, the network is assumed to be hidden
2022-05-01 16:24:29 +01:00
f30eeb8008 lukegbcom/ee-qrcode: feature detect buttons 2022-05-01 15:01:19 +01:00
5193dd028a lukegbcom: ee-qrcode should use back camera by default 2022-05-01 15:01:00 +01:00
828c7ad578 web/lukegbcom: move ee-qrcode.worker to lib directory
...otherwise nextjs complains and fails the build.
2022-05-01 14:38:28 +01:00
3d92896314 lukegbcom: add EE QR Code fixer
This removes the trailing $$ from the QR codes generated by EE.

Gah, why do they still do this.
2022-05-01 14:21:23 +01:00
a3ef78701e web/lukegbcom: add a diagram to illustrate the token hierarchy 2022-04-09 20:46:48 +01:00
e1ede118d1 web/lukegbcom: add some padding 2022-04-08 02:30:59 +01:00
482ecc6984 web/lukegbcom/2022-04-07-vault-and-me: add hero image 2022-04-08 02:22:01 +01:00
65236b2c0c web/lukegbcom/2022-04-07: explain why tokend ACLs are more permissive... 2022-04-08 02:10:22 +01:00
78ccb6a571 web/lukegbcom: underline links in posts 2022-04-08 02:08:24 +01:00
adec31460a web/lukegbcom: oops, YAML... 2022-04-08 02:01:51 +01:00
ff665ab50f lukegbcom: add a long rambly post about my Vault setup 2022-04-08 01:42:43 +01:00
da71f20036 ops/nixos: enable paperless 2022-04-06 00:57:22 +01:00
97a2e46eeb lukegbcom: autodeploy using Vault 2022-04-05 22:04:32 +01:00
9119a5893f lukegbcom: fix up images in posts 2022-04-05 02:18:57 +00:00
32f6d38549 web/lukegbcom: limit homepage posts to 3 2022-04-04 02:38:10 +01:00
43e5ecf0db web/lukegbcom: add all the rest of the posts 2022-04-04 02:36:09 +01:00
762a5a7271 web/lukegbcom: init next.js version 2022-04-04 00:32:57 +01:00
6fb04fae8e as205479: add /privacy/ 2021-12-12 20:28:35 +00:00