Doom im Browser – mal wieder.

…diesmal: in CSS!

https://cssdoom.wtf/

Have fun :)

from https://front-end.social/@html5test/116301798349200500

28. März 2026 · NetFeed, Spiele 0 Kommentare

Akku Strom 50-70% günstiger als Gaskraftwerke

Wichtige Zahl,die man sich gut merken sollte: Strom aus Gas-Kraftwerken ist 2-3x teurer als solcher, der in Akkus zwischengespeichert wurde! (und über die Bilanz von Kernkraft/Atomkraft braucht man da gar nicht nachzudenken, auch schon ohne Katastrophen).

11. März 2026 · Energie, News, Politik 3 Kommentare

Gebrauchte E-Auto Kaufen? Akku Prüfen!

Und das wird super unterstützt durch dieses Tool: https://akkudoktor.net/pub/soh/

16. Dezember 2025 · e-mobility, Energie 0 Kommentare

DisplayTreiber für MacOS

Möchte man externe Monitore an einem Dock (zB Lenovo Dock) an einem Mac betreiben benötigt dies manchmal zusätzliche Treiber.

Bewährt haben sich die DisplayLink Treiber von Synaptics, die man hier finden kann:

https://www.synaptics.com/products/displaylink-manager-graphics-connectivity-111?filetype=exe

19. November 2024 · Mac, Software 0 Kommentare

Convert a LibreOffice (odt) file to AsciiDoc

While the asciidoc documentation has an answer to the question how to convert a Microsoft Word file to AsciiDoc, there is no hint on how to do that for ODT (OpenDocument aka LibreOffice or OpenOffice) files.

Sure, one possibility is to safe it in word format and then use pandoc as sugested in the article linked above.

But I was interested to learn if there is an option without such a step that introtuces also the risk to loosing some document details due to incapablities to the intermedieate format or due to the additinal converter involved.

I found the Open Document Converter for AsciiDoc but that one is meant to produce ODT from Asciidoc.

A direct option to convert can be deducted from the command used in the article linked first, it would be:

pandoc -f odt -t asciidoc Dokument.odt -o Dokument.adoc

Nice. But looking at the result, I had the desire to check if there are better results possible.

Another option that came to my mind and that also avoids Microsoft technology is to use HTML a the intermediate format:

/Applications/LibreOffice.app/Contents/MacOS/soffice --convert-to html document.odt --outdir .

After that, we need to use Pandoc, a generic document converter:

pandoc -f html -t asciidoc document.html -o document.adoc

Big benefit of this step is, that all embedded media was exported and seperately saved. By this, its much easiert to adopt it to the new document.

15. Mai 2023 · Documentation, Work 0 Kommentare

DynDNS services in 2023

As DynDNS asked me to pay (too much) for their services, I decided to look after an alternative and asked around to learn what is en vouge to use „nowadays“.

The options suggested to me were

I ended up using dynv6 for now, mostly as the setup to use my personal domain was absolutely straight forward and their clean and well documented webUI was very inviting to me! :)

One thing to note: The help page works, but is in regard of the fritzbox update URL not completly uptodate and does not show a HTTPS url. So it´s the following I would suggest to use

https://dynv6.com/api/update?hostname=<domain>&token=<username>&ipv4=<ipaddr>&ipv6=<ip6addr>&ipv6prefix=<ip6lanprefix>

They also have a dynv6 community forum which I didnt need to use yet ;-)

4. Mai 2023 · NetFeed 1 Kommentar

iOS build: CodeSign failed

In case you ever stumble over error messages like

CodeSign /Users/.../Library/Developer/Xcode/DerivedData/mobileapp-dqzeepmlgrwdlnamvfpcsigcnoil/Build/Intermediates.noindex/ArchiveIntermediates/mobileapp/InstallationBuildProductsLocation/Applications/mobileapp.app/Frameworks/TNSWidgets.framework (in target 'mobileapp' from project 'mobileapp')

   CodeSign /Users/.../Library/Developer/Xcode/DerivedData/mobileapp-dqzeepmlgrwdlnamvfpcsigcnoil/Build/Intermediates.noindex/ArchiveIntermediates/mobileapp/InstallationBuildProductsLocation/Applications/mobileapp.app/Frameworks/TKLiveSync.framework (in target 'mobileapp' from project 'mobileapp')

   CodeSign /Users/.../Library/Developer/Xcode/DerivedData/mobileapp-dqzeepmlgrwdlnamvfpcsigcnoil/Build/Intermediates.noindex/ArchiveIntermediates/mobileapp/InstallationBuildProductsLocation/Applications/mobileapp.app/Frameworks/TNSSideDrawer.framework (in target 'mobileapp' from project 'mobileapp')</p>

when building an iOS app with fastlane (in this case, implemented with NativeScript), try to manually unlock the keychain in your build:

security unlock-keychain -p $CERT_KEYCHAIN_PASSWORD

In my case, that helped in the end – manually installing WWDR certificates and other hints I found did not.

6. September 2022 · Mac, Software, Work 0 Kommentare

Tastenkürzel zum Button-Tausch auf der Ergo K860

Kurznotiz an/für mich selbst:

Die Tastenkombinationen Fn-O und Fn-P vertauschen auf dem Logitech Ergo K860 die „opt | start“ und die „cmd | alt“ Taste.

Falls es sich mal wieder zurücksetzt und cmd+tab einfach kein Wechsel zwischen Programmen mehr erlaubt….

Auch praktisch „cycle through windows“ – auf einer deutschen Tastatur ändere ich den Shortcuts aber immer auf cmd + < ;-)

18. Juli 2022 · NetFeed 0 Kommentare

Datumsberechnung mit Wolfram-Alpha

Vor einigen Jahren gab es einen „riesen Hype“ über Wolfram-Alpha und ob es die nächste Stufe des Web einläutet nach der Such-Revolution durch Google.

Das ist nicht passiert, aber ich freue mich immer wieder, das es „noch da“ ist und besser auf wichtige Fragen antworten kann als Google – zum Beispiel: Welches Datum haben wir 116 Tage nach dem 30. August 2021 ?

https://www.wolframalpha.com/input/?i=30.08.2021+plus+116+Tage

Es ist der 24. Dezember. Denkt dran, Weihnachtsgeschenke zu besorgen! ;-)

16. September 2021 · NetFeed 0 Kommentare

PDF bearbeiten

Immer wieder werde ich gefragt, womit man „am besten“ PDF bearbeiten kann.

Während „am besten“ natürlich nicht pauschal zu beantworten ist, da es immer auf den Kontext ankommt, ist oft PDF24 eine gute Option, daher hier ein Hinweis auf die sehr nützliche kosten- und werbefreie, nicht-cloudbasierte Toolbox:

https://www.pdf24.org/

Viel Spass :-)

15. September 2021 · Software 0 Kommentare

mynethome.de wird erstellt mit WordPress
Beiträge (RSS) und Kommentare (RSS)

(c) 2005 - 2026 Markus Schlichting - Mastodon