The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(rolling-ladder): gdocs export issue fix

Signed-off-by: Xe Iaso <me@xeiaso.net>

+50 -5
+1 -1
lume/src/blog/2025/rolling-ladder-behind-us.mdx
··· 76 76 sells](https://www.google.com/url?q=https://www.latimes.com/business/technology/story/2023-03-31/column-afraid-of-ai-the-startups-selling-it-want-you-to-be&sa=D&source=docs&ust=1750357127980877&usg=AOvVaw2edAVveALA3bLpVpR_c8an) 77 77 a lot better than hope ever will. Amygdala responses are pretty strong 78 78 right? So aren't a lot of your fears of the technology really feeding into 79 - the hype and promoting the technology by accident?\ 79 + the hype and promoting the technology by accident? 80 80 </Aoi> 81 81 <Cadey mood="coffee"> 82 82 I don't fear the power loom. I fear the profit expectations of the factory
+41
manifest/xesite/anubis/botPolicies.yaml
··· 95 95 weight: 96 96 adjust: 5 97 97 98 + openGraph: 99 + enable: true 100 + 98 101 dnsbl: false 102 + 103 + thresholds: 104 + - name: minimal-suspicion 105 + expression: 106 + any: 107 + - weight == 0 108 + - weight <= 0 109 + action: ALLOW 110 + 111 + - name: mild-suspicion 112 + expression: 113 + all: 114 + - weight > 0 115 + - weight < 10 116 + action: CHALLENGE 117 + challenge: 118 + algorithm: metarefresh 119 + difficulty: 1 120 + report_as: 1 121 + 122 + - name: moderate-suspicion 123 + expression: 124 + all: 125 + - weight >= 10 126 + - weight < 20 127 + action: CHALLENGE 128 + challenge: 129 + algorithm: fast 130 + difficulty: 2 131 + report_as: 2 132 + 133 + - name: extreme-suspicion 134 + expression: weight >= 20 135 + action: CHALLENGE 136 + challenge: 137 + algorithm: fast 138 + difficulty: 4 139 + report_as: 4
+3 -3
manifest/xesite/deployment.yaml
··· 67 67 initialDelaySeconds: 30 68 68 periodSeconds: 30 69 69 - name: anubis 70 - image: reg.xeiaso.net/techaro/anubis:thoth 70 + image: ghcr.io/techarohq/anubis:latest 71 71 imagePullPolicy: Always 72 72 env: 73 73 - name: "BIND" ··· 84 84 value: "false" 85 85 - name: "TARGET" 86 86 value: "http://localhost:3000" 87 - # - name: "SLOG_LEVEL" 88 - # value: "debug" 87 + - name: "SLOG_LEVEL" 88 + value: "debug" 89 89 volumeMounts: 90 90 - name: anubis 91 91 mountPath: /xe/cfg/anubis
+2 -1
manifest/xesite/ingress.yaml
··· 32 32 service: 33 33 name: xesite 34 34 port: 35 - name: anubis 35 + #name: anubis 36 + name: http
+3
manifest/xesite/service.yaml
··· 20 20 port: 8081 21 21 targetPort: 8081 22 22 protocol: TCP 23 + - name: anubis-metrics 24 + port: 9090 25 + targetPort: 9090