veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#JetBrains

6 posts6 participants0 posts today
EveryDev AI<p>Read the full story and follow for more daily AI Developer News <br><a href="https://www.everydev.ai/p/news-ai-dev-news-digest-jul-25-2025" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">everydev.ai/p/news-ai-dev-news</span><span class="invisible">-digest-jul-25-2025</span></a></p><p><a href="https://mastodon.social/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> <a href="https://mastodon.social/tags/DevTools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevTools</span></a> <a href="https://mastodon.social/tags/GPT5" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPT5</span></a> <a href="https://mastodon.social/tags/Gemini" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gemini</span></a> <a href="https://mastodon.social/tags/VibeCoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VibeCoding</span></a> <a href="https://mastodon.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/LangChain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LangChain</span></a> <a href="https://mastodon.social/tags/Claude" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Claude</span></a> <a href="https://mastodon.social/tags/Cursor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cursor</span></a> <a href="https://mastodon.social/tags/EveryDevAI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EveryDevAI</span></a> <a href="https://mastodon.social/tags/GoogleOpal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GoogleOpal</span></a></p>
often frowned upon<p>Previously I said local single-line code completion is the acceptable level of "AI" assistance for me and that JetBrains one was somewhat useful, only wrong half of the time, and easy to ignore when it is.</p><p>I've changed my mind.</p><p>See, I code primarily in TypeScript and Rust. Both of these languages have tooling that's really good at static analysis. I mean, in case of TS, static analysis <em>is</em> the whole product. It's slow, it requires a bunch of manual effort, but holy hell does it make life easier in the long run. Yes, it does take a whole minute to "compile" code to literally same code but with some bits removed. But it detects so many stupid mistakes as it does so, every day, it's amazing. Anyway, not the point.</p><p>The other thing modern statically-typed languages have is editor integration. You know, the first letter in IDE. This means that, as you are typing your code and completions pop up, those completions are provided by the same code that makes sure your code is correct.</p><p>Which means they are never wrong. Not "rarely". Not "except in edge cases". Zero percent of the time wrong.</p><p>If I type a dot and start typing "thing" and see "doThing(A, B)", I know this is what I was looking for. I might ctrl-click it and read the docs to make sure, but I know "doThing" exists and it takes two arguments and i can put it in and maybe even run the code and see what it does. <strong>This is the coding assistance we actually need.</strong> Exact answers, where available.</p><p>So, since I've enabled LLM completion a few months ago, I've noticed a couple of things. One: it's mostly useful when I'm doing some really basic boilerplate stuff. But if I wrote it often enough, I could find ways to automate that specific thing. It <em>feels</em> like this is saving me time, but it's probably seconds on a day.</p><p>Two: I am not used to code completion being wrong. Like, I see a suggestion, I accept it mentally <em>before</em> I accept it in the dropdown. I'm committed to going there and thinking about next steps.</p><p>And then it turns red because "doThing" is not, in fact, a method that exists.</p><p>And I stop working and go write this post because I forgot what I was even doing in the first place already.</p><p>I'm turning that shit off.</p><p><a href="https://loud.computer/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> <a href="https://loud.computer/tags/LLM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLM</span></a> <a href="https://loud.computer/tags/VibeCoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VibeCoding</span></a> <a href="https://loud.computer/tags/CoPilot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CoPilot</span></a> <a href="https://loud.computer/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Shrey Puranik<p>I love Jetbrains’s IDEs. But I like the idea of having a personal software stack that’s different to my work stack, so I can test IDE’s on personal projects! </p><p>I’m currently trying to be friends with VS Code on my personal laptop. </p><p>Anyone else like to keep work tech profiles separate from? 👀 </p><p><a href="https://mastodonapp.uk/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodonapp.uk/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://mastodonapp.uk/tags/phpstorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpstorm</span></a> <a href="https://mastodonapp.uk/tags/goland" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>goland</span></a> <a href="https://mastodonapp.uk/tags/vscode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vscode</span></a></p>
Pablo Fernandez 🧉<p>So many VS Code clones that add AI and all I want is a JetBrains plugin that adds AI (and works... at a reasonable speed). <a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/vibecoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vibecoding</span></a></p>
//devdigest<p>⚡️ Rider and ReSharper 2025.2 Release Candidate Available</p><p>🏷️ <a href="https://mastodon.social/tags/devdigest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devdigest</span></a> <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://mastodon.social/tags/net" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>net</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/ide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ide</span></a> <a href="https://mastodon.social/tags/rider" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rider</span></a> <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a></p><p><a href="https://devdigest.today/goto/4722" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">devdigest.today/goto/4722</span><span class="invisible"></span></a></p>
The Agender Kiwi<p><span class="h-card" translate="no"><a href="https://mastodon.social/@itsfoss" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>itsfoss</span></a></span> Sublime Text, or vim if I can't be bothered. I don't code often enough to justify paying for <a href="https://mastodon.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Erik C. Thauvin<p>IntelliJ IDEA 2025.1.4 Is Out!</p><p><a href="https://mastodon.social/tags/ide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ide</span></a> <a href="https://mastodon.social/tags/intellij" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intellij</span></a> <a href="https://mastodon.social/tags/intellijidea" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intellijidea</span></a> <a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kotlin</span></a></p><p><a href="https://blog.jetbrains.com/idea/2025/07/intellij-idea-2025-1-4/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/idea/2025/0</span><span class="invisible">7/intellij-idea-2025-1-4/</span></a></p>
Yuna<p>JetBrains builds brilliant tools. No question. But somewhere along the way, something shifted. The IDE that once felt like a sleek exosuit now wears more like a lead apron. Familiar, powerful but exhausting.</p><p>Remember Eclipse? I do. Grew up with it. Then grew out of it, death by poor developer experience. I see echoes of that fate in JetBrains, and it terrifies me. Not because JetBrains is bad. But because it was once… fun.</p><p>I've seen more memory leaks, heavier startup times, and codebases that feel like they took a wrong turn into a garbage collector. A "Hello World" project now needs 5GB If I leave it open long enough. It starts asking me existential questions.</p><p>My IDE now eats up 15GB with simple projects. Caches? Massive. Often useless. Builds that run clean in terminal break in IntelliJ until I do the sacred dance: Build → Rebuild Project or Invalidate Caches. It's a modern ritual. I now default to my terminal. It's honest. It listens. It doesn't pretend.</p><p>Plugin development? A labyrinth. Testing plugins is like chasing asynchronous shadows. Documentation is scarce, SDKs mutate overnight, and the event system reminds me of a toddler with espresso. Thousands of change events for a single file edit. I wanted to build useful tools.</p><p>Even giants like AWS and CodePilot plugins throw random exceptions. Testing? What's that? The SDK laughs in JUnit.</p><p>The final twist: my own plugin, full of hope and effort, is now the ugliest code I've ever written. I can't fix it. I barely recognize it. I miss simplicity. I miss reliability. I miss fun.</p><p>JetBrains still has brilliance. But quality? It's slipping. The warning signs are glowing. Not with malice, but with entropy.</p><p>Would be poetic if a new IDE emerged soon. Just like JetBrains once did, fresh, small, efficient. Until then, I'll keep fighting caches, memory bloat, and undetectable test classes… while whispering my Eclipse shortcuts in IntelliJ like ancient spells.</p><p>Funny, isn't it? Software today feels less like writing code and more like running a game engine. But the bugs aren't part of the plot. They're just bugs.</p><p><a href="https://hachyderm.io/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a> <a href="https://hachyderm.io/tags/IntelliJ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IntelliJ</span></a> <a href="https://hachyderm.io/tags/PluginDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PluginDevelopment</span></a> <a href="https://hachyderm.io/tags/Java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Java</span></a> <a href="https://hachyderm.io/tags/DeveloperExperience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DeveloperExperience</span></a> <a href="https://hachyderm.io/tags/IDEThoughts" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IDEThoughts</span></a> <a href="https://hachyderm.io/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> <a href="https://hachyderm.io/tags/MemoryLeaks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MemoryLeaks</span></a> <a href="https://hachyderm.io/tags/BringBackFun" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BringBackFun</span></a> <a href="https://hachyderm.io/tags/TerminalNeverLies" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TerminalNeverLies</span></a></p>
ProMobile.Dev<p>Meta joins the Kotlin Foundation as its first Gold member!</p><p>This is a huge step forward for the Kotlin ecosystem. Meta has already been using Kotlin at scale across apps like Facebook, Messenger, and Instagram - and now they’re helping shape its future.</p><p>It’s a big endorsement for Kotlin’s role in multiplatform development and Android engineering.</p><p>More details: <br><a href="https://www.promobile.dev/news/meta-joins-the-kotlin-foundation" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">promobile.dev/news/meta-joins-</span><span class="invisible">the-kotlin-foundation</span></a></p><p><a href="https://mastodon.social/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> <a href="https://mastodon.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://mastodon.social/tags/Meta" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Meta</span></a> <a href="https://mastodon.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a> <a href="https://mastodon.social/tags/MobileDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MobileDev</span></a></p>
Erik C. Thauvin<p>Kotlin Flows Explained. A guide to understanding Kotlin Flows…</p><p><a href="https://mastodon.social/tags/flows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>flows</span></a> <a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kotlin</span></a></p><p><a href="https://itnext.io/kotlin-flows-explained-232bec811f7f" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">itnext.io/kotlin-flows-explain</span><span class="invisible">ed-232bec811f7f</span></a></p>
Erik C. Thauvin<p>IntelliJ IDEA Moves to the Unified Distribution</p><p><a href="https://mastodon.social/tags/ide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ide</span></a> <a href="https://mastodon.social/tags/intellij" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intellij</span></a> <a href="https://mastodon.social/tags/intellijidea" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intellijidea</span></a> <a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kotlin</span></a></p><p><a href="https://blog.jetbrains.com/idea/2025/07/intellij-idea-unified-distribution-plan/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/idea/2025/0</span><span class="invisible">7/intellij-idea-unified-distribution-plan/</span></a></p>
Guillaume Darmont<p>A new blog post on MCP Servers and LLM usage optimization with a custom tool based on Jetbrains MCP Server plugin.</p><p><a href="https://blog.malt.engineering/optimizing-llms-usage-with-custom-mcp-tools-for-reliable-faster-and-cost-efficient-answers-4432165aa7dd" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.malt.engineering/optimizi</span><span class="invisible">ng-llms-usage-with-custom-mcp-tools-for-reliable-faster-and-cost-efficient-answers-4432165aa7dd</span></a></p><p><a href="https://mastodon.online/tags/llm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>llm</span></a> <a href="https://mastodon.online/tags/mcp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mcp</span></a> <a href="https://mastodon.online/tags/claude" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>claude</span></a> <a href="https://mastodon.online/tags/claudecode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>claudecode</span></a> <a href="https://mastodon.online/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.online/tags/intellij" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intellij</span></a></p>
Dominic Luidold<p>If anyone's interested, here's a 20% discount coupon for a <a href="https://mastodon.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a> <a href="https://mastodon.social/tags/Phpstorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phpstorm</span></a> individual license.</p><p>Enjoy! :)</p><p>4T5TY-G8D9D-2HML8-ACPDL-ECYQS</p>
Leander Lindahl<p>Sure wish <span class="h-card" translate="no"><a href="https://programming.dev/c/jetbrains" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jetbrains</span></a></span> would add mistral/codestral to it's AI assistant so one could <a href="https://mastodon.social/tags/goeuropean" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>goeuropean</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/mistral" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mistral</span></a></p>
KaKi87<p><strong>Closed preview of the JetBrains standalone git client : GitClient 2025.3 EAP</strong></p> <p><a href="https://jlai.lu/post/22436938" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">jlai.lu/post/22436938</span><span class="invisible"></span></a></p>
Tomasz Nurkiewicz<p><a href="https://fosstodon.org/tags/TIL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TIL</span></a> "Delete leftover IDE Storage Directories" in <a href="https://fosstodon.org/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a> <a href="https://fosstodon.org/tags/WebStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebStorm</span></a> just cleaned up 8 GiB+ of disk (!) Leftovers from outdated and no longer used IDE versions</p>
Chris Newland<p>VMOptionsExplorer, an online tool for exploring Java Virtual Machine (JVM) command line options now supports JetBrains Runtime (JBR). This is the JDK on which their suite of IDEs is based.</p><p><a href="https://chriswhocodes.com/jetbrains_runtime21_options.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">chriswhocodes.com/jetbrains_ru</span><span class="invisible">ntime21_options.html</span></a></p><p><a href="https://github.com/JetBrains/JetBrainsRuntime?tab=readme-ov-file#why-use-jetbrains-runtime" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/JetBrains/JetBrains</span><span class="invisible">Runtime?tab=readme-ov-file#why-use-jetbrains-runtime</span></a></p><p><a href="https://mastodon.social/tags/Java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Java</span></a> <a href="https://mastodon.social/tags/JVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JVM</span></a> <a href="https://mastodon.social/tags/JetBrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetBrains</span></a></p>
Erik C. Thauvin<p>Ktor 3.2.1 is out!</p><p><a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kotlin</span></a></p><p><a href="https://github.com/ktorio/ktor/releases/tag/3.2.1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/ktorio/ktor/release</span><span class="invisible">s/tag/3.2.1</span></a></p>
particleflux<p>Oh, the irony, when the message "too large to render" is *also* too large to render.</p><p>(Jetbrains GoLand IDE)</p><p><a href="https://mastodon.social/tags/Jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Jetbrains</span></a> <a href="https://mastodon.social/tags/UI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UI</span></a></p>
ysb33r<p>Using JetBrains' AI Chat for a week now. It's not bad as it can understand context well, but it still gets about 40% completely wrong. </p><p>It has been useful at least to procvide ideas on how to approach some code and also to bring me up to speed of things I have not touched for a while.</p><p>However, like most LLMs, in the hands of an average or below-average programmer it is a risk to an organisation in terms of maintenance and bugs-in-production.</p><p><a href="https://mastodon.social/tags/jetbrains" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrains</span></a> <a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a></p>