20 random bookmarks

Тут будут ссылки на всё-всё, что я найду интересным

2025-12-14

917.

The Do-Say Ratio

asnewman.github.io/do-say-ratio

2025-10-29

908.

AutoEq

autoeq.app

Automatic headphone equalization

2025-04-29

855.

A cheat sheet for why using ChatGPT is not bad for the environment

andymasley.substack.com/p/a-cheat-sheet-for-conversations-about

Arm yourself with knowledge

2025-02-14

Reposted 838.

PostgREST Documentation

docs.postgrest.org/en/v12/index.html

PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.

Sounds like a way to write less code. I skimmed through the reference, looks cool. PostgREST is written in Haskell for some reason though.

2024-12-04

805.

Про обесценивание

ambment.cat/posts/2022-9-15-1.html

2024-09-11

Reposted 760.

Always Optimize for Junior Devs

blog.pwkf.org/2022/09/18/always-optimize-for-dummies.html

There is a single advice I would give to anyone writing software, and specially to great devs : Always optimize your code for your most junior developers. I agree that it is not a very popular advice, but it is the one that, in my experience, give the biggest bang for the buck.

2024-07-20

720.

SDK, работа над ошибками

grishaev.me/aws-sdk-fix

используйте неизменяемые объекты, не допускайте частичной инициализации, требуйте обязательные поля сразу – не надейтесь, что кто-то заполнит их позже

2024-06-11

679.

What is love-2

spectator.ru/entry/6575

2024-03-08

552.

Max Fadeev’s Videos

vimeo.com/maxfadeev

Архив съемок Максима Фадеева 2014-2015

2024-03-01

539.

Exists is the enemy of good

seancoates.com/blogs/exists-is-the-enemy-of-good

This idea is pretty simple, in principle: sometimes we miss a good-enough solution because a not-quite-good-enough solution is already out there and in use.

2024-02-05

517.

Turn off background app refresh

practicalbetterments.com/turn-off-background-app-refresh

By default, the apps on your phone are connecting to the internet even when your not using them. It's a feature called Background App Refresh and it is mostly not very useful.

2024-01-10

486.

Как понять, что ты выгорел, и что делать, чтобы выбраться

www.youtube.com/watch?v=C7lVToI38yE

Юлия рассказывает про выгорание

2023-12-18

462.

Massive Study Finds a Link Between Commuting And Poor Mental Health

www.sciencealert.com/massive-study-finds-a-link-between-commuting-and-poor-mental-health

Long daily commutes can leave little time around busy work days for commuters, who tend to be less physically active, overweight, drink more alcohol, and sleep poorly as a result.

2023-11-18

425.

Почему обучение — это новая прокрастинация

habr.com/ru/companies/productivity_inside/articles/322980

2023-11-16

422.

SQL indexes on user-defined functions

use-the-index-luke.com/sql/where-clause/functions/user-defined-functions

Функции должны быть чистыми, чтобы по ним работал индекс

2023-09-03

313.

Как растить джуниоров

strizhechenko.github.io/2017/01/14/junior-learning.html

Выделите джуниору части проекта, где он будет главным, через него будут решаться все вопросы связанные с ними. При срочной необходимости, можно всё сделать самому, но в штатном режиме хозяин кода - он.

2023-06-06

192.

LOW←TECH MAGAZINE

solar.lowtechmagazine.com

Сайт, работающий на солнечной энергии.

В зависимости от заряда страница окрашивается в жёлтый или голубой цвета.

Подробнее о работе сайта

2023-05-20

185.

Супер-быстрый способ завязать шнурки

www.youtube.com/watch?v=XPIgR89jv3Q

2023-03-21

140.

Zoomquilt - The infinitely zooming image

zoomquilt.org

Бесконечно-зумный арт

2023-03-03

52.

Surviving the Release Version

www.codeproject.com/Articles/548/Surviving-the-Release-Version

OK, your program works. You've tested everything in sight. It's time to ship it. So you make a release version.

And the world crumbles to dust.

You get memory access failures, dialogs don't come up, controls don't work, results come out incorrectly, or any or all of the above. Plus a few more problems that are specific to your application.

Now what?

That's what this essay is all about.