20 random bookmarks

stuff me collect

2025-04-27

226.

Svgl - library of SVG logos

svgl.app

svg logos gallery

2025-04-22

223.

Effective Go

go.dev/doc/effective_go

Настольное пособие по тому, как писать в go-way стиле

2025-02-06

202.

Chat is a bad UI pattern for development tools

danieldelaney.net/chat

2025-02-05

201.

Waydroid

waydro.id

A container-based approach to boot a full Android system on regular GNU/Linux systems running Wayland based desktop environments.

2024-12-02

185.

How to Use Tags

karl-voit.at/2022/01/29/How-to-Use-Tags
  1. Use as few tags as possible.

  2. Limit yourself to a self-defined set of tags.

  3. Tags within your set must not overlap.

  4. By convention, tags are in plural.

  5. Tags are lower-case.

  6. Tags are single words.

  7. Keep tags on a general level.

  8. Omit tags that are obvious.

  9. Use one tag language.

  10. Explain your tags.

2024-12-01

Reposted 182.

викторианское счастье

ladykosha.ru/happiness/20210604111919-викторианское_счастье.html

2024-11-12

171.

Staticcheck

staticcheck.dev

Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.

2024-10-15

160.

Kosmik - browser for moodboards etc

www.kosmik.app

2024-10-12

Reposted 157.

Бомж-туризм — Викиучебник

ru.wikibooks.org/wiki/Бомж-туризм

2024-08-09

147.

Man pages

alexschroeder.ch/view/2024-08-08-man-pages

Why you should use and write man pages.

Local documentation that is easy to find is so much better. And man pages are powerful.

Reposted 146.

Metamorphosis

garden.bouncepaw.com/hypha/metamorphosis

Баунс читает Кафку.

Would you love me if I became a worm?, somebody could ask. I would respond that no, I don't in fact love you, for you are a worm.

Indeed I find humans more valuable.

2024-07-23

Reposted 136.

The Forth Methodology of Charles Moore by Jeff Fox 12/09/01

www.ultratechnology.com/method.htm

Don't leave openings in which you are going to insert code at some future date when the problem changes because inevitably the problem will change in a way that you didn't anticipate. Whatever the cost it's wasted. Don't anticipate, solve the problem you've got.

2024-07-02

Reposted 118.

Oatmeal - Blogroll

eli.li/blogroll

2024-07-01

110.

Electude Simulator Challenge

simulator.electude.com

Online simulator to learn automotive wiring and how to troubleshoot and fix problems with it

2024-06-28

104.

Синтаксис Лиспа

grishaev.me/lisp-syntax

У скобочной записи есть преимущество: каждое выражение имеет начало и конец. Не обязательно писать на Лиспе, но нужно знать эту его сторону. Чтобы не выглядеть глупо, не хихикать и не прыскать в кулачок, когда случится увидеть Лисп.

2024-05-07

65.

Stirling-PDF

github.com/Stirling-Tools/Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files - Stirling-Tools/Stirling-PDF

2024-03-14

37.

Permacomputing | viznut

viznut.fi/texts-en/permacomputing.html

This is a collection of random thoughts regarding the application of permacultural ideas to the computer world.

35.

Project Gemini

geminiprotocol.net

Gemini is a new internet technology supporting an electronic library of interconnected text documents. Gemini isn't about innovation or disruption, it's about providing some respite for those who feel the internet has been disrupted enough already. We are out to build a lightweight online space where documents are just documents, in the interests of every reader's privacy, attention and bandwidth.

31.

Как я чтение всего контента на RSS переводил

habr.com/ru/articles/799301

TL;DR В статье рассказывается о том, как мне удалось перевести чтение лент в ВКонтакте, Telegram, Facebook, Instagram, Reddit и почтовых рассылок в единый сервис InoReader. Причем почти без написания своих велосипедов

2024-03-12

18.

The benefits of using a single configuration file

arslan.io/2023/05/10/the-benefits-of-using-a-single-init-lua-vimrc-file

Using a single init.lua or vimrc configuration file for (Neo)Vim file is better than a multi folder/file layout approach.