Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

1 2 3 4 5 6 7 8 9 10 11 12 13 14
This post was automatically generated. Chess For the Day Record: 1-0-7 Net Elo Change: -34 Games Played karvan1966 - LOSS tankt90 - LOSS rmich - LOSS Saltarelli - LOSS alps84 - LOSS ppeeppii - LOSS wtkit - WIN LavrencViktor - LOSS Blog Posts On This Day June 3, 2025 (1 post) June 3, 2024 (1 post) June 3, 2023 (7 posts) June 3, 2022 (4 posts)

Some plugin code follows this pattern: Historically, it was reasonable to assume that once the save finishes, the file on disk already contains the latest editor text. That is no longer guaranteed. The IntelliJ Platform can now update the VFS first and finish the disk write in the background a bit later. Code that reads […]

IntelliJ IDEA 2025.3.6 is now available with the latest Oracle critical patch update for Java 21. The update includes the corresponding JetBrains Runtime changes and fixes the issue [IDEA-389015], providing improved reliability and security. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a […]

RustWeek 2026 brought more than 900 Rust developers, educators, and maintainers to Utrecht, Netherlands, for a few days of talks, hallway conversations, community meetups, hackathons, and workshops about all things Rust. As a Gold sponsor for the third year in a row, the RustRover team joined the event to support the Rust ecosystem, connect with […]

The Kotlin 2.4.0 release is out! Here are the main highlights: For the complete list of changes, refer to What’s new in Kotlin 2.4.0 or the release notes on GitHub. How to install Kotlin 2.4.0 The latest version of Kotlin is included in the latest versions of IntelliJ IDEA and Android Studio. To update to […]

WPF Hot Reload is now available in Rider, starting with the 2026.2 EAP 2 build. You can edit your XAML while your app is running under the debugger and see the changes immediately, with no rebuild, no restart, and no losing your place in the application. Together with the C# Hot Reload support that’s already […]

[No title] - trickjarrett.com - 1 day ago - kor
Too many people abdicate moral responsibility. A quote from a book I'm reading, and it really resonated with me. I can still clearly remember as a teen the moment I realized my parents were basing morals off the laws of the government. Maybe it was along the same time as I was studying World War II, I don't know. But it really bothered me, and when I tried to voice my thoughts I got told I was too young and didn't understand.


This post was automatically generated. Chess For the Day Record: 1-0-1 Net Elo Change: +2 Games Played AppleCoLips - LOSS ngophuc31 - WIN Blog Posts On This Day June 2, 2025 (3 posts) June 2, 2024 (3 posts) June 2, 2023 (2 posts) June 2, 2022 (4 posts) June 2, 2003 (1 post)

Toolbox App 3.5 focuses on making daily work smoother and managed development environments easier to monitor. The app now supports interface zooming with familiar shortcuts, provides OpenTelemetry metrics for enterprise remote development connections, and handles several long-standing reliability issues more gracefully. Remote development observability The Toolbox App now emits OpenTelemetry metrics for remote development connection […]

In 2026, the world of AI is changing at a serious pace. The days of AI systems dealing solely in single-prompt interactions are coming to an end. Instead, these models are evolving into agentic systems – long-running, goal-driven software enabled by agentic frameworks that are becoming a critical layer in modern application architecture. This rapid […]

This post was automatically generated. Chess For the Day Record: 6-1-8 Net Elo Change: -12 Games Played amor94 - LOSS JR1968 - DRAW Trefe-2026 - WIN SwissArmyKnife800 - LOSS Malkin2 - WIN mtrifu - LOSS docseth - WIN Avantura - LOSS achille57 - WIN CouineGambit - WIN POL1967 - LOSS Jaimitoajedrez - LOSS MostafaShahine - LOSS Fabi_1981 - WIN pchavezc - LOSS Blog Posts On This Day June 1, ..

The moment a plugin needs account data, a simple API call turns into an authentication problem. The bad shortcut is familiar: ask the user to create a personal access token (PAT), make them paste it into settings, and hope it never leaks. For a JetBrains IDE plugin, use this flow instead: the user clicks the […]

Trained from scratch and designed for practical deployment, Mellum2 is built for routing, Q&A, sub-agents, and private AI use in software engineering systems. Today, we’re open-sourcing Mellum2, a 12B model engineered to solve the hardest parts of production AI: latency, throughput, and cost. Built from scratch and released under the Apache 2.0 license, Mellum2 offers […]


Most TypeScript projects already run ESLint with @typescript-eslint. That covers a lot: explicit any, floating promises, non-null assertions, and more. If your linting setup is solid, you’re catching the obvious issues in the editor before code review. ESLint rules can’t produce cross-file findings. Each rule runs within a single file’s scope, which means ESLint can’t […]


This post was automatically generated. Chess For the Day Record: 1-0-1 Net Elo Change: 0 Games Played zamoli - LOSS all500 - WIN Blog Posts On This Day May 31, 2025 (3 posts) May 31, 2024 (1 post) May 31, 2023 (3 posts) May 31, 2022 (8 posts)

This post was automatically generated. Chess For the Day Record: 2-0-2 Net Elo Change: 0 Games Played MalBa123 - LOSS Charu6681 - LOSS MTG1710H - WIN sguanz10 - WIN Blog Posts On This Day May 30, 2025 (5 posts) May 30, 2024 (1 post) May 30, 2023 (4 posts) May 30, 2022 (4 posts) May 30, 2021 (3 posts) May 30, 2002 (1 post)

This post was automatically generated. Chess For the Day Record: 1-0-1 Net Elo Change: 0 Games Played Chihoto74 - WIN Xandernghiem - LOSS Blog Posts On This Day May 29, 2025 (2 posts) May 29, 2024 (2 posts) May 29, 2023 (7 posts) May 29, 2022 (11 posts) May 29, 2021 (1 post)


