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 started in 2024, but as I attended the .NET Day Switzerland 2025 roughly weeks ago, I remembered, that I never actually finished and published it … until now. The conference was opened by the organizers with some general information about the conference… It’s Not Your Dad’s .NET Anymore …then the word was […]


Recently, I downgraded my Visual Studio 2022 Enterprise installation to Visual Studio 2022 Professional, which worked well, except that I couldn’t compile anything with CMake and couldn’t open most C# projects, as MSBuild was failing with the following cryptic error message: Project.csproj : error : The expression "[MSBuild]::StableStringHash(Project.csproj)" cannot be evaluated. Could not load type […]



While working on my Stream Deck plugin for Clockify, I noticed that the API client package I was using, wasn’t up-to-date with the latest version of Clockfiy’s OpenAPI specification. Having played around with Swagger in the past, I thought it should be simple enough to generate a new C# API client from the specs, given […]


Mikrotik dual ISP setup - mihai.fm - 10 months ago - kor

The dotnet command line interface (CLI) has been the recommended way to build, test, pack, publish, etc. .NET applications ever since its release. The big advantage is, that the tool is cross-platform and doesn’t depend on Visual Studio. One downside is, that when you run dotnet build on Windows, the dotnet command will use its […]






Introduction In this article, I’m going to show you how to optimize the queries executed by a Spring application running on MySQL using Releem. For a short introduction about Releem, check out this previous article, in which I explained how to set up Releem to collect metrics from your MySQL database. Spring Petclinic application The application under test is going to be the well-known Spring Petclinic that we are going to run using the MyS..





MIDI via MCP - june.kim - 1 year ago - kor




Introduction In this article, I’m going to review the Foundations of AI and Machine Learning for Java Developers video course from my fellow Java Champion, Frank Greco. If you are new to AI and ML and want to get a great introduction to these topics, then you should definitely join watch the video lessons created by Frank Greco. And, thanks to LinkedIn Learning’s generosity, until June 20, you can enroll in this video course for free. Video..


Stirling PDF is a powerful, locally hosted web application that allows you to perform various operations on PDF files. Learn how to set it up and automate PDF processing in your homelab.



Introduction In this article, I’m going to explain how to map the Oracle TIMESTAMP WITH TIME ZONE with JPA and Hibernate. While the DATE and TIMESTAMP column types are suitable for mapping the LocalDateTime, the TIMESTAMP WITH TIME ZONE column type allows us to map both the ZonedDateTime and OffsetDateTime. Oracle TIMESTAMP WITH TIME ZONE Traditionally, Oracle provided the DATE and TIMESTAMP column types to store timestamp values. The diffe..


Learn about the principles of DevSecOps automation, how to implement a DevSecOps automation strategy, & the best DevSecOps tools.

With the “old” project files, i.e. non-SDK projects, you could reference an assembly and it would automatically be looked up in the GAC (Global Assembly Cache). For SDK projects this was a deliberate breaking change with the reasoning, that the GAC is supposed to be used for runtime resolution and not build-time resolution. This also […]

In the not so distant past continuous integration (CI) hadn’t been a thing. Today, when you look into the open source world, GitHub Actions or similar offerings are ubiquitously used and that with good reason, one of which being that it’s free. GitHub Actions offer a good selection of OS images out-of-the-box, but sometimes you […]

Introduction If your application uses MySQL and you’re interested in getting the best out of it via performance tuning and monitoring, then Releem is a very nice tool that can assist you in your endeavor. I discovered Releem from Roman Agabekov’s posts on social media. Roman is the founder of this tool, and since his posts about MySQL performance tuning are very insightful, I decided to give it a try and see what it has to offer. Installing..

FOSDEM 2025 - evilcookie.de - 1 year ago - kor










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