summaryrefslogtreecommitdiff
path: root/gemfeed/2026-01-01-posts-from-july-to-december-2025.html
blob: 17de68f7461c0d4276dedad66f42d41ebc89d12a (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
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Posts from July to December 2025</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="../style.css" />
<link rel="stylesheet" href="style-override.css" />
</head>
<body>
<div class="rfx-overlay-grid"></div>
<div class="rfx-overlay-scanlines"></div>
<div id="rfx-stars"></div>
<div class="rfx-vignette"></div>
<p class="header">
<a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/gemfeed/2026-01-01-posts-from-july-to-december-2025.md">Markdown</a> | <a href="gemini://foo.zone/gemfeed/2026-01-01-posts-from-july-to-december-2025.gmi">Gemini</a>
</p>
<h1 style='display: inline' id='posts-from-july-to-december-2025'>Posts from July to December 2025</h1><br />
<br />
<span class='quote'>Published at 2025-12-31T15:49:06+02:00</span><br />
<br />
<span>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. </span><br />
<br />
<span>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.</span><br />
<br />
<a class='textlink' href='../about/index.html'>My about page</a><br />
<a class='textlink' href='https://codeberg.org/snonux/gos'>https://codeberg.org/snonux/gos</a><br />
<br />
<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
<br />
<ul>
<li><a href='#posts-from-july-to-december-2025'>Posts from July to December 2025</a></li>
<li>⇢ <a href='#july-2025'>July 2025</a></li>
<li>⇢ ⇢ <a href='#in-golang-values-are-actually-copied-when-'>In <span class='inlinecode'>#Golang</span>, values are actually copied when ...</a></li>
<li>⇢ ⇢ <a href='#same-experiences-i-had-but-it-s-a-time-saver-'>Same experiences I had, but it&#39;s a time saver. ...</a></li>
<li>⇢ ⇢ <a href='#we-programmers-all-use-them-i-hope-'>We (programmers) all use them (I hope): ...</a></li>
<li>⇢ ⇢ <a href='#shells-of-the-early-unices-didnt-understand-'>Shells of the early unices didnt understand ...</a></li>
<li>⇢ ⇢ <a href='#i-ve-picked-up-a-few-techniques-from-this-blog-'>I&#39;ve picked up a few techniques from this blog ...</a></li>
<li>⇢ ⇢ <a href='#i-ve-published-the-sixth-part-of-my-kubernetes-'>I&#39;ve published the sixth part of my "Kubernetes ...</a></li>
<li>⇢ ⇢ <a href='#the-book-coders-at-work-offers-a-fascinating-'>The book "Coders at Work" offers a fascinating ...</a></li>
<li>⇢ ⇢ <a href='#for-me-that-s-all-normal-couldn-t-imagine-a-'>For me, that&#39;s all normal. Couldn&#39;t imagine a ...</a></li>
<li>⇢ ⇢ <a href='#this-is-similar-to-my-dtail-project-it-got-'>This is similar to my <span class='inlinecode'>#dtail</span> project. It got ...</a></li>
<li>⇢ ⇢ <a href='#i-also-feel-the-most-comfortable-in-the-'>I also feel the most comfortable in the ...</a></li>
<li>⇢ ⇢ <a href='#i-have-been-enjoying-lately-as-an-alternative-'>I have been enjoying lately as an alternative ...</a></li>
<li>⇢ ⇢ <a href='#jonathan-s-reflection-of-10-years-of-'>Jonathan&#39;s reflection of 10 years of ...</a></li>
<li>⇢ ⇢ <a href='#some-neat-zero-copy-golang-tricks-here-'>Some neat zero-copy <span class='inlinecode'>#Golang</span> tricks here ...</a></li>
<li>⇢ ⇢ <a href='#what-was-it-like-working-at-gitlab-a-scary-'>What was it like working at GitLab? A scary ...</a></li>
<li>⇢ ⇢ <a href='#i-have-learned-a-lot-from-the-practical-ai-'>I have learned a lot from the Practical <span class='inlinecode'>#AI</span> ...</a></li>
<li>⇢ <a href='#august-2025'>August 2025</a></li>
<li>⇢ ⇢ <a href='#at-the-end-of-the-article-it-s-mentione-that-'>At the end of the article it&#39;s mentione that ...</a></li>
<li>⇢ ⇢ <a href='#great-blog-post-a-out-openbsdamsterdam-of-'>Great blog post a out <span class='inlinecode'>#OpenBSDAmsterdam</span>, of ...</a></li>
<li>⇢ ⇢ <a href='#interesting-llm-ai-slowdown-'>Interesting. <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#slowdown</span> ...</a></li>
<li>⇢ ⇢ <a href='#with-the-help-of-genai-i-could-generate-this-'>With the help of genai, I could generate this ...</a></li>
<li>⇢ ⇢ <a href='#i-tinkered-a-bit-with-local-llms-for-coding-'>I tinkered a bit with local LLMs for coding: ...</a></li>
<li>⇢ ⇢ <a href='#good-stuff-10-years-of-functional-options-and-'>Good stuff: 10 years of functional options and ...</a></li>
<li>⇢ ⇢ <a href='#top-5-performance-boosters-golang-'>Top 5 performance boosters <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#this-person-found-the-balance-although-i-'>This person found the balance.. although I ...</a></li>
<li>⇢ ⇢ <a href='#let-s-rewrite-all-slow-in-assembly-surely-'>Let&#39;s rewrite all slow in <span class='inlinecode'>#assembly</span>, surely ...</a></li>
<li>⇢ ⇢ <a href='#how-to-store-data-forever-storage-'>How to store data forever? <span class='inlinecode'>#storage</span> ...</a></li>
<li>⇢ ⇢ <a href='#no-wonder-that-almost-everyone-doing-something-'>No wonder, that almost everyone doing something ...</a></li>
<li>⇢ ⇢ <a href='#another-drawback-of-running-load-tests-in-a-'>Another drawback of running load tests in a ...</a></li>
<li>⇢ ⇢ <a href='#interesting-read-learnings-from-two-years-of-'>Interesting read Learnings from two years of ...</a></li>
<li>⇢ ⇢ <a href='#neat-little-story-a-school-girl-writing-her-'>Neat little story a school girl writing her ...</a></li>
<li>⇢ ⇢ <a href='#happy-that-i-am-not-yet-obsolete-llm-'>Happy, that I am not yet obsolete! <span class='inlinecode'>#llm</span> ...</a></li>
<li>⇢ <a href='#september-2025'>September 2025</a></li>
<li>⇢ ⇢ <a href='#loving-this-as-well-slackware-linux-'>Loving this as well: <span class='inlinecode'>#slackware</span> <span class='inlinecode'>#linux</span> ...</a></li>
<li>⇢ ⇢ <a href='#some-fun-random-weird-things-part-iii-blog-'>Some <span class='inlinecode'>#fun</span>: Random Weird Things Part III blog ...</a></li>
<li>⇢ ⇢ <a href='#yes-write-more-useless-software-i-agree-that-'>Yes, write more useless software. I agree that ...</a></li>
<li>⇢ ⇢ <a href='#i-learned-a-lot-from-this-openbsd-relayd-'>I learned a lot from this <span class='inlinecode'>#OpenBSD</span> <span class='inlinecode'>#relayd</span> ...</a></li>
<li>⇢ ⇢ <a href='#six-weeks-of-claude-code'>Six weeks of claude code</a></li>
<li>⇢ ⇢ <a href='#it-s-good-that-there-is-now-a-truly-open-source-'>It&#39;s good that there is now a truly open-source ...</a></li>
<li>⇢ ⇢ <a href='#have-to-try-this-at-some-point-'>Have to try this at some point ...</a></li>
<li>⇢ ⇢ <a href='#i-could-not-agree-more-for-me-a-personal-'>I could not agree more. For me, a personal ...</a></li>
<li>⇢ ⇢ <a href='#the-true-enterprise-developer-can-write-java-in-'>The true enterprise developer can write Java in ...</a></li>
<li>⇢ ⇢ <a href='#fx-is-a-neat-little-tool-for-viewing-json-'><span class='inlinecode'>#fx</span> is a neat little tool for viewing JSON ...</a></li>
<li>⇢ ⇢ <a href='#i-wish-i-had-as-much-time-as-this-guy-he-'>I wish I had as much time as this guy. He ...</a></li>
<li>⇢ ⇢ <a href='#what-exactly-was-the-point-of--xvar--'>What exactly was the point of [ “x$var” = ...</a></li>
<li>⇢ ⇢ <a href='#neat-zfs-feature-here-freebsd-which-i-'>Neat <span class='inlinecode'>#ZFS</span> feature (here <span class='inlinecode'>#FreeBSD</span>) which I ...</a></li>
<li>⇢ ⇢ <a href='#longer-hours-help-only-short-term-about-40-'>Longer hours help only short term. About 40 ...</a></li>
<li>⇢ ⇢ <a href='#you-could-also-use-bpf-instead-of-strace-'>You could also use <span class='inlinecode'>#bpf</span> instead of <span class='inlinecode'>#strace</span>, ...</a></li>
<li>⇢ ⇢ <a href='#some-great-things-are-approaching-bhyve-on-'>Some great things are approaching <span class='inlinecode'>#bhyve</span> on ...</a></li>
<li>⇢ ⇢ <a href='#another-synchronization-tool-part-of-the-'>Another synchronization tool part of the ...</a></li>
<li>⇢ ⇢ <a href='#too-many-open-files-linux-'>Too many open files <span class='inlinecode'>#linux</span> ...</a></li>
<li>⇢ ⇢ <a href='#just-posted-part-4-of-my-bash-golf-'>Just posted Part 4 of my <span class='inlinecode'>#Bash</span> <span class='inlinecode'>#Golf</span> ...</a></li>
<li>⇢ ⇢ <a href='#perl-is-like-a-swiss-army-knife-as-one-of-'><span class='inlinecode'>#Perl</span> is like a swiss army knife, as one of ...</a></li>
<li>⇢ ⇢ <a href='#personally-mainly-working-with-colorless-'>Personally, mainly working with colorless ...</a></li>
<li>⇢ ⇢ <a href='#how-do-gpus-work-usually-people-only-know-'>How do GPUs work? Usually, people only know ...</a></li>
<li>⇢ ⇢ <a href='#for-unattended-upgrades-you-must-have-a-good-'>For unattended upgrades you must have a good ...</a></li>
<li>⇢ ⇢ <a href='#surely-in-the-age-of-ai-and-llm-people-'>Surely, in the age of <span class='inlinecode'>#AI</span> and <span class='inlinecode'>#LLM</span>, people ...</a></li>
<li>⇢ ⇢ <a href='#on-ai-changes-everything-'>On <span class='inlinecode'>#AI</span> changes everything... ...</a></li>
<li>⇢ ⇢ <a href='#maps-in-go-under-the-hood-golang-'>Maps in Go under the hood <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#a-project-that-looks-complex-might-just-be-'>"A project that looks complex might just be ...</a></li>
<li>⇢ ⇢ <a href='#i-must-admit-that-partly-i-see-myself-there-'>I must admit that partly I see myself there ...</a></li>
<li>⇢ ⇢ <a href='#makes-me-think-of-good-old-times-where-i-'>Makes me think of good old times, where I ...</a></li>
<li>⇢ ⇢ <a href='#neat-little-blog-post-showcasing-various-'>Neat little blog post, showcasing various ...</a></li>
<li>⇢ ⇢ <a href='#share-didn-t-know-that-on-macos-besides-of-'>share Didn&#39;t know, that on MacOS, besides of ...</a></li>
<li>⇢ ⇢ <a href='#i-think-this-is-the-way-use-llms-for-code-you-'>I think this is the way: use LLMs for code you ...</a></li>
<li>⇢ ⇢ <a href='#always-enable-keepalive-i-d-say-most-of-the-'>Always enable keepalive? I&#39;d say most of the ...</a></li>
<li>⇢ ⇢ <a href='#i-just-finished-reading-chaos-engineering-by-'>I just finished reading "Chaos Engineering" by ...</a></li>
<li>⇢ ⇢ <a href='#fx-is-a-neat-and-tidy-command-line-tool-for-'>fx is a neat and tidy command-line tool for ...</a></li>
<li>⇢ ⇢ <a href='#some-nice-golang-tricks-there-'>Some nice <span class='inlinecode'>#Golang</span> tricks there ...</a></li>
<li>⇢ <a href='#october-2025'>October 2025</a></li>
<li>⇢ ⇢ <a href='#word-what-are-we-losing-with-ai-llm-ai-'>Word! What Are We Losing With AI? <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> ...</a></li>
<li>⇢ ⇢ <a href='#it-s-not-yet-time-for-the-friday-fun-but-'>It&#39;s not yet time for the friday <span class='inlinecode'>#fun</span>, but: ...</a></li>
<li>⇢ ⇢ <a href='#finally-i-retired-my-awsecs-setup-for-my-'>Finally, I retired my AWS/ECS setup for my ...</a></li>
<li>⇢ ⇢ <a href='#a-great-blog-post-about-my-favourite-text-'>A great blog post about my favourite text ...</a></li>
<li>⇢ ⇢ <a href='#one-of-the-more-confusing-parts-in-go-nil-'>One of the more confusing parts in Go, nil ...</a></li>
<li>⇢ ⇢ <a href='#strong-engineers-are-pragmatic-work-fast-have-'>Strong engineers are pragmatic, work fast, have ...</a></li>
<li>⇢ ⇢ <a href='#i-am-currently-binge-listening-to-the-google-'>I am currently binge-listening to the Google ...</a></li>
<li>⇢ ⇢ <a href='#looks-like-a-neat-library-for-writing-'>Looks like a neat library for writing ...</a></li>
<li>⇢ ⇢ <a href='#where-gen-ai-shines-is-the-generation-and-'>Where Gen AI shines is the generation and ...</a></li>
<li>⇢ ⇢ <a href='#at-work-everybody-is-replacable-some-with-a-'>At work, everybody is replacable. Some with a ...</a></li>
<li>⇢ ⇢ <a href='#i-actually-would-switch-back-to-freebsd-as-'>I actually would switch back to <span class='inlinecode'>#FreeBSD</span> as ...</a></li>
<li>⇢ ⇢ <a href='#amazing-print-is-amazing-'>Amazing Print is amazing ...</a></li>
<li>⇢ ⇢ <a href='#always-worth-a-reminde-what-are-bloom-filters-'>Always worth a reminde, what are bloom filters ...</a></li>
<li>⇢ ⇢ <a href='#some-ruby-book-notes-of-mine-'>Some <span class='inlinecode'>#Ruby</span> book notes of mine: ...</a></li>
<li>⇢ ⇢ <a href='#sad-story-work-scrum-jira-'>Sad story. <span class='inlinecode'>#work</span> <span class='inlinecode'>#scrum</span> <span class='inlinecode'>#jira</span> ...</a></li>
<li>⇢ ⇢ <a href='#one-of-my-favorite-books-some-thoughts-on-'>One of my favorite books: "Some Thoughts on ...</a></li>
<li>⇢ ⇢ <a href='#ltex-ls-is-great-for-integrating-'>ltex-ls is great for integrating ...</a></li>
<li>⇢ ⇢ <a href='#supernote-tool-is-awesome-as-i-can-now-'>supernote-tool is awesome, as I can now ...</a></li>
<li>⇢ ⇢ <a href='#fun-story---the-case-of-the-500-mile-email-'>Fun story! :-) The case of the 500-mile email ...</a></li>
<li>⇢ ⇢ <a href='#operating-myself-some-software-over-10-years-of-'>Operating myself some software over 10 years of ...</a></li>
<li>⇢ ⇢ <a href='#git-worktrees-are-awesome-'><span class='inlinecode'>#git</span> worktrees are awesome! ...</a></li>
<li>⇢ ⇢ <a href='#llms-for-anomaly-detection-while-some-'>LLMs for anomaly detection? "While some ...</a></li>
<li>⇢ ⇢ <a href='#after-having-heavily-vibe-coded-personal-pet-'>After having heavily vibe-coded (personal pet ...</a></li>
<li>⇢ ⇢ <a href='#slowly-one-after-another-i-am-switching-all-'>Slowly, one after another, I am switching all ...</a></li>
<li>⇢ ⇢ <a href='#some-neat-slice-tricks-for-go-golang-'>Some neat slice tricks for Go: <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#i-spent-way-too-much-time-on-this-site-it-s-'>I spent way too much time on this site. It&#39;s ...</a></li>
<li>⇢ ⇢ <a href='#i-share-similar-experiences-with-rust-but-i-'>I share similar experiences with <span class='inlinecode'>#rust</span>, but I ...</a></li>
<li>⇢ ⇢ <a href='#pipelines-in-go-using-channels-golang-'>Pipelines in Go using channels. <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#some-nifty-ruby-tricks-in-my-opinion-ruby-'>Some nifty <span class='inlinecode'>#Ruby</span> tricks: In my opinion, Ruby ...</a></li>
<li>⇢ ⇢ <a href='#reflects-my-experience-'>Reflects my experience ...</a></li>
<li>⇢ ⇢ <a href='#i-like-the-fact-that-markdown-fikes-a-rcs-an-'>I like the fact that Markdown fikes, a RCS. an ...</a></li>
<li>⇢ ⇢ <a href='#rich-interactive-widgets-for-terminal-uis-it-'>Rich Interactive Widgets for Terminal UIs, it ...</a></li>
<li>⇢ ⇢ <a href='#always-fun-to-dig-in-the-perl-perl-woods-'>Always fun to dig in the <span class='inlinecode'>#Perl</span> @Perl woods. ...</a></li>
<li>⇢ ⇢ <a href='#how-does-virtual-memory-work-ram-'>How does <span class='inlinecode'>#virtual</span> <span class='inlinecode'>#memory</span> work? <span class='inlinecode'>#ram</span> ...</a></li>
<li>⇢ ⇢ <a href='#flamelens---an-interactive-flamegraph-viewer-in-'>flamelens - An interactive flamegraph viewer in ...</a></li>
<li>⇢ ⇢ <a href='#you-can-now-run-ansible-playbooks-and-shell-'>You can now run Ansible Playbooks and shell ...</a></li>
<li>⇢ ⇢ <a href='#for-people-working-with-k8s-this-tool-is-'>For people working with <span class='inlinecode'>#k8s</span>, this tool is ...</a></li>
<li>⇢ <a href='#november-2025'>November 2025</a></li>
<li>⇢ ⇢ <a href='#yes-using-the-right-tool-for-the-job-and-'>Yes, using the right <span class='inlinecode'>#tool</span> for the job and ...</a></li>
<li>⇢ ⇢ <a href='#some-neat-go-tricks-golang-'>Some neat Go tricks: <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#there-are-some-truths-in-this-sre-article-'>There are some truths in this <span class='inlinecode'>#SRE</span> article: ...</a></li>
<li>⇢ ⇢ <a href='#the-go-flight-recorder-is-a-tool-that-allows-'>The Go flight recorder is a tool that allows ...</a></li>
<li>⇢ ⇢ <a href='#this-is-useful-golang-'>This is useful <span class='inlinecode'>#golang</span> ...</a></li>
<li>⇢ ⇢ <a href='#great-visually-animated-guide-how-raft-'>Great visually animated guide how <span class='inlinecode'>#raft</span> ...</a></li>
<li>⇢ ⇢ <a href='#todays-junior-devs-who-skip-the-hard-'>"Today’s junior devs who skip the “hard ...</a></li>
<li>⇢ ⇢ <a href='#i-actually-enjoyed-readong-through-the-fish-'>I actually enjoyed readong through the <span class='inlinecode'>#Fish</span> ...</a></li>
<li>⇢ ⇢ <a href='#there-can-be-many-things-which-can-go-wrong-'>There can be many things which can go wrong, ...</a></li>
<li>⇢ ⇢ <a href='#imho-motivation-is-not-always-enough-there-'>IMHO, motivation is not always enough. There ...</a></li>
<li>⇢ ⇢ <a href='#have-been-generating-those-cpu-flame-graphs-on-'>Have been generating those CPU flame graphs on ...</a></li>
<li>⇢ ⇢ <a href='#i-personally-don-t-like-the-typical-whiteboard-'>I personally don&#39;t like the typical whiteboard ...</a></li>
<li>⇢ ⇢ <a href='#if-you-ve-wondered-how-cpus-and-operating-'>If you&#39;ve wondered how CPUs and operating ...</a></li>
<li>⇢ ⇢ <a href='#and-there-s-an-unexpected-winner---erlang-'>And there&#39;s an unexpected winner :-) <span class='inlinecode'>#erlang</span> ...</a></li>
<li>⇢ ⇢ <a href='#is-it-it-this-is-it-what-is-it-in-ruby-34-'>Is it it? This is it. What Is It (in Ruby 3.4)? ...</a></li>
<li>⇢ ⇢ <a href='#from-my-recent-london-trip-i-ve-uploaded-'>From my recent <span class='inlinecode'>#London</span> trip, I&#39;ve uploaded ...</a></li>
<li>⇢ ⇢ <a href='#agreed-you-should-make-your-own-programming-'>Agreed, you should make your own programming ...</a></li>
<li>⇢ ⇢ <a href='#principles-for-c-programming-c-'>Principles for C programming <span class='inlinecode'>#C</span> ...</a></li>
<li>⇢ ⇢ <a href='#typst-appears-to-be-a-great-modern-'><span class='inlinecode'>#Typst</span> appears to be a great modern ...</a></li>
<li>⇢ ⇢ <a href='#things-you-can-do-with-a-debugger-but-not-with-'>Things you can do with a debugger but not with ...</a></li>
<li>⇢ ⇢ <a href='#neat-tutorial-i-think-i-ve-to-try-jujutsu-'>Neat tutorial, I think I&#39;ve to try <span class='inlinecode'>#jujutsu</span> ...</a></li>
<li>⇢ ⇢ <a href='#wise-words-best-practices-are-not-rules-they-'>Wise words Best practices are not rules. They ...</a></li>
<li>⇢ ⇢ <a href='#how-to-build-a-linux-container-from-'>How to build a <span class='inlinecode'>#Linux</span> <span class='inlinecode'>#Container</span> from ...</a></li>
<li>⇢ ⇢ <a href='#when-i-reach-the-point-where-i-am-trying-to-'>When I reach the point where I am trying to ...</a></li>
<li>⇢ ⇢ <a href='#personally-one-of-the-main-benefits-of-using-'>Personally one of the main benefits of using ...</a></li>
<li>⇢ <a href='#december-2025'>December 2025</a></li>
<li>⇢ ⇢ <a href='#rhese-are-some-nice-ruby-tricks-ruby-is-onw-'>Rhese are some nice <span class='inlinecode'>#Ruby</span> tricks (Ruby is onw ...</a></li>
<li>⇢ ⇢ <a href='#that-s-fun-use-the-c-preprocessor-as-a-html-'>That&#39;s fun, use the C preprocessor as a HTML ...</a></li>
<li>⇢ ⇢ <a href='#jq-but-for-markdown-thats-interesting-'><span class='inlinecode'>#jq</span> but for <span class='inlinecode'>#Markdown</span>? Thats interesting, ...</a></li>
<li>⇢ ⇢ <a href='#elvish-seems-to-be-a-neat-little-shell-it-s-'>Elvish seems to be a neat little shell. It&#39;s ...</a></li>
<li>⇢ ⇢ <a href='#google-sre-required-better-wifi-on-the-'>Google <span class='inlinecode'>#SRE</span> required better Wifi on the ...</a></li>
<li>⇢ ⇢ <a href='#indeed-'>Indeed ...</a></li>
<li>⇢ ⇢ <a href='#very-interesting-post-how-pods-are-scheduled-'>Very interesting post how pods are scheduled ...</a></li>
<li>⇢ ⇢ <a href='#i-have-added-observability-to-the-kubernetes-'>I have added observability to the <span class='inlinecode'>#Kubernetes</span> ...</a></li>
<li>⇢ ⇢ <a href='#wondering-where-i-could-make-use-of-it-'>Wondering where I could make use of it ...</a></li>
<li>⇢ ⇢ <a href='#trying-out-cosmic-desktop-seems-'>Trying out <span class='inlinecode'>#COSMIC</span> <span class='inlinecode'>#Desktop</span>... seems ...</a></li>
<li>⇢ ⇢ <a href='#best-thing-i-ve-ever-read-about-container-'>Best thing I&#39;ve ever read about <span class='inlinecode'>#container</span> ...</a></li>
<li>⇢ ⇢ <a href='#while-acknowledging-luck-in-finding-the-right-'>While acknowledging luck in finding the right ...</a></li>
<li>⇢ ⇢ <a href='#great-explanation-slo-sla-sli-sre-'>Great explanation <span class='inlinecode'>#slo</span> <span class='inlinecode'>#sla</span> <span class='inlinecode'>#sli</span> <span class='inlinecode'>#sre</span> ...</a></li>
<li>⇢ ⇢ <a href='#nice-service-you-send-a-drive-they-host-'>Nice service, you send a drive, they host ...</a></li>
</ul><br />
<h2 style='display: inline' id='july-2025'>July 2025</h2><br />
<br />
<h3 style='display: inline' id='in-golang-values-are-actually-copied-when-'>In <span class='inlinecode'>#Golang</span>, values are actually copied when ...</h3><br />
<br />
<span>In <span class='inlinecode'>#Golang</span>, values are actually copied when assigned (boxed) into an interface. That can have performance impact.</span><br />
<br />
<a class='textlink' href='https://goperf.dev/01-common-patterns/interface-boxing/'>goperf.dev/01-common-patterns/interface-boxing/</a><br />
<br />
<h3 style='display: inline' id='same-experiences-i-had-but-it-s-a-time-saver-'>Same experiences I had, but it&#39;s a time saver. ...</h3><br />
<br />
<span>Same experiences I had, but it&#39;s a time saver. and when done correctly, those tools are amazing: <span class='inlinecode'>#llm</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://lucumr.pocoo.org/2025/06/21/my-first-ai-library/'>lucumr.pocoo.org/2025/06/21/my-first-ai-library/</a><br />
<br />
<h3 style='display: inline' id='we-programmers-all-use-them-i-hope-'>We (programmers) all use them (I hope): ...</h3><br />
<br />
<span>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&#39;s interesting to look under the hood a little bit to see how your code editor actually communicates with a language server. <span class='inlinecode'>#LSP</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://packagemain.tech/p/understanding-the-language-server-protocol'>packagemain.tech/p/understanding-the-language-server-protocol</a><br />
<br />
<h3 style='display: inline' id='shells-of-the-early-unices-didnt-understand-'>Shells of the early unices didnt understand ...</h3><br />
<br />
<span>Shells of the early unices didnt understand file globbing, that was done by the external glob command! <span class='inlinecode'>#unix</span> <span class='inlinecode'>#history</span> <span class='inlinecode'>#shell</span></span><br />
<br />
<a class='textlink' href='https://utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory'>utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory</a><br />
<br />
<h3 style='display: inline' id='i-ve-picked-up-a-few-techniques-from-this-blog-'>I&#39;ve picked up a few techniques from this blog ...</h3><br />
<br />
<span>I&#39;ve picked up a few techniques from this blog post and found them worth sharing here: <span class='inlinecode'>#ai</span> <span class='inlinecode'>#llm</span> <span class='inlinecode'>#prompting</span> <span class='inlinecode'>#techniques</span></span><br />
<br />
<a class='textlink' href='https://cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/'>cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/</a><br />
<br />
<h3 style='display: inline' id='i-ve-published-the-sixth-part-of-my-kubernetes-'>I&#39;ve published the sixth part of my "Kubernetes ...</h3><br />
<br />
<span>I&#39;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! <span class='inlinecode'>#freebsd</span> <span class='inlinecode'>#nfs</span> <span class='inlinecode'>#ha</span> <span class='inlinecode'>#zfs</span> <span class='inlinecode'>#zrepl</span> <span class='inlinecode'>#carp</span> <span class='inlinecode'>#kubernetes</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#k3s</span> <span class='inlinecode'>#homelab</span></span><br />
<br />
<a class='textlink' href='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.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html'>foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html</a><br />
<br />
<h3 style='display: inline' id='the-book-coders-at-work-offers-a-fascinating-'>The book "Coders at Work" offers a fascinating ...</h3><br />
<br />
<span>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!</span><br />
<br />
<a class='textlink' href='https://www.goodreads.com/book/show/6713575-coders-at-work'>www.goodreads.com/book/show/6713575-coders-at-work</a><br />
<br />
<h3 style='display: inline' id='for-me-that-s-all-normal-couldn-t-imagine-a-'>For me, that&#39;s all normal. Couldn&#39;t imagine a ...</h3><br />
<br />
<span>For me, that&#39;s all normal. Couldn&#39;t imagine a simpler job. <span class='inlinecode'>#software</span></span><br />
<br />
<a class='textlink' href='https://0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/'>0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/</a><br />
<br />
<h3 style='display: inline' id='this-is-similar-to-my-dtail-project-it-got-'>This is similar to my <span class='inlinecode'>#dtail</span> project. It got ...</h3><br />
<br />
<span>This is similar to my <span class='inlinecode'>#dtail</span> project. It got some features, which dtail doesnt, and dtail has some features, which <span class='inlinecode'>#nerdlog</span> hasnt. But the principle is the same, both tools don&#39;t have a centralised log store and both use SSH to connect to the servers (sources of the logs) directly.</span><br />
<br />
<a class='textlink' href='https://github.com/dimonomid/nerdlog'>github.com/dimonomid/nerdlog</a><br />
<br />
<h3 style='display: inline' id='i-also-feel-the-most-comfortable-in-the-'>I also feel the most comfortable in the ...</h3><br />
<br />
<span>I also feel the most comfortable in the <span class='inlinecode'>#terminal</span>. There are a few high-level tools where it doesn&#39;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&#39;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.</span><br />
<br />
<a class='textlink' href='https://lambdaland.org/posts/2025-05-13_real_programmers/'>lambdaland.org/posts/2025-05-13_real_programmers/</a><br />
<br />
<h3 style='display: inline' id='i-have-been-enjoying-lately-as-an-alternative-'>I have been enjoying lately as an alternative ...</h3><br />
<br />
<span>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! <span class='inlinecode'>#llm</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span> <span class='inlinecode'>#agentic</span> <span class='inlinecode'>#ai</span></span><br />
<br />
<a class='textlink' href='https://opencode.ai'>opencode.ai</a><br />
<a class='textlink' href='https://models.dev'>models.dev</a><br />
<br />
<h3 style='display: inline' id='jonathan-s-reflection-of-10-years-of-'>Jonathan&#39;s reflection of 10 years of ...</h3><br />
<br />
<span>Jonathan&#39;s reflection of 10 years of programming!</span><br />
<br />
<a class='textlink' href='https://jonathan-frere.com/posts/10-years-of-programming/'>jonathan-frere.com/posts/10-years-of-programming/</a><br />
<br />
<h3 style='display: inline' id='some-neat-zero-copy-golang-tricks-here-'>Some neat zero-copy <span class='inlinecode'>#Golang</span> tricks here ...</h3><br />
<br />
<span>Some neat zero-copy <span class='inlinecode'>#Golang</span> tricks here</span><br />
<br />
<a class='textlink' href='https://goperf.dev/01-common-patterns/zero-copy/'>goperf.dev/01-common-patterns/zero-copy/</a><br />
<br />
<h3 style='display: inline' id='what-was-it-like-working-at-gitlab-a-scary-'>What was it like working at GitLab? A scary ...</h3><br />
<br />
<span>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&#39;t necessarily produce better results. Additionally, Ruby&#39;s metaprogramming isn&#39;t ideal for large projects. A burnout. And many more insights....</span><br />
<br />
<a class='textlink' href='https://yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/'>yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/</a><br />
<br />
<h3 style='display: inline' id='i-have-learned-a-lot-from-the-practical-ai-'>I have learned a lot from the Practical <span class='inlinecode'>#AI</span> ...</h3><br />
<br />
<span>I have learned a lot from the Practical <span class='inlinecode'>#AI</span> <span class='inlinecode'>#podcast</span>, especially from episode 312, which discusses the <span class='inlinecode'>#MCP</span> (model context protocol). Are there any MCP servers you plan to use or to build?</span><br />
<br />
<a class='textlink' href='https://practicalai.fm/312'>practicalai.fm/312</a><br />
<br />
<h2 style='display: inline' id='august-2025'>August 2025</h2><br />
<br />
<h3 style='display: inline' id='at-the-end-of-the-article-it-s-mentione-that-'>At the end of the article it&#39;s mentione that ...</h3><br />
<br />
<span>At the end of the article it&#39;s mentione that it&#39;s difficult to stay in the zone when AI does the coding for you. I think it&#39;s possible to stay in the zon, but only when you use AI surgically. <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://newsletter.pragmaticengineer.com/p/cursor-makes-developers-less-effective?publication_id=458709&amp;post_id=169160664&amp;isFreemail=true&amp;r=4ijqut&amp;triedRedirect=true'>newsletter.pragmaticengineer.com/p/cur..-..email=true&amp;r=4ijqut&amp;triedRedirect=true</a><br />
<br />
<h3 style='display: inline' id='great-blog-post-a-out-openbsdamsterdam-of-'>Great blog post a out <span class='inlinecode'>#OpenBSDAmsterdam</span>, of ...</h3><br />
<br />
<span>Great blog post a out <span class='inlinecode'>#OpenBSDAmsterdam</span>, of which I am a customer too for some years now. <span class='inlinecode'>#OpenBSD</span></span><br />
<br />
<a class='textlink' href='https://www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/'>www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/</a><br />
<br />
<h3 style='display: inline' id='interesting-llm-ai-slowdown-'>Interesting. <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#slowdown</span> ...</h3><br />
<br />
<span>Interesting. <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#slowdown</span></span><br />
<br />
<a class='textlink' href='https://m.slashdot.org/story/444304'>m.slashdot.org/story/444304</a><br />
<br />
<h3 style='display: inline' id='with-the-help-of-genai-i-could-generate-this-'>With the help of genai, I could generate this ...</h3><br />
<br />
<span>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 <span class='inlinecode'>gitsyncer</span>, a tool I created (listed on the showcase page as well) and <span class='inlinecode'>gemtexter</span>, 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) <span class='inlinecode'>#llm</span> <span class='inlinecode'>#genai</span> <span class='inlinecode'>#showcase</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='gemini://foo.zone/about/showcase.gmi'>foo.zone/about/showcase.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/about/showcase.html'>foo.zone/about/showcase.html</a><br />
<br />
<h3 style='display: inline' id='i-tinkered-a-bit-with-local-llms-for-coding-'>I tinkered a bit with local LLMs for coding: ...</h3><br />
<br />
<span>I tinkered a bit with local LLMs for coding: <span class='inlinecode'>#llm</span> <span class='inlinecode'>#local</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#ollama</span> <span class='inlinecode'>#qwen</span> <span class='inlinecode'>#deepseek</span> <span class='inlinecode'>#HelixEditor</span> <span class='inlinecode'>#LSP</span> <span class='inlinecode'>#codecompletion</span> <span class='inlinecode'>#aider</span></span><br />
<br />
<a class='textlink' href='gemini://foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi'>foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.html'>foo.zone/gemfeed/2025-08-05-local-coding-llm-with-ollama.html</a><br />
<br />
<h3 style='display: inline' id='good-stuff-10-years-of-functional-options-and-'>Good stuff: 10 years of functional options and ...</h3><br />
<br />
<span>Good stuff: 10 years of functional options and key lessons Learned along the way <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://www.bytesizego.com/blog/10-years-functional-options-golang'>www.bytesizego.com/blog/10-years-functional-options-golang</a><br />
<br />
<h3 style='display: inline' id='top-5-performance-boosters-golang-'>Top 5 performance boosters <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>Top 5 performance boosters <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://blog.devtrovert.com/p/go-performance-boosters-the-top-5'>blog.devtrovert.com/p/go-performance-boosters-the-top-5</a><br />
<br />
<h3 style='display: inline' id='this-person-found-the-balance-although-i-'>This person found the balance.. although I ...</h3><br />
<br />
<span>This person found the balance.. although I would use a different code editor: Why Open Source Maintainers Thrive in the LLM Era via @wallabagapp <span class='inlinecode'>#ai</span> <span class='inlinecode'>#llm</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://mikemcquaid.com/why-open-source-maintainers-thrive-in-the-llm-era/'>mikemcquaid.com/why-open-source-maintainers-thrive-in-the-llm-era/</a><br />
<br />
<h3 style='display: inline' id='let-s-rewrite-all-slow-in-assembly-surely-'>Let&#39;s rewrite all slow in <span class='inlinecode'>#assembly</span>, surely ...</h3><br />
<br />
<span>Let&#39;s rewrite all slow in <span class='inlinecode'>#assembly</span>, surely it&#39;s not just about the language but also about the architecture and the algorithms used. Still, impressive.</span><br />
<br />
<a class='textlink' href='https://x.com/FFmpeg/status/1945478331077374335'>x.com/FFmpeg/status/1945478331077374335</a><br />
<br />
<h3 style='display: inline' id='how-to-store-data-forever-storage-'>How to store data forever? <span class='inlinecode'>#storage</span> ...</h3><br />
<br />
<span>How to store data forever? <span class='inlinecode'>#storage</span> <span class='inlinecode'>#archiving</span></span><br />
<br />
<a class='textlink' href='https://drewdevault.com/2020/04/22/How-to-store-data-forever.html'>drewdevault.com/2020/04/22/How-to-store-data-forever.html</a><br />
<br />
<h3 style='display: inline' id='no-wonder-that-almost-everyone-doing-something-'>No wonder, that almost everyone doing something ...</h3><br />
<br />
<span>No wonder, that almost everyone doing something with AI is releasing their own aentic coding tool now. As it&#39;s so dead simple to write one. <span class='inlinecode'>#ai</span> <span class='inlinecode'>#llm</span> <span class='inlinecode'>#agenticcoding</span></span><br />
<br />
<a class='textlink' href='https://ampcode.com/how-to-build-an-agent'>ampcode.com/how-to-build-an-agent</a><br />
<br />
<h3 style='display: inline' id='another-drawback-of-running-load-tests-in-a-'>Another drawback of running load tests in a ...</h3><br />
<br />
<span>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? <span class='inlinecode'>#sre</span> <span class='inlinecode'>#loadtesting</span> <span class='inlinecode'>#lt</span> <span class='inlinecode'>#loadtesting</span></span><br />
<br />
<a class='textlink' href='https://thefridaydeploy.substack.com/p/load-testing-prepare-for-the-growth'>thefridaydeploy.substack.com/p/load-testing-prepare-for-the-growth</a><br />
<br />
<h3 style='display: inline' id='interesting-read-learnings-from-two-years-of-'>Interesting read Learnings from two years of ...</h3><br />
<br />
<span>Interesting read Learnings from two years of using AI tools for software engineering <span class='inlinecode'>#ai</span> <span class='inlinecode'>#llm</span> <span class='inlinecode'>#genai</span></span><br />
<br />
<a class='textlink' href='https://newsletter.pragmaticengineer.com/p/two-years-of-using-ai'>newsletter.pragmaticengineer.com/p/two-years-of-using-ai</a><br />
<br />
<h3 style='display: inline' id='neat-little-story-a-school-girl-writing-her-'>Neat little story a school girl writing her ...</h3><br />
<br />
<span>Neat little story a school girl writing her first (and only) malware and have it infected her school.</span><br />
<br />
<a class='textlink' href='https://ntietz.com/blog/that-time-i-wrote-malware/'>ntietz.com/blog/that-time-i-wrote-malware/</a><br />
<br />
<h3 style='display: inline' id='happy-that-i-am-not-yet-obsolete-llm-'>Happy, that I am not yet obsolete! <span class='inlinecode'>#llm</span> ...</h3><br />
<br />
<span>Happy, that I am not yet obsolete! <span class='inlinecode'>#llm</span> <span class='inlinecode'>#sre</span></span><br />
<br />
<a class='textlink' href='https://clickhouse.com/blog/llm-observability-challenge'>clickhouse.com/blog/llm-observability-challenge</a><br />
<br />
<h2 style='display: inline' id='september-2025'>September 2025</h2><br />
<br />
<h3 style='display: inline' id='loving-this-as-well-slackware-linux-'>Loving this as well: <span class='inlinecode'>#slackware</span> <span class='inlinecode'>#linux</span> ...</h3><br />
<br />
<span>Loving this as well: <span class='inlinecode'>#slackware</span> <span class='inlinecode'>#linux</span></span><br />
<br />
<a class='textlink' href='https://www.osnews.com/story/142145/what-makes-slackware-different/'>www.osnews.com/story/142145/what-makes-slackware-different/</a><br />
<br />
<h3 style='display: inline' id='some-fun-random-weird-things-part-iii-blog-'>Some <span class='inlinecode'>#fun</span>: Random Weird Things Part III blog ...</h3><br />
<br />
<span>Some <span class='inlinecode'>#fun</span>: Random Weird Things Part III blog post</span><br />
<br />
<a class='textlink' href='gemini://foo.zone/gemfeed/2025-08-15-random-weird-things-iii.gmi'>foo.zone/gemfeed/2025-08-15-random-weird-things-iii.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-08-15-random-weird-things-iii.html'>foo.zone/gemfeed/2025-08-15-random-weird-things-iii.html</a><br />
<br />
<h3 style='display: inline' id='yes-write-more-useless-software-i-agree-that-'>Yes, write more useless software. I agree that ...</h3><br />
<br />
<span>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&#39;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. <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://ntietz.com/blog/write-more-useless-software/'>ntietz.com/blog/write-more-useless-software/</a><br />
<br />
<h3 style='display: inline' id='i-learned-a-lot-from-this-openbsd-relayd-'>I learned a lot from this <span class='inlinecode'>#OpenBSD</span> <span class='inlinecode'>#relayd</span> ...</h3><br />
<br />
<span>I learned a lot from this <span class='inlinecode'>#OpenBSD</span> <span class='inlinecode'>#relayd</span> 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.</span><br />
<br />
<a class='textlink' href='https://www.youtube.com/watch?v=yW8QSZyEs6E'>www.youtube.com/watch?v=yW8QSZyEs6E</a><br />
<br />
<h3 style='display: inline' id='six-weeks-of-claude-code'>Six weeks of claude code</h3><br />
<br />
<a class='textlink' href='https://blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/'>blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/</a><br />
<br />
<h3 style='display: inline' id='it-s-good-that-there-is-now-a-truly-open-source-'>It&#39;s good that there is now a truly open-source ...</h3><br />
<br />
<span>It&#39;s good that there is now a truly open-source LLM model; I&#39;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&#39;t reproduce the training! That issue would be solved with this Swiss model. I will definitively have a look! <span class='inlinecode'>#llm</span> <span class='inlinecode'>#opensource</span> <span class='inlinecode'>#privacy</span></span><br />
<br />
<a class='textlink' href='https://m.slashdot.org/story/446310'>m.slashdot.org/story/446310</a><br />
<br />
<h3 style='display: inline' id='have-to-try-this-at-some-point-'>Have to try this at some point ...</h3><br />
<br />
<span>Have to try this at some point, troubleshooting <span class='inlinecode'>#k8s</span> with the help of <span class='inlinecode'>#genai</span></span><br />
<br />
<a class='textlink' href='https://blog.palark.com/k8sgpt-ai-troubleshooting-kubernetes/'>blog.palark.com/k8sgpt-ai-troubleshooting-kubernetes/</a><br />
<br />
<h3 style='display: inline' id='i-could-not-agree-more-for-me-a-personal-'>I could not agree more. For me, a personal ...</h3><br />
<br />
<span>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 <span class='inlinecode'>#website</span> <span class='inlinecode'>#personal</span> <span class='inlinecode'>#tech</span></span><br />
<br />
<a class='textlink' href='https://atthis.link/blog/2021/personalsite.html'>atthis.link/blog/2021/personalsite.html</a><br />
<br />
<h3 style='display: inline' id='the-true-enterprise-developer-can-write-java-in-'>The true enterprise developer can write Java in ...</h3><br />
<br />
<span>The true enterprise developer can write Java in any language. <span class='inlinecode'>#java</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<h3 style='display: inline' id='fx-is-a-neat-little-tool-for-viewing-json-'><span class='inlinecode'>#fx</span> is a neat little tool for viewing JSON ...</h3><br />
<br />
<span><span class='inlinecode'>#fx</span> is a neat little tool for viewing JSON files!</span><br />
<br />
<a class='textlink' href='https://fx.wtf'>fx.wtf</a><br />
<br />
<h3 style='display: inline' id='i-wish-i-had-as-much-time-as-this-guy-he-'>I wish I had as much time as this guy. He ...</h3><br />
<br />
<span>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. <span class='inlinecode'>#shell</span> <span class='inlinecode'>#unix</span> <span class='inlinecode'>#programming</span> <span class='inlinecode'>#operatingsystem</span> <span class='inlinecode'>#bunnix</span> <span class='inlinecode'>#hare</span></span><br />
<br />
<a class='textlink' href='https://drewdevault.com/2023/04/18/2023-04-18-A-new-shell-for-Unix.html'>drewdevault.com/2023/04/18/2023-04-18-A-new-shell-for-Unix.html</a><br />
<br />
<h3 style='display: inline' id='what-exactly-was-the-point-of--xvar--'>What exactly was the point of [ “x$var” = ...</h3><br />
<br />
<span>What exactly was the point of [ “x$var” = “xval” ]? <span class='inlinecode'>#bash</span> <span class='inlinecode'>#shell</span> <span class='inlinecode'>#posix</span> <span class='inlinecode'>#sh</span> <span class='inlinecode'>#history</span></span><br />
<br />
<a class='textlink' href='https://www.vidarholen.net/contents/blog/?p=1035'>www.vidarholen.net/contents/blog/?p=1035</a><br />
<br />
<h3 style='display: inline' id='neat-zfs-feature-here-freebsd-which-i-'>Neat <span class='inlinecode'>#ZFS</span> feature (here <span class='inlinecode'>#FreeBSD</span>) which I ...</h3><br />
<br />
<span>Neat <span class='inlinecode'>#ZFS</span> feature (here <span class='inlinecode'>#FreeBSD</span>) which I didn&#39;t know of before: Pool snapshots, which are different to snapshots of individual data sets:</span><br />
<br />
<a class='textlink' href='https://it-notes.dragas.net/2024/07/01/enhancing-freebsd-stability-with-zfs-pool-checkpoints/'>it-notes.dragas.net/2024/07/01/enhanci..-..d-stability-with-zfs-pool-checkpoints/</a><br />
<br />
<h3 style='display: inline' id='longer-hours-help-only-short-term-about-40-'>Longer hours help only short term. About 40 ...</h3><br />
<br />
<span>Longer hours help only short term. About 40 hours <span class='inlinecode'>#productivity</span></span><br />
<br />
<a class='textlink' href='https://thesquareplanet.com/blog/about-40-hours/'>thesquareplanet.com/blog/about-40-hours/</a><br />
<br />
<h3 style='display: inline' id='you-could-also-use-bpf-instead-of-strace-'>You could also use <span class='inlinecode'>#bpf</span> instead of <span class='inlinecode'>#strace</span>, ...</h3><br />
<br />
<span>You could also use <span class='inlinecode'>#bpf</span> instead of <span class='inlinecode'>#strace</span>, albeit modern strace uses bpf if told so: How to use the new Docker Seccomp profiles</span><br />
<br />
<a class='textlink' href='https://blog.jessfraz.com/post/how-to-use-new-docker-seccomp-profiles/'>blog.jessfraz.com/post/how-to-use-new-docker-seccomp-profiles/</a><br />
<br />
<h3 style='display: inline' id='some-great-things-are-approaching-bhyve-on-'>Some great things are approaching <span class='inlinecode'>#bhyve</span> on ...</h3><br />
<br />
<span>Some great things are approaching <span class='inlinecode'>#bhyve</span> on <span class='inlinecode'>#FreeBSD</span> and VM Live Migration – Quo vadis? <span class='inlinecode'>#freebsd</span> <span class='inlinecode'>#virtualization</span> <span class='inlinecode'>#bhyve</span></span><br />
<br />
<a class='textlink' href='https://gyptazy.com/bhyve-on-freebsd-and-vm-live-migration-quo-vadis/'>gyptazy.com/bhyve-on-freebsd-and-vm-live-migration-quo-vadis/</a><br />
<br />
<h3 style='display: inline' id='another-synchronization-tool-part-of-the-'>Another synchronization tool part of the ...</h3><br />
<br />
<span>Another synchronization tool part of the <span class='inlinecode'>#golang</span> std lib, singleflight! Used to not overload external resources (like DBs) with N concurrent requests. Useful!</span><br />
<br />
<a class='textlink' href='https://victoriametrics.com/blog/go-singleflight/index.html'>victoriametrics.com/blog/go-singleflight/index.html</a><br />
<br />
<h3 style='display: inline' id='too-many-open-files-linux-'>Too many open files <span class='inlinecode'>#linux</span> ...</h3><br />
<br />
<span>Too many open files <span class='inlinecode'>#linux</span></span><br />
<br />
<a class='textlink' href='https://mattrighetti.com/2025/06/04/too-many-files-open.html'>mattrighetti.com/2025/06/04/too-many-files-open.html</a><br />
<br />
<h3 style='display: inline' id='just-posted-part-4-of-my-bash-golf-'>Just posted Part 4 of my <span class='inlinecode'>#Bash</span> <span class='inlinecode'>#Golf</span> ...</h3><br />
<br />
<span>Just posted Part 4 of my <span class='inlinecode'>#Bash</span> <span class='inlinecode'>#Golf</span> series:</span><br />
<br />
<a class='textlink' href='gemini://foo.zone/gemfeed/2025-09-14-bash-golf-part-4.gmi'>foo.zone/gemfeed/2025-09-14-bash-golf-part-4.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-09-14-bash-golf-part-4.html'>foo.zone/gemfeed/2025-09-14-bash-golf-part-4.html</a><br />
<br />
<h3 style='display: inline' id='perl-is-like-a-swiss-army-knife-as-one-of-'><span class='inlinecode'>#Perl</span> is like a swiss army knife, as one of ...</h3><br />
<br />
<span><span class='inlinecode'>#Perl</span> is like a swiss army knife, as one of the comments states:</span><br />
<br />
<a class='textlink' href='https://developers.slashdot.org/story/25/09/14/0134239/is-perl-the-worlds-10th-most-popular-programming-language'>developers.slashdot.org/story/25/09/14..-..10th-most-popular-programming-language</a><br />
<br />
<h3 style='display: inline' id='personally-mainly-working-with-colorless-'>Personally, mainly working with colorless ...</h3><br />
<br />
<span>Personally, mainly working with colorless languages like <span class='inlinecode'>#ruby</span> and <span class='inlinecode'>#golang</span>, now slowly understand the pain ppl would have w/ Rust or JS. It wasn&#39;t just me when I got confused writing that Grafana DS plugin in TypeScript...</span><br />
<br />
<a class='textlink' href='https://jpcamara.com/2024/07/15/ruby-methods-are.html'>jpcamara.com/2024/07/15/ruby-methods-are.html</a><br />
<br />
<h3 style='display: inline' id='how-do-gpus-work-usually-people-only-know-'>How do GPUs work? Usually, people only know ...</h3><br />
<br />
<span>How do GPUs work? Usually, people only know about CPUs... ... I got the gist, but <span class='inlinecode'>#gpu</span> <span class='inlinecode'>#cpu</span></span><br />
<br />
<a class='textlink' href='https://blog.codingconfessions.com/p/gpu-computing'>blog.codingconfessions.com/p/gpu-computing</a><br />
<br />
<h3 style='display: inline' id='for-unattended-upgrades-you-must-have-a-good-'>For unattended upgrades you must have a good ...</h3><br />
<br />
<span>For unattended upgrades you must have a good testing (or canary) strategy. <span class='inlinecode'>#sre</span> <span class='inlinecode'>#reliability</span> <span class='inlinecode'>#downtime</span> <span class='inlinecode'>#ubuntu</span> <span class='inlinecode'>#systemd</span> <span class='inlinecode'>#kubernetes</span></span><br />
<br />
<a class='textlink' href='https://newsletter.pragmaticengineer.com/p/why-reliability-is-hard-at-scale'>newsletter.pragmaticengineer.com/p/why-reliability-is-hard-at-scale</a><br />
<br />
<h3 style='display: inline' id='surely-in-the-age-of-ai-and-llm-people-'>Surely, in the age of <span class='inlinecode'>#AI</span> and <span class='inlinecode'>#LLM</span>, people ...</h3><br />
<br />
<span>Surely, in the age of <span class='inlinecode'>#AI</span> and <span class='inlinecode'>#LLM</span>, people are not writing as much code manually as before, but I don&#39;t think skills like using <span class='inlinecode'>#Vim</span> (or <span class='inlinecode'>#HelixEditor</span>) are obsolete just yet. You still need to understand what&#39;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.</span><br />
<br />
<a class='textlink' href='https://www.youtube.com/watch?v=tW0BSgzr2AM'>www.youtube.com/watch?v=tW0BSgzr2AM</a><br />
<br />
<h3 style='display: inline' id='on-ai-changes-everything-'>On <span class='inlinecode'>#AI</span> changes everything... ...</h3><br />
<br />
<span>On <span class='inlinecode'>#AI</span> changes everything...</span><br />
<br />
<a class='textlink' href='https://lucumr.pocoo.org/2025/6/4/changes/'>lucumr.pocoo.org/2025/6/4/changes/</a><br />
<br />
<h3 style='display: inline' id='maps-in-go-under-the-hood-golang-'>Maps in Go under the hood <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>Maps in Go under the hood <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://victoriametrics.com/blog/go-map/'>victoriametrics.com/blog/go-map/</a><br />
<br />
<h3 style='display: inline' id='a-project-that-looks-complex-might-just-be-'>"A project that looks complex might just be ...</h3><br />
<br />
<span>"A project that looks complex might just be unfamiliar" - Quote from the Applied Go Weekly Newsletter</span><br />
<br />
<h3 style='display: inline' id='i-must-admit-that-partly-i-see-myself-there-'>I must admit that partly I see myself there ...</h3><br />
<br />
<span>I must admit that partly I see myself there (sometimes). But it is fun :-) <span class='inlinecode'>#tools</span> <span class='inlinecode'>#happy</span></span><br />
<br />
<a class='textlink' href='https://borretti.me/article/you-can-choose-tools-that-make-you-happy'>borretti.me/article/you-can-choose-tools-that-make-you-happy</a><br />
<br />
<h3 style='display: inline' id='makes-me-think-of-good-old-times-where-i-'>Makes me think of good old times, where I ...</h3><br />
<br />
<span>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 <span class='inlinecode'>#productivity</span> <span class='inlinecode'>#code</span></span><br />
<br />
<a class='textlink' href='https://testdouble.com/insights/when-code-reviews-arent-mandatory'>testdouble.com/insights/when-code-reviews-arent-mandatory</a><br />
<br />
<h3 style='display: inline' id='neat-little-blog-post-showcasing-various-'>Neat little blog post, showcasing various ...</h3><br />
<br />
<span>Neat little blog post, showcasing various methods used for generic programming before the introduction of generics. Only reflection wasn&#39;t listed. <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://bitfieldconsulting.com/posts/generics'>bitfieldconsulting.com/posts/generics</a><br />
<br />
<h3 style='display: inline' id='share-didn-t-know-that-on-macos-besides-of-'>share Didn&#39;t know, that on MacOS, besides of ...</h3><br />
<br />
<span>share Didn&#39;t know, that on MacOS, besides of .so (shared object files, which can be dynamically loaded as well) there is also the MacOS&#39; native .dylib format which serves a similar purpose! <span class='inlinecode'>#macos</span> <span class='inlinecode'>#dylib</span> <span class='inlinecode'>#so</span></span><br />
<br />
<a class='textlink' href='https://cpu.land/becoming-an-elf-lord'>cpu.land/becoming-an-elf-lord</a><br />
<br />
<h3 style='display: inline' id='i-think-this-is-the-way-use-llms-for-code-you-'>I think this is the way: use LLMs for code you ...</h3><br />
<br />
<span>I think this is the way: use LLMs for code you don&#39;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.</span><br />
<br />
<a class='textlink' href='https://registerspill.thorstenball.com/p/surely-not-all-codes-worth-it'>registerspill.thorstenball.com/p/surely-not-all-codes-worth-it</a><br />
<br />
<h3 style='display: inline' id='always-enable-keepalive-i-d-say-most-of-the-'>Always enable keepalive? I&#39;d say most of the ...</h3><br />
<br />
<span>Always enable keepalive? I&#39;d say most of the time. I&#39;ve seen cases, where connections weren&#39;t reused but new additional were edtablished, causing the servers to run out of worker threads <span class='inlinecode'>#sre</span> Always. Enable. Keepalives.</span><br />
<br />
<a class='textlink' href='https://www.honeycomb.io/blog/always-enable-keepalives'>www.honeycomb.io/blog/always-enable-keepalives</a><br />
<br />
<h3 style='display: inline' id='i-just-finished-reading-chaos-engineering-by-'>I just finished reading "Chaos Engineering" by ...</h3><br />
<br />
<span>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&#39;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! <span class='inlinecode'>#ChaosEngineering</span> <span class='inlinecode'>#Resilience</span></span><br />
<br />
<a class='textlink' href='https://www.oreilly.com/library/view/chaos-engineering/9781492043850/'>www.oreilly.com/library/view/chaos-engineering/9781492043850/</a><br />
<br />
<h3 style='display: inline' id='fx-is-a-neat-and-tidy-command-line-tool-for-'>fx is a neat and tidy command-line tool for ...</h3><br />
<br />
<span>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. <span class='inlinecode'>#json</span> <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://github.com/antonmedv/fx'>github.com/antonmedv/fx</a><br />
<br />
<h3 style='display: inline' id='some-nice-golang-tricks-there-'>Some nice <span class='inlinecode'>#Golang</span> tricks there ...</h3><br />
<br />
<span>Some nice <span class='inlinecode'>#Golang</span> tricks there</span><br />
<br />
<a class='textlink' href='https://blog.devtrovert.com/p/12-personal-go-tricks-that-transformed'>blog.devtrovert.com/p/12-personal-go-tricks-that-transformed</a><br />
<br />
<h2 style='display: inline' id='october-2025'>October 2025</h2><br />
<br />
<h3 style='display: inline' id='word-what-are-we-losing-with-ai-llm-ai-'>Word! What Are We Losing With AI? <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> ...</h3><br />
<br />
<span>Word! What Are We Losing With AI? <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span></span><br />
<br />
<a class='textlink' href='https://josem.co/what-are-we-losing-with-ai/'>josem.co/what-are-we-losing-with-ai/</a><br />
<br />
<h3 style='display: inline' id='it-s-not-yet-time-for-the-friday-fun-but-'>It&#39;s not yet time for the friday <span class='inlinecode'>#fun</span>, but: ...</h3><br />
<br />
<span>It&#39;s not yet time for the friday <span class='inlinecode'>#fun</span>, but: OpenOffice does not print on Tuesdays ― Andreas Zwinkau :-)</span><br />
<br />
<a class='textlink' href='https://beza1e1.tuxen.de/lore/print_on_tuesday.html'>beza1e1.tuxen.de/lore/print_on_tuesday.html</a><br />
<br />
<h3 style='display: inline' id='finally-i-retired-my-awsecs-setup-for-my-'>Finally, I retired my AWS/ECS setup for my ...</h3><br />
<br />
<span>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. <span class='inlinecode'>#freebsd</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#selfhosing</span></span><br />
<br />
<a class='textlink' href='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.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html'>foo.zone/gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html</a><br />
<br />
<h3 style='display: inline' id='a-great-blog-post-about-my-favourite-text-'>A great blog post about my favourite text ...</h3><br />
<br />
<span>A great blog post about my favourite text editor. why even helix? <span class='inlinecode'>#HeliEditor</span> Now I am considering forking it myself as well :-)</span><br />
<br />
<a class='textlink' href='https://axlefublr.github.io/why-even-helix/'>axlefublr.github.io/why-even-helix/</a><br />
<br />
<h3 style='display: inline' id='one-of-the-more-confusing-parts-in-go-nil-'>One of the more confusing parts in Go, nil ...</h3><br />
<br />
<span>One of the more confusing parts in Go, nil values vs nil errors: <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://unexpected-go.com/nil-errors-that-are-non-nil-errors.html'>unexpected-go.com/nil-errors-that-are-non-nil-errors.html</a><br />
<br />
<h3 style='display: inline' id='strong-engineers-are-pragmatic-work-fast-have-'>Strong engineers are pragmatic, work fast, have ...</h3><br />
<br />
<span>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 <span class='inlinecode'>#productivity</span></span><br />
<br />
<a class='textlink' href='https://www.seangoedecke.com/what-makes-strong-engineers-strong/'>www.seangoedecke.com/what-makes-strong-engineers-strong/</a><br />
<br />
<h3 style='display: inline' id='i-am-currently-binge-listening-to-the-google-'>I am currently binge-listening to the Google ...</h3><br />
<br />
<span>I am currently binge-listening to the Google <span class='inlinecode'>#SRE</span> ProdCast. It&#39;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.</span><br />
<br />
<a class='textlink' href='https://sre.google/prodcast/'>sre.google/prodcast/</a><br />
<br />
<h3 style='display: inline' id='looks-like-a-neat-library-for-writing-'>Looks like a neat library for writing ...</h3><br />
<br />
<span>Looks like a neat library for writing script-a-like programs in <span class='inlinecode'>#Golang</span>. But honestly, why not directly use a scripting language like <span class='inlinecode'>#RakuLang</span> or <span class='inlinecode'>#Ruby</span></span><br />
<br />
<a class='textlink' href='https://github.com/bitfield/script'>github.com/bitfield/script</a><br />
<br />
<h3 style='display: inline' id='where-gen-ai-shines-is-the-generation-and-'>Where Gen AI shines is the generation and ...</h3><br />
<br />
<span>Where Gen AI shines is the generation and management of YAML files... e.g. Kubernetes manifests. Who likes to write YAML files by hand? <span class='inlinecode'>#genai</span> <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#yaml</span> <span class='inlinecode'>#kubernetes</span> <span class='inlinecode'>#k8s</span></span><br />
<br />
<h3 style='display: inline' id='at-work-everybody-is-replacable-some-with-a-'>At work, everybody is replacable. Some with a ...</h3><br />
<br />
<span>At work, everybody is replacable. Some with a hic-up, others with none. There will always someone to step up after you leave.</span><br />
<br />
<a class='textlink' href='https://adamstacoviak.com/im-a-cog/'>adamstacoviak.com/im-a-cog/</a><br />
<br />
<h3 style='display: inline' id='i-actually-would-switch-back-to-freebsd-as-'>I actually would switch back to <span class='inlinecode'>#FreeBSD</span> as ...</h3><br />
<br />
<span>I actually would switch back to <span class='inlinecode'>#FreeBSD</span> 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</span><br />
<br />
<a class='textlink' href='https://www.osnews.com/story/140841/freebsd-to-invest-in-laptop-support/'>www.osnews.com/story/140841/freebsd-to-invest-in-laptop-support/</a><br />
<br />
<h3 style='display: inline' id='amazing-print-is-amazing-'>Amazing Print is amazing ...</h3><br />
<br />
<span>Amazing Print is amazing</span><br />
<br />
<a class='textlink' href='https://github.com/amazing-print/amazing_print'>github.com/amazing-print/amazing_print</a><br />
<br />
<h3 style='display: inline' id='always-worth-a-reminde-what-are-bloom-filters-'>Always worth a reminde, what are bloom filters ...</h3><br />
<br />
<span>Always worth a reminde, what are bloom filters and how do they work? <span class='inlinecode'>#bloom</span> <span class='inlinecode'>#bloomfilter</span> <span class='inlinecode'>#datastructure</span></span><br />
<br />
<a class='textlink' href='https://micahkepe.com/blog/bloom-filters/'>micahkepe.com/blog/bloom-filters/</a><br />
<br />
<h3 style='display: inline' id='some-ruby-book-notes-of-mine-'>Some <span class='inlinecode'>#Ruby</span> book notes of mine: ...</h3><br />
<br />
<span>Some <span class='inlinecode'>#Ruby</span> book notes of mine:</span><br />
<br />
<a class='textlink' href='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.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html'>foo.zone/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html</a><br />
<br />
<h3 style='display: inline' id='sad-story-work-scrum-jira-'>Sad story. <span class='inlinecode'>#work</span> <span class='inlinecode'>#scrum</span> <span class='inlinecode'>#jira</span> ...</h3><br />
<br />
<span>Sad story. <span class='inlinecode'>#work</span> <span class='inlinecode'>#scrum</span> <span class='inlinecode'>#jira</span></span><br />
<br />
<a class='textlink' href='https://lambdaland.org/posts/2023-02-21_metric_worship/'>lambdaland.org/posts/2023-02-21_metric_worship/</a><br />
<br />
<h3 style='display: inline' id='one-of-my-favorite-books-some-thoughts-on-'>One of my favorite books: "Some Thoughts on ...</h3><br />
<br />
<span>One of my favorite books: "Some Thoughts on Deep Work"</span><br />
<br />
<a class='textlink' href='https://atthis.link/blog/2020/deepwork.html'>atthis.link/blog/2020/deepwork.html</a><br />
<br />
<h3 style='display: inline' id='ltex-ls-is-great-for-integrating-'>ltex-ls is great for integrating ...</h3><br />
<br />
<span>ltex-ls is great for integrating <span class='inlinecode'>#LanguageTool</span> prose checking via <span class='inlinecode'>#LSP</span> into your <span class='inlinecode'>#HelixEditor</span>! ... 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&#39;s it!</span><br />
<br />
<a class='textlink' href='https://valentjn.github.io/ltex/'>valentjn.github.io/ltex/</a><br />
<br />
<h3 style='display: inline' id='supernote-tool-is-awesome-as-i-can-now-'>supernote-tool is awesome, as I can now ...</h3><br />
<br />
<span>supernote-tool is awesome, as I can now download my Supernote notes on my <span class='inlinecode'>#Linux</span> desktop and convert them into PDFs - enables me to use the Supernote Nomad device as mine completely offline!</span><br />
<br />
<h3 style='display: inline' id='fun-story---the-case-of-the-500-mile-email-'>Fun story! :-) The case of the 500-mile email ...</h3><br />
<br />
<span>Fun story! :-) The case of the 500-mile email ― Andreas Zwinkau via @wallabagapp <span class='inlinecode'>#unix</span> <span class='inlinecode'>#sunos</span> <span class='inlinecode'>#sendmail</span></span><br />
<br />
<a class='textlink' href='https://beza1e1.tuxen.de/lore/500mile_email.html'>beza1e1.tuxen.de/lore/500mile_email.html</a><br />
<br />
<h3 style='display: inline' id='operating-myself-some-software-over-10-years-of-'>Operating myself some software over 10 years of ...</h3><br />
<br />
<span>Operating myself some software over 10 years of age for over 10 years now, this podcast really resonated with me: <span class='inlinecode'>#podcast</span> <span class='inlinecode'>#software</span> <span class='inlinecode'>#maintainability</span> <span class='inlinecode'>#maintenance</span></span><br />
<br />
<a class='textlink' href='https://changelog.com/podcast/627'>changelog.com/podcast/627</a><br />
<br />
<h3 style='display: inline' id='git-worktrees-are-awesome-'><span class='inlinecode'>#git</span> worktrees are awesome! ...</h3><br />
<br />
<span><span class='inlinecode'>#git</span> worktrees are awesome!</span><br />
<br />
<h3 style='display: inline' id='llms-for-anomaly-detection-while-some-'>LLMs for anomaly detection? "While some ...</h3><br />
<br />
<span>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 | <span class='inlinecode'>#llm</span> <span class='inlinecode'>#monitoring</span></span><br />
<br />
<a class='textlink' href='https://quesma.com/blog-detail/aiops-observability'>quesma.com/blog-detail/aiops-observability</a><br />
<br />
<h3 style='display: inline' id='after-having-heavily-vibe-coded-personal-pet-'>After having heavily vibe-coded (personal pet ...</h3><br />
<br />
<span>After having heavily vibe-coded (personal pet projects) for 2 months other the summer, I&#39;ve come back to more structured and intentional AI coding practices. Surly, it was a great learnig experiment: <span class='inlinecode'>#llm</span> <span class='inlinecode'>#ai</span> <span class='inlinecode'>#risk</span> <span class='inlinecode'>#code</span> <span class='inlinecode'>#sre</span> <span class='inlinecode'>#development</span> <span class='inlinecode'>#genai</span></span><br />
<br />
<a class='textlink' href='https://www.okoone.com/spark/technology-innovation/how-ai-generated-code-is-quietly-increasing-system-risk/'>www.okoone.com/spark/technology-innova..-..ode-is-quietly-increasing-system-risk/</a><br />
<br />
<h3 style='display: inline' id='slowly-one-after-another-i-am-switching-all-'>Slowly, one after another, I am switching all ...</h3><br />
<br />
<span>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.</span><br />
<br />
<a class='textlink' href='https://magefile.org/'>magefile.org/</a><br />
<br />
<h3 style='display: inline' id='some-neat-slice-tricks-for-go-golang-'>Some neat slice tricks for Go: <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>Some neat slice tricks for Go: <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://blog.devtrovert.com/p/12-slice-tricks-to-enhance-your-go'>blog.devtrovert.com/p/12-slice-tricks-to-enhance-your-go</a><br />
<br />
<h3 style='display: inline' id='i-spent-way-too-much-time-on-this-site-it-s-'>I spent way too much time on this site. It&#39;s ...</h3><br />
<br />
<span>I spent way too much time on this site. It&#39;s full of tools for the <span class='inlinecode'>#terminal</span>! Terminal Trove - The $HOME of all things in the terminal. <span class='inlinecode'>#linux</span> <span class='inlinecode'>#bsd</span> <span class='inlinecode'>#unix</span> <span class='inlinecode'>#terminal</span> <span class='inlinecode'>#cli</span> <span class='inlinecode'>#tools</span></span><br />
<br />
<a class='textlink' href='https://terminaltrove.com/'>terminaltrove.com/</a><br />
<br />
<h3 style='display: inline' id='i-share-similar-experiences-with-rust-but-i-'>I share similar experiences with <span class='inlinecode'>#rust</span>, but I ...</h3><br />
<br />
<span>I share similar experiences with <span class='inlinecode'>#rust</span>, but I am sure one just needs a bit more time to feel productive in it. It&#39;s not enough just to try rust out once before becoming fluent in it.</span><br />
<br />
<a class='textlink' href='https://m.slashdot.org/story/446164'>m.slashdot.org/story/446164</a><br />
<br />
<h3 style='display: inline' id='pipelines-in-go-using-channels-golang-'>Pipelines in Go using channels. <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>Pipelines in Go using channels. <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://go.dev/blog/pipelines'>go.dev/blog/pipelines</a><br />
<br />
<h3 style='display: inline' id='some-nifty-ruby-tricks-in-my-opinion-ruby-'>Some nifty <span class='inlinecode'>#Ruby</span> tricks: In my opinion, Ruby ...</h3><br />
<br />
<span>Some nifty <span class='inlinecode'>#Ruby</span> tricks: In my opinion, Ruby is unterrated. It&#39;s a great language even without Rails.</span><br />
<br />
<a class='textlink' href='http://www.rubyinside.com/21-ruby-tricks-902.html'>www.rubyinside.com/21-ruby-tricks-902.html</a><br />
<br />
<h3 style='display: inline' id='reflects-my-experience-'>Reflects my experience ...</h3><br />
<br />
<span>Reflects my experience</span><br />
<br />
<a class='textlink' href='https://simonwillison.net/2025/Sep/12/matt-webb/#atom-everything'>simonwillison.net/2025/Sep/12/matt-webb/#atom-everything</a><br />
<br />
<h3 style='display: inline' id='i-like-the-fact-that-markdown-fikes-a-rcs-an-'>I like the fact that Markdown fikes, a RCS. an ...</h3><br />
<br />
<span>I like the fact that Markdown fikes, a RCS. an text editor and standard unix tools like <span class='inlinecode'>#grep</span> and <span class='inlinecode'>#find</span> are all you need for taking notes digitally. I am the same :-) My favorite note-taking method</span><br />
<br />
<a class='textlink' href='https://unixdigest.com/articles/my-favorite-note-taking-method.html'>unixdigest.com/articles/my-favorite-note-taking-method.html</a><br />
<br />
<h3 style='display: inline' id='rich-interactive-widgets-for-terminal-uis-it-'>Rich Interactive Widgets for Terminal UIs, it ...</h3><br />
<br />
<span>Rich Interactive Widgets for Terminal UIs, it must not always be BubbleTea <span class='inlinecode'>#golang</span> <span class='inlinecode'>#terminal</span> <span class='inlinecode'>#widgets</span></span><br />
<br />
<a class='textlink' href='https://github.com/rivo/tview'>github.com/rivo/tview</a><br />
<br />
<h3 style='display: inline' id='always-fun-to-dig-in-the-perl-perl-woods-'>Always fun to dig in the <span class='inlinecode'>#Perl</span> @Perl woods. ...</h3><br />
<br />
<span>Always fun to dig in the <span class='inlinecode'>#Perl</span> @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)! :-)</span><br />
<br />
<a class='textlink' href='https://www.effectiveperlprogramming.com/2024/11/goodbye-fake-multidimensional-data-structures/'>www.effectiveperlprogramming.com/2024/..-..fake-multidimensional-data-structures/</a><br />
<br />
<h3 style='display: inline' id='how-does-virtual-memory-work-ram-'>How does <span class='inlinecode'>#virtual</span> <span class='inlinecode'>#memory</span> work? <span class='inlinecode'>#ram</span> ...</h3><br />
<br />
<span>How does <span class='inlinecode'>#virtual</span> <span class='inlinecode'>#memory</span> work? <span class='inlinecode'>#ram</span></span><br />
<br />
<a class='textlink' href='https://drewdevault.com/2018/10/29/How-does-virtual-memory-work.html'>drewdevault.com/2018/10/29/How-does-virtual-memory-work.html</a><br />
<br />
<h3 style='display: inline' id='flamelens---an-interactive-flamegraph-viewer-in-'>flamelens - An interactive flamegraph viewer in ...</h3><br />
<br />
<span>flamelens - An interactive flamegraph viewer in the terminal. - Terminal Trove</span><br />
<br />
<a class='textlink' href='https://terminaltrove.com/flamelens/'>terminaltrove.com/flamelens/</a><br />
<br />
<h3 style='display: inline' id='you-can-now-run-ansible-playbooks-and-shell-'>You can now run Ansible Playbooks and shell ...</h3><br />
<br />
<span>You can now run Ansible Playbooks and shell scripts from your Terraform more easily <span class='inlinecode'>#ansible</span> <span class='inlinecode'>#terraform</span> <span class='inlinecode'>#iac</span></span><br />
<br />
<a class='textlink' href='https://danielmschmidt.de/posts/2025-09-26-terraform-actions-introduction/'>danielmschmidt.de/posts/2025-09-26-terraform-actions-introduction/</a><br />
<br />
<h3 style='display: inline' id='for-people-working-with-k8s-this-tool-is-'>For people working with <span class='inlinecode'>#k8s</span>, this tool is ...</h3><br />
<br />
<span>For people working with <span class='inlinecode'>#k8s</span>, this tool is useful. It lets you fuzzy find different k8s resource types and read a description about them: <span class='inlinecode'>#kubernetes</span> <span class='inlinecode'>#fuzzy</span> <span class='inlinecode'>#cli</span> <span class='inlinecode'>#tools</span> <span class='inlinecode'>#devops</span></span><br />
<br />
<a class='textlink' href='https://github.com/keisku/kubectl-explore'>github.com/keisku/kubectl-explore</a><br />
<br />
<h2 style='display: inline' id='november-2025'>November 2025</h2><br />
<br />
<h3 style='display: inline' id='yes-using-the-right-tool-for-the-job-and-'>Yes, using the right <span class='inlinecode'>#tool</span> for the job and ...</h3><br />
<br />
<span>Yes, using the right <span class='inlinecode'>#tool</span> for the job and also learn along the way!</span><br />
<br />
<a class='textlink' href='https://drewdevault.com/2016/09/17/Use-the-right-tool.html'>drewdevault.com/2016/09/17/Use-the-right-tool.html</a><br />
<br />
<h3 style='display: inline' id='some-neat-go-tricks-golang-'>Some neat Go tricks: <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>Some neat Go tricks: <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://harrisoncramer.me/15-go-sublteties-you-may-not-already-know/'>harrisoncramer.me/15-go-sublteties-you-may-not-already-know/</a><br />
<br />
<h3 style='display: inline' id='there-are-some-truths-in-this-sre-article-'>There are some truths in this <span class='inlinecode'>#SRE</span> article: ...</h3><br />
<br />
<span>There are some truths in this <span class='inlinecode'>#SRE</span> article: However, in my opinion, the more experience you have, the more you are expected to be able to resolve issues. So you can&#39;t always fallback to others. New starters are treated differently, of course. <span class='inlinecode'>#oncall</span></span><br />
<br />
<a class='textlink' href='https://ntietz.com/blog/what-i-tell-people-new-to-oncall/.'>ntietz.com/blog/what-i-tell-people-new-to-oncall/.</a><br />
<br />
<h3 style='display: inline' id='the-go-flight-recorder-is-a-tool-that-allows-'>The Go flight recorder is a tool that allows ...</h3><br />
<br />
<span>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&#39;s execution. Yet another tool why Go is awesome! <span class='inlinecode'>#go</span> <span class='inlinecode'>#golang</span> <span class='inlinecode'>#tools</span></span><br />
<br />
<a class='textlink' href='https://go.dev/blog/flight-recorder'>go.dev/blog/flight-recorder</a><br />
<br />
<h3 style='display: inline' id='this-is-useful-golang-'>This is useful <span class='inlinecode'>#golang</span> ...</h3><br />
<br />
<span>This is useful <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://antonz.org/chans/'>antonz.org/chans/</a><br />
<br />
<h3 style='display: inline' id='great-visually-animated-guide-how-raft-'>Great visually animated guide how <span class='inlinecode'>#raft</span> ...</h3><br />
<br />
<span>Great visually animated guide how <span class='inlinecode'>#raft</span> <span class='inlinecode'>#consensus</span> works</span><br />
<br />
<a class='textlink' href='http://thesecretlivesofdata.com/raft/'>thesecretlivesofdata.com/raft/</a><br />
<br />
<h3 style='display: inline' id='todays-junior-devs-who-skip-the-hard-'>"Today’s junior devs who skip the “hard ...</h3><br />
<br />
<span>"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</span><br />
<br />
<a class='textlink' href='https://addyo.substack.com/p/avoiding-skill-atrophy-in-the-age'>addyo.substack.com/p/avoiding-skill-atrophy-in-the-age</a><br />
<br />
<h3 style='display: inline' id='i-actually-enjoyed-readong-through-the-fish-'>I actually enjoyed readong through the <span class='inlinecode'>#Fish</span> ...</h3><br />
<br />
<span>I actually enjoyed readong through the <span class='inlinecode'>#Fish</span> <span class='inlinecode'>#shell</span> docs It&#39;s much cleaner than posix shells</span><br />
<br />
<a class='textlink' href='https://fishshell.com/docs/current/language.html'>fishshell.com/docs/current/language.html</a><br />
<br />
<h3 style='display: inline' id='there-can-be-many-things-which-can-go-wrong-'>There can be many things which can go wrong, ...</h3><br />
<br />
<span>There can be many things which can go wrong, more than mentioned here: <span class='inlinecode'>#linux</span></span><br />
<br />
<a class='textlink' href='https://notes.eatonphil.com/2025-03-27-things-that-go-wrong-with-disk-io.html'>notes.eatonphil.com/2025-03-27-things-that-go-wrong-with-disk-io.html</a><br />
<br />
<h3 style='display: inline' id='imho-motivation-is-not-always-enough-there-'>IMHO, motivation is not always enough. There ...</h3><br />
<br />
<span>IMHO, motivation is not always enough. There must also be some discipline. That helps then theres only a little or no motivation</span><br />
<br />
<a class='textlink' href='https://world.hey.com/jason/motivation-50ab8280'>world.hey.com/jason/motivation-50ab8280</a><br />
<br />
<h3 style='display: inline' id='have-been-generating-those-cpu-flame-graphs-on-'>Have been generating those CPU flame graphs on ...</h3><br />
<br />
<span>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. <span class='inlinecode'>#flamegraphs</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#kubernetes</span></span><br />
<br />
<a class='textlink' href='https://www.percona.com/blog/kubernetes-observability-code-profiling-with-flame-graphs/'>www.percona.com/blog/kubernetes-observability-code-profiling-with-flame-graphs/</a><br />
<br />
<h3 style='display: inline' id='i-personally-don-t-like-the-typical-whiteboard-'>I personally don&#39;t like the typical whiteboard ...</h3><br />
<br />
<span>I personally don&#39;t like the typical whiteboard coding exercises, nor do I think LeetCode is the answer. It&#39;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. <span class='inlinecode'>#interview</span> <span class='inlinecode'>#interviewing</span> <span class='inlinecode'>#hiring</span></span><br />
<br />
<a class='textlink' href='https://danielabaron.me/blog/reimagining-technical-interviews/'>danielabaron.me/blog/reimagining-technical-interviews/</a><br />
<br />
<h3 style='display: inline' id='if-you-ve-wondered-how-cpus-and-operating-'>If you&#39;ve wondered how CPUs and operating ...</h3><br />
<br />
<span>If you&#39;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! <span class='inlinecode'>#CPU</span></span><br />
<br />
<a class='textlink' href='https://cpu.land'>cpu.land</a><br />
<br />
<h3 style='display: inline' id='and-there-s-an-unexpected-winner---erlang-'>And there&#39;s an unexpected winner :-) <span class='inlinecode'>#erlang</span> ...</h3><br />
<br />
<span>And there&#39;s an unexpected winner :-) <span class='inlinecode'>#erlang</span> <span class='inlinecode'>#architecture</span></span><br />
<br />
<a class='textlink' href='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'>freedium.cfd/https://medium.com/@codep..-..t-wasn-t-what-we-expected-67f84c79dc34</a><br />
<br />
<h3 style='display: inline' id='is-it-it-this-is-it-what-is-it-in-ruby-34-'>Is it it? This is it. What Is It (in Ruby 3.4)? ...</h3><br />
<br />
<span>Is it it? This is it. What Is It (in Ruby 3.4)? <span class='inlinecode'>#ruby</span></span><br />
<br />
<a class='textlink' href='https://kevinjmurphy.com/posts/what-is-it-in-ruby-34/'>kevinjmurphy.com/posts/what-is-it-in-ruby-34/</a><br />
<br />
<h3 style='display: inline' id='from-my-recent-london-trip-i-ve-uploaded-'>From my recent <span class='inlinecode'>#London</span> trip, I&#39;ve uploaded ...</h3><br />
<br />
<span>From my recent <span class='inlinecode'>#London</span> trip, I&#39;ve uploaded some new Street Photography photos to my photo site All photos were post-processed using Open-Source software including <span class='inlinecode'>#Darktable</span> and <span class='inlinecode'>#Shotwell</span>. The site itself was generated with a simple <span class='inlinecode'>#bash</span> script! Not all photos are from London, just the recent additions were.</span><br />
<br />
<a class='textlink' href='https://irregular.ninja!'>irregular.ninja!</a><br />
<br />
<h3 style='display: inline' id='agreed-you-should-make-your-own-programming-'>Agreed, you should make your own programming ...</h3><br />
<br />
<span>Agreed, you should make your own programming language, even if it&#39;s only for the sake of learning. I also did so over a decade ago. Mine was called Fype - "For Your Program Execution"</span><br />
<br />
<a class='textlink' href='https://ntietz.com/blog/you-should-make-a-new-terrible-programming-language/'>ntietz.com/blog/you-should-make-a-new-terrible-programming-language/</a><br />
<a class='textlink' href='gemini://foo.zone/gemfeed/2010-05-09-the-fype-programming-language.gmi'>foo.zone/gemfeed/2010-05-09-the-fype-programming-language.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2010-05-09-the-fype-programming-language.html'>foo.zone/gemfeed/2010-05-09-the-fype-programming-language.html</a><br />
<br />
<h3 style='display: inline' id='principles-for-c-programming-c-'>Principles for C programming <span class='inlinecode'>#C</span> ...</h3><br />
<br />
<span>Principles for C programming <span class='inlinecode'>#C</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://drewdevault.com/2017/03/15/How-I-learned-to-stop-worrying-and-love-C.html'>drewdevault.com/2017/03/15/How-I-learned-to-stop-worrying-and-love-C.html</a><br />
<br />
<h3 style='display: inline' id='typst-appears-to-be-a-great-modern-'><span class='inlinecode'>#Typst</span> appears to be a great modern ...</h3><br />
<br />
<span><span class='inlinecode'>#Typst</span> appears to be a great modern alternative to <span class='inlinecode'>#LaTeX</span></span><br />
<br />
<h3 style='display: inline' id='things-you-can-do-with-a-debugger-but-not-with-'>Things you can do with a debugger but not with ...</h3><br />
<br />
<span>Things you can do with a debugger but not with print debugging <span class='inlinecode'>#debugger</span> <span class='inlinecode'>#debugging</span> <span class='inlinecode'>#coding</span> <span class='inlinecode'>#programming</span></span><br />
<br />
<a class='textlink' href='https://mahesh-hegde.github.io/posts/what_debugger_can/'>mahesh-hegde.github.io/posts/what_debugger_can/</a><br />
<br />
<h3 style='display: inline' id='neat-tutorial-i-think-i-ve-to-try-jujutsu-'>Neat tutorial, I think I&#39;ve to try <span class='inlinecode'>#jujutsu</span> ...</h3><br />
<br />
<span>Neat tutorial, I think I&#39;ve to try <span class='inlinecode'>#jujutsu</span> out now! <span class='inlinecode'>#git</span> <span class='inlinecode'>#vcs</span> <span class='inlinecode'>#jujutsu</span> <span class='inlinecode'>#jj</span></span><br />
<br />
<a class='textlink' href='https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/'>www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/</a><br />
<br />
<h3 style='display: inline' id='wise-words-best-practices-are-not-rules-they-'>Wise words Best practices are not rules. They ...</h3><br />
<br />
<span>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.</span><br />
<br />
<a class='textlink' href='https://www.arp242.net/best-practices.html'>www.arp242.net/best-practices.html</a><br />
<br />
<h3 style='display: inline' id='how-to-build-a-linux-container-from-'>How to build a <span class='inlinecode'>#Linux</span> <span class='inlinecode'>#Container</span> from ...</h3><br />
<br />
<span>How to build a <span class='inlinecode'>#Linux</span> <span class='inlinecode'>#Container</span> from scratch without <span class='inlinecode'>#Docker</span>, <span class='inlinecode'>#Podman</span>, etc. <span class='inlinecode'>#Linux</span> <span class='inlinecode'>#container</span> from scratch</span><br />
<br />
<a class='textlink' href='https://michalpitr.substack.com/p/linux-container-from-scratch?r=gt6tv&amp;triedRedirect=true'>michalpitr.substack.com/p/linux-contai..-..rom-scratch?r=gt6tv&amp;triedRedirect=true</a><br />
<br />
<h3 style='display: inline' id='when-i-reach-the-point-where-i-am-trying-to-'>When I reach the point where I am trying to ...</h3><br />
<br />
<span>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). <span class='inlinecode'>#golang</span></span><br />
<br />
<a class='textlink' href='https://blog.devtrovert.com/p/go-panic-and-recover-dont-make-these'>blog.devtrovert.com/p/go-panic-and-recover-dont-make-these</a><br />
<br />
<h3 style='display: inline' id='personally-one-of-the-main-benefits-of-using-'>Personally one of the main benefits of using ...</h3><br />
<br />
<span>Personally one of the main benefits of using <span class='inlinecode'>#tmux</span> over other solutions is, that I can use the same setup on my personal devices (Linux and BSD) and for work (<span class='inlinecode'>#macOS</span>): you might not need tmux</span><br />
<br />
<a class='textlink' href='https://bower.sh/you-might-not-need-tmux'>bower.sh/you-might-not-need-tmux</a><br />
<br />
<h2 style='display: inline' id='december-2025'>December 2025</h2><br />
<br />
<h3 style='display: inline' id='rhese-are-some-nice-ruby-tricks-ruby-is-onw-'>Rhese are some nice <span class='inlinecode'>#Ruby</span> tricks (Ruby is onw ...</h3><br />
<br />
<span>Rhese are some nice <span class='inlinecode'>#Ruby</span> tricks (Ruby is onw of my favourite languages) 11 Ruby Tricks You Haven’t Seen Before via @wallabagapp</span><br />
<br />
<a class='textlink' href='https://www.rubyguides.com/2016/01/ruby-tricks/'>www.rubyguides.com/2016/01/ruby-tricks/</a><br />
<br />
<h3 style='display: inline' id='that-s-fun-use-the-c-preprocessor-as-a-html-'>That&#39;s fun, use the C preprocessor as a HTML ...</h3><br />
<br />
<span>That&#39;s fun, use the C preprocessor as a HTML template engine! <span class='inlinecode'>#c</span> <span class='inlinecode'>#cpp</span> <span class='inlinecode'>#fun</span></span><br />
<br />
<a class='textlink' href='https://wheybags.com/blog/macroblog.html'>wheybags.com/blog/macroblog.html</a><br />
<br />
<h3 style='display: inline' id='jq-but-for-markdown-thats-interesting-'><span class='inlinecode'>#jq</span> but for <span class='inlinecode'>#Markdown</span>? Thats interesting, ...</h3><br />
<br />
<span><span class='inlinecode'>#jq</span> but for <span class='inlinecode'>#Markdown</span>? Thats interesting, never thought of that. mdq: jq for Markdown via @wallabagapp</span><br />
<br />
<a class='textlink' href='https://github.com/yshavit/mdq'>github.com/yshavit/mdq</a><br />
<br />
<h3 style='display: inline' id='elvish-seems-to-be-a-neat-little-shell-it-s-'>Elvish seems to be a neat little shell. It&#39;s ...</h3><br />
<br />
<span>Elvish seems to be a neat little shell. It&#39;s implemented in <span class='inlinecode'>#Golang</span> 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&#39;t so deeply intertwined with <span class='inlinecode'>#bash</span> and <span class='inlinecode'>#zsh</span>, I would personally give <span class='inlinecode'>#Elvish</span> a try... Interesting, at least, it is.</span><br />
<br />
<a class='textlink' href='https://elv.sh/'>elv.sh/</a><br />
<br />
<h3 style='display: inline' id='google-sre-required-better-wifi-on-the-'>Google <span class='inlinecode'>#SRE</span> required better Wifi on the ...</h3><br />
<br />
<span>Google <span class='inlinecode'>#SRE</span> required better Wifi on the toilet, otherwise YouTube could go down :-)</span><br />
<br />
<a class='textlink' href='https://podcasts.apple.com/us/podcast/incident-response-with-sarah-butt-and-vrai-stacey/id1615778073?i=1000672365156'>podcasts.apple.com/us/podcast/incident..-..ai-stacey/id1615778073?i=1000672365156</a><br />
<br />
<h3 style='display: inline' id='indeed-'>Indeed ...</h3><br />
<br />
<span>Indeed</span><br />
<br />
<a class='textlink' href='https://aaronfrancis.com/2024/because-i-wanted-to-12c5137c'>aaronfrancis.com/2024/because-i-wanted-to-12c5137c</a><br />
<br />
<h3 style='display: inline' id='very-interesting-post-how-pods-are-scheduled-'>Very interesting post how pods are scheduled ...</h3><br />
<br />
<span>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) <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#kubernetes</span></span><br />
<br />
<a class='textlink' href='https://learnk8s.io/graceful-shutdown'>learnk8s.io/graceful-shutdown</a><br />
<br />
<h3 style='display: inline' id='i-have-added-observability-to-the-kubernetes-'>I have added observability to the <span class='inlinecode'>#Kubernetes</span> ...</h3><br />
<br />
<span>I have added observability to the <span class='inlinecode'>#Kubernetes</span> cluster in the eighth part of my <span class='inlinecode'>#Kubernetes</span> on <span class='inlinecode'>#FreeBSD</span> series. <span class='inlinecode'>#Grafana</span> <span class='inlinecode'>#Loki</span> <span class='inlinecode'>#Prometheus</span> <span class='inlinecode'>#Alloy</span> <span class='inlinecode'>#k3s</span> <span class='inlinecode'>#OpenBSD</span> <span class='inlinecode'>#RockyLinux</span></span><br />
<br />
<a class='textlink' href='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.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.html'>foo.zone/gemfeed/2025-12-07-f3s-kubernetes-with-freebsd-part-8.html</a><br />
<br />
<h3 style='display: inline' id='wondering-where-i-could-make-use-of-it-'>Wondering where I could make use of it ...</h3><br />
<br />
<span>Wondering where I could make use of it blog/2025/12/an-svg-is-all-you-need.mld <span class='inlinecode'>#SVG</span></span><br />
<br />
<a class='textlink' href='https://jon.recoil.org/blog/2025/12/an-svg-is-all-you-need.html'>jon.recoil.org/blog/2025/12/an-svg-is-all-you-need.html</a><br />
<br />
<h3 style='display: inline' id='trying-out-cosmic-desktop-seems-'>Trying out <span class='inlinecode'>#COSMIC</span> <span class='inlinecode'>#Desktop</span>... seems ...</h3><br />
<br />
<span>Trying out <span class='inlinecode'>#COSMIC</span> <span class='inlinecode'>#Desktop</span>... seems snappier than <span class='inlinecode'>#GNOME</span> and I like the tiling features...</span><br />
<br />
<h3 style='display: inline' id='best-thing-i-ve-ever-read-about-container-'>Best thing I&#39;ve ever read about <span class='inlinecode'>#container</span> ...</h3><br />
<br />
<span>Best thing I&#39;ve ever read about <span class='inlinecode'>#container</span> <span class='inlinecode'>#security</span> in <span class='inlinecode'>#kubernetes</span>:</span><br />
<br />
<a class='textlink' href='https://learnkube.com/security-contexts'>learnkube.com/security-contexts</a><br />
<br />
<h3 style='display: inline' id='while-acknowledging-luck-in-finding-the-right-'>While acknowledging luck in finding the right ...</h3><br />
<br />
<span>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 <span class='inlinecode'>#engineering</span></span><br />
<br />
<a class='textlink' href='https://lalitm.com/software-engineering-outside-the-spotlight/'>lalitm.com/software-engineering-outside-the-spotlight/</a><br />
<br />
<h3 style='display: inline' id='great-explanation-slo-sla-sli-sre-'>Great explanation <span class='inlinecode'>#slo</span> <span class='inlinecode'>#sla</span> <span class='inlinecode'>#sli</span> <span class='inlinecode'>#sre</span> ...</h3><br />
<br />
<span>Great explanation <span class='inlinecode'>#slo</span> <span class='inlinecode'>#sla</span> <span class='inlinecode'>#sli</span> <span class='inlinecode'>#sre</span></span><br />
<br />
<a class='textlink' href='https://blog.alexewerlof.com/p/sla-vs-slo'>blog.alexewerlof.com/p/sla-vs-slo</a><br />
<br />
<h3 style='display: inline' id='nice-service-you-send-a-drive-they-host-'>Nice service, you send a drive, they host ...</h3><br />
<br />
<span>Nice service, you send a drive, they host <span class='inlinecode'>#ZFS</span> for you!</span><br />
<br />
<a class='textlink' href='https://zfs.rent/'>zfs.rent/</a><br />
<br />
<span>Other related posts:</span><br />
<br />
<a class='textlink' href='./2025-01-01-posts-from-october-to-december-2024.html'>2025-01-01 Posts from October to December 2024</a><br />
<a class='textlink' href='./2025-07-01-posts-from-january-to-june-2025.html'>2025-07-01 Posts from January to June 2025</a><br />
<a class='textlink' href='./2026-01-01-posts-from-july-to-december-2025.html'>2026-01-01 Posts from July to December 2025 (You are currently reading this)</a><br />
<br />
<span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
<p class="footer">
    Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter 3.0.1-develop</a> |
    served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
    <a href="https://foo.zone/site-mirrors.html">Site Mirrors</a>
    <br />
    Webring: <a href="https://shring.sh/foo.zone/previous">previous</a> | <a href="https://shring.sh">shring</a> | <a href="https://shring.sh/foo.zone/next">next</a>
</p>
</body>
</html>