summaryrefslogtreecommitdiff
path: root/gemfeed/2026-01-01-posts-from-july-to-december-2025.md
blob: a987b71e00f375e30ba779cf9fd4b20e9c63f4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# Posts from July to December 2025

> Published at 2025-12-31T15:49:06+02:00

Hello there, I wish you all a happy new year! These are my social media posts from the last six months. I keep them here to reflect on them and also to not lose them. Social media networks come and go and are not under my control, but my domain is here to stay. 

These are from Mastodon and LinkedIn. Have a look at my about page for my social media profiles. This list is generated with Gos, my social media platform sharing tool.

[My about page](../about/index.md)  
[https://codeberg.org/snonux/gos](https://codeberg.org/snonux/gos)  

## Table of Contents

* [⇢ Posts from July to December 2025](#posts-from-july-to-december-2025)
* [⇢ ⇢ July 2025](#july-2025)
* [⇢ ⇢ ⇢ In `#Golang`, values are actually copied when ...](#in-golang-values-are-actually-copied-when-)
* [⇢ ⇢ ⇢ Same experiences I had, but it's a time saver. ...](#same-experiences-i-had-but-it-s-a-time-saver-)
* [⇢ ⇢ ⇢ We (programmers) all use them (I hope): ...](#we-programmers-all-use-them-i-hope-)
* [⇢ ⇢ ⇢ Shells of the early unices didnt understand ...](#shells-of-the-early-unices-didnt-understand-)
* [⇢ ⇢ ⇢ I've picked up a few techniques from this blog ...](#i-ve-picked-up-a-few-techniques-from-this-blog-)
* [⇢ ⇢ ⇢ I've published the sixth part of my "Kubernetes ...](#i-ve-published-the-sixth-part-of-my-kubernetes-)
* [⇢ ⇢ ⇢ The book "Coders at Work" offers a fascinating ...](#the-book-coders-at-work-offers-a-fascinating-)
* [⇢ ⇢ ⇢ For me, that's all normal. Couldn't imagine a ...](#for-me-that-s-all-normal-couldn-t-imagine-a-)
* [⇢ ⇢ ⇢ This is similar to my `#dtail` project. It got ...](#this-is-similar-to-my-dtail-project-it-got-)
* [⇢ ⇢ ⇢ I also feel the most comfortable in the ...](#i-also-feel-the-most-comfortable-in-the-)
* [⇢ ⇢ ⇢ I have been enjoying lately as an alternative ...](#i-have-been-enjoying-lately-as-an-alternative-)
* [⇢ ⇢ ⇢ Jonathan's reflection of 10 years of ...](#jonathan-s-reflection-of-10-years-of-)
* [⇢ ⇢ ⇢ Some neat zero-copy `#Golang` tricks here ...](#some-neat-zero-copy-golang-tricks-here-)
* [⇢ ⇢ ⇢ What was it like working at GitLab? A scary ...](#what-was-it-like-working-at-gitlab-a-scary-)
* [⇢ ⇢ ⇢ I have learned a lot from the Practical `#AI` ...](#i-have-learned-a-lot-from-the-practical-ai-)
* [⇢ ⇢ August 2025](#august-2025)
* [⇢ ⇢ ⇢ At the end of the article it's mentione that ...](#at-the-end-of-the-article-it-s-mentione-that-)
* [⇢ ⇢ ⇢ Great blog post a out `#OpenBSDAmsterdam`, of ...](#great-blog-post-a-out-openbsdamsterdam-of-)
* [⇢ ⇢ ⇢ Interesting. `#llm` `#ai` `#slowdown` ...](#interesting-llm-ai-slowdown-)
* [⇢ ⇢ ⇢ With the help of genai, I could generate this ...](#with-the-help-of-genai-i-could-generate-this-)
* [⇢ ⇢ ⇢ I tinkered a bit with local LLMs for coding: ...](#i-tinkered-a-bit-with-local-llms-for-coding-)
* [⇢ ⇢ ⇢ Good stuff: 10 years of functional options and ...](#good-stuff-10-years-of-functional-options-and-)
* [⇢ ⇢ ⇢ Top 5 performance boosters `#golang` ...](#top-5-performance-boosters-golang-)
* [⇢ ⇢ ⇢ This person found the balance.. although I ...](#this-person-found-the-balance-although-i-)
* [⇢ ⇢ ⇢ Let's rewrite all slow in `#assembly`, surely ...](#let-s-rewrite-all-slow-in-assembly-surely-)
* [⇢ ⇢ ⇢ How to store data forever? `#storage` ...](#how-to-store-data-forever-storage-)
* [⇢ ⇢ ⇢ No wonder, that almost everyone doing something ...](#no-wonder-that-almost-everyone-doing-something-)
* [⇢ ⇢ ⇢ Another drawback of running load tests in a ...](#another-drawback-of-running-load-tests-in-a-)
* [⇢ ⇢ ⇢ Interesting read Learnings from two years of ...](#interesting-read-learnings-from-two-years-of-)
* [⇢ ⇢ ⇢ Neat little story a school girl writing her ...](#neat-little-story-a-school-girl-writing-her-)
* [⇢ ⇢ ⇢ Happy, that I am not yet obsolete! `#llm` ...](#happy-that-i-am-not-yet-obsolete-llm-)
* [⇢ ⇢ September 2025](#september-2025)
* [⇢ ⇢ ⇢ Loving this as well: `#slackware` `#linux` ...](#loving-this-as-well-slackware-linux-)
* [⇢ ⇢ ⇢ Some `#fun`: Random Weird Things Part III blog ...](#some-fun-random-weird-things-part-iii-blog-)
* [⇢ ⇢ ⇢ Yes, write more useless software. I agree that ...](#yes-write-more-useless-software-i-agree-that-)
* [⇢ ⇢ ⇢ I learned a lot from this `#OpenBSD` `#relayd` ...](#i-learned-a-lot-from-this-openbsd-relayd-)
* [⇢ ⇢ ⇢ Six weeks of claude code](#six-weeks-of-claude-code)
* [⇢ ⇢ ⇢ It's good that there is now a truly open-source ...](#it-s-good-that-there-is-now-a-truly-open-source-)
* [⇢ ⇢ ⇢ Have to try this at some point ...](#have-to-try-this-at-some-point-)
* [⇢ ⇢ ⇢ I could not agree more. For me, a personal ...](#i-could-not-agree-more-for-me-a-personal-)
* [⇢ ⇢ ⇢ The true enterprise developer can write Java in ...](#the-true-enterprise-developer-can-write-java-in-)
* [⇢ ⇢ ⇢ `#fx` is a neat little tool for viewing JSON ...](#fx-is-a-neat-little-tool-for-viewing-json-)
* [⇢ ⇢ ⇢ I wish I had as much time as this guy. He ...](#i-wish-i-had-as-much-time-as-this-guy-he-)
* [⇢ ⇢ ⇢ What exactly was the point of [ “x$var” = ...](#what-exactly-was-the-point-of--xvar--)
* [⇢ ⇢ ⇢ Neat `#ZFS` feature (here `#FreeBSD`) which I ...](#neat-zfs-feature-here-freebsd-which-i-)
* [⇢ ⇢ ⇢ Longer hours help only short term. About 40 ...](#longer-hours-help-only-short-term-about-40-)
* [⇢ ⇢ ⇢ You could also use `#bpf` instead of `#strace`, ...](#you-could-also-use-bpf-instead-of-strace-)
* [⇢ ⇢ ⇢ Some great things are approaching `#bhyve` on ...](#some-great-things-are-approaching-bhyve-on-)
* [⇢ ⇢ ⇢ Another synchronization tool part of the ...](#another-synchronization-tool-part-of-the-)
* [⇢ ⇢ ⇢ Too many open files `#linux` ...](#too-many-open-files-linux-)
* [⇢ ⇢ ⇢ Just posted Part 4 of my `#Bash` `#Golf` ...](#just-posted-part-4-of-my-bash-golf-)
* [⇢ ⇢ ⇢ `#Perl` is like a swiss army knife, as one of ...](#perl-is-like-a-swiss-army-knife-as-one-of-)
* [⇢ ⇢ ⇢ Personally, mainly working with colorless ...](#personally-mainly-working-with-colorless-)
* [⇢ ⇢ ⇢ How do GPUs work? Usually, people only know ...](#how-do-gpus-work-usually-people-only-know-)
* [⇢ ⇢ ⇢ For unattended upgrades you must have a good ...](#for-unattended-upgrades-you-must-have-a-good-)
* [⇢ ⇢ ⇢ Surely, in the age of `#AI` and `#LLM`, people ...](#surely-in-the-age-of-ai-and-llm-people-)
* [⇢ ⇢ ⇢ On `#AI` changes everything... ...](#on-ai-changes-everything-)
* [⇢ ⇢ ⇢ Maps in Go under the hood `#golang` ...](#maps-in-go-under-the-hood-golang-)
* [⇢ ⇢ ⇢ "A project that looks complex might just be ...](#a-project-that-looks-complex-might-just-be-)
* [⇢ ⇢ ⇢ I must admit that partly I see myself there ...](#i-must-admit-that-partly-i-see-myself-there-)
* [⇢ ⇢ ⇢ Makes me think of good old times, where I ...](#makes-me-think-of-good-old-times-where-i-)
* [⇢ ⇢ ⇢ Neat little blog post, showcasing various ...](#neat-little-blog-post-showcasing-various-)
* [⇢ ⇢ ⇢ share Didn't know, that on MacOS, besides of ...](#share-didn-t-know-that-on-macos-besides-of-)
* [⇢ ⇢ ⇢ I think this is the way: use LLMs for code you ...](#i-think-this-is-the-way-use-llms-for-code-you-)
* [⇢ ⇢ ⇢ Always enable keepalive? I'd say most of the ...](#always-enable-keepalive-i-d-say-most-of-the-)
* [⇢ ⇢ ⇢ I just finished reading "Chaos Engineering" by ...](#i-just-finished-reading-chaos-engineering-by-)
* [⇢ ⇢ ⇢ fx is a neat and tidy command-line tool for ...](#fx-is-a-neat-and-tidy-command-line-tool-for-)
* [⇢ ⇢ ⇢ Some nice `#Golang` tricks there ...](#some-nice-golang-tricks-there-)
* [⇢ ⇢ October 2025](#october-2025)
* [⇢ ⇢ ⇢ Word! What Are We Losing With AI? `#llm` `#ai` ...](#word-what-are-we-losing-with-ai-llm-ai-)
* [⇢ ⇢ ⇢ It's not yet time for the friday `#fun`, but: ...](#it-s-not-yet-time-for-the-friday-fun-but-)
* [⇢ ⇢ ⇢ Finally, I retired my AWS/ECS setup for my ...](#finally-i-retired-my-awsecs-setup-for-my-)
* [⇢ ⇢ ⇢ A great blog post about my favourite text ...](#a-great-blog-post-about-my-favourite-text-)
* [⇢ ⇢ ⇢ One of the more confusing parts in Go, nil ...](#one-of-the-more-confusing-parts-in-go-nil-)
* [⇢ ⇢ ⇢ Strong engineers are pragmatic, work fast, have ...](#strong-engineers-are-pragmatic-work-fast-have-)
* [⇢ ⇢ ⇢ I am currently binge-listening to the Google ...](#i-am-currently-binge-listening-to-the-google-)
* [⇢ ⇢ ⇢ Looks like a neat library for writing ...](#looks-like-a-neat-library-for-writing-)
* [⇢ ⇢ ⇢ Where Gen AI shines is the generation and ...](#where-gen-ai-shines-is-the-generation-and-)
* [⇢ ⇢ ⇢ At work, everybody is replacable. Some with a ...](#at-work-everybody-is-replacable-some-with-a-)
* [⇢ ⇢ ⇢ I actually would switch back to `#FreeBSD` as ...](#i-actually-would-switch-back-to-freebsd-as-)
* [⇢ ⇢ ⇢ Amazing Print is amazing ...](#amazing-print-is-amazing-)
* [⇢ ⇢ ⇢ Always worth a reminde, what are bloom filters ...](#always-worth-a-reminde-what-are-bloom-filters-)
* [⇢ ⇢ ⇢ Some `#Ruby` book notes of mine: ...](#some-ruby-book-notes-of-mine-)
* [⇢ ⇢ ⇢ Sad story. `#work` `#scrum` `#jira` ...](#sad-story-work-scrum-jira-)
* [⇢ ⇢ ⇢ One of my favorite books: "Some Thoughts on ...](#one-of-my-favorite-books-some-thoughts-on-)
* [⇢ ⇢ ⇢ ltex-ls is great for integrating ...](#ltex-ls-is-great-for-integrating-)
* [⇢ ⇢ ⇢ supernote-tool is awesome, as I can now ...](#supernote-tool-is-awesome-as-i-can-now-)
* [⇢ ⇢ ⇢ Fun story! :-) The case of the 500-mile email ...](#fun-story---the-case-of-the-500-mile-email-)
* [⇢ ⇢ ⇢ Operating myself some software over 10 years of ...](#operating-myself-some-software-over-10-years-of-)
* [⇢ ⇢ ⇢ `#git` worktrees are awesome! ...](#git-worktrees-are-awesome-)
* [⇢ ⇢ ⇢ LLMs for anomaly detection? "While some ...](#llms-for-anomaly-detection-while-some-)
* [⇢ ⇢ ⇢ After having heavily vibe-coded (personal pet ...](#after-having-heavily-vibe-coded-personal-pet-)
* [⇢ ⇢ ⇢ Slowly, one after another, I am switching all ...](#slowly-one-after-another-i-am-switching-all-)
* [⇢ ⇢ ⇢ Some neat slice tricks for Go: `#golang` ...](#some-neat-slice-tricks-for-go-golang-)
* [⇢ ⇢ ⇢ I spent way too much time on this site. It's ...](#i-spent-way-too-much-time-on-this-site-it-s-)
* [⇢ ⇢ ⇢ I share similar experiences with `#rust`, but I ...](#i-share-similar-experiences-with-rust-but-i-)
* [⇢ ⇢ ⇢ Pipelines in Go using channels. `#golang` ...](#pipelines-in-go-using-channels-golang-)
* [⇢ ⇢ ⇢ Some nifty `#Ruby` tricks: In my opinion, Ruby ...](#some-nifty-ruby-tricks-in-my-opinion-ruby-)
* [⇢ ⇢ ⇢ Reflects my experience ...](#reflects-my-experience-)
* [⇢ ⇢ ⇢ I like the fact that Markdown fikes, a RCS. an ...](#i-like-the-fact-that-markdown-fikes-a-rcs-an-)
* [⇢ ⇢ ⇢ Rich Interactive Widgets for Terminal UIs, it ...](#rich-interactive-widgets-for-terminal-uis-it-)
* [⇢ ⇢ ⇢ Always fun to dig in the `#Perl` @Perl woods. ...](#always-fun-to-dig-in-the-perl-perl-woods-)
* [⇢ ⇢ ⇢ How does `#virtual` `#memory` work? `#ram` ...](#how-does-virtual-memory-work-ram-)
* [⇢ ⇢ ⇢ flamelens - An interactive flamegraph viewer in ...](#flamelens---an-interactive-flamegraph-viewer-in-)
* [⇢ ⇢ ⇢ You can now run Ansible Playbooks and shell ...](#you-can-now-run-ansible-playbooks-and-shell-)
* [⇢ ⇢ ⇢ For people working with `#k8s`, this tool is ...](#for-people-working-with-k8s-this-tool-is-)
* [⇢ ⇢ November 2025](#november-2025)
* [⇢ ⇢ ⇢ Yes, using the right `#tool` for the job and ...](#yes-using-the-right-tool-for-the-job-and-)
* [⇢ ⇢ ⇢ Some neat Go tricks: `#golang` ...](#some-neat-go-tricks-golang-)
* [⇢ ⇢ ⇢ There are some truths in this `#SRE` article: ...](#there-are-some-truths-in-this-sre-article-)
* [⇢ ⇢ ⇢ The Go flight recorder is a tool that allows ...](#the-go-flight-recorder-is-a-tool-that-allows-)
* [⇢ ⇢ ⇢ This is useful `#golang` ...](#this-is-useful-golang-)
* [⇢ ⇢ ⇢ Great visually animated guide how `#raft` ...](#great-visually-animated-guide-how-raft-)
* [⇢ ⇢ ⇢ "Today’s junior devs who skip the “hard ...](#todays-junior-devs-who-skip-the-hard-)
* [⇢ ⇢ ⇢ I actually enjoyed readong through the `#Fish` ...](#i-actually-enjoyed-readong-through-the-fish-)
* [⇢ ⇢ ⇢ There can be many things which can go wrong, ...](#there-can-be-many-things-which-can-go-wrong-)
* [⇢ ⇢ ⇢ IMHO, motivation is not always enough. There ...](#imho-motivation-is-not-always-enough-there-)
* [⇢ ⇢ ⇢ Have been generating those CPU flame graphs on ...](#have-been-generating-those-cpu-flame-graphs-on-)
* [⇢ ⇢ ⇢ I personally don't like the typical whiteboard ...](#i-personally-don-t-like-the-typical-whiteboard-)
* [⇢ ⇢ ⇢ If you've wondered how CPUs and operating ...](#if-you-ve-wondered-how-cpus-and-operating-)
* [⇢ ⇢ ⇢ And there's an unexpected winner :-) `#erlang` ...](#and-there-s-an-unexpected-winner---erlang-)
* [⇢ ⇢ ⇢ Is it it? This is it. What Is It (in Ruby 3.4)? ...](#is-it-it-this-is-it-what-is-it-in-ruby-34-)
* [⇢ ⇢ ⇢ From my recent `#London` trip, I've uploaded ...](#from-my-recent-london-trip-i-ve-uploaded-)
* [⇢ ⇢ ⇢ Agreed, you should make your own programming ...](#agreed-you-should-make-your-own-programming-)
* [⇢ ⇢ ⇢ Principles for C programming `#C` ...](#principles-for-c-programming-c-)
* [⇢ ⇢ ⇢ `#Typst` appears to be a great modern ...](#typst-appears-to-be-a-great-modern-)
* [⇢ ⇢ ⇢ Things you can do with a debugger but not with ...](#things-you-can-do-with-a-debugger-but-not-with-)
* [⇢ ⇢ ⇢ Neat tutorial, I think I've to try `#jujutsu` ...](#neat-tutorial-i-think-i-ve-to-try-jujutsu-)
* [⇢ ⇢ ⇢ Wise words Best practices are not rules. They ...](#wise-words-best-practices-are-not-rules-they-)
* [⇢ ⇢ ⇢ How to build a `#Linux` `#Container` from ...](#how-to-build-a-linux-container-from-)
* [⇢ ⇢ ⇢ When I reach the point where I am trying to ...](#when-i-reach-the-point-where-i-am-trying-to-)
* [⇢ ⇢ ⇢ Personally one of the main benefits of using ...](#personally-one-of-the-main-benefits-of-using-)
* [⇢ ⇢ December 2025](#december-2025)
* [⇢ ⇢ ⇢ Rhese are some nice `#Ruby` tricks (Ruby is onw ...](#rhese-are-some-nice-ruby-tricks-ruby-is-onw-)
* [⇢ ⇢ ⇢ That's fun, use the C preprocessor as a HTML ...](#that-s-fun-use-the-c-preprocessor-as-a-html-)
* [⇢ ⇢ ⇢ `#jq` but for `#Markdown`? Thats interesting, ...](#jq-but-for-markdown-thats-interesting-)
* [⇢ ⇢ ⇢ Elvish seems to be a neat little shell. It's ...](#elvish-seems-to-be-a-neat-little-shell-it-s-)
* [⇢ ⇢ ⇢ Google `#SRE` required better Wifi on the ...](#google-sre-required-better-wifi-on-the-)
* [⇢ ⇢ ⇢ Indeed ...](#indeed-)
* [⇢ ⇢ ⇢ Very interesting post how pods are scheduled ...](#very-interesting-post-how-pods-are-scheduled-)
* [⇢ ⇢ ⇢ I have added observability to the `#Kubernetes` ...](#i-have-added-observability-to-the-kubernetes-)
* [⇢ ⇢ ⇢ Wondering where I could make use of it ...](#wondering-where-i-could-make-use-of-it-)
* [⇢ ⇢ ⇢ Trying out `#COSMIC` `#Desktop`... seems ...](#trying-out-cosmic-desktop-seems-)
* [⇢ ⇢ ⇢ Best thing I've ever read about `#container` ...](#best-thing-i-ve-ever-read-about-container-)
* [⇢ ⇢ ⇢ While acknowledging luck in finding the right ...](#while-acknowledging-luck-in-finding-the-right-)
* [⇢ ⇢ ⇢ Great explanation `#slo` `#sla` `#sli` `#sre` ...](#great-explanation-slo-sla-sli-sre-)
* [⇢ ⇢ ⇢ Nice service, you send a drive, they host ...](#nice-service-you-send-a-drive-they-host-)

## July 2025

### In `#Golang`, values are actually copied when ...

In `#Golang`, values are actually copied when assigned (boxed) into an interface. That can have performance impact.

[goperf.dev/01-common-patterns/interface-boxing/](https://goperf.dev/01-common-patterns/interface-boxing/)  

### Same experiences I had, but it's a time saver. ...

Same experiences I had, but it's a time saver. and when done correctly, those tools are amazing: `#llm` `#coding` `#programming`

[lucumr.pocoo.org/2025/06/21/my-first-ai-library/](https://lucumr.pocoo.org/2025/06/21/my-first-ai-library/)  

### We (programmers) all use them (I hope): ...

We (programmers) all use them (I hope): language servers. LSP stands for Language Server Protocol, which standardizes communication between coding editors or IDEs and language servers, facilitating features like autocompletion, refactoring, linting, error-checking, etc.... It's interesting to look under the hood a little bit to see how your code editor actually communicates with a language server. `#LSP` `#coding` `#programming`

[packagemain.tech/p/understanding-the-language-server-protocol](https://packagemain.tech/p/understanding-the-language-server-protocol)  

### Shells of the early unices didnt understand ...

Shells of the early unices didnt understand file globbing, that was done by the external glob command! `#unix` `#history` `#shell`

[utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory](https://utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory)  

### I've picked up a few techniques from this blog ...

I've picked up a few techniques from this blog post and found them worth sharing here: `#ai` `#llm` `#prompting` `#techniques`

[cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/](https://cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/)  

### I've published the sixth part of my "Kubernetes ...

I've published the sixth part of my "Kubernetes with FreeBSD" blog series. This time, I set up the storage, which will be used with persistent volume claims later on in the Kubernetes cluster. Have a lot of fun! `#freebsd` `#nfs` `#ha` `#zfs` `#zrepl` `#carp` `#kubernetes` `#k8s` `#k3s` `#homelab`

[foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi)  
[foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html](https://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html)  

### The book "Coders at Work" offers a fascinating ...

The book "Coders at Work" offers a fascinating glimpse into how programming legends emerged in the early days of computing. I especially enjoyed the personal stories and insights. It would be great to see a new edition reflecting today’s AI and LLM revolution—so much has changed since!

[www.goodreads.com/book/show/6713575-coders-at-work](https://www.goodreads.com/book/show/6713575-coders-at-work)  

### For me, that's all normal. Couldn't imagine a ...

For me, that's all normal. Couldn't imagine a simpler job. `#software`

[0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/](https://0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/)  

### This is similar to my `#dtail` project. It got ...

This is similar to my `#dtail` project. It got some features, which dtail doesnt, and dtail has some features, which `#nerdlog` hasnt. But the principle is the same, both tools don't have a centralised log store and both use SSH to connect to the servers (sources of the logs) directly.

[github.com/dimonomid/nerdlog](https://github.com/dimonomid/nerdlog)  

### I also feel the most comfortable in the ...

I also feel the most comfortable in the `#terminal`. There are a few high-level tools where it doesn't make always a lot of sense like web-browsing most of the web, but for most of the things I do, I prefer the terminal. I think it's a good idea to have a terminal-based interface for most of the things you do. It makes it easier to automate things and to work with other tools.

[lambdaland.org/posts/2025-05-13_real_programmers/](https://lambdaland.org/posts/2025-05-13_real_programmers/)  

### I have been enjoying lately as an alternative ...

I have been enjoying lately as an alternative TUI to Claude Code CLI. It is a 100% open-source agentic coding tool, which supports all models from including local ones (e.g. DeepSeek), and has got some nice tweaks like side-by-side diffs and you can also use your favourite text $EDITOR for prompt editing! Highly recommend! `#llm` `#coding` `#programming` `#agentic` `#ai`

[opencode.ai](https://opencode.ai)  
[models.dev](https://models.dev)  

### Jonathan's reflection of 10 years of ...

Jonathan's reflection of 10 years of programming!

[jonathan-frere.com/posts/10-years-of-programming/](https://jonathan-frere.com/posts/10-years-of-programming/)  

### Some neat zero-copy `#Golang` tricks here ...

Some neat zero-copy `#Golang` tricks here

[goperf.dev/01-common-patterns/zero-copy/](https://goperf.dev/01-common-patterns/zero-copy/)  

### What was it like working at GitLab? A scary ...

What was it like working at GitLab? A scary moment was the deletion of the gitlab.com database, though fortunately, there was a six-hour-old copy on the staging server. More people don't necessarily produce better results. Additionally, Ruby's metaprogramming isn't ideal for large projects. A burnout. And many more insights....

[yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/](https://yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/)  

### I have learned a lot from the Practical `#AI` ...

I have learned a lot from the Practical `#AI` `#podcast`, especially from episode 312, which discusses the `#MCP` (model context protocol). Are there any MCP servers you plan to use or to build?

[practicalai.fm/312](https://practicalai.fm/312)  

## August 2025

### At the end of the article it's mentione that ...

At the end of the article it's mentione that it's difficult to stay in the zone when AI does the coding for you. I think it's possible to stay in the zon, but only when you use AI surgically. `#llm` `#ai` `#programming`

[newsletter.pragmaticengineer.com/p/cur..-..email=true&r=4ijqut&triedRedirect=true](https://newsletter.pragmaticengineer.com/p/cursor-makes-developers-less-effective?publication_id=458709&post_id=169160664&isFreemail=true&r=4ijqut&triedRedirect=true)  

### Great blog post a out `#OpenBSDAmsterdam`, of ...

Great blog post a out `#OpenBSDAmsterdam`, of which I am a customer too for some years now. `#OpenBSD`

[www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/](https://www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/)  

### Interesting. `#llm` `#ai` `#slowdown` ...

Interesting. `#llm` `#ai` `#slowdown`

[m.slashdot.org/story/444304](https://m.slashdot.org/story/444304)  

### With the help of genai, I could generate this ...

With the help of genai, I could generate this neat small showcase site, of many of my small to medium sized side projects. The projects descriptions were generated by Claude Code CLI with Sonnet 4 based on the git repo contents. The page content by `gitsyncer`, a tool I created (listed on the showcase page as well) and `gemtexter`, which did the HTML generation part (another tool I wrote, listed on the showcase page as well). The stats seem neat, over time a lot of stuff starts to pile up! With the age of AI (so far, only 8 projects were created AI-assisted), I think more projects will spin up faster (not just for me, but for everyone working on side projects). I have more (older) side projects archived on my local NAS, but they are not worth digging out... 📦 Total Projects: 55 📊 Total Commits: 10,379 📈 Total Lines of Code: 252,969 📄 Total Lines of Documentation: 24,167 💻 Languages: Java (22.4%), Go (17.6%), HTML (14.0%), C++ (8.9%), C (7.3%), Perl (6.3%), Shell (6.3%), C/C++ (5.8%), XML (4.6%), Config (1.5%), Ruby (1.1%), HCL (1.1%), Make (0.7%), Python (0.6%), CSS (0.6%), JSON (0.3%), Raku (0.3%), Haskell (0.2%), YAML (0.2%), TOML (0.1%) 📚 Documentation: Text (47.4%), Markdown (38.4%), LaTeX (14.2%) 🤖 AI-Assisted Projects: 8 out of 55 (14.5% AI-assisted, 85.5% human-only) 🚀 Release Status: 31 released, 24 experimental (56.4% with releases, 43.6% experimental) `#llm` `#genai` `#showcase` `#coding` `#programming`

[foo.zone/about/showcase.gmi (Gemini)](gemini://foo.zone/about/showcase.gmi)  
[foo.zone/about/showcase.html](https://foo.zone/about/showcase.html)  

### I tinkered a bit with local LLMs for coding: ...

I tinkered a bit with local LLMs for coding: `#llm` `#local` `#ai` `#coding` `#ollama` `#qwen` `#deepseek` `#HelixEditor` `#LSP` `#codecompletion` `#aider`

[foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi)  
[foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.html](https://foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.html)  

### Good stuff: 10 years of functional options and ...

Good stuff: 10 years of functional options and key lessons Learned along the way `#golang`

[www.bytesizego.com/blog/10-years-functional-options-golang](https://www.bytesizego.com/blog/10-years-functional-options-golang)  

### Top 5 performance boosters `#golang` ...

Top 5 performance boosters `#golang`

[blog.devtrovert.com/p/go-performance-boosters-the-top-5](https://blog.devtrovert.com/p/go-performance-boosters-the-top-5)  

### This person found the balance.. although I ...

This person found the balance.. although I would use a different code editor: Why Open Source Maintainers Thrive in the LLM Era via @wallabagapp `#ai` `#llm` `#coding` `#programming`

[mikemcquaid.com/why-open-source-maintainers-thrive-in-the-llm-era/](https://mikemcquaid.com/why-open-source-maintainers-thrive-in-the-llm-era/)  

### Let's rewrite all slow in `#assembly`, surely ...

Let's rewrite all slow in `#assembly`, surely it's not just about the language but also about the architecture and the algorithms used. Still, impressive.

[x.com/FFmpeg/status/1945478331077374335](https://x.com/FFmpeg/status/1945478331077374335)  

### How to store data forever? `#storage` ...

How to store data forever? `#storage` `#archiving`

[drewdevault.com/2020/04/22/How-to-store-data-forever.html](https://drewdevault.com/2020/04/22/How-to-store-data-forever.html)  

### No wonder, that almost everyone doing something ...

No wonder, that almost everyone doing something with AI is releasing their own aentic coding tool now. As it's so dead simple to write one. `#ai` `#llm` `#agenticcoding`

[ampcode.com/how-to-build-an-agent](https://ampcode.com/how-to-build-an-agent)  

### Another drawback of running load tests in a ...

Another drawback of running load tests in a pre-prod environment is that it is not always possible to reproduce production load, especially in a complex environment. I personally prefer a combination of pre-prod load testing, production canaries, and gradual production deployment. What are your thoughts? `#sre` `#loadtesting` `#lt` `#loadtesting`

[thefridaydeploy.substack.com/p/load-testing-prepare-for-the-growth](https://thefridaydeploy.substack.com/p/load-testing-prepare-for-the-growth)  

### Interesting read Learnings from two years of ...

Interesting read Learnings from two years of using AI tools for software engineering `#ai` `#llm` `#genai`

[newsletter.pragmaticengineer.com/p/two-years-of-using-ai](https://newsletter.pragmaticengineer.com/p/two-years-of-using-ai)  

### Neat little story a school girl writing her ...

Neat little story a school girl writing her first (and only) malware and have it infected her school.

[ntietz.com/blog/that-time-i-wrote-malware/](https://ntietz.com/blog/that-time-i-wrote-malware/)  

### Happy, that I am not yet obsolete! `#llm` ...

Happy, that I am not yet obsolete! `#llm` `#sre`

[clickhouse.com/blog/llm-observability-challenge](https://clickhouse.com/blog/llm-observability-challenge)  

## September 2025

### Loving this as well: `#slackware` `#linux` ...

Loving this as well: `#slackware` `#linux`

[www.osnews.com/story/142145/what-makes-slackware-different/](https://www.osnews.com/story/142145/what-makes-slackware-different/)  

### Some `#fun`: Random Weird Things Part III blog ...

Some `#fun`: Random Weird Things Part III blog post

[foo.zone/gemfeed/2025-08-15-random-weird-things-iii.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-08-15-random-weird-things-iii.gmi)  
[foo.zone/gemfeed/2025-08-15-random-weird-things-iii.html](https://foo.zone/gemfeed/2025-08-15-random-weird-things-iii.html)  

### Yes, write more useless software. I agree that ...

Yes, write more useless software. I agree that play has a vital role in learning and experimentation. Also, programming is a lot of fun this way. I've learned programming mostly by writing useless software or almost useful tools for myself, but I can now apply all that knowledge to real work as well. `#coding` `#programming`

[ntietz.com/blog/write-more-useless-software/](https://ntietz.com/blog/write-more-useless-software/)  

### I learned a lot from this `#OpenBSD` `#relayd` ...

I learned a lot from this `#OpenBSD` `#relayd` talk, and I already put the information into production! I know the excellent OpenBSD manual pages document everything, but it is a bit different when you see it presented in a talk.

[www.youtube.com/watch?v=yW8QSZyEs6E](https://www.youtube.com/watch?v=yW8QSZyEs6E)  

### Six weeks of claude code

[blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/](https://blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/)  

### It's good that there is now a truly open-source ...

It's good that there is now a truly open-source LLM model; I'm just wondering how it will perform. The difference compared to other open models is that the others only provide open weights, but you can't reproduce the training! That issue would be solved with this Swiss model. I will definitively have a look! `#llm` `#opensource` `#privacy`

[m.slashdot.org/story/446310](https://m.slashdot.org/story/446310)  

### Have to try this at some point ...

Have to try this at some point, troubleshooting `#k8s` with the help of `#genai`

[blog.palark.com/k8sgpt-ai-troubleshooting-kubernetes/](https://blog.palark.com/k8sgpt-ai-troubleshooting-kubernetes/)  

### I could not agree more. For me, a personal ...

I could not agree more. For me, a personal (tech oriented) website is not a business contact card, but a playground to experience and learn with/about technologies. The Value of a Personal Site `#website` `#personal` `#tech`

[atthis.link/blog/2021/personalsite.html](https://atthis.link/blog/2021/personalsite.html)  

### The true enterprise developer can write Java in ...

The true enterprise developer can write Java in any language. `#java` `#programming`

### `#fx` is a neat little tool for viewing JSON ...

`#fx` is a neat little tool for viewing JSON files!

[fx.wtf](https://fx.wtf)  

### I wish I had as much time as this guy. He ...

I wish I had as much time as this guy. He writes entire operating systems, including a Unix clone called "Bunnix" in a month. He is also the inventor of the Hare programming language (If I am not wrong). Now, he is also creating a new shell, primarily for his other operating systems and kernels he is working on. `#shell` `#unix` `#programming` `#operatingsystem` `#bunnix` `#hare`

[drewdevault.com/2023/04/18/2023-04-18-A-new-shell-for-Unix.html](https://drewdevault.com/2023/04/18/2023-04-18-A-new-shell-for-Unix.html)  

### What exactly was the point of [ “x$var” = ...

What exactly was the point of [ “x$var” = “xval” ]? `#bash` `#shell` `#posix` `#sh` `#history`

[www.vidarholen.net/contents/blog/?p=1035](https://www.vidarholen.net/contents/blog/?p=1035)  

### Neat `#ZFS` feature (here `#FreeBSD`) which I ...

Neat `#ZFS` feature (here `#FreeBSD`) which I didn't know of before: Pool snapshots, which are different to snapshots of individual data sets:

[it-notes.dragas.net/2024/07/01/enhanci..-..d-stability-with-zfs-pool-checkpoints/](https://it-notes.dragas.net/2024/07/01/enhancing-freebsd-stability-with-zfs-pool-checkpoints/)  

### Longer hours help only short term. About 40 ...

Longer hours help only short term. About 40 hours `#productivity`

[thesquareplanet.com/blog/about-40-hours/](https://thesquareplanet.com/blog/about-40-hours/)  

### You could also use `#bpf` instead of `#strace`, ...

You could also use `#bpf` instead of `#strace`, albeit modern strace uses bpf if told so: How to use the new Docker Seccomp profiles

[blog.jessfraz.com/post/how-to-use-new-docker-seccomp-profiles/](https://blog.jessfraz.com/post/how-to-use-new-docker-seccomp-profiles/)  

### Some great things are approaching `#bhyve` on ...

Some great things are approaching `#bhyve` on `#FreeBSD` and VM Live Migration – Quo vadis? `#freebsd` `#virtualization` `#bhyve`

[gyptazy.com/bhyve-on-freebsd-and-vm-live-migration-quo-vadis/](https://gyptazy.com/bhyve-on-freebsd-and-vm-live-migration-quo-vadis/)  

### Another synchronization tool part of the ...

Another synchronization tool part of the `#golang` std lib, singleflight! Used to not overload external resources (like DBs) with N concurrent requests. Useful!

[victoriametrics.com/blog/go-singleflight/index.html](https://victoriametrics.com/blog/go-singleflight/index.html)  

### Too many open files `#linux` ...

Too many open files `#linux`

[mattrighetti.com/2025/06/04/too-many-files-open.html](https://mattrighetti.com/2025/06/04/too-many-files-open.html)  

### Just posted Part 4 of my `#Bash` `#Golf` ...

Just posted Part 4 of my `#Bash` `#Golf` series:

[foo.zone/gemfeed/2025-09-14-bash-golf-part-4.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-09-14-bash-golf-part-4.gmi)  
[foo.zone/gemfeed/2025-09-14-bash-golf-part-4.html](https://foo.zone/gemfeed/2025-09-14-bash-golf-part-4.html)  

### `#Perl` is like a swiss army knife, as one of ...

`#Perl` is like a swiss army knife, as one of the comments states:

[developers.slashdot.org/story/25/09/14..-..10th-most-popular-programming-language](https://developers.slashdot.org/story/25/09/14/0134239/is-perl-the-worlds-10th-most-popular-programming-language)  

### Personally, mainly working with colorless ...

Personally, mainly working with colorless languages like `#ruby` and `#golang`, now slowly understand the pain ppl would have w/ Rust or JS. It wasn't just me when I got confused writing that Grafana DS plugin in TypeScript...

[jpcamara.com/2024/07/15/ruby-methods-are.html](https://jpcamara.com/2024/07/15/ruby-methods-are.html)  

### How do GPUs work? Usually, people only know ...

How do GPUs work? Usually, people only know about CPUs... ... I got the gist, but `#gpu` `#cpu`

[blog.codingconfessions.com/p/gpu-computing](https://blog.codingconfessions.com/p/gpu-computing)  

### For unattended upgrades you must have a good ...

For unattended upgrades you must have a good testing (or canary) strategy. `#sre` `#reliability` `#downtime` `#ubuntu` `#systemd` `#kubernetes`

[newsletter.pragmaticengineer.com/p/why-reliability-is-hard-at-scale](https://newsletter.pragmaticengineer.com/p/why-reliability-is-hard-at-scale)  

### Surely, in the age of `#AI` and `#LLM`, people ...

Surely, in the age of `#AI` and `#LLM`, people are not writing as much code manually as before, but I don't think skills like using `#Vim` (or `#HelixEditor`) are obsolete just yet. You still need to understand what's happening under the hood, and being comfortable with these tools can make you much more efficient when you do need to edit or review code.

[www.youtube.com/watch?v=tW0BSgzr2AM](https://www.youtube.com/watch?v=tW0BSgzr2AM)  

### On `#AI` changes everything... ...

On `#AI` changes everything...

[lucumr.pocoo.org/2025/6/4/changes/](https://lucumr.pocoo.org/2025/6/4/changes/)  

### Maps in Go under the hood `#golang` ...

Maps in Go under the hood `#golang`

[victoriametrics.com/blog/go-map/](https://victoriametrics.com/blog/go-map/)  

### "A project that looks complex might just be ...

"A project that looks complex might just be unfamiliar" - Quote from the Applied Go Weekly Newsletter

### I must admit that partly I see myself there ...

I must admit that partly I see myself there (sometimes). But it is fun :-) `#tools` `#happy`

[borretti.me/article/you-can-choose-tools-that-make-you-happy](https://borretti.me/article/you-can-choose-tools-that-make-you-happy)  

### Makes me think of good old times, where I ...

Makes me think of good old times, where I shipped 5 times as fast.: What happens when code reviews aren’t mandatory? What happens when code reviews aren’t mandatory? via @wallabagapp `#productivity` `#code`

[testdouble.com/insights/when-code-reviews-arent-mandatory](https://testdouble.com/insights/when-code-reviews-arent-mandatory)  

### Neat little blog post, showcasing various ...

Neat little blog post, showcasing various methods used for generic programming before the introduction of generics. Only reflection wasn't listed. `#golang`

[bitfieldconsulting.com/posts/generics](https://bitfieldconsulting.com/posts/generics)  

### share Didn't know, that on MacOS, besides of ...

share Didn't know, that on MacOS, besides of .so (shared object files, which can be dynamically loaded as well) there is also the MacOS' native .dylib format which serves a similar purpose! `#macos` `#dylib` `#so`

[cpu.land/becoming-an-elf-lord](https://cpu.land/becoming-an-elf-lord)  

### I think this is the way: use LLMs for code you ...

I think this is the way: use LLMs for code you don't care much about and write code manually for what matters most to you. This way, most boring and boilerplate stuff can be auto-generated.

[registerspill.thorstenball.com/p/surely-not-all-codes-worth-it](https://registerspill.thorstenball.com/p/surely-not-all-codes-worth-it)  

### Always enable keepalive? I'd say most of the ...

Always enable keepalive? I'd say most of the time. I've seen cases, where connections weren't reused but new additional were edtablished, causing the servers to run out of worker threads `#sre` Always. Enable. Keepalives.

[www.honeycomb.io/blog/always-enable-keepalives](https://www.honeycomb.io/blog/always-enable-keepalives)  

### I just finished reading "Chaos Engineering" by ...

I just finished reading "Chaos Engineering" by Casey Rosenthal—an absolute must-read for anyone passionate about building resilient systems! Chaos Engineering is not abbreaking things randomly—it's a disciplined approach to uncovering weaknesses before they become outages. SREs, this book is packed with practical insights and real-world strategies to strengthen your systems against failure. Highly recommended! `#ChaosEngineering` `#Resilience`

[www.oreilly.com/library/view/chaos-engineering/9781492043850/](https://www.oreilly.com/library/view/chaos-engineering/9781492043850/)  

### fx is a neat and tidy command-line tool for ...

fx is a neat and tidy command-line tool for interactively viewing JSON files! What I like about it is that it is not too complex (open the help with ? and it is only about one page long) but still very useful. `#json` `#golang`

[github.com/antonmedv/fx](https://github.com/antonmedv/fx)  

### Some nice `#Golang` tricks there ...

Some nice `#Golang` tricks there

[blog.devtrovert.com/p/12-personal-go-tricks-that-transformed](https://blog.devtrovert.com/p/12-personal-go-tricks-that-transformed)  

## October 2025

### Word! What Are We Losing With AI? `#llm` `#ai` ...

Word! What Are We Losing With AI? `#llm` `#ai`

[josem.co/what-are-we-losing-with-ai/](https://josem.co/what-are-we-losing-with-ai/)  

### It's not yet time for the friday `#fun`, but: ...

It's not yet time for the friday `#fun`, but: OpenOffice does not print on Tuesdays ― Andreas Zwinkau :-)

[beza1e1.tuxen.de/lore/print_on_tuesday.html](https://beza1e1.tuxen.de/lore/print_on_tuesday.html)  

### Finally, I retired my AWS/ECS setup for my ...

Finally, I retired my AWS/ECS setup for my self-hosted apps, as it was too expensive to operate—I had to pay $20 monthly just to run pods for only a day or so each month, so I rarely used them. Now, everything has been migrated to my FreeBSD-powered Kubernetes home cluster! Part 7 of this blog series covers the initial pod deployments. `#freebsd` `#k8s` `#selfhosing`

[foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.gmi)  
[foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html](https://foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html)  

### A great blog post about my favourite text ...

A great blog post about my favourite text editor. why even helix? `#HeliEditor` Now I am considering forking it myself as well :-)

[axlefublr.github.io/why-even-helix/](https://axlefublr.github.io/why-even-helix/)  

### One of the more confusing parts in Go, nil ...

One of the more confusing parts in Go, nil values vs nil errors: `#golang`

[unexpected-go.com/nil-errors-that-are-non-nil-errors.html](https://unexpected-go.com/nil-errors-that-are-non-nil-errors.html)  

### Strong engineers are pragmatic, work fast, have ...

Strong engineers are pragmatic, work fast, have technical ability, dont need to be technical geniuses and believe in their ability to solve almost any problem `#productivity`

[www.seangoedecke.com/what-makes-strong-engineers-strong/](https://www.seangoedecke.com/what-makes-strong-engineers-strong/)  

### I am currently binge-listening to the Google ...

I am currently binge-listening to the Google `#SRE` ProdCast. It's really great to learn about the stories of individual SREs and their journeys. It is not just about SREs at Google; there are also external guests.

[sre.google/prodcast/](https://sre.google/prodcast/)  

### Looks like a neat library for writing ...

Looks like a neat library for writing script-a-like programs in `#Golang`. But honestly, why not directly use a scripting language like `#RakuLang` or `#Ruby`

[github.com/bitfield/script](https://github.com/bitfield/script)  

### Where Gen AI shines is the generation and ...

Where Gen AI shines is the generation and management of YAML files... e.g. Kubernetes manifests. Who likes to write YAML files by hand? `#genai` `#llm` `#ai` `#yaml` `#kubernetes` `#k8s`

### At work, everybody is replacable. Some with a ...

At work, everybody is replacable. Some with a hic-up, others with none. There will always someone to step up after you leave.

[adamstacoviak.com/im-a-cog/](https://adamstacoviak.com/im-a-cog/)  

### I actually would switch back to `#FreeBSD` as ...

I actually would switch back to `#FreeBSD` as my main Operating System for personal use on my Laptop - FreeBSD used to be my main driver a couple of years ago when I still used "normal" PCs

[www.osnews.com/story/140841/freebsd-to-invest-in-laptop-support/](https://www.osnews.com/story/140841/freebsd-to-invest-in-laptop-support/)  

### Amazing Print is amazing ...

Amazing Print is amazing

[github.com/amazing-print/amazing_print](https://github.com/amazing-print/amazing_print)  

### Always worth a reminde, what are bloom filters ...

Always worth a reminde, what are bloom filters and how do they work? `#bloom` `#bloomfilter` `#datastructure`

[micahkepe.com/blog/bloom-filters/](https://micahkepe.com/blog/bloom-filters/)  

### Some `#Ruby` book notes of mine: ...

Some `#Ruby` book notes of mine:

[foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.gmi)  
[foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html](https://foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html)  

### Sad story. `#work` `#scrum` `#jira` ...

Sad story. `#work` `#scrum` `#jira`

[lambdaland.org/posts/2023-02-21_metric_worship/](https://lambdaland.org/posts/2023-02-21_metric_worship/)  

### One of my favorite books: "Some Thoughts on ...

One of my favorite books: "Some Thoughts on Deep Work"

[atthis.link/blog/2020/deepwork.html](https://atthis.link/blog/2020/deepwork.html)  

### ltex-ls is great for integrating ...

ltex-ls is great for integrating `#LanguageTool` prose checking via `#LSP` into your `#HelixEditor`! ... There is also vale-ls, which I have enabled as well. I just download ltex-ls and configure it as an LSP for your .txt and .md docs... that's it!

[valentjn.github.io/ltex/](https://valentjn.github.io/ltex/)  

### supernote-tool is awesome, as I can now ...

supernote-tool is awesome, as I can now download my Supernote notes on my `#Linux` desktop and convert them into PDFs - enables me to use the Supernote Nomad device as mine completely offline!

### Fun story! :-) The case of the 500-mile email ...

Fun story! :-) The case of the 500-mile email ― Andreas Zwinkau via @wallabagapp `#unix` `#sunos` `#sendmail`

[beza1e1.tuxen.de/lore/500mile_email.html](https://beza1e1.tuxen.de/lore/500mile_email.html)  

### Operating myself some software over 10 years of ...

Operating myself some software over 10 years of age for over 10 years now, this podcast really resonated with me: `#podcast` `#software` `#maintainability` `#maintenance`

[changelog.com/podcast/627](https://changelog.com/podcast/627)  

### `#git` worktrees are awesome! ...

`#git` worktrees are awesome!

### LLMs for anomaly detection? "While some ...

LLMs for anomaly detection? "While some ML-powered monitoring features have their place, good old-fashioned standard statistics remain hard to beat" Lessons from the pre-LLM AI in Observability: Anomaly Detection and AI-Ops vs. P99 | `#llm` `#monitoring`

[quesma.com/blog-detail/aiops-observability](https://quesma.com/blog-detail/aiops-observability)  

### After having heavily vibe-coded (personal pet ...

After having heavily vibe-coded (personal pet projects) for 2 months other the summer, I've come back to more structured and intentional AI coding practices. Surly, it was a great learnig experiment: `#llm` `#ai` `#risk` `#code` `#sre` `#development` `#genai`

[www.okoone.com/spark/technology-innova..-..ode-is-quietly-increasing-system-risk/](https://www.okoone.com/spark/technology-innovation/how-ai-generated-code-is-quietly-increasing-system-risk/)  

### Slowly, one after another, I am switching all ...

Slowly, one after another, I am switching all my Go projects to Mage. Having a Makefile or Taskfile in a native Go format is so much better.

[magefile.org/](https://magefile.org/)  

### Some neat slice tricks for Go: `#golang` ...

Some neat slice tricks for Go: `#golang`

[blog.devtrovert.com/p/12-slice-tricks-to-enhance-your-go](https://blog.devtrovert.com/p/12-slice-tricks-to-enhance-your-go)  

### I spent way too much time on this site. It's ...

I spent way too much time on this site. It's full of tools for the `#terminal`! Terminal Trove - The $HOME of all things in the terminal. `#linux` `#bsd` `#unix` `#terminal` `#cli` `#tools`

[terminaltrove.com/](https://terminaltrove.com/)  

### I share similar experiences with `#rust`, but I ...

I share similar experiences with `#rust`, but I am sure one just needs a bit more time to feel productive in it. It's not enough just to try rust out once before becoming fluent in it.

[m.slashdot.org/story/446164](https://m.slashdot.org/story/446164)  

### Pipelines in Go using channels. `#golang` ...

Pipelines in Go using channels. `#golang`

[go.dev/blog/pipelines](https://go.dev/blog/pipelines)  

### Some nifty `#Ruby` tricks: In my opinion, Ruby ...

Some nifty `#Ruby` tricks: In my opinion, Ruby is unterrated. It's a great language even without Rails.

[www.rubyinside.com/21-ruby-tricks-902.html](http://www.rubyinside.com/21-ruby-tricks-902.html)  

### Reflects my experience ...

Reflects my experience

[simonwillison.net/2025/Sep/12/matt-webb/#atom-everything](https://simonwillison.net/2025/Sep/12/matt-webb/#atom-everything)  

### I like the fact that Markdown fikes, a RCS. an ...

I like the fact that Markdown fikes, a RCS. an text editor and standard unix tools like `#grep` and `#find` are all you need for taking notes digitally. I am the same :-) My favorite note-taking method

[unixdigest.com/articles/my-favorite-note-taking-method.html](https://unixdigest.com/articles/my-favorite-note-taking-method.html)  

### Rich Interactive Widgets for Terminal UIs, it ...

Rich Interactive Widgets for Terminal UIs, it must not always be BubbleTea `#golang` `#terminal` `#widgets`

[github.com/rivo/tview](https://github.com/rivo/tview)  

### Always fun to dig in the `#Perl` @Perl woods. ...

Always fun to dig in the `#Perl` @Perl woods. Now, no more Perl 4 pseudo multi-dimensional hashes in Perl 5 (well, they are still there when you require an older version for compatibility via use flag, though)! :-)

[www.effectiveperlprogramming.com/2024/..-..fake-multidimensional-data-structures/](https://www.effectiveperlprogramming.com/2024/11/goodbye-fake-multidimensional-data-structures/)  

### How does `#virtual` `#memory` work? `#ram` ...

How does `#virtual` `#memory` work? `#ram`

[drewdevault.com/2018/10/29/How-does-virtual-memory-work.html](https://drewdevault.com/2018/10/29/How-does-virtual-memory-work.html)  

### flamelens - An interactive flamegraph viewer in ...

flamelens - An interactive flamegraph viewer in the terminal. - Terminal Trove

[terminaltrove.com/flamelens/](https://terminaltrove.com/flamelens/)  

### You can now run Ansible Playbooks and shell ...

You can now run Ansible Playbooks and shell scripts from your Terraform more easily `#ansible` `#terraform` `#iac`

[danielmschmidt.de/posts/2025-09-26-terraform-actions-introduction/](https://danielmschmidt.de/posts/2025-09-26-terraform-actions-introduction/)  

### For people working with `#k8s`, this tool is ...

For people working with `#k8s`, this tool is useful. It lets you fuzzy find different k8s resource types and read a description about them: `#kubernetes` `#fuzzy` `#cli` `#tools` `#devops`

[github.com/keisku/kubectl-explore](https://github.com/keisku/kubectl-explore)  

## November 2025

### Yes, using the right `#tool` for the job and ...

Yes, using the right `#tool` for the job and also learn along the way!

[drewdevault.com/2016/09/17/Use-the-right-tool.html](https://drewdevault.com/2016/09/17/Use-the-right-tool.html)  

### Some neat Go tricks: `#golang` ...

Some neat Go tricks: `#golang`

[harrisoncramer.me/15-go-sublteties-you-may-not-already-know/](https://harrisoncramer.me/15-go-sublteties-you-may-not-already-know/)  

### There are some truths in this `#SRE` article: ...

There are some truths in this `#SRE` article: However, in my opinion, the more experience you have, the more you are expected to be able to resolve issues. So you can't always fallback to others. New starters are treated differently, of course. `#oncall`

[ntietz.com/blog/what-i-tell-people-new-to-oncall/.](https://ntietz.com/blog/what-i-tell-people-new-to-oncall/.)  

### The Go flight recorder is a tool that allows ...

The Go flight recorder is a tool that allows developers to capture and analyze the execution of Go programs. It provides insights into performance, memory usage, and other runtime characteristics by recording events and metrics during the program's execution. Yet another tool why Go is awesome! `#go` `#golang` `#tools`

[go.dev/blog/flight-recorder](https://go.dev/blog/flight-recorder)  

### This is useful `#golang` ...

This is useful `#golang`

[antonz.org/chans/](https://antonz.org/chans/)  

### Great visually animated guide how `#raft` ...

Great visually animated guide how `#raft` `#consensus` works

[thesecretlivesofdata.com/raft/](http://thesecretlivesofdata.com/raft/)  

### "Today’s junior devs who skip the “hard ...

"Today’s junior devs who skip the “hard way” may plateau early, lacking the depth to grow into senior engineers tomorrow." ... Avoiding Skill Atrophy in the Age of AI

[addyo.substack.com/p/avoiding-skill-atrophy-in-the-age](https://addyo.substack.com/p/avoiding-skill-atrophy-in-the-age)  

### I actually enjoyed readong through the `#Fish` ...

I actually enjoyed readong through the `#Fish` `#shell` docs It's much cleaner than posix shells

[fishshell.com/docs/current/language.html](https://fishshell.com/docs/current/language.html)  

### There can be many things which can go wrong, ...

There can be many things which can go wrong, more than mentioned here: `#linux`

[notes.eatonphil.com/2025-03-27-things-that-go-wrong-with-disk-io.html](https://notes.eatonphil.com/2025-03-27-things-that-go-wrong-with-disk-io.html)  

### IMHO, motivation is not always enough. There ...

IMHO, motivation is not always enough. There must also be some discipline. That helps then theres only a little or no motivation

[world.hey.com/jason/motivation-50ab8280](https://world.hey.com/jason/motivation-50ab8280)  

### Have been generating those CPU flame graphs on ...

Have been generating those CPU flame graphs on bare metal, so being able to use them in k8s seems to be pretty useful to me. `#flamegraphs` `#k8s` `#kubernetes`

[www.percona.com/blog/kubernetes-observability-code-profiling-with-flame-graphs/](https://www.percona.com/blog/kubernetes-observability-code-profiling-with-flame-graphs/)  

### I personally don't like the typical whiteboard ...

I personally don't like the typical whiteboard coding exercises, nor do I think LeetCode is the answer. It's impossible to assess the skills of a candidate with a few interviews but it is possible to filter out the bad ones. The aim is to get an idea about the candidate and be positive about their potential. `#interview` `#interviewing` `#hiring`

[danielabaron.me/blog/reimagining-technical-interviews/](https://danielabaron.me/blog/reimagining-technical-interviews/)  

### If you've wondered how CPUs and operating ...

If you've wondered how CPUs and operating systems generally work and want the basics explained in an easily digestible format without going to college, have a look at CPU.land. I had a lot of fun reading it! `#CPU`

[cpu.land](https://cpu.land)  

### And there's an unexpected winner :-) `#erlang` ...

And there's an unexpected winner :-) `#erlang` `#architecture`

[freedium.cfd/https://medium.com/@codep..-..t-wasn-t-what-we-expected-67f84c79dc34](https://freedium.cfd/https://medium.com/@codeperfect/we-tested-7-languages-under-extreme-load-and-only-one-didnt-crash-it-wasn-t-what-we-expected-67f84c79dc34)  

### Is it it? This is it. What Is It (in Ruby 3.4)? ...

Is it it? This is it. What Is It (in Ruby 3.4)? `#ruby`

[kevinjmurphy.com/posts/what-is-it-in-ruby-34/](https://kevinjmurphy.com/posts/what-is-it-in-ruby-34/)  

### From my recent `#London` trip, I've uploaded ...

From my recent `#London` trip, I've uploaded some new Street Photography photos to my photo site All photos were post-processed using Open-Source software including `#Darktable` and `#Shotwell`. The site itself was generated with a simple `#bash` script! Not all photos are from London, just the recent additions were.

[irregular.ninja!](https://irregular.ninja!)  

### Agreed, you should make your own programming ...

Agreed, you should make your own programming language, even if it's only for the sake of learning. I also did so over a decade ago. Mine was called Fype - "For Your Program Execution"

[ntietz.com/blog/you-should-make-a-new-terrible-programming-language/](https://ntietz.com/blog/you-should-make-a-new-terrible-programming-language/)  
[foo.zone/gemfeed/2010-05-09-the-fype-programming-language.gmi (Gemini)](gemini://foo.zone/gemfeed/2010-05-09-the-fype-programming-language.gmi)  
[foo.zone/gemfeed/2010-05-09-the-fype-programming-language.html](https://foo.zone/gemfeed/2010-05-09-the-fype-programming-language.html)  

### Principles for C programming `#C` ...

Principles for C programming `#C` `#programming`

[drewdevault.com/2017/03/15/How-I-learned-to-stop-worrying-and-love-C.html](https://drewdevault.com/2017/03/15/How-I-learned-to-stop-worrying-and-love-C.html)  

### `#Typst` appears to be a great modern ...

`#Typst` appears to be a great modern alternative to `#LaTeX`

### Things you can do with a debugger but not with ...

Things you can do with a debugger but not with print debugging `#debugger` `#debugging` `#coding` `#programming`

[mahesh-hegde.github.io/posts/what_debugger_can/](https://mahesh-hegde.github.io/posts/what_debugger_can/)  

### Neat tutorial, I think I've to try `#jujutsu` ...

Neat tutorial, I think I've to try `#jujutsu` out now! `#git` `#vcs` `#jujutsu` `#jj`

[www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/](https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/)  

### Wise words Best practices are not rules. They ...

Wise words Best practices are not rules. They are guidelines that help you make better decisions. They are not absolute truths, but rather suggestions based on experience and common sense. You should always use your own judgment and adapt them to your specific situation.

[www.arp242.net/best-practices.html](https://www.arp242.net/best-practices.html)  

### How to build a `#Linux` `#Container` from ...

How to build a `#Linux` `#Container` from scratch without `#Docker`, `#Podman`, etc. `#Linux` `#container` from scratch

[michalpitr.substack.com/p/linux-contai..-..rom-scratch?r=gt6tv&triedRedirect=true](https://michalpitr.substack.com/p/linux-container-from-scratch?r=gt6tv&triedRedirect=true)  

### When I reach the point where I am trying to ...

When I reach the point where I am trying to recover from panics in Go, something else has already gone wrong with the design of the codebase, IMHO. However, I must admit that my viewpoint may be flawed, as I code small, self-contained tools and rely on as few dependencies as possible. So I rarely rely on 3rd party libs, which may panic (which wouldn’t be nice to begin with; it would be better if they returned errors). `#golang`

[blog.devtrovert.com/p/go-panic-and-recover-dont-make-these](https://blog.devtrovert.com/p/go-panic-and-recover-dont-make-these)  

### Personally one of the main benefits of using ...

Personally one of the main benefits of using `#tmux` over other solutions is, that I can use the same setup on my personal devices (Linux and BSD) and for work (`#macOS`): you might not need tmux

[bower.sh/you-might-not-need-tmux](https://bower.sh/you-might-not-need-tmux)  

## December 2025

### Rhese are some nice `#Ruby` tricks (Ruby is onw ...

Rhese are some nice `#Ruby` tricks (Ruby is onw of my favourite languages) 11 Ruby Tricks You Haven’t Seen Before via @wallabagapp

[www.rubyguides.com/2016/01/ruby-tricks/](https://www.rubyguides.com/2016/01/ruby-tricks/)  

### That's fun, use the C preprocessor as a HTML ...

That's fun, use the C preprocessor as a HTML template engine! `#c` `#cpp` `#fun`

[wheybags.com/blog/macroblog.html](https://wheybags.com/blog/macroblog.html)  

### `#jq` but for `#Markdown`? Thats interesting, ...

`#jq` but for `#Markdown`? Thats interesting, never thought of that. mdq: jq for Markdown via @wallabagapp

[github.com/yshavit/mdq](https://github.com/yshavit/mdq)  

### Elvish seems to be a neat little shell. It's ...

Elvish seems to be a neat little shell. It's implemented in `#Golang` and can make use of the great Go standard library. The language is more modern than other shells out there (e.g., supporting nested data structures) and eliminates backward compatibility issues (e.g., awkward string parsing with spaces that often causes problems in traditional shells). Elvish also comes with some neat interactive TUI elements. Furthermore, there will be a whole TUI framework built directly into the shell. If I weren't so deeply intertwined with `#bash` and `#zsh`, I would personally give `#Elvish` a try... Interesting, at least, it is.

[elv.sh/](https://elv.sh/)  

### Google `#SRE` required better Wifi on the ...

Google `#SRE` required better Wifi on the toilet, otherwise YouTube could go down :-)

[podcasts.apple.com/us/podcast/incident..-..ai-stacey/id1615778073?i=1000672365156](https://podcasts.apple.com/us/podcast/incident-response-with-sarah-butt-and-vrai-stacey/id1615778073?i=1000672365156)  

### Indeed ...

Indeed

[aaronfrancis.com/2024/because-i-wanted-to-12c5137c](https://aaronfrancis.com/2024/because-i-wanted-to-12c5137c)  

### Very interesting post how pods are scheduled ...

Very interesting post how pods are scheduled and terminated with some tips how to improve reliability (pods may be terminated before ingress rules are updated and some traffic may hits non existing pods) `#k8s` `#kubernetes`

[learnk8s.io/graceful-shutdown](https://learnk8s.io/graceful-shutdown)  

### I have added observability to the `#Kubernetes` ...

I have added observability to the `#Kubernetes` cluster in the eighth part of my `#Kubernetes` on `#FreeBSD` series. `#Grafana` `#Loki` `#Prometheus` `#Alloy` `#k3s` `#OpenBSD` `#RockyLinux`

[foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.gmi)  
[foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.html](https://foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.html)  

### Wondering where I could make use of it ...

Wondering where I could make use of it blog/2025/12/an-svg-is-all-you-need.mld `#SVG`

[jon.recoil.org/blog/2025/12/an-svg-is-all-you-need.html](https://jon.recoil.org/blog/2025/12/an-svg-is-all-you-need.html)  

### Trying out `#COSMIC` `#Desktop`... seems ...

Trying out `#COSMIC` `#Desktop`... seems snappier than `#GNOME` and I like the tiling features...

### Best thing I've ever read about `#container` ...

Best thing I've ever read about `#container` `#security` in `#kubernetes`:

[learnkube.com/security-contexts](https://learnkube.com/security-contexts)  

### While acknowledging luck in finding the right ...

While acknowledging luck in finding the right team and company culture, the author stresses that staying and choosing long-term ownership is a deliberate choice for those valuing deep technical ownership over external validation: Why I Ignore The Spotlight as a Staff Engineer `#engineering`

[lalitm.com/software-engineering-outside-the-spotlight/](https://lalitm.com/software-engineering-outside-the-spotlight/)  

### Great explanation `#slo` `#sla` `#sli` `#sre` ...

Great explanation `#slo` `#sla` `#sli` `#sre`

[blog.alexewerlof.com/p/sla-vs-slo](https://blog.alexewerlof.com/p/sla-vs-slo)  

### Nice service, you send a drive, they host ...

Nice service, you send a drive, they host `#ZFS` for you!

[zfs.rent/](https://zfs.rent/)  

Other related posts:

[2025-01-01 Posts from October to December 2024](./2025-01-01-posts-from-october-to-december-2024.md)  
[2025-07-01 Posts from January to June 2025](./2025-07-01-posts-from-january-to-june-2025.md)  
[2026-01-01 Posts from July to December 2025 (You are currently reading this)](./2026-01-01-posts-from-july-to-december-2025.md)  

E-Mail your comments to `paul@nospam.buetow.org` :-)

[Back to the main site](../)