Warum ist mir OpenSource so wichtig?

  • Oktober, 23 2019
  • triplem

Seitdem ich profesionell Software entwickle, treibe ich mich in OpenSource Projekten herum. Warum ist immer mal wieder eine Frage, die mir gestellt wird. Hier möchte ich kurz darauf eingehen, was OpenSource für mich bedeutet und warum ich mich immer wieder mit Projekten im OpenSource Umfeld beschäftige. Der wohl wichtigste Grund für mich, liegt darin, das ich viel lernen kann. Man lernt nicht nu...

THESE: EJBs sind Tod/JEE ist Tod…​

  • Oktober, 19 2019
  • triplem

Meine recht provokant formulierte These, das EJBs tot sind, habe ich basierend auf einem wohlbegründeten Bauchgefühl meiner bescheidenen Erfahrung vor einiger Zeit getätigt. Nun hat mich eine vertiefende Betrachtung und eine durch Fakten belegte Begründung interessiert. Diese könnt Ihr hier lesen. Schaut man sich die beiden Spezifikationen EJB und CDI an, so wird man feststellen, das diese bei...

Hibernate Entity and Revision Listeners

  • Mai, 24 2019
  • triplem

In a project I do work on currently, we do use Hibernate 4.3 and Envers 4.3. We wanted to store modification informations like creation date and modification date as well as userinformation on some domain entities as well. This is done by using Entity Listeners in addition to Hibernate Envers. One problem we faced, was on how to retrieve the username in the Listeners, since this information is n...

Determine Musicbrainz Id from Discogs Release

  • Januar, 01 2018
  • triplem

I just figured out, how you are able to retrieve the Musicbrainz Id (MBID) from a specific Discogs Release. The following link can be used: https://beta.musicbrainz.org/ws/2/url?inc=release-rels&fmt=json&resource=https://www.discogs.com/release/XXXX Obviously for the XXXX you need to put the release-Id of the release in discogs. The Discogstagger2 contains a small script (scripts/fin...

Use rtl8812AU on ArchlinuxArm

  • Oktober, 15 2017
  • triplem

For my Raspberry Pi, I needed to support the rtl8821au driver for my wireless USB device. The following steps worked for me. This is based on this article pacman -S make dkms linux-raspberrypi-headers git clone https://github.com/diederikdehaas/rtl8812AU.git cd rtl8812AU change Makefile: CONFIG_PLATFORM_I386_PC from y to n CONFIG_PLATFORM_ARM_RPI from n to y make make install reboot To use...

Search

    confused thoughts from a confused mind