Disclaimer: This article was created using AI-based writing and communication companions. With their help, the core topics of this rich and nuanced livestream were distilled into a compact blog post format. How do Rust IDEs understand code? That was the central question explored in a recent RustRover livestream featuring Lukas Wirth, Rust engineer at Zed […]

Hibernate 7.4 introduced several improvements that simplify loading a page of data along with their associated child collection, historical data access, and audit logging. The article will focus on the following features: You can check out the sample code for this article in this GitHub repository. Limits and Fetch Joins One common requirement in data-driven […]

AlphaEvolve is a Google DeepMind algorithm-discovery system that uses Gemini to generate, test, and refine possible algorithm improvements. Its job is not to answer questions; it searches for faster ways to solve complex algorithmic problems. We tried it on a narrow but important part of IntelliJ-based IDEs: indexing, the background work that makes navigation, search, […]

Hey!  This month’s list is short, but every item is worth your time.  Apply for one of up to 40 JetBrains Foundation scholarships for the CSAI BSc program by June 9, try a new AI tools course for developers, discover a program that brings hands-on coding practice into JetBrains IDEs, and read about the value of […]

Today we’re rolling out the first bug-fix for TeamCity On-Premises 2026.1 servers. This update addresses over 20 issues and performance issues, including: See TeamCity 2026.1.1 Release Notes for the complete list of resolved issues. Why update? Staying up to date with minor releases ensures your TeamCity instance benefits from the following: Compatibility TeamCity 2026.1.1 shares […]


This post was automatically generated. Chess For the Day Record: 1-0-1 Net Elo Change: +1 Games Played le-fou-du-roi-lyon - WIN le-fou-du-roi-lyon - LOSS Blog Posts On This Day May 28, 2025 (7 posts) May 28, 2024 (1 post) May 28, 2023 (1 post) May 28, 2022 (3 posts)

After careful consideration, we have made the difficult decision to sunset DataSpell as a standalone product. DataSpell was created to focus on the needs of data science and analytics professionals within the JetBrains ecosystem. It allowed us to build and refine a dedicated experience for working with Jupyter notebooks, data exploration, and analytical workflows. These […]

dotMemory Unit has long served as a unit testing framework for detecting memory issues in .NET code. We are grateful to everyone who has used it as part of their development and testing workflows. After careful consideration, we have decided to retire dotMemory Unit. The project will no longer receive active maintenance, compatibility updates, or […]

This post was automatically generated. Chess For the Day Record: 3-0-1 Net Elo Change: +11 Games Played Strays55 - LOSS Mopsi1 - WIN BESHOY_NESSEEM - WIN LeonRubi - WIN Blog Posts On This Day May 27, 2025 (3 posts) May 27, 2024 (3 posts) May 27, 2023 (2 posts) May 27, 2022 (6 posts)

Cloud9 and JetBrains have been working together on projects that connect software development and esports, from the Sky’s The Limit hackathon to custom tools built for live events, podcasts, and team content. One of the latest results of this collaboration is Cloud9 JetStream, a custom theme for JetBrains IDEs. The theme brings Cloud9’s visual identity […]

This is a guest post from Iulia Feroli, founder of the Back To Engineering YouTube community. In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source robot for real-time object tracking. Reachy Mini is a compact open-source robot built in collaboration by Pollen […]

This post was automatically generated. Articles To Read The following are articles that I saved today. Substance and quality will vary drastically. Tenderly Tracking My Husband Chess For the Day Record: 3-1-0 Net Elo Change: +18 Games Played horizonta - WIN MAHER2411976 - WIN mrosendhal - DRAW Raiola15 - WIN Blog Posts On This Day May 26, 2025 (1 post) May 26, 2024 (1 post) May 26, 2023 (2 posts) May 26, ..



This post was automatically generated. Chess For the Day Record: 2-0-3 Net Elo Change: -8 Games Played FruiZar - WIN nnuker - WIN eleva - LOSS Akkkurena - LOSS Natsue63800 - LOSS Blog Posts On This Day May 25, 2025 (1 post) May 25, 2024 (1 post) May 25, 2023 (7 posts) May 25, 2022 (9 posts)




This post was automatically generated. Chess For the Day Record: 1-1-0 Net Elo Change: +6 Games Played josehenriquesantosg - DRAW jamestravis - WIN Blog Posts On This Day May 24, 2025 (4 posts) May 24, 2024 (1 post) May 24, 2023 (4 posts) May 24, 2022 (8 posts)

This post was automatically generated. Chess For the Day Record: 2-0-4 Net Elo Change: -11 Games Played abdoalkoptan - WIN lc1408 - WIN tadam2510 - LOSS velemajstordragan44 - LOSS heromero64 - LOSS blind25 - LOSS Blog Posts On This Day May 23, 2025 (4 posts) May 23, 2024 (2 posts) May 23, 2023 (4 posts) May 23, 2022 (13 posts) May 23, 2021 (1 post) May 23, 2002 (1 post)

[No title] - trickjarrett.com - 1 week ago - kor
A lie doesn't become truth, wrong doesn't become right and evil doesn't become good just because it's accepted by a majority. ― Booker T. Washington One of the greatest tragedies in mankind's entire history may be that morality was hijacked by religion. ― Arthur C. Clarke Art is how we decorate space, music is how we decorate time. ― Jean-Michel Basquiat Art is how we decorate space, music is how we decorate time. Maybe co..


1 2 3 4 5 6 7 8 9 10 11 12 13 14
21 visitors online