20 random bookmarks
Bookmarks and whatnot. Закладки и всякое.
Bookmarks and whatnot. Закладки и всякое.
On inboxes as application-specific todo lists.
Давайте посмотрим на историю и устройство Palm OS, а также поговорим о философии дизайна ПО Palm и его наследии
Today in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?
// slightly simplified
{
text: "Hello @bob.com",
facets: [
{feature: "mention", index: {start: 6, end: 14}}
]
}
Useful to save web pages as local markdown files, for search
Also useful to output PDF from pages!
In Paradise, you are but a force acting upon places, objects, words — vessels. Paradise is a kind experimental file-system and operating system.
Building on the Fediverse is hard. Here is a list of ActivityPub and other developer resources that have been helpful in developing Emissary.
This is not a canonical or official list by any means, but hopefully this list of bookmarks is valuable to others who are building their own Fediverse apps.
The
<model>
element will provide a way to easily present 3D content in a web page without any scripting. Just like with<img>
and<video>
, HTML makes it possible for<model>
to work in a robust and simple manner across web browsers on any platform. Model is still undergoing specification and is subject to change, but we expect it will work like this:<modelsrc="asset/example-3d-model"width="400"height="300"></model>
New WebKit brings easy 3D-models to web.
In a city, you can find harvestable plants if you look hard enough. This is true. In Ufa, I've seen apple trees, for example. The author invites readers to learn more about it. Maybe I will.
The text of Moby-Dick. I take lorem-ipsum-level texts from here. Also, a good book!
DiskerNet empowers you to be the master archivist of your own internet browsing. As a robust, lightweight tool, DiskerNet seamlessly connects to your browser, saving and organizing your online discoveries in real-time. With an option to archive everything or only bookmark-worthy content, DiskerNet places you in full control of your browsing history. No special plugins or extensions required.
Описания о встречах с шурале
Cognate is a small dynamic quasi-concatenative language for functional programming. Cognate aims to express complex programs in a simple and readable way through its unique syntax, which emphasises embedding comments into statements. This makes programs very readable and helps a programmer better express their intentions.