20 random bookmarks
stuff me collect
stuff me collect
Этот документ содержит список (roadmap) навыков, которые часто требуются backend разработчику web-приложений. Документ разделён на этапы (темы). Каждый этап разделён на пункты. Каждый пункт, в документе, подразумевает что:
бекендер знает что это и какую проблему решает.
бекендер знает для чего и когда следует применить.
бекендер знает как с этим работать или знает где подсмотреть.
при разработке или проектировании бекендер помнит про них и учитывает в приложении.
Some of Stephen Wolfram’s “productivity hacks” to make his days and projects more productive. Daily life, desk environment, outside the office, presentation setup, filesystem organization, Wolfram Notebook systems, databases, personal analytics.
At an intellectual level, the key to building this infrastructure is to structure, streamline and automate everything as much as possible—while recognizing both what’s realistic with current technology, and what fits with me personally.
a tiny camera that takes pictures every 30 seconds, so I can remember what I saw.
Wow so advanced
via Optozorax
A Genealogy of Technology and Power Since 1500
Very detailed visualisation of technology, science and culture that lead to the current state of world.
Shipping is really hard and you have to make it your main priority
Shipping doesn’t mean deploying code, it means making your leadership team happy
You need your leadership team to trust you in order to ship
Most of the essential technical work is in anticipating problems and creating fallback plans
Scale back your implementation work as you approach launch so you’re free to jump on last-minute problems
You should constantly ask yourself “can I ship right this second?”
Статьи предназначены для максимально легкого вкатывания в плагинописание для Obsidian.
Официально документация Obsidian настоятельно рекомендует использовать TypeScript и npm и использует только такой подход в своем GitHub с примерами. Я же в свою очередь утверждаю, что если вы хотите просто сесть и написать малюсенький плагин, у вас нет необходимости даже в этом стеке.
I’ve completely eliminated the alarm clock from my morning routine for about six months. The biggest impacts it's had on my life are: I’ve become a morning person. I wake up feeling great and feel less sleepy during the day.
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.
What are home row mods? What is a mod-tap? What settings do you need to use? What are the alternatives? And more in this article...
bouncepaw:
I don't think home row mods are a good idea.
I use home row mods for several month, the only downside is a need for a separate layer without mods for gaming
immich Self-hosted photo and video backup solution directly from your mobile phone
Website to create animation of your text using falling tetris blocks
По сути, выражение
s[~i]эквивалентно выражениямs[-i - 1]иs[len(s) - i - 1], однако является более красивым и компактным вариантом записи.
merely 93% of paint splatters parse as valid Perl.
Автор обсуждает использование git для управления проектами и проблемы с ним, а так же рассматривает альтернативы.
The bicycle, as we know it today, was not invented until the late 1800s. Here are some theories about why
Personal web site of Rek Bell - one of 100 rabbits.
Using a single init.lua or vimrc configuration file for (Neo)Vim file is better than a multi folder/file layout approach.