20 random bookmarks
Bookmarks and whatnot. Закладки и всякое.
Bookmarks and whatnot. Закладки и всякое.
Tennessine's free flag maker! Easily create a custom flag design, then download, share, and print. Add images, shapes and filters - draw your perfect flag!
A tool to search published FEPs
A self-hostable personal cloud inspired by serverless platforms and cgi-bin.
Accents is an app that lets you use the 2021 iMac's accent colors on any Mac.
Code discussions contain relevant information. Isn’t it a shame that we
keep these in the centralized GitHub/GitLab servers, far away from our
decentralized Git code? As soon as we move provider, we’ll lose all old
discussions! And how do you ever find the pull requests back from 5
years ago? Symfony has implemented a lightweight solution to this problem
years ago using a less-known feature of Git: Git Notes.
Ploum recommends putting the AGPL license (or similar) on software and once again reminds that software is inherently political.
Space Explorer
A *web site* search engine, instead of a web page centered one!
Exobiotica is a world-building project that envisions how life may evolve in different places across the universe.
a simple, multi-tenant feed reader
Project Xanadu as a pattern language, rather than a failed software project
Lessons learned from making apps that play nice with the fediverse.
The Sore Feet Song, that was used in a Mushishi opening, was, in fact, not originally written for Mushishi! The author of the song elaborates on that a little.
Киллер-фич зига три, на мой взгляд
Тотальный контроль работы с памятью, намного более гранулярный, чем в C (аллокатор из коробки не один, их много, они разные, можно делать свои и передавать их другим программам)
Минимум имплицитного поведения, то есть всё максимально явно описывается в языке
Compile Time metaprogramming, то есть компилятор во время компиляции может исполнять код, при этом само понятие "тип" это просто объект языка, с которым можно поступать так же как с числами, или структурами. Просто гляньте как в Zig сделаны дженерики https://ziglang.org/documentation/master/#Generic-Data-Structures
Poka Yoke - яп. «избегать ошибок». Не искать виноватых в ошибках, но совершенствовать процесс.