Einträge in 2024
Flutter Yjs Webview
- 2024-10-01
We’re going a crazy route: A Javascript API provides persistence, replication and conflict resolution with Yjs. Flutter provides a nice UI (as well as speech recognition) and talks to Yjs using flutter_inappwebview.
Yjs Deep Dive
- 2024-09-26
These are my notes while prototyping and researching Yjs for our shopping list app.
React CRDTs
- 2024-09-25
While browsing https://discord.electric-sql.com/ I stumbled upon Søren Bramer Schmidt – Prisma & Expo: A Better Path to Local-First Apps | App.js Conf 2024 - YouTube.
Virtuelle Telefonnummer
- 2024-09-24
Bei Google „Virtuelle Telefonnummer“ kommt nur Spam, aber „Virtuelle Telefonnummer Linux“ führt gleich zu
Flutter Development
- 2024-09-04
Restart the app. Hotreload does not work after changing dependencies (e.g.
flutter pub get
).
Einkaufszettel Part 4 - Flutter
- 2024-09-02
Wir sind gleichzeitig losgelaufen. Felix mit Expo, Martin mit Flutter. Ergebnis ist klar: Flutter ist überlegen im UI-Department.
Einkaufszettel Part 3
- 2024-08-28
Stand aus Einkaufszettel Part 2 war, dass das Keyboard („soft keyboard“)
beim Focus vom TextInput
nicht angezeigt wird, was es aber sollte [1].
Vielleicht können wir das Problem umgehen indem wir die UI ändern. Ich mag
Modals eh nicht. Wir könnten das TextInput
immer anzeigen und uns somit
auch den Add-Button sparen.
Odoo 15: Add Button to Kanban View
- 2024-06-12
In this example, we show how to add a button to the „Control panel buttons“ of the kanban view.
TIL: odoo scaffold
- 2024-05-21
Create a new module named foo
in the custom addons directory my-addons
:
Linux CPU Temperature and Fan Control
- 2024-03-03
Control speed of fans based on temperature readings.
NAS Upgrade: 16TB RAID 1 on Debian 12
- 2024-02-16
In the following post, we will replace 6 old 3TB disks with 2 new 16TB disks. We will use RAID 1 for maximum redundancy [1].