Vibe coding is killing open source, increasing software risk
https://www.techtarget.com/searchapparchitecture/tip/Vibe-coding-is-killing-open-source-increasing-software-risk
https://www.techtarget.com/searchapparchitecture/tip/Vibe-coding-is-killing-open-source-increasing-software-risk
Search App Architecture
Vibe coding is killing open source, increasing software risk
AI-driven vibe coding boosts productivity but weakens open source sustainability, increasing long-term software supply chain and security risks.
Java is fast, code might not be
https://jvogel.me/posts/2026/java-is-fast-your-code-might-not-be/
https://jvogel.me/posts/2026/java-is-fast-your-code-might-not-be/
jvogel.me
Java Is Fast. Your Code Might Not Be. | Jonathan Vogel
Fixing common Java anti-patterns took an app from 1,198ms to 239ms. Eight patterns that compile fine and pass code review but silently drain CPU and balloon heap, with benchmarks and code fixes for each
Supply Chain Attack on Trivy
https://www.wiz.io/blog/trivy-compromised-teampcp-supply-chain-attack
https://www.wiz.io/blog/trivy-compromised-teampcp-supply-chain-attack
wiz.io
Trivy Compromised by "TeamPCP" | Wiz Blog
Breaking down the March 2026 Trivy supply chain attack. TeamPCP compromised trivy + trivy-action & setup-trivy GitHub Actions, deploying credential stealers.
Почему вам нужно добавить LLM-as-a-Judge в пайплайн автоматического тестирования и как это сделать
https://tproger.ru/articles/pochemu-vam-nuzhno-dobavit-llm-as-a-judge-v-pajplajn-avtomatichesk
https://tproger.ru/articles/pochemu-vam-nuzhno-dobavit-llm-as-a-judge-v-pajplajn-avtomatichesk
❤1
If you thought the code writing speed was your problem; you have bigger problems
https://debuggingleadership.com/blog/if-you-thought-the-speed-of-writing-code-was-your-problem-you-have-bigger-problems
https://debuggingleadership.com/blog/if-you-thought-the-speed-of-writing-code-was-your-problem-you-have-bigger-problems
Andrew Murphy
If you thought the speed of writing code was your problem - you have bigger problems | Andrew Murphy
AI coding tools are optimising the wrong thing and nobody wants to hear it. Writing code was already fast. The bottleneck is everything else: unclear requirements, review queues, terrified deploy cultures, and an org chart that needs six meetings to decide…
Локальная LLM для кодинга за 12 минут: LM Studio, Kilo Code и четыре бесплатных облачных варианта
https://habr.com/ru/companies/haulmont/articles/1012626/
https://habr.com/ru/companies/haulmont/articles/1012626/
🔥3
IntelliJ IDEA 2026.1 Is Out!
https://blog.jetbrains.com/idea/2026/03/intellij-idea-2026-1/
https://blog.jetbrains.com/idea/2026/03/intellij-idea-2026-1/
JEP draft: Structured Concurrency (Seventh Preview)
https://openjdk.org/jeps/8373610
https://openjdk.org/jeps/8373610
Новый выпуск для размышлений в выходные
https://razborpoletov.mave.digital/ep-313
https://razborpoletov.mave.digital/ep-313
В мой первый рабочий день мне сказали: «Забудь своё имя». Вот как на самом деле устроено IT в Китае
https://tproger.ru/articles/v-moj-pervyj-rabochij-den-mne-skazali---zabud-svoyo-imya---vot-ka
https://tproger.ru/articles/v-moj-pervyj-rabochij-den-mne-skazali---zabud-svoyo-imya---vot-ka
👍1🔥1
Как не устроиться в Яндекс на работу потратив 2 месяца
https://habr.com/ru/articles/1016132/?utm_source=habrahabr&utm_medium=rss&utm_campaign=1016132
https://habr.com/ru/articles/1016132/?utm_source=habrahabr&utm_medium=rss&utm_campaign=1016132
Engineers do get promoted for writing simple code
https://www.seangoedecke.com/simple-work-gets-rewarded/
https://www.seangoedecke.com/simple-work-gets-rewarded/
Seangoedecke
Engineers do get promoted for writing simple code
❤1
Два вопроса, которые скажут о разработчике и тимлиде больше, чем техническое интервью
https://habr.com/ru/articles/1014102/
https://habr.com/ru/articles/1014102/
👍3
Как агенты Stripe отправляют 1300 PR в неделю без единой строчки человеческого кода
https://tproger.ru/translations/kak-agenty-stripe-otpravlyayut-1-300-pr-v-nedelyu-bez-edinoj-strochk
https://tproger.ru/translations/kak-agenty-stripe-otpravlyayut-1-300-pr-v-nedelyu-bez-edinoj-strochk
Codegen is not productivity
https://www.antifound.com/posts/codegen-is-not-productivity/
https://www.antifound.com/posts/codegen-is-not-productivity/
Antifound
Codegen is not productivity
There is a whole lot to say about generative AI. LLMs generate a bunch of code, this much is certainly true. Should we celebrate that? There is a long tradition of trying to measure software development output, and most of it tells us that lines of code is…
Improved Git Diffs with Delta, Fzf and a Little Shell Scripting
https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting
https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting
Nick Janetakis
Awesome Git Diffs with Delta, fzf and a Little Shell Scripting — Nick Janetakis
Spotting differences in code is an important part of what we do, Delta is by far the best CLI diff tool I ever used.