Skip to content

Commit 8e8b92d

Browse files
committed
Update
1 parent f5a1db6 commit 8e8b92d

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ theme_settings:
135135
nostr:
136136
enabled: true
137137
npub: npub1alptdev5srcw2hxg03567p4k6xs3lgj7f6545suc0rzp0xw98svse7rg94
138+
nprofile: nprofile1qqswls4kuk2gpu89tny8c6d0q6mdrggl5f0ya226gwv833qhn8zncxgprpmhxue69uhkummnw3ezucm0v3hkuctxwshxxmmdqywhwumn8ghj7mn0wd68yttsw43zuam9d3kx7unyv4ezumn9wsq3vamnwvaz7tmjv4kxz7fwdehhxarj9e3xzmnyrks2sw
138139
community: codonaft
139140
max_comment_length: 5000
140141
min_read_pow: 7

_do.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ def health(config)
587587
https_hosts.each { |i|
588588
https_uri = URI.parse("https://#{i}")
589589
check_certificate(https_uri, proxy)
590+
# TODO: check_response_code(https_uri, proxy)
590591
check_ech(https_uri)
591592
puts
592593
}

_includes/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
{% endif %}
8181

8282
{% if site.theme_settings.nostr %}
83-
<li><a href="https://yakihonne.com/users/{{ site.theme_settings.nostr.npub }}" title="Nostr" target="_blank">{% include icons/nostr.svg %}</a></li>
83+
<li><a href="https://coracle.social/people/{{ site.theme_settings.nostr.nprofile }}" title="Nostr" target="_blank">{% include icons/nostr.svg %}</a></li>
8484
{% endif %}
8585

8686
{% if site.theme_settings.instagram %}

pages/sponsor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When these companies make something that *seems* to be healthy and innovative—
178178
Independent FOSS developers can do something better. I'm targeting the following **principles**:
179179
- **Distraction Minimization**
180180
- 🧠 software must be [mentally](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4183915/) [ecological](https://youtu.be/Iy7i9ru7HB8?t=15s) and intuitive; it should never intentionally <a href="/how-to-take-notes-like-a-programmer/#whats-the-point" target="_blank">interrupt</a> the creative process!
181-
- 🚫 no more popup traps, mental resource-wasting on CAPTCHA [imitation](https://futurism.com/ai-model-turing-test), sudden unwanted tutorials, [absurdly](https://www.facebook.com/help/124895950923762) <span class='no-wrap'>over-detailed</span> manuals and so on!
181+
- 🚫 no more popup traps, mental resource-wasting on CAPTCHA [{% include span_with_tooltip.html large="true" body="imitation" tooltip="CAPTCHA is useless: bots basically became indistinguishable from humans.<br>Time to change strategy: unexpected spammy load should be transformed into useful computations, with no harm to users, environment, or even businesses!" %}](https://futurism.com/ai-model-turing-test), sudden unwanted tutorials, [{% include span_with_tooltip.html large="true" body="absurdly" tooltip="Stop building the outdated and overcomplicated UI!<br>Well-designed, intuitive, AI-driven software <i>ideally</i> doesn't require any documentation!" %}](https://www.facebook.com/help/124895950923762) <span class='no-wrap'>over-detailed</span> manuals and so on!
182182
- **Data Sovereignty**
183183
- 🔒 *you* own your data, not third parties!
184184

ru/pages/sponsor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lang-en-uri: /sponsor/
181181

182182
- **Минимизация отвлечения внимания**
183183
- 🧠 ПО должно быть [экологичным](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4183915/) [ментально](https://youtu.be/Iy7i9ru7HB8?t=15s) и понятным интуитивно; оно никогда не должно намеренно <a href="/how-to-take-notes-like-a-programmer/#whats-the-point" target="_blank">прерывать</a> творческий процесс!
184-
- 🚫 больше никаких всплывающих ловушек, трат ментальных ресурсов на решение [имитации](https://futurism.com/ai-model-turing-test) CAPTCHA, внезапных нежелательных туториалов, [абсурдно](https://www.facebook.com/help/124895950923762) подробных руководств и так далее!
184+
- 🚫 больше никаких всплывающих ловушек, трат ментальных ресурсов на решение [{% include span_with_tooltip.html large="true" body="имитации" tooltip="Капча бесполезна: боты в основном уже <span class='no-wrap'>неотличимы от людей.</span><br>Время сменить стратегию: потенциально спамную нагрузку нужно превращать в полезные вычисления, не причиняя вред ни пользователям, ни окружающей среде, ни даже бизнесам!" %}](https://futurism.com/ai-model-turing-test) CAPTCHA, внезапных нежелательных туториалов, [{% include span_with_tooltip.html large="true" body="абсурдно" tooltip="Хватит плодить устаревшие и переусложненные UI!<br>Хорошо спроектированное и интуитивно-понятное ПО с ИИ <i>в идеале</i> вообще не нуждается в документации!" %}](https://www.facebook.com/help/124895950923762) подробных руководств и так далее!
185185
- **Суверенитет данных**
186186
- 🔒 *ты* владеешь своими данными, а не третьи лица!
187187

0 commit comments

Comments
 (0)