Toller Text

Unser toller Blog

Menu

Rust package file structure

No Comments
| Software development, Spickzettel

cargo relies on the file structure to determine what to build. This can get a bit complicated because there can be multiple binary crates, one library crate, and various integration tests (unit tests are in the tested files themselves), benchmarks and examples for the library crate. So here’s a cheatsheet. Every name that contains “some” […]

Read More »

Loopless Thai conversion table

No Comments
| Language

Every Thai course, web site or dictionary will teach you looped Thai letters. And then you go out there and find that every second label, billboard or sign uses loopless Thai. So here’s a conversion table, sorted in descending order of frequency in the Thai Wikipedia:

Read More »

If I were to make my own Go…

No Comments
| Software development

Read More »

The sleep states of the ESP32

2 Comments
| Elektronik, Software development

For the ESP8266 see here. Both ESP-IDF and the Arduino core are still very unstable, again (as with the ESP8266) with the Arduino core being seemingly more mature. (Wire.begin() worked out of the box while I couldn’t get i2c_master_cmd_begin() to work properly.) This is especially true for the power management functions, so…

Read More »

The sleep states of the ESP8266

10 Comments
| Elektronik, Software development

For the ESP32 see here. As there is quite a bit of confusing documentation about the power management of the ESP8266, here’s a little overview.

Read More »

USB-Debugging mit Tablet von Point of View

No Comments
| Android, Software development

Das Tablet TAB-PROTAB30-IPS10 der niederländischen Firma Point of View ist nicht in der Liste der OEM-Treiber von Google gelistet, es wird aber auch nicht automatisch vom Google-USB-Treiber erkannt. Es hat die Vendor-ID 2207 und die Product-ID 0010. Um damit USB-Debugging über ADB zu machen, muss man: einen USB-Treiber von Google besorgen, z.B. über den SDK Manager in […]

Read More »

Boot-Camp-Treiber ohne den Assistenten herunterladen

No Comments
| Software, Spickzettel, Unternehmen

Unter http://swscan.apple.com/content/catalogs/others/index-lion.merged-1.sucatalog findet sich die Liste aller verfügbaren Softwareupdates Darin suchen wir Datei BootCampESD.pkg Falls es die Datei mehrfach gibt, findet sich in der zugehörigen Datei BootCampESD.pkm eine Versionsnummer In der .pkg-Datei ist die .dmg-Datei, die mit dem Festplatten-Dienstprogramm in eine .cdr umgewandelt werden kann, die sich dann mit ImgBurn oder Nero (Mode 1, 2048) […]

Read More »

MAX_FILE_SIZE beim Dateiupload mit PHP

No Comments
| Allerlei

Beschämt stelle ich fest, dass ich jahrelang das hidden-Feld MAX_FILE_SIZE mit angegeben habe, wenn ich ein input type=”file” benutzt habe, obwohl es überhaupt keinen Sinn hat. Es stammt aus dem Beispielcode für Uploads in der PHP-Doku und hat von dort aus seinen Weg in viele Tutorials gefunden. Die Doku macht Andeutungen, dies könnte den Browser […]

Read More »

DHL-Paketmarken auf Versandlabels

No Comments
| Allerlei

Die Deutsche Post hat es offenbar geschafft, die Stampit-Server kaputtzuspielen, denn das tut es schon seit zwei Tagen nicht. Die Software ist ja ohnehin offiziell discontinued, als “Ersatz” verweist die Post auf ihre “Internetmarke”. Die ist aber aktuell auch down. Was aber funktioniert, ist die “Onlinefrankierung”. Das ist ein Onlineshop, der zum Drucken der Marken […]

Read More »

Wenn der Oxid meckert…

No Comments
| Software, Spickzettel

"Derzeit ist keine Versandart für dieses Land definiert.", dann heißt das üblicherweise nicht, daß für dieses Land keine Versandart definiert ist. Falls man das vergessen hatte, hat man es ja spätestens nach dieser Fehlermeldung korrigiert. Damit diese Fehlermeldung nicht mehr kommt, müssen mindestens die folgenden Bedingungen erfüllt sein:

Read More »

Posts navigation

1 2 … 6 Next

Categories

  • Administration
  • Allerlei
  • Android
  • Anekdoten
  • Elektronik
  • Konzepte
  • Language
  • Linksammlung
  • Software
  • Software development
  • Spickzettel
  • Testberichte
  • Unternehmen

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Toller Text 2023 . Powered by WordPress