summaryrefslogtreecommitdiff
path: root/0 inbox
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
committerJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
commit9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch)
treee4feb77f2e508f008b78f722e91488bb9a3f3806 /0 inbox
parented0753ad224f0c65133bd7a63180257eecd9f5e3 (diff)
vault backup: 2025-01-13 13:16:06
Diffstat (limited to '0 inbox')
-rw-r--r--0 inbox/1736682818 Idea multiple zettelkasten.md2
-rw-r--r--0 inbox/1736704296 focus on writing.md4
-rw-r--r--0 inbox/1736707302 Too much notes.md1
-rw-r--r--0 inbox/1736712417 Inspiration from prior thoughts.md1
-rw-r--r--0 inbox/1736752373 CSS relationships.md22
-rw-r--r--0 inbox/1736765521 Mohammed eval meeting.md13
-rw-r--r--0 inbox/1736766176 Mama belt; maria van schie.md1
-rw-r--r--0 inbox/1736767286 css r.md0
-rw-r--r--0 inbox/2025-01-08.md29
-rw-r--r--0 inbox/AI Alibaba.md7
-rw-r--r--0 inbox/Obsidian git.md4
-rw-r--r--0 inbox/Taskwarrior iOS or obsidian sync.md6
-rw-r--r--0 inbox/wayland-session-manager.md5
13 files changed, 44 insertions, 51 deletions
diff --git a/0 inbox/1736682818 Idea multiple zettelkasten.md b/0 inbox/1736682818 Idea multiple zettelkasten.md
new file mode 100644
index 0000000..eeb0f5d
--- /dev/null
+++ b/0 inbox/1736682818 Idea multiple zettelkasten.md
@@ -0,0 +1,2 @@
+Zettelkast for todo's
+Zettelkast for howto's (scripts, snippets) \ No newline at end of file
diff --git a/0 inbox/1736704296 focus on writing.md b/0 inbox/1736704296 focus on writing.md
new file mode 100644
index 0000000..5ce30e0
--- /dev/null
+++ b/0 inbox/1736704296 focus on writing.md
@@ -0,0 +1,4 @@
+
+Deeper understanding
+Scrutiny
+Change in perspective
diff --git a/0 inbox/1736707302 Too much notes.md b/0 inbox/1736707302 Too much notes.md
new file mode 100644
index 0000000..155b3e0
--- /dev/null
+++ b/0 inbox/1736707302 Too much notes.md
@@ -0,0 +1 @@
+Collecting too much interesting notes and keeping them together makes it harder to use them effectively. \ No newline at end of file
diff --git a/0 inbox/1736712417 Inspiration from prior thoughts.md b/0 inbox/1736712417 Inspiration from prior thoughts.md
new file mode 100644
index 0000000..539366c
--- /dev/null
+++ b/0 inbox/1736712417 Inspiration from prior thoughts.md
@@ -0,0 +1 @@
+When you write down your thinking and organize it effectively you can draw on those thoughts for inspiration. \ No newline at end of file
diff --git a/0 inbox/1736752373 CSS relationships.md b/0 inbox/1736752373 CSS relationships.md
new file mode 100644
index 0000000..143cb40
--- /dev/null
+++ b/0 inbox/1736752373 CSS relationships.md
@@ -0,0 +1,22 @@
+css relationships
+Elements live in relationship to each other
+
+parent -> child relationship : two-way.
+width on children = auto;
+area has to stay the same; less width -> more height
+typical parent set width
+margin-inline: auto -> margin left and right -> centers on screen.
+
+inheritence; ex font color is inherited by children.
+==collapsing margins== -> child margin pushes down the parent (`display: flow-root;)
+-> padding -> sides together = collapsing margin, after padding !sides together
+
+cssdemystified.com -> deep-dive in CSS internals
+
+siblings normally stack
+flex, grid relationship more complex
+different sized siblings can make things look weird; use flex or grid to set their width.
+
+flex; children influence siblings and parent
+grid; more control over siblings.
+padding : flex pushes on sibling so sibling is smaller, grid cell stays same; sibling dont affect each other. \ No newline at end of file
diff --git a/0 inbox/1736765521 Mohammed eval meeting.md b/0 inbox/1736765521 Mohammed eval meeting.md
new file mode 100644
index 0000000..3c4babd
--- /dev/null
+++ b/0 inbox/1736765521 Mohammed eval meeting.md
@@ -0,0 +1,13 @@
+Mohammed vind alles goed gaan.
+Heeft niet echt feedback; nog geen toegang.
+Company hierarchy -> rutger
+
+diagram arch:
+cloud
+v
+cp / compute
+v
+storage/network
+
+climbing hierarchy
+-> jan eval \ No newline at end of file
diff --git a/0 inbox/1736766176 Mama belt; maria van schie.md b/0 inbox/1736766176 Mama belt; maria van schie.md
new file mode 100644
index 0000000..173c0d5
--- /dev/null
+++ b/0 inbox/1736766176 Mama belt; maria van schie.md
@@ -0,0 +1 @@
+afspraak van schie voor vrijdag; of het geheeld is. \ No newline at end of file
diff --git a/0 inbox/1736767286 css r.md b/0 inbox/1736767286 css r.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/0 inbox/1736767286 css r.md
diff --git a/0 inbox/2025-01-08.md b/0 inbox/2025-01-08.md
deleted file mode 100644
index cb89a8e..0000000
--- a/0 inbox/2025-01-08.md
+++ /dev/null
@@ -1,29 +0,0 @@
-- [x] PreWed photo's met maria delen
-- [ ] Medicijnen halen Papa
-# Python Packaging
-https://packaging.python.org/en/latest/
-
-# VPN
-Ik gebruik nu systemd om openvpn aan/uit te zetten. Dat werkt helaas niet zo goed met een passphrase protected certificate waardoor ik `systemd-tty-ask-password-agent` moet gebruiken los om een pw in te vullen. Dit veroorzaakt ook gezeik als die VPN aanstaat en een extern proces een restart triggert - die hangt dan.
-
-Ik denk dat het handiger is om NetworkManager te gebruiken. Ik las namelijk ooit iets, geloof over systemd-resolved, dat NM handiger is voor desktops waar veel interactie is en systemd meer voor servers. Mogelijk is dat hier ook.
-
-# ONE: Set-up systems VPN
-https://sysdoc.one.com/base/openvpn/generate-systems-config/
-
-**Systems VPN geeft toegang tot kritieke infrastructuur**
-Beveiligings guidelines:
-- Always ensure that any critical data is kept on an encrypted volume.
-- Always lock your computer if you step away from it.
-- Make sure to configure your computer to automatically lock the screen after 10 minutes or less of inactivity.
-- Choose a local password of at least 8 characters that is not used elsewhere and that is not a dictionary word.
-- If you use SSH, make sure to choose a SSH key pass phrase of minimum 10 characters.
-- If a local root password is set, make sure it’s also at least 10 characters.
-
-
-# Pw auth logstash
-Mohammed helpen met testen van puppet code
-
-
-# Learning more about obsidian
-https://obsidian.rocks/tracking-tasks-in-obsidian-the-beginners-guide/ \ No newline at end of file
diff --git a/0 inbox/AI Alibaba.md b/0 inbox/AI Alibaba.md
deleted file mode 100644
index 7df3238..0000000
--- a/0 inbox/AI Alibaba.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Een AI operated storefront die inkoopt bij Alibaba of AliExpress.
-
-Inschrijven als bedrijf zodat ik payment gateways zoals ideal.
-Storefront webshop die stats tracked (views, clicks, etc).
-Systeem die AI gebruikt om vragen te beantwoorden obv data en dan zelf acties daarop doet via API integraties.
-Integraties met aliexpress, Alibaba om aankopen te doen naar adres koper versturen. Geen warenhuis.
-Integraties met tracking van delivery. \ No newline at end of file
diff --git a/0 inbox/Obsidian git.md b/0 inbox/Obsidian git.md
deleted file mode 100644
index c4c679c..0000000
--- a/0 inbox/Obsidian git.md
+++ /dev/null
@@ -1,4 +0,0 @@
-goede obsidian git integratie ipv die bestaande shit plug-in.
-Uitzoeken:
-- git x platform: denk aan iOS app “working copy”.
-- Obsidian plugins: hoe? Welke taal? \ No newline at end of file
diff --git a/0 inbox/Taskwarrior iOS or obsidian sync.md b/0 inbox/Taskwarrior iOS or obsidian sync.md
deleted file mode 100644
index 50f2dba..0000000
--- a/0 inbox/Taskwarrior iOS or obsidian sync.md
+++ /dev/null
@@ -1,6 +0,0 @@
-Use TaskWarrior on iOS for TODO's.
-- Find out if something like this exists
-- Make an app if needed ( Dart/Flutter? )
-- So it can sync with taskwarrior server
-
-Another idea I had is to create a server that runs taskwarrior server which taskwarrior syncs with and have some hooks that put tasks into obsidian
diff --git a/0 inbox/wayland-session-manager.md b/0 inbox/wayland-session-manager.md
deleted file mode 100644
index b485c4f..0000000
--- a/0 inbox/wayland-session-manager.md
+++ /dev/null
@@ -1,5 +0,0 @@
-As recommend by Hyprland master tutorial, as systemd user use uwsm: https://github.com/Vladimir-csp/uwsm -> is available as package in nix
-
-uwsm recommends alternative D-Bus implementation: https://github.com/bus1/dbus-broker
-
-Check this out.e \ No newline at end of file