20 random bookmarks

Bookmarks and whatnot. Закладки и всякое.

2025-06-07

1935.

markdown's strengths and weaknesses

nytpu.com/gemlog/2022-01-30

I've noticed an article from 2022 with an interesting title and of course read it. Good points there.

What surprised me, is that the article mentioned... Me? An old forgotten Tanelorn post? What am I? Some world-renowned Markdown critic? It might be so.

P. S. Wrote more here: https://merveilles.town/@bouncepaw/114644651367835534

2025-05-09

1892.

branchless development

flak.tedunangst.com/post/branchless-development

2025-03-21

1827.

CityApp

fitzlab.shinyapps.io/cityapp

Kazan, Ufa, Moscow and Saint-Petersburg will be like Russian south in 60 years. Which is not that bad, actually. But some parts of the world will be heated so much, that there's nowhere that can be compared to it.

2025-03-03

Reposted 1787.

Excalifont - The official Excalidraw hand-drawn font

plus.excalidraw.com/excalifont

The new official hand-drawn font powering Excalidraw. Download Excalifont under MIT license and learn more about its specifics.

2025-03-01

1783.

For the 1st time in Canada, surgeons put teeth in patients' eyes to restore sight | CBC Radio

www.cbc.ca/radio/asithappens/tooth-in-eye-surgery-canada-1.7470626

CW: Body horror

When Brent Chapman’s doctor first pitched him on the idea of having one of his own teeth surgically embedded in his eye to restore his sight, he says he felt “a little apprehensive.”

2025-02-01

Reposted 1738.

Нога-во-рту — Википедия

ru.wikipedia.org/wiki/Нога-во-рту

Эффект «нога-во-рту» (англ.foot-in-the-mouth) — психологический феномен, который показывает, что человек, ответивший на «ритуальный» вопрос («Как ваши дела? Как вы себя чувствуете?») «ритуальным» ответом («Хорошо», «Все в порядке»), в дальнейшем даст принудительно положительный ответ на просьбу о помощи.

2025-01-16

1723.

The HTTP QUERY Method

datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body

This specification defines a new HTTP method, QUERY, as a safe,
idempotent request method that can carry request content.

2024-09-20

1519.

Measure execution time in Go (Golang)

gosamples.dev/measure-time

A good snippet. I used it at work.

func track(name string) func() {
    start := time.Now()
    return func() {
        log.Printf("%s, execution time %s\n", name, time.Since(start))
    }
}

func main() {
    defer track("main")() // do not forget about the second parentheses
    time.Sleep(2 * time.Second)
}

2024-07-09

1365.

EU-estro respondis pri oficialigo de Esperanto

www.liberafolio.org/2024/07/01/eu-estro-respondis-pri-oficialigo-de-esperanto

En aprilo la japana entreprenisto Etsuo Miyoshi leteris al eŭropaj parlamentanoj kaj la prezidanto de la Eŭropa Komisiono kun propono igi Esperanton unu el la oficialaj lingvoj de la Unio. La prezidanto de la Komisiono en sia respondo atentigas pri la graveco de plurlingveco.

2024-05-01

1236.

Bye, bye, bool!

news.eolang.org/2024-04-26-bye-bye-bool.html
Reposted 1234.

93% of Paint Splatters are Valid Perl Programs | Colin McMillen

www.mcmillen.dev/sigbovik

merely 93% of paint splatters parse as valid Perl.

2024-04-26

1232.

adding activitypub to humungus

flak.tedunangst.com/post/adding-activitypub-to-humungus

2024-02-27

1161.

ignore the code: Preferences Considered Harmful

ignorethecode.net/blog/2008/05/18/preferences-considered-harmful

2023-11-19

882.

Why choose Oberon? (Imperative Programming) - Spivey's Corner

spivey.oriel.ox.ac.uk/corner/Why_choose_Oberon?_(Imperative_Programming)

A teacher says that one should teach programming with a programming language that was designed for that. Oberon, for example.

2023-11-10

844.

Experiments with Fractal Streets

blog.bonnieeisenman.com/blog/fractal-streets

2023-10-01

656.

Robin Rendle

robinrendle.com

The website of Robin Rendle, a designer and writer from the UK.

2023-09-30

650.

Hixie's Natural Log: Meeting philosophy

ln.hixie.ch?start=1696014234&count=1

2023-08-23

578.

riyaz-ali/sqlean.go

github.com/riyaz-ali/sqlean.go

This module provides go bindings for sqlean. It is compatible with the popular mattn/go-sqlite3 driver.

2023-07-15

468.

Проект CETI — декодинг «языка» кашалотов

habr.com/ru/companies/vdsina/articles/554958

В 2016 году океанологи впервые обнаружили и записали то, как кашалоты общаются друг с другом, используя своеобразную ультразвуковую речь из коротких и длинных ритмично повторяющихся щелчков (кодов), напоминающих сигналы азбуки Морзе. Им удалось обнаружить, что кашалоты общаются друг с другом тэт-а-тэт, в формате диалога между двумя особями. До этого биологи считали, что эти киты используют групповые формы общения, что «диалекты» их языка различаются по группам, и одинаковые для их членов. Но оказалось, что каждый кит общается с товарищами на собственном «сленге». Учёные планируют использовать машинное обучение, чтобы попытаться расшифровать то, что эти животные «говорят» друг другу. Если люди когда-либо расшифруют язык китов или даже определят, обладают ли киты тем, что мы действительно можем назвать языком, нам нужно будет наделить их щелчки контекстом. Результатом расшифровки общения китов будет знание того, кем являются эти одни из самых загадочных существ Земли.

2023-05-09

233.

barnsworthburning

barnsworthburning.net/spaces/interfaces/spatial-interfaces

A collection of notes.