RSSAmplifier

Blog

Lars Corneliussen

... on software that makes a difference

startbigthinksmall.wordpress.comRSS feed ↗10 posts

Latest posts

How to quick-switch Logitech Mouse and Keyboard between Mac and Omarchy

I just recently started experimenting with an arch+hyperland-based linux distribution called Omarchy, installed on a mini desktop computer Beelink SER8. Now i’m exploring how switch forth and back between Mac and Linux in a breathe. I’m using Logitechs MX Mechanical Mini and MX Master 3S with a Bolt Receiver on both my Mac and Linux. […]

New Minimod: Generate CSV-files in MVC-Application using CsvHelper

Just uploaded a new Minimod for simple generation of CSV files from a MvcControllers’ action with the help of CsvHelper. Usage Find the source code here: CsvHelperMvcActionResult BTW: Minimods uses nuget to distribute helper-classes as source code instead of compiled libraries.

Architecture Open Space 2012, 9.+10. Nov, Ratingen, Germany

The last Architecture Open Spaces were great. Really great! (2009, 2010) Now it’s time again. Trust me, you can’t spend your days better. (at least in the context of continuous improvement!) Have a look at Architecture.Openspace 2012 (German)… Topics I’m interested in discussing (and partially have solutions for): Distributed Systems Design Transactions? Really? Consistency? Search […]

KnockoutJS Binding Handler: autosizing input fields

If you use KnockoutJS and want your input-fields to automatically grow and shrink with the input, use this custom handler. Usage Code Original code from javascript – Is there a jQuery autogrow plugin for text fields?

Tracking mailto, anchors and external links with Google Analytics

With this simple snippet, all clicks on page-internal anchors, external links (http…) and mailto-links are tracked as events in Google Analytics:

How to authorize Local System Account for OpenSSH

We have Jenkins installed and want it to pull from bitbucket and github – authorization should happen through Open SSH (Public Keys). Jenkins runs as Local System. The problem How to find and then place id_rsa into ~/.ssh? How to get it to add things to ~/.ss/known_hosts? The solution As always: fake it until you […]

What the Azure Tools do to your Cloud Service Configuration

For my current work on Azure integration for NPanday I’m investigating what the Azure Tools do with the Service Configuration (*.cscfg) on publish, since the file in Visual Studio it isn’t the same as one which is deployed along with the Cloud Service Package (*.cspkg). The build & package part for Azure Cloud Services can […]

Plexus Container Annotations and Maven 2 Mojos

I’ll make it short: it’s a mess. You can’t use plexus container 1.5-tooling (with java annotations), if you have to load your components in a plexus 1.0.x-container – which is the case, if your components are utilized in a Maven 2.2.x Mojo. This is simply because plexus container 1.5.x uses “default” as a default role-hint, […]

Create branches with Maven Release Plugin (SVN)

I’m currently working on Azure and web packaging (MSDeploy) support for NPanday. I want to do that on a separate SVN branch, which I’ll then reintegrate later on. The current trunk version is 1.4.1-incubating-SNAPSHOT, and since we are about to release that upcoming version 1.4.1-incubating soon, I don’t want to pollute it with half-baked changes, […]

Activity Log Profiler: Find out which extension is slowing down your Visual Studio

As I’m doing some work for the NPanday Visual Studio Addin, I bugs me even more that my Visual Studio 2010 currently needs about 40 seconds to start. Actually I do not wonder at all, as I installed every single extension I ever found interesting. But, should I now disable them all, or rather find […]