Buckling-Spring! => IBM Model M
Die Model-M-Tastatur bezeichnet eine Computertastatur-Gattung, die auf die zwischen 1984 und 1999 von IBM millionenfach hergestellte Tastatur „Model M“ zurückgeht.
https://de.wikipedia.org/wiki/IBM_Model_M
Die einzige Tatstatur mit Buckling-Spring Mechanik: Model M von Unicomp https://www.pckeyboard.com/
Alle anderen Mechanische Tastaturen arbeiten mit anderen Systemen. Mechanische Tastaturen: https://www.getdigital.de/shop/haushalt/buero/computer-zubehoer-und-hardware/mechanische-tastaturen
Insbesondere die Cherry MX switches erzeugen einen spürbaren „Rückschlag“ beim loslassen… was das original nicht macht.
https://www.bastel-bastel.de/blog/index.php/2019/01/28/ibm-model-m-die-beste-je-gebaute-tastatur/
https://www.bastel-bastel.de/blog/index.php/2020/02/13/die-perfekte-tastatur/
Patterns for Managing Source Code Branches from Martin Fowler
Like most software patterns, few of them are gold standards that all teams should follow. Software development workflow is very dependent on context, in particular the social structure of the team and the other practices that the team follows.
https://martinfowler.com/articles/branching-patterns.html
In thinking about these patterns, I find it useful to develop two main categories. One group looks at integration, how multiple developers combine their work into a coherent whole. The other looks at the path to production, using branching to help manage the route from an integrated code base to a product running in production.
Microsoft JDBC Driver for SQL Server
The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in the Java Platform, Enterprise Editions. The Driver provides access to Microsoft SQL Server and Azure SQL Database from any Java application
Microsoft ADO.NET driver for SQL Server
Microsoft ADO.NET driver for SQL Server aka the Microsoft.Data.SqlClient GitHub repository.
Microsoft.Data.SqlClient is a data provider for Microsoft SQL Server and Azure SQL Database. Now in General Availability, it is a union of the two System.Data.SqlClient components which live independently in .NET Framework and .NET Core. Going forward, support for new SQL Server features will be implemented in Microsoft.Data.SqlClient
Apollo Guidance Computer
The Apollo Guidance Computer (AGC) is a digital computer produced for the Apollo program that was installed on board each Apollo command module (CM) and Apollo Lunar Module (LM). The AGC provided computation and electronic interfaces for guidance, navigation, and control of the spacecraft.[3]
Great talk from Robert Wills:
Standalone SQL Server Integration Services (SSIS) DevOps Tools
Standalone SSIS DevOps Tools provide a set of executables to do SSIS CICD tasks. Without the dependency on the installation of Visual Studio or SSIS runtime, these executables can be easily integrated with any CICD platform. The executables provided are:
SSISBuild.exe: build SSIS projects in project deployment model or package deployment model.
SSISDeploy.exe: deploy ISPAC files to SSIS catalog, or DTSX files and their dependencies to file system.
ASQA Analysis Services Query Analyzer
Looks a little outdated at first…
Troubleshooting MDX queries can be a complex and time-consuming activity that requires the manual execution of many and repetitive tasks using different tools. Using Analysis Services Query Analyzer, you can forget all the complexities and drastically reduce the time spent to execute your analysis.
https://ssasqueryanalyzer.github.io/
Analysis Services Query Analyzer (ASQA) is a complete FREE tool distributed under the MIT license and its source code is published on GitHub https://github.com/SSASQueryAnalyzer/SSASQueryAnalyzer
MDX Studio
MDX Studio is a tool that was developed by Mosha Pasumansky, a former Analysis Services developer.
https://www.sqlbi.com/tools/mdx-studio/
This tool is invaluable when writing a MDX query: you have a code formatting feature, an embedded system to analyze query performance and many other features for writing MDX queries.
Unfortunately, the source code is not publicly available and the project is currently no longer being updated by Mosha. Other contributors made an effort to keep the tool compatible with newer versions of Analysis Services and client connection libraries.
Konsole V6
Low ceremony, Fluent DSL for writing console apps, utilities and spike projects. Providing thread safe progress bars, windows and forms and drawing for console applications. Build UX’s as shown below in very few lines of code. Konsole provides simple threadsafe ways to write to the C# console window.
https://github.com/goblinfactory/konsole
