1330 bookmarks
Bookmarks and whatnot. Закладки и всякое.
Bookmarks and whatnot. Закладки и всякое.
Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users’ bandwidth as possible, and without hosting any infrastructure.
Hare will stay around for a century by rejecting innovation and being soundly designed. Sounds good! I low-key want to write something in it.
Yeah, sure.
This is a primer for implementation of ActivityPub.
Stacksmith - A tool for making apps for non-programmers.
A Hypercard successor.
See:
Как пожарить сулугуни. Надо попробовать. Я люблю жареное и сулугуни. Смесь должна тоже понравиться!
Bash strict mode.
set -euxo pipefail
The -x is sometimes not needed, it prints out every input back. So, this is an option:
set -euo pipefail
An open source RISC based balanced ternary computer research project
Гришка учит Активитипабу. Вовремя!
In search of an American soda in far-flung places
Нередко приходится приводить этот сайт в пример мощного веб-дизайна, сохраню на всякий.
Info on the Cat. Documents!
Jef Raskin on how the two-part cursor is better than the one we are used to and how cool Leap is.
I didn't really get the cursor part. The fact that the significant text formatting is simply stripped does not help. I should play with it in an emulator.
Leap is cool, yeah. But I didn't get how the copy-paste works.
Sometimes I imagine a cool cyberdeck in which I implement the coolest features from many sources, including the Canon Cat!
Luxury beliefs have, to a large extent, replaced luxury goods.
Luxury beliefs are ideas and opinions that confer status on the upper class, while often inflicting costs on the lower classes.
Ken describes how he injected a virus into a compiler. Not only did his compiler know it was compiling the login function and inject a backdoor, but it also knew when it was compiling itself and injected the backdoor generator into the compiler it was creating. The source code for the compiler thereafter contains no evidence of either virus.
Good links.
Problems with GPL.
Любопытно такое читать.
Overly exciting Uiua introduction. Take a look!!
A stack-based array programming language
When you visit a wiki on Fandom or Fextralife, this extension will notify or automatically
redirect you to quality independent wikis when they're available.
Search results in Google, Bing, DuckDuckGo, Yahoo, Brave, Ecosia, and Startpage
can also be filtered, guiding you to visit an independent counterpart instead.
A wiki about concatenative programming languages running a custom (looking good) wiki engine with a custom markup!
Seems to be descending from the Portland markup family.
An extremely minimal drawing language consisting of only 5 simple commands: C, F, R, [, and ].
Simple and fun.
Fediverse Developer Network
Kinda incomplete
Wiki engine (what's wiki about it) with threads (cool! I thought of something similar for Mycorrhiza) and whatnot.
Via Waffle
Tedu's little funky web libraries!
Tedu's implementation of HTTP signatures which is used in, for example, Honk. Since it's written in Go, is actually used, and licensed under a free license, I'll probably use it for Betula.
Info on HTTP signatures.
It is interesting to read these articles about Chinese language. Fortunately, I'm not learning it.
Long and entertaining text. It's mostly about the script.
Как же японцы читают китайские стихи? По-китайски? Самое интересное, что нет.
Японцы читают, конечно же, по-японски - переставляя слова согласно японской грамматике и добавляя японские окончания, которые пишут азбукой. Если китайский текст длинный, то сбоку приписывают специальные символы, которые подсказывают, в каком порядке нужно читать иероглифы по-японски.
掬水月在手
水を掬すれば月、手に在り
Tedu wrote a tool that lets you handle errors in Go like this:
func decomp(filename string) ([]byte, error) {
fd := ^os.Open(filename)
defer fd.Close()
zd := ^gzip.NewReader(fd)
data := ^io.ReadAll(zd)
return data, nil
}
Funky!
Plain text Moby-dick.
15 years ago, Apple helped the US government develop a custom iPod for clandestine missions. Of course, neither Apple nor the US government will admit this ever happened. Former Apple engineer and inadvertent intelligence operative David Shayer tells the story of the iPod that never existed.