Гайд по нейронкам: Как программисту использовать AI инструменты в работе
Added 2025-10-02 13:00:00 +0000 UTCГайд по нейронкам: Как программисту использовать AI инструменты
В создании гайда помогали:
Одно дело знать, как не проиграть ИИ. Совсем другое — знать, как им пользоваться, чтобы выиграть.
В практической части гайда ты найдешь уроки, как пользоваться ИИ правильно:
- Как пользоваться AI инструментами: cursor, claudecode, codex и другие.
– Как делать ресерч с помощью ИИ?
– Какие настройки ставить, чтобы получать верный результат, без галлюцинаций?
- Как запускать локальный ИИ, чтобы не посылать свою код базу в облако?
Примеры тяжёлых задач из бенчмарка:
- Ordering problem in admin.RelatedFieldListFilter and admin.RelatedOnlyFieldListFilter
Description
RelatedFieldListFilter doesn't fall back to the ordering defined in Model._meta.ordering.
Ordering gets set to an empty tuple in https://github.com/django/django/blob/2.2.1/django/contrib/admin/filters.py#L196 and unless ordering is defined on the related model's ModelAdmin class it stays an empty tuple. IMHO it should fall back to the ordering defined in the related model's Meta.ordering field.
RelatedOnlyFieldListFilter doesn't order the related model at all, even if ordering is defined on the related model's ModelAdmin class.
That's because the call to field.get_choices https://github.com/django/django/blob/2.2.1/django/contrib/admin/filters.py#L422 omits the ordering kwarg entirely.
- Migration crashes deleting an index_together if there is a unique_together on the same fields
Description
Happens with Django 1.11.10
Steps to reproduce:
1. Create models with 2 fields, add 2 same fields to unique_together and to index_together
2. Delete index_together -> Fail
It will fail at django/db/backends/base/schema.py, line 378, in _delete_composed_index(), ValueError: Found wrong number (2) of constraints for as this one will find two constraints, the _uniq and the _idx one. No way to get out of this...
The worst in my case is that happened as I wanted to refactor my code to use the "new" (Dj 1.11) Options.indexes feature. I am actually not deleting the index, just the way it is declared in my code.
I think there are 2 different points here:
3. The deletion of index_together should be possible alone or made coherent (migrations side?) with unique_together
4. Moving the declaration of an index should not result in an index re-creation
Сервисы, через которые можно покупать подписки на инструменты из видео:
Таймкоды:
0:00 - Как построен гайд
1:04 - Claude Code
10:00 - Cursor
22:12 - Codex
35:46 - Codex с локальной моделью
38:55 - Super Whisper
40:18 - Raycast
42:10 - Limitless
44:45 - Perplexity
Смотреть на Boosty
Comments
<div ><div><span class="text">Топ. Спасибо!</span></div></div>
Alex Azimov
2025-11-10 20:25:19 +0000 UTC<div ><div><span class="text">Где скачать limitless</span></div><div><span class="link"><a class="link" href="https://help.limitless.ai/en/articles/9096513-how-do-i-download-install-the-mac-windows-app">https://help.limitless.ai/en/articles/9096513-how-do-i-download-install-the-mac-windows-app</a></span></div></div>
Игорь Козлов
2025-10-18 17:00:20 +0000 UTC<div ><div><span class="text">Зашёл что бы узнать как купить подписку и обойти региональные ограничения =(</span></div></div>
gedomada
2025-10-16 00:46:19 +0000 UTC