Compare commits

..

No commits in common. "f0e5053125f89af621d05426437c9051d4889cdd" and "ba2d9cfbd0740d7de587e26cb078d4d5a72ba85a" have entirely different histories.

9 changed files with 162 additions and 12 deletions

View file

@ -1 +1 @@
9ec4161770fb0a6f7c191450b859b0d3 -
c86de2b5b670419d4335ef3a9a1ba98e -

View file

@ -9,4 +9,5 @@ group :jekyll_plugins do
gem "jekyll-compose"
gem "jekyll-feed", "~> 0.17"
gem "jekyll-redirect-from"
gem "jemoji"
end

View file

@ -1,13 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@ -17,9 +29,13 @@ GEM
ffi (>= 1.15.5)
rake
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.0)
bigdecimal
rake (>= 13)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
@ -58,6 +74,10 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@ -70,9 +90,16 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
mercenary (0.4.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
mutex_m (0.2.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
racc (1.8.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
@ -89,6 +116,8 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
@ -101,6 +130,7 @@ DEPENDENCIES
jekyll-compose
jekyll-feed (~> 0.17)
jekyll-redirect-from
jemoji
rake
rss

View file

@ -49,6 +49,7 @@ feed:
plugins:
- jekyll-feed
- jekyll-redirect-from
- jemoji
exclude:
- Rakefile

View file

@ -4,6 +4,6 @@ title: Note
date: "2024-06-07 13:57"
---
Das [Telefönchen](https://muhh.lol/notes/2024-06-06-kw/) ist da. Die AppleWatch entkoppelt. Weird, so ein einfaches Gerät. Aber auch so klein und nett.
Das [Telefönchen ](https://muhh.lol/notes/2024-06-06-kw/) ist da. Die AppleWatch entkoppelt. Weird, so ein einfaches Gerät. Aber auch so klein und nett.
Signal einzurichten war an sich einfach, aber die Kopplung am Desktop ist der Horror - 2x lange Keys mit 9 Tasten eintippen, weil's keine Kamera für den QR Code gibt.

View file

@ -4,7 +4,7 @@ title: Note
date: "2024-12-01 12:14"
---
💚 [Elegant Hack - Strategy is Not War; It's Gardening](https://eleganthack.com/strategy-is-not-war-its-gardening/)
:green_heart: [Elegant Hack - Strategy is Not War; It's Gardening](https://eleganthack.com/strategy-is-not-war-its-gardening/)
> I prefer gardening over war as a metaphor for strategy because its richer and more relatable. In gardening, theres so much more going on than just fighting pests. Youre working with nature, creating something sustainable, and adapting to an ever-changing environment.
>

View file

@ -4,6 +4,6 @@ title: Note
date: "2025-01-21 18:37"
---
Gerade haben wir offiziell beschlossen den [Coworking Würzburg e.V.](http://www.coworking-wuerzburg.de) aufzulösen.
Gerade haben wir offiziell beschlossen den [Coworking Wuerzburg e.V.](http://www.coworking-wuerzburg.de) aufzuloesen.
🥹
:face_holding_back_tears:

View file

@ -1,7 +0,0 @@
---
layout: default
title: Note
date: "2025-04-11 12:38"
---
I'm rather angetan with what [bunny.net DNS stuff](https://bunny.net/dns/) can do. It's serving this domain right now.

View file

@ -1,4 +1,15 @@
{
activesupport = {
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0283wk1zxb76lg79dk501kcf5xy9h25qiw15m86s4nrfv11vqns5";
type = "gem";
};
version = "7.1.3.4";
};
addressable = {
dependencies = ["public_suffix"];
groups = ["default" "jekyll_plugins"];
@ -50,6 +61,16 @@
};
version = "1.3.1";
};
connection_pool = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
type = "gem";
};
version = "2.4.1";
};
domain_name = {
groups = ["default"];
platforms = [];
@ -60,6 +81,16 @@
};
version = "0.6.20240107";
};
drb = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
type = "gem";
};
version = "2.2.1";
};
em-websocket = {
dependencies = ["eventmachine" "http_parser.rb"];
groups = ["default" "jekyll_plugins"];
@ -112,6 +143,16 @@
};
version = "2.6.0";
};
gemoji = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06nw5mfscjmpap7f0bc9f2hj6zd4jy3pk1lhs6llx5my1h138i3k";
type = "gem";
};
version = "4.1.0";
};
google-protobuf = {
dependencies = ["bigdecimal" "rake"];
groups = ["default" "jekyll_plugins"];
@ -123,6 +164,17 @@
};
version = "4.27.0";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca";
type = "gem";
};
version = "2.14.3";
};
http = {
dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"];
groups = ["default"];
@ -242,6 +294,17 @@
};
version = "2.2.1";
};
jemoji = {
dependencies = ["gemoji" "html-pipeline" "jekyll"];
groups = ["jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x";
type = "gem";
};
version = "0.13.0";
};
kramdown = {
dependencies = ["rexml"];
groups = ["default" "jekyll_plugins"];
@ -306,6 +369,47 @@
};
version = "0.4.0";
};
mini_portile2 = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1q1f2sdw3y3y9mnym9dhjgsjr72sq975cfg5c4yx7gwv8nmzbvhk";
type = "gem";
};
version = "2.8.7";
};
minitest = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
type = "gem";
};
version = "5.23.1";
};
mutex_m = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
type = "gem";
};
version = "0.2.0";
};
nokogiri = {
dependencies = ["mini_portile2" "racc"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1lla2macphrlbzkirk0nwwwhcijrfymyfjjw1als0kwqd0n1cdpc";
type = "gem";
};
version = "1.16.5";
};
pathutil = {
dependencies = ["forwardable-extended"];
groups = ["default" "jekyll_plugins"];
@ -327,6 +431,16 @@
};
version = "5.0.5";
};
racc = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "021s7maw0c4d9a6s07vbmllrzqsj2sgmrwimlh8ffkvwqdjrld09";
type = "gem";
};
version = "1.8.0";
};
rake = {
groups = ["default" "jekyll_plugins"];
platforms = [];
@ -432,6 +546,17 @@
};
version = "3.0.2";
};
tzinfo = {
dependencies = ["concurrent-ruby"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
type = "gem";
};
version = "2.0.6";
};
unicode-display_width = {
groups = ["default" "jekyll_plugins"];
platforms = [];