Nach Einspielen eines Windows-Updates (hier: KB4503286) funktionierte die WLAN-Verbindung nicht mehr. Das WLAN Tray Icon war weg, im Windows-Dialog „Netzwerkstatus“ war auch nichts zu sehen. Unter „Adapteroptionen ändern“ war dann aber „WLAN“ sichtbar. Eine Diagnose durch Windows meinte, dass das TCP/IP-Protokoll nicht richtig eingebunden war. Eine automatische Reparatur konnte jedoch durchgeführt werden. Abhilfe schafften die…
Kategorie: Software-Entwicklung
Hier folgen meine Gedanken zu den Problemen bei der Umsetzung des „elektronischen Anwaltpostfachs“, wie sie im „Logbuch Netzpolikt 242“ (Podcast) dargestellt werden. Ich habe sie dort auch als Kommentar veröffentlicht. Hier nur noch kurz der Kontext: was ist das „beA“: „Das besondere elektronische Anwaltspostfach (beA) ermöglicht Rechtsanwälten die sichere elektronische Kommunikation mit der Justiz und…
In Who do you want to KISS? – About simplicity in coding Ralf Westphal reflects on what simplicity means in programming: http://ralfw.de/2015/10/who-do-you-want-to-kiss-about-simplicity-in-coding/ He observes that simplicity is relative, esp. relative to the „scarcest resource“. For Ralf „in the long run the scarcest resource therefore is reading or modification time“. In TDD there is a step…
There is a great interview with David Allen about his new 2015 edition of the „Getting things done“ book. David says „I rewrote the whole book although the basic methodology did not really change at all but more how it is framed [… plus extra chapters]“. Here is a kind of a timeline with some…
Berlin Anfang Oktober wurden neue Bahnsteige an den Bahnhöfen Ostkreuz und Warschauer Straße eröffnet (Berlin). Leben „Joshua Fields Millburn & Ryan Nicodemus write about living a meaningful life with less stuff for 2 million readers.“ Start here. Software-Entwicklung Alistair Cockburn über „Elefanten-Capaccio“. Der Elefant ist ein Use Case, der in möglichst kleine Teile geschnitten wird,…
I recently felt the need for accessing the metrics / statistics of a JDBC Data Source from within an application that is deployed on a Oracle Weblogic Server. I did not succeed right away, so I document it here. Basically we just need some calls to JMX. Using the Weblogic RuntimeServiceMBean we navigate from ServerRuntime…
I love to use Emacs, mostly for org-mode. I also use Notepad++ as an text editor (when using MS Windows), although I would like to use Emacs more. I noticed I choose Notepad++ when I quickly need an editor buffer to paste some text to because Notepad++ has this „New“ icon in its toolbar that…
At OOP 2014, Martin Fowler gave the final keynote, broadly called „Software Design in the 21st Century“. He delivered his keynote in two parts, „Workflows of Refactoring“ and „Not just code monkeys“. An infodeck for the first part is available online, so I won’t cover it here. Frustration with Agile Martin Fowler expressed his frustration…