20 random bookmarks

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

2026-08-26

1010.

You should never be angry at work

www.seangoedecke.com/you-should-never-be-angry-at-work

One solution is to try and care the exact right amount: be invested in work a bit, but also have hobbies and a family and whatever else gives you perspective about your work problems. If you have a rich and healthy personal life, it’s hard to find yourself yelling at somebody about React state management. However, this is a tricky balance to maintain over time.

2026-06-09

982.

Working with product managers

www.seangoedecke.com/working-with-product-managers

At its worst, a product manager relationship is like an unhealthy family: driven by condescension, emotional manipulation, lies, and mistrust. This isn’t because product managers are bad people! It’s because the structure of the relationship creates conflict. Both sides must make commitments (about the technical system or goals of the organization) that are (a) often wrong, and that (b) the other side is unable to independently verify. To avoid the trap, both sides have to be generous, willing to trust each other in their areas of expertise, and most importantly competent.

2026-04-21

Reposted 966.

Push Ifs Up And Fors Down

matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html

2025-12-27

922.

Platypus - Create Mac apps from command line scripts

sveinbjorn.org/platypus

Platypus is a developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript and PHP programs. This is done by wrapping the script in a macOS application bundle along with an app binary that runs the script.

2025-02-12

836.

Profiling Go programs with pprof

jvns.ca/blog/2017/09/24/profiling-go-with-pprof

2025-01-10

818.

How to Use Dollar Cost Averaging to Build Long-Term Wealth

www.sc.com/sg/stories/dollar-cost-averaging

Find out how to manage risk and emotional decision-making with the Dollar Cost Averaging method of investing, to build long-term wealth

2024-10-14

785.

БАР(биполярное): третий год лечения, полет нормальный

vas3k.club/post/26020

Моя знакомая Ульяна рассказывает про опыт с БАР

2024-06-02

671.

Self-Hosted Applications and Alternatives

selfh.st/apps

A directory of self-hosted software and applications for easy browsing and discovery

2024-04-16

607.

Organize your browser bookmarks

practicalbetterments.com/organize-your-browser-bookmarks

2024-03-12

Reposted 573.

Choose Boring Technology

boringtechnology.club

Innovation tokens and whatnot.

2024-03-05

543.

Wrapping Errors in Go - How to Handle Nested Errors

blog.boot.dev/golang/wrapping-errors-in-go-how-to-handle-nested-errors

By wrapping errors and building well-formatted error messages, we can keep better track of where errors are happening. I often just add the name of the function being called to my error messages, but we can make the message say whatever we want. For example, I’ll often include parameter information in the error so I know which inputs caused the error.

2023-12-22

Reposted 471.

Gio UI

gioui.org

Gio is an open source library for creating portable, immediate mode GUI programs for Android, iOS, Linux, Windows, macOS.

2023-11-16

420.

The right column order in multi-column indexes

use-the-index-luke.com/sql/where-clause/the-equals-operator/concatenated-keys

The most important consideration when defining a concatenated index is how to choose the column order so it can be used as often as possible.

Например, поиск по имени без фамилии бесполезен. Значит, составной индекс должен начинаться с фамилии, а потом уже будет имя.

2023-11-14

412.

LIMIT vs. FETCH in SQL

antonz.org/sql-fetch

Fun fact: There is no limit clause in the SQL standard.

Everyone uses limit.
And yet, according to the standard, we should be using fetch

2023-09-05

315.

PRQL

prql-lang.org

PRQL is a modern language for transforming data

Интересная замена SQL. Запросы для аналитики данных станет писать намного проще. Не думаю, что для чего-то другого этот проект подойдёт. Условный CRUD проще написать, используя именно SQL запросы, здесь PRQL излишен.

2023-07-03

225.

A Complete Guide to Flexbox

css-tricks.com/snippets/css/a-guide-to-flexbox

2023-05-28

189.

TRIDENT GeoAI

trident.yuiseki.net/geoai

Оверпасс с человеческим лицом или лицом нейросети.

Можно написать, что ты хочешь видеть на карте, а нейронка обработает запрос и выдаст результат.

2023-05-13

182.

Walk Appeal | the Original Green | Steve Mouzon

originalgreen.org/blog/2012/walk-appeal.html

Заметка о разной привлекательности улиц для прогулок

2023-03-21

137.

Neal.fun

neal.fun

2023-03-07

55.

Async

levels.io/async

Заметка про асинхронную работу