Reverse Engineering Cursor's LLM Client
https://www.tensorzero.com/blog/reverse-engineering-cursors-llm-client/
Reverse Engineering Cursor's LLM Client
https://www.tensorzero.com/blog/reverse-engineering-cursors-llm-client/
Shadow Curses! - Inkscape Update, 21st June 2025
https://friprogramvarusyndikatet.tv/w/1TqX1cHG33WB2Ntrx3Z2kM
How to fix custom cursors not being applied system wide? #customization #cursor
【備忘録】Curosor Rulesで開発の均一化について考える
https://qiita.com/sora_akagami/items/e28adea1609b0e51a82b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
[Перевод] Как Cursor устроен изнутри. Часть 1
Всего за год нагрузка на Cursor выросла в 100 раз: более 1 млн запросов в секунду и миллиарды автодополнений кода каждый день. Подробный разбор архитектуры — вместе с сооснователем Суалехом Асифом. Cursor — это IDE с кодогенерацией на AI-агентах, которая сейчас пользуется наибольшей популярностью среди разработчиков. В прошлогоднем опросе, Cursor был самым частым ответом на вопрос «Назовите вашу любимую IDE с генерацивными функциями, помогающими в работе» . Стартап, стоящий за Cursor — Anysphere, был основан в 2022 году, а в марте 2023 года запустил Cursor. Недавно Anysphere сообщила, что привлекла $900 млн, при оценке компании в $9.9B. Годовой доход уже превысил $500M. Ни одна другая компания в сфере инструментов для разработчиков, которую я знаю, не достигала этого рубежа в течение первых 2 лет после запуска первого продукта. Поспособствовало этому и то, что Cursor используется более чем половиной из 500 крупнейших технологических компаний из списка Fortune 500. Я встретился с сооснователем Cursor, Суалехом Асифом , чтобы узнать, как работает Cursor и как команда этот инструмент создает. Обсудили следующие темы: Технологический стек . TypeScript, Rust и куча облачных провайдеров — Turbopuffer, Datadog, PagerDuty и другие. Как работает автодополнение. Устройство low-latency движка для передачи зашифрованного контекста на сервер для инференса.
https://habr.com/ru/articles/919636/
#cursor #ide #architecture #interview #машинное_обучение #кодогенерация
Just fixed my cursor theme.
I was wondering why Firefox and Kdenlive cannot render a "grabbing hand", displaying no cursor at all instead — which is very inconvenient, until I compared file listing in Breeze_Obsidian (currently enabled theme) and breeze_cursors (either an older version or a general theme, didn't remember).
breeze_cursors contains a bunch of symlinks, while Breeze_Obsidian lacks these files.
Idk how KDE handles this (I'm on Sway). Maybe I should have set up some kind of a fallback theme. But I just created the symlinks, also replacing the crosshair which had no outline and was blending with the background. After reboot everything works, cursors are beautiful, dc09 is happy.
cd /usr/share/icons/Breeze_Obsidian/
ln -s default arrow
ln -s openhand grab
ln -s closedhand grabbing
ln -s size_hor e-resize
ln -s size_hor ew-resize
ln -s size_ver n-resize
ln -s size_ver ns-resize
ln -s size_bdiag ne-resize
ln -s size_bdiag nesw-resize
ln -s size_bdiag sw-resize
ln -s size_fdiag nw-resize
ln -s size_fdiag nwse-resize
ln -s size_fdiag se-resize
rm cross
ln -s crosshair cross
rm crosshair
ln -s ../../breeze_cursors/cursors/crosshair crosshair
【新機能】Cursor v1.0で登場!コードレビュー機能BugBotを使ってみた
https://qiita.com/haruki_sakurai/items/fddef45fa8f578437a76?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items