Doom im Browser – mal wieder.
…diesmal: in CSS!
Have fun ![]()
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).
Und das wird super unterstützt durch dieses Tool: https://akkudoktor.net/pub/soh/
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
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.
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 ![]()
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.
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 + < ![]()
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! ![]()
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:
Viel Spass ![]()