diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-24 20:33:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-24 20:33:47 +0300 |
| commit | 9df5a746566bc0100eb41a2d6a7d79d0f91a727f (patch) | |
| tree | c10041f94b639ab4d41cdea87517d0da50e7dfc8 /about | |
| parent | fe2f3d99de83cb9cda7baba84387fe12a2555999 (diff) | |
Update content for gemtext
Diffstat (limited to 'about')
| -rw-r--r-- | about/resources.gmi | 210 | ||||
| -rw-r--r-- | about/showcase.gmi | 894 |
2 files changed, 568 insertions, 536 deletions
diff --git a/about/resources.gmi b/about/resources.gmi index baf76a4b..445331d2 100644 --- a/about/resources.gmi +++ b/about/resources.gmi @@ -30,117 +30,119 @@ You won't find any links on this site because, over time, the links will break. * ⇢ ⇢ Newsletters I like * ⇢ ⇢ Magazines I like(d) * ⇢ ⇢ YouTube channels +* ⇢ Individual videos * ⇢ Formal education ## Technical books In random order: -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The Docker Book; James Turnbull; Kindle -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Funktionale Programmierung; Peter Pepper; Springer -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Raku Recipes; J.J. Merelo; Apress +* Developing Games in Java; David Brackeen and others...; New Riders * Modern Perl; Chromatic ; Onyx Neon Press +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The Docker Book; James Turnbull; Kindle +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer * The Pragmatic Programmer; David Thomas; Addison-Wesley +* C++ Programming Language; Bjarne Stroustrup; +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Raku Fundamentals; Moritz Lenz; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Ultimate Go Notebook; Bill Kennedy -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective awk programming; Arnold Robbins; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Leanring eBPF; Liz Rice; O'Reilly +* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Raku Fundamentals; Moritz Lenz; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * DNS and BIND; Cricket Liu; O'Reilly -* 97 Things Every Cloud Engineer Should Know: Collective Wisdom from the Experts;Emily Freeman, Nathen Harvey; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Effective awk programming; Arnold Robbins; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook -* Leanring eBPF; Liz Rice; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook +* 97 Things Every Cloud Engineer Should Know: Collective Wisdom from the Experts;Emily Freeman, Nathen Harvey; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional ## Technical references I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order: * Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt ## Self-development and soft-skills books In random order: -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook -* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Eat That Frog; Brian Tracy +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Deep Work; Cal Newport; Piatkus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Meditation for Mortals, Oliver Burkeman, Audiobook * Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Ultralearning; Anna Laurent; Self-published via Amazon * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) * The Power of Now; Eckhard Tolle; Yellow Kite +* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Atomic Habits; James Clear; Random House Business +* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Getting Things Done; David Allen -* 101 Essays that change the way you think; Brianna Wiest; Audiobook * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) +* 101 Essays that change the way you think; Brianna Wiest; Audiobook +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Soft Skills; John Sommez; Manning Publications -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook -* Deep Work; Cal Newport; Piatkus +* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook +* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Soft Skills; John Sommez; Manning Publications * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook -* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Eat That Frog; Brian Tracy -* Atomic Habits; James Clear; Random House Business -* Slow Productivity; Cal Newport; Penguin Random House -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook * So Good They Can't Ignore You; Cal Newport; Business Plus -* Meditation for Mortals, Oliver Burkeman, Audiobook +* Slow Productivity; Cal Newport; Penguin Random House +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* [german]: Positiv wirkt - Wie du mit positivem Denken und Handeln aktiv dein Leben gestaltest; Armin Schubert; BusinessVillage => ../notes/index.gmi Here are notes of mine for some of the books @@ -148,30 +150,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need) -* Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Protocol buffers; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Functional programming lecture; Remote University of Hagen * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online +* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Apache Tomcat Best Practises; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * Advanced Bash-Scripting Guide -* Raku Guide at https://raku.guide * How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -179,64 +181,68 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted +* Backend Banter +* Pratical AI +* Modern Mentor * BSD Now [BSD] -* The ProdCast (Google SRE Podcast) * Hidden Brain -* The Changelog Podcast(s) -* Pratical AI -* Fork Around And Find Out +* Cup o' Go [Golang] +* Maintainable * Wednesday Wisdom +* Deep Questions with Cal Newport * Fallthrough [Golang] * The Pragmatic Engineer Podcast -* Deep Questions with Cal Newport -* Maintainable -* Backend Banter -* Cup o' Go [Golang] -* Modern Mentor +* Dev Interrupted +* Fork Around And Find Out +* The ProdCast (Google SRE Podcast) +* The Changelog Podcast(s) ### Podcasts I liked I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests. +* Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) * FLOSS weekly * Modern Mentor * Java Pub House -* Go Time (predecessor of fallthrough) * CRE: Chaosradio Express [german] -* Ship It (predecessor of Fork Around And Find Out) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * Applied Go Weekly Newsletter -* byteSizeGo -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Pragmatic Engineer -* The Imperfectionist * Golang Weekly +* Register Spill * Monospace Mentor -* The Valuable Dev * Ruby Weekly -* Register Spill -* VK Newsletter +* The Valuable Dev * Changelog News +* VK Newsletter +* byteSizeGo +* The Imperfectionist +* The Pragmatic Engineer +* Andreas Brandhorst Newsletter (Sci-Fi author) ## Magazines I like(d) This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order: +* freeX (not published anymore) * Linux User -* Linux Magazine * LWN (online only) -* freeX (not published anymore) +* Linux Magazine ## YouTube channels * Jo Van Eyck - A lot about AI in Software Engineering * The Linux Experiment - Nice to watch to relax and learn about Linux news +# Individual videos + +=> https://www.youtube.com/watch?app=desktop&v=SxdOUGdseq4 "Simple Made Easy" by Rich Hickey + # Formal education I have met many self-taught IT professionals I highly respect. In my own opinion, a formal degree does not automatically qualify a person for a particular job. It is more about how you educate yourself further *after* formal education. The pragmatic way of thinking and getting things done do not require a college or university degree. diff --git a/about/showcase.gmi b/about/showcase.gmi index 486c8fd5..992cc4c3 100644 --- a/about/showcase.gmi +++ b/about/showcase.gmi @@ -1,6 +1,6 @@ # Project Showcase -Generated on: 2026-07-08 +Generated on: 2026-07-22 => showcase-rank-history.svg Interactive Project Rank History Graph (SVG) @@ -11,132 +11,177 @@ This page showcases my side projects, providing an overview of what each project * ⇢ Project Showcase * ⇢ ⇢ Overall Statistics * ⇢ ⇢ Projects -* ⇢ ⇢ ⇢ 1. gonf 1 -* ⇢ ⇢ ⇢ 2. shuriken.sh 2↙1←1←1 -* ⇢ ⇢ ⇢ 3. conf 3←3↖7←7↙6←6↙4↖5↖14↙12↙10↙7←7↖9↙7↖9←9↙7↙5 -* ⇢ ⇢ ⇢ 4. tasksamurai 4↙2↖15↙14↙13←13↖14↙11↙9←9↙7↙5←5↖23↙22↙18←18↙16←16 -* ⇢ ⇢ ⇢ 5. hexai 5←5↙2↖5↖7←7↙6↙4↖5↙3↖8↙6←6↙4↙1←1↖3↖15↙2 -* ⇢ ⇢ ⇢ 6. dotfiles 6↙4↙3↙2↖3←3↖8↙7←7←7↖9↙8←8↙6↙4↙3↖5↙3←3 -* ⇢ ⇢ ⇢ 7. gitsyncer 7↙6↙5↙3↖10←10←10↖20←20↙19↙18←18←18↙16↙14↙11←11↖17↙15 -* ⇢ ⇢ ⇢ 8. gt 8←8↙6↙4↙1←1↖28↙26←26↙25↙24←24←24↙22↙21↙17←17↙14↙13 -* ⇢ ⇢ ⇢ 9. irregular.ninja 9↙7↙4 -* ⇢ ⇢ ⇢ 10. snonux 10←10↖11↙10↙8←8↙7↙3↙2↖4↙3←3←3↙2↖5 -* ⇢ ⇢ ⇢ 11. ior 11↙9↙8←8↙5←5←5↙1↖12↖14↙13↖14←14↙12↙9↙4↙2↙1←1 -* ⇢ ⇢ ⇢ 12. hypr 12↙11↙9↙6↙2←2←2↖17↙16↙15↙14↙11←11↙7↙3 -* ⇢ ⇢ ⇢ 13. player 13↙12↙10↙9↙4←4↙3↙2↙1←1 -* ⇢ ⇢ ⇢ 14. dtail 14↙13↙12↙11↙9←9←9↙6↙4↙2↙1↖10←10↙8↙6↙2↙1↖21↙20 -* ⇢ ⇢ ⇢ 15. goprecords 15↙14←14↙12↙11←11←11↙9↙6←6↙4↙2←2↖29↙28↙24←24←24←24 -* ⇢ ⇢ ⇢ 16. totalrecall 16↙15↙13←13↙12←12←12↙10↙8←8↙6↙4←4↙1↖18↙15↖16↙13↖14 -* ⇢ ⇢ ⇢ 17. fastforge 17↙16←16↙15←15←15←15↙12↙11↙10↙5↙1←1↖3 -* ⇢ ⇢ ⇢ 18. foostore 18↙17←17←17←17←17←17↙15←15↙13↙12↖16←16↙14↙11↙7←7↙5↖7 -* ⇢ ⇢ ⇢ 19. rampage 19↙18←18↙16↙14←14↙13↙8↙3 -* ⇢ ⇢ ⇢ 20. comicforge 20↙19←19↙18↙16←16←16↙13↙10↙5↙2 -* ⇢ ⇢ ⇢ 21. timesamurai 21↙20←20↙19↙18←18←18↙16↖17↙16↙15↙12←12↙11↙10↙5↙4↙2 -* ⇢ ⇢ ⇢ 22. loadbars 22↙21←21↙20↙19←19←19↖53←53↙51↙50↙49←49←49↙46↙6←6↙4↖47 -* ⇢ ⇢ ⇢ 23. ds-sim 23↙22←22↙21↙20←20←20↙19←19↙18↙17↙15←15↙13↙12↖25←25←25↙21 -* ⇢ ⇢ ⇢ 24. foo.zone 24↙23←23↙22↙21←21←21↙18←18↙17↙16↙13←13↙10↙8↖64←64←64↙6 -* ⇢ ⇢ ⇢ 25. rcm 25↙24←24↙23↙22←22←22↖25←25↙24↙23↙22←22↙20↙15↙12↖13↙10←10 -* ⇢ ⇢ ⇢ 26. gogios 26↙25↖26↙25↙24←24←24↙22←22↙21←21↙20←20↙18↖19↙16↙15↙12↙11 -* ⇢ ⇢ ⇢ 27. epimetheus 27↙26↙25↙24↙23←23←23↙21←21↙20↙19↙17←17↙15↙13↙8←8↙6↙4 -* ⇢ ⇢ ⇢ 28. yoga 28↙27←27↙26↙25←25←25↙24←24↙23↙22↙21←21↙19↙17↙13↖14↙11↖12 -* ⇢ ⇢ ⇢ 29. gemtexter 29↙28←28←28↙27←27←27←27↖28↙27←27↖28←28↙27↙26↙22←22←22←22 -* ⇢ ⇢ ⇢ 30. scifi 30↙29←29↙27↙26←26←26↙23←23↙22↙20↙19←19↙17↙16↙10←10↙8←8 -* ⇢ ⇢ ⇢ 31. gos 31↙30←30↙29↙28←28↖30↙29←29↙28↙26↙25←25↙24↙23↙19←19↙18←18 -* ⇢ ⇢ ⇢ 32. log4jbench 32↙31←31↙30↙29←29←29↙28↙27↙26↙25↙23←23↙21↙20↙14↙12↙9←9 -* ⇢ ⇢ ⇢ 33. timr 33←33←33↙32↙31←31↖32↙31←31↙30↙29↙27←27↙26↙25↙21←21↙20↙19 -* ⇢ ⇢ ⇢ 34. foostats 34↙32←32↙31↙30←30↖31↙30←30↙29↙28↙26←26↙25↙24↙20←20↙19↙17 -* ⇢ ⇢ ⇢ 35. wireguardmeshgenerator 35↙34←34↙33↙32←32↖33↙32←32↙31↙30↙29←29↙28↙27↙23←23←23←23 -* ⇢ ⇢ ⇢ 36. ioriot 36↙35←35↙34↙33←33↖34↙33←33↙32↙31↙30←30←30↙29↖34↖35↙34↖35 -* ⇢ ⇢ ⇢ 37. quicklogger 37↙36←36↙35↙34←34↖35↙34←34↙33↙32↙31←31←31↙30↙26←26←26↙25 -* ⇢ ⇢ ⇢ 38. quicklog 38↙37←37↙36↙35←35↖36↙35←35 -* ⇢ ⇢ ⇢ 39. sillybench 39↙38←38↙37↙36←36↖37↙36←36↙34↙33↙32←32←32↙31↙27←27←27←27 -* ⇢ ⇢ ⇢ 40. terraform 40↙39←39↙38↙37←37↖38↙37←37↙35↙34↙33←33←33↙32↙28←28←28↙26 -* ⇢ ⇢ ⇢ 41. guprecords 41↙40←40↙39↙38←38↖39↙38←38↙36↙35↙34←34←34↙33↖39↙29↖40↙29 -* ⇢ ⇢ ⇢ 42. photoalbum 42↙41←41↙40←40←40↖42↙41←41↙40↙39↙38←38←38↙37↙32↖33↙32↖34 -* ⇢ ⇢ ⇢ 43. geheim 43↙42←42↙41↙39←39↖40↙39←39↙37↙36↙35←35←35↙34↙29↖30↙29↖30 -* ⇢ ⇢ ⇢ 44. gorum 44↙43←43↙42↙41←41←41↙40←40↙38↙37↙36←36←36↙35↙30↖31↙30↙28 -* ⇢ ⇢ ⇢ 45. docker-radicale-server 45↙44←44↙43↙42←42↖43↙42←42↙39↙38↙37←37←37↙36↙31↖32↙31←31 -* ⇢ ⇢ ⇢ 46. randomjournalpage 46↙45←45↙44↙43←43↖44↙43←43↙41↙40↙39←39←39↙38↙33↖34↙33←33 -* ⇢ ⇢ ⇢ 47. staticfarm-apache-handlers 47←47←47↙46↙45←45↖46↙45←45↙43↙42↙41←41↖42↙41↙37↖38←38↖40 -* ⇢ ⇢ ⇢ 48. ipv6test 48←48←48↙47↙46←46↖47↙46←46↙44↙43↙42←42↙41↙40↙36↖37←37↙36 -* ⇢ ⇢ ⇢ 49. algorithms 49↙46←46↙45↙44←44↖45↙44←44↙42↙41↙40←40←40↙39↙35↖36←36↙32 -* ⇢ ⇢ ⇢ 50. sway-autorotate 50↙49←49↙48↙47←47↖48↙47←47↙45↙44↙43←43←43↙42↙38↖39←39↙38 -* ⇢ ⇢ ⇢ 51. mon 51↙50←50↙49↙48←48↖49↙48←48↙46↙45↙44←44←44↙43↙40←40↖41↙39 -* ⇢ ⇢ ⇢ 52. fapi 52↙51←51↙50↙49←49↖50↙49←49↙47↙46↙45←45↖46↙44↙41←41↖42↖44 -* ⇢ ⇢ ⇢ 53. pingdomfetch 53↙52←52↙51←51←51↖52↙51←51↙49↙48↙47←47←47↙45↙42←42↖43↙41 -* ⇢ ⇢ ⇢ 54. playground 54←54←54↙53←53←53 -* ⇢ ⇢ ⇢ 55. pwgrep 55←55←55↙54←54←54←54←54←54↙52↙51↙50←50←50↙47↙44←44↖45↖50 -* ⇢ ⇢ ⇢ 56. xerl 56←56←56↙55↙50←50↖51↙50←50↙48↙47↙46←46↙45↖48↙45←45↙35↖42 -* ⇢ ⇢ ⇢ 57. awksite 57←57←57↙56↙55←55←55←55←55↙53↙52↙51←51←51↙49↙46←46←46↖61 -* ⇢ ⇢ ⇢ 58. gotop 58←58←58↙57↙56←56←56←56←56↙54↙53↙52←52←52↙50↙47←47←47↖48 -* ⇢ ⇢ ⇢ 59. japi 59←59←59↙58↙57←57←57←57←57↙55↙54↙53←53←53↙51↙48←48←48↖53 -* ⇢ ⇢ ⇢ 60. perldaemon 60←60←60↙59↙58←58←58←58←58↙56↙55↙54←54←54↙52←52↙49↖52↙51 -* ⇢ ⇢ ⇢ 61. rubyfy 61←61←61↙60↙59←59←59←59←59↙57↙56↙55←55←55↙53↙49↖50↙49←49 -* ⇢ ⇢ ⇢ 62. netdiff 62↖63←63↙62↙61←61←61←61←61↙59↙58↙57←57←57↙55↙51↖52↙51↖56 -* ⇢ ⇢ ⇢ 63. perl-c-fibonacci 63↙62←62↙61↙60←60←60←60←60↙58↙57↙56←56←56↙54↙50↖51↙50↙45 -* ⇢ ⇢ ⇢ 64. muttdelay 64←64←64↙63↙62←62←62←62←62↙60↙59↙58←58←58↙56↙54←54←54↖55 -* ⇢ ⇢ ⇢ 65. cpuinfo 65←65←65↙64↙63←63←63←63←63↙61↙60↙59←59←59↙57←57←57↙56↖59 -* ⇢ ⇢ ⇢ 66. dyndns 66←66←66↙65↙64←64↖65←65←65↙63↙62↙61←61←61↙59←59←59↙58↖62 -* ⇢ ⇢ ⇢ 67. debroid 67←67←67↙66↙65←65↖66←66←66↙64↙63↙62←62←62↙60←60←60↙59↙57 -* ⇢ ⇢ ⇢ 68. ychat 68←68←68↙67↙66←66↖67←67←67↙65↙64↙63←63←63←63←63←63↙62↙43 -* ⇢ ⇢ ⇢ 69. netcalendar 69←69←69↙68↙67←67↖68←68←68↙66↙65↙64←64←64↙61↙55←55←55↙46 -* ⇢ ⇢ ⇢ 70. jsmstrade 70←70←70↙69↙68←68↖69←69←69↙67↙66↙65←65←65↙62↙53←53←53↙52 -* ⇢ ⇢ ⇢ 71. template 71←71←71↙70←70←70↙64←64←64↙62↙61↙60←60←60↙58←58←58↙57↖60 -* ⇢ ⇢ ⇢ 72. vs-sim 72←72←72↙71↙69←69↖70←70←70↙68↙67↙66←66←66↙64↙56←56↖63←63 -* ⇢ ⇢ ⇢ 73. perl-poetry 73←73←73↙72↙71←71←71←71←71↙69↙68↙67←67←67↙65↙61←61↙60↙54 -* ⇢ ⇢ ⇢ 74. fype 74↙53←53↙52←52←52↖53↙52←52↙50↙49↙48←48←48↖66↙43←43↖44↙37 -* ⇢ ⇢ ⇢ 75. hsbot 75↙74←74↙73↙72←72←72←72←72↙70↙69↙68←68←68↙67↙62←62↙61↙58 +* ⇢ ⇢ ⇢ 1. dtail 1↖13↖14↙13↙12↙11↙9←9←9↙6↙4↙2↙1↖10←10↙8↙6↙2↙1↖21↙20 +* ⇢ ⇢ ⇢ 2. ggaze 2↙1 +* ⇢ ⇢ ⇢ 3. dotfiles 3↖6←6↙4↙3↙2↖3←3↖8↙7←7←7↖9↙8←8↙6↙4↙3↖5↙3←3 +* ⇢ ⇢ ⇢ 4. shuriken.sh 4↙3↙2↙1←1←1 +* ⇢ ⇢ ⇢ 5. conf 5↙4↙3←3↖7←7↙6←6↙4↖5↖14↙12↙10↙7←7↖9↙7↖9←9↙7↙5 +* ⇢ ⇢ ⇢ 6. tasksamurai 6↙5↙4↙2↖15↙14↙13←13↖14↙11↙9←9↙7↙5←5↖23↙22↙18←18↙16←16 +* ⇢ ⇢ ⇢ 7. gonf 7↙2↙1 +* ⇢ ⇢ ⇢ 8. hexai 8↙7↙5←5↙2↖5↖7←7↙6↙4↖5↙3↖8↙6←6↙4↙1←1↖3↖15↙2 +* ⇢ ⇢ ⇢ 9. gitsyncer 9↙8↙7↙6↙5↙3↖10←10←10↖20←20↙19↙18←18←18↙16↙14↙11←11↖17↙15 +* ⇢ ⇢ ⇢ 10. gt 10↙9↙8←8↙6↙4↙1←1↖28↙26←26↙25↙24←24←24↙22↙21↙17←17↙14↙13 +* ⇢ ⇢ ⇢ 11. foo.zone 11↖25↙24↙23←23↙22↙21←21←21↙18←18↙17↙16↙13←13↙10↙8↖64←64←64↙6 +* ⇢ ⇢ ⇢ 12. snonux 12↙10←10←10↖11↙10↙8←8↙7↙3↙2↖4↙3←3←3↙2↖5 +* ⇢ ⇢ ⇢ 13. ior 13↙11←11↙9↙8←8↙5←5←5↙1↖12↖14↙13↖14←14↙12↙9↙4↙2↙1←1 +* ⇢ ⇢ ⇢ 14. irregular.ninja 14↙12↙9↙7↙4 +* ⇢ ⇢ ⇢ 15. goprecords 15↖16↙15↙14←14↙12↙11←11←11↙9↙6←6↙4↙2←2↖29↙28↙24←24←24←24 +* ⇢ ⇢ ⇢ 16. hypr 16↙14↙12↙11↙9↙6↙2←2←2↖17↙16↙15↙14↙11←11↙7↙3 +* ⇢ ⇢ ⇢ 17. player 17↙15↙13↙12↙10↙9↙4←4↙3↙2↙1←1 +* ⇢ ⇢ ⇢ 18. totalrecall 18↙17↙16↙15↙13←13↙12←12←12↙10↙8←8↙6↙4←4↙1↖18↙15↖16↙13↖14 +* ⇢ ⇢ ⇢ 19. fastforge 19↙18↙17↙16←16↙15←15←15←15↙12↙11↙10↙5↙1←1↖3 +* ⇢ ⇢ ⇢ 20. foostore 20↙19↙18↙17←17←17←17←17←17↙15←15↙13↙12↖16←16↙14↙11↙7←7↙5↖7 +* ⇢ ⇢ ⇢ 21. timesamurai 21←21←21↙20←20↙19↙18←18←18↙16↖17↙16↙15↙12←12↙11↙10↙5↙4↙2 +* ⇢ ⇢ ⇢ 22. comicforge 22↙20←20↙19←19↙18↙16←16←16↙13↙10↙5↙2 +* ⇢ ⇢ ⇢ 23. rampage 23↙22↙19↙18←18↙16↙14←14↙13↙8↙3 +* ⇢ ⇢ ⇢ 24. ds-sim 24←24↙23↙22←22↙21↙20←20←20↙19←19↙18↙17↙15←15↙13↙12↖25←25←25↙21 +* ⇢ ⇢ ⇢ 25. gogios 25↖27↙26↙25↖26↙25↙24←24←24↙22←22↙21←21↙20←20↙18↖19↙16↙15↙12↙11 +* ⇢ ⇢ ⇢ 26. epimetheus 26↖28↙27↙26↙25↙24↙23←23←23↙21←21↙20↙19↙17←17↙15↙13↙8←8↙6↙4 +* ⇢ ⇢ ⇢ 27. yoga 27↖29↙28↙27←27↙26↙25←25←25↙24←24↙23↙22↙21←21↙19↙17↙13↖14↙11↖12 +* ⇢ ⇢ ⇢ 28. rcm 28↙26↙25↙24←24↙23↙22←22←22↖25←25↙24↙23↙22←22↙20↙15↙12↖13↙10←10 +* ⇢ ⇢ ⇢ 29. gemtexter 29↖30↙29↙28←28←28↙27←27←27←27↖28↙27←27↖28←28↙27↙26↙22←22←22←22 +* ⇢ ⇢ ⇢ 30. scifi 30↖31↙30↙29←29↙27↙26←26←26↙23←23↙22↙20↙19←19↙17↙16↙10←10↙8←8 +* ⇢ ⇢ ⇢ 31. gos 31↖32↙31↙30←30↙29↙28←28↖30↙29←29↙28↙26↙25←25↙24↙23↙19←19↙18←18 +* ⇢ ⇢ ⇢ 32. log4jbench 32↖33↙32↙31←31↙30↙29←29←29↙28↙27↙26↙25↙23←23↙21↙20↙14↙12↙9←9 +* ⇢ ⇢ ⇢ 33. timr 33↖34↙33←33←33↙32↙31←31↖32↙31←31↙30↙29↙27←27↙26↙25↙21←21↙20↙19 +* ⇢ ⇢ ⇢ 34. foostats 34↖35↙34↙32←32↙31↙30←30↖31↙30←30↙29↙28↙26←26↙25↙24↙20←20↙19↙17 +* ⇢ ⇢ ⇢ 35. wireguardmeshgenerator 35↖36↙35↙34←34↙33↙32←32↖33↙32←32↙31↙30↙29←29↙28↙27↙23←23←23←23 +* ⇢ ⇢ ⇢ 36. ioriot 36↖37↙36↙35←35↙34↙33←33↖34↙33←33↙32↙31↙30←30←30↙29↖34↖35↙34↖35 +* ⇢ ⇢ ⇢ 37. quicklogger 37↖38↙37↙36←36↙35↙34←34↖35↙34←34↙33↙32↙31←31←31↙30↙26←26←26↙25 +* ⇢ ⇢ ⇢ 38. quicklog 38↖39↙38↙37←37↙36↙35←35↖36↙35←35 +* ⇢ ⇢ ⇢ 39. sillybench 39↖40↙39↙38←38↙37↙36←36↖37↙36←36↙34↙33↙32←32←32↙31↙27←27←27←27 +* ⇢ ⇢ ⇢ 40. terraform 40↖41↙40↙39←39↙38↙37←37↖38↙37←37↙35↙34↙33←33←33↙32↙28←28←28↙26 +* ⇢ ⇢ ⇢ 41. guprecords 41↖42↙41↙40←40↙39↙38←38↖39↙38←38↙36↙35↙34←34←34↙33↖39↙29↖40↙29 +* ⇢ ⇢ ⇢ 42. photoalbum 42↖43↙42↙41←41↙40←40←40↖42↙41←41↙40↙39↙38←38←38↙37↙32↖33↙32↖34 +* ⇢ ⇢ ⇢ 43. geheim 43↖44↙43↙42←42↙41↙39←39↖40↙39←39↙37↙36↙35←35←35↙34↙29↖30↙29↖30 +* ⇢ ⇢ ⇢ 44. gorum 44↖45↙44↙43←43↙42↙41←41←41↙40←40↙38↙37↙36←36←36↙35↙30↖31↙30↙28 +* ⇢ ⇢ ⇢ 45. docker-radicale-server 45↖46↙45↙44←44↙43↙42←42↖43↙42←42↙39↙38↙37←37←37↙36↙31↖32↙31←31 +* ⇢ ⇢ ⇢ 46. randomjournalpage 46↖47↙46↙45←45↙44↙43←43↖44↙43←43↙41↙40↙39←39←39↙38↙33↖34↙33←33 +* ⇢ ⇢ ⇢ 47. staticfarm-apache-handlers 47↖49↙47←47←47↙46↙45←45↖46↙45←45↙43↙42↙41←41↖42↙41↙37↖38←38↖40 +* ⇢ ⇢ ⇢ 48. ipv6test 48↖50↙48←48←48↙47↙46←46↖47↙46←46↙44↙43↙42←42↙41↙40↙36↖37←37↙36 +* ⇢ ⇢ ⇢ 49. algorithms 49↙48↖49↙46←46↙45↙44←44↖45↙44←44↙42↙41↙40←40←40↙39↙35↖36←36↙32 +* ⇢ ⇢ ⇢ 50. sway-autorotate 50↖51↙50↙49←49↙48↙47←47↖48↙47←47↙45↙44↙43←43←43↙42↙38↖39←39↙38 +* ⇢ ⇢ ⇢ 51. mon 51↖52↙51↙50←50↙49↙48←48↖49↙48←48↙46↙45↙44←44←44↙43↙40←40↖41↙39 +* ⇢ ⇢ ⇢ 52. fapi 52↖53↙52↙51←51↙50↙49←49↖50↙49←49↙47↙46↙45←45↖46↙44↙41←41↖42↖44 +* ⇢ ⇢ ⇢ 53. xerl 53↖57↙56←56←56↙55↙50←50↖51↙50←50↙48↙47↙46←46↙45↖48↙45←45↙35↖42 +* ⇢ ⇢ ⇢ 54. pingdomfetch 54←54↙53↙52←52↙51←51←51↖52↙51←51↙49↙48↙47←47←47↙45↙42←42↖43↙41 +* ⇢ ⇢ ⇢ 55. playground 55←55↙54←54←54↙53←53←53 +* ⇢ ⇢ ⇢ 56. loadbars 56↙23↙22↙21←21↙20↙19←19←19↖53←53↙51↙50↙49←49←49↙46↙6←6↙4↖47 +* ⇢ ⇢ ⇢ 57. pwgrep 57↙56↙55←55←55↙54←54←54←54←54←54↙52↙51↙50←50←50↙47↙44←44↖45↖50 +* ⇢ ⇢ ⇢ 58. awksite 58←58↙57←57←57↙56↙55←55←55←55←55↙53↙52↙51←51←51↙49↙46←46←46↖61 +* ⇢ ⇢ ⇢ 59. gotop 59←59↙58←58←58↙57↙56←56←56←56←56↙54↙53↙52←52←52↙50↙47←47←47↖48 +* ⇢ ⇢ ⇢ 60. japi 60←60↙59←59←59↙58↙57←57←57←57←57↙55↙54↙53←53←53↙51↙48←48←48↖53 +* ⇢ ⇢ ⇢ 61. perldaemon 61←61↙60←60←60↙59↙58←58←58←58←58↙56↙55↙54←54←54↙52←52↙49↖52↙51 +* ⇢ ⇢ ⇢ 62. rubyfy 62←62↙61←61←61↙60↙59←59←59←59←59↙57↙56↙55←55←55↙53↙49↖50↙49←49 +* ⇢ ⇢ ⇢ 63. netdiff 63←63↙62↖63←63↙62↙61←61←61←61←61↙59↙58↙57←57←57↙55↙51↖52↙51↖56 +* ⇢ ⇢ ⇢ 64. perl-c-fibonacci 64←64↙63↙62←62↙61↙60←60←60←60←60↙58↙57↙56←56←56↙54↙50↖51↙50↙45 +* ⇢ ⇢ ⇢ 65. muttdelay 65←65↙64←64←64↙63↙62←62←62←62←62↙60↙59↙58←58←58↙56↙54←54←54↖55 +* ⇢ ⇢ ⇢ 66. cpuinfo 66←66↙65←65←65↙64↙63←63←63←63←63↙61↙60↙59←59←59↙57←57←57↙56↖59 +* ⇢ ⇢ ⇢ 67. dyndns 67←67↙66←66←66↙65↙64←64↖65←65←65↙63↙62↙61←61←61↙59←59←59↙58↖62 +* ⇢ ⇢ ⇢ 68. debroid 68←68↙67←67←67↙66↙65←65↖66←66←66↙64↙63↙62←62←62↙60←60←60↙59↙57 +* ⇢ ⇢ ⇢ 69. netcalendar 69←69←69←69←69↙68↙67←67↖68←68←68↙66↙65↙64←64←64↙61↙55←55←55↙46 +* ⇢ ⇢ ⇢ 70. jsmstrade 70←70←70←70←70↙69↙68←68↖69←69←69↙67↙66↙65←65←65↙62↙53←53←53↙52 +* ⇢ ⇢ ⇢ 71. template 71←71←71←71←71↙70←70←70↙64←64←64↙62↙61↙60←60←60↙58←58←58↙57↖60 +* ⇢ ⇢ ⇢ 72. ychat 72↖76↙68←68←68↙67↙66←66↖67←67←67↙65↙64↙63←63←63←63←63←63↙62↙43 +* ⇢ ⇢ ⇢ 73. vs-sim 73↙72←72←72←72↙71↙69←69↖70←70←70↙68↙67↙66←66←66↙64↙56←56↖63←63 +* ⇢ ⇢ ⇢ 74. perl-poetry 74↙73←73←73←73↙72↙71←71←71←71←71↙69↙68↙67←67←67↙65↙61←61↙60↙54 +* ⇢ ⇢ ⇢ 75. fype 75↙74←74↙53←53↙52←52←52↖53↙52←52↙50↙49↙48←48←48↖66↙43←43↖44↙37 +* ⇢ ⇢ ⇢ 76. hsbot 76↙75←75↙74←74↙73↙72←72←72←72←72↙70↙69↙68←68←68↙67↙62←62↙61↙58 ## Overall Statistics -* 📦 Total Projects: 75 -* 📊 Total Commits: 13,485 -* 📈 Total Lines of Code: 687,545 -* 📄 Total Lines of Documentation: 294,280 -* 💻 Languages: Go (49.3%), Java (8.7%), Shell (7.0%), C++ (5.4%), Dart (4.6%), C (3.7%), C/C++ (3.1%), XML (3.0%), YAML (2.7%), Perl (2.3%), JavaScript (1.8%), JSON (1.7%), Ruby (1.3%), HTML (1.1%), TypeScript (1.1%), CSS (1.0%), Config (0.7%), HCL (0.4%), Python (0.4%), Make (0.3%), TOML (0.1%) -* 📚 Documentation: Text (76.2%), Markdown (22.6%), LaTeX (1.1%) -* 🚀 Release Status: 42 released, 33 experimental (56.0% with releases, 44.0% experimental) +* 📦 Total Projects: 76 +* 📊 Total Commits: 14,195 +* 📈 Total Lines of Code: 645,759 +* 📄 Total Lines of Documentation: 298,632 +* 💻 Languages: Go (52.8%), Java (9.3%), Shell (6.4%), C (5.6%), Dart (4.9%), XML (3.5%), YAML (2.9%), Perl (2.3%), JavaScript (2.0%), JSON (1.8%), C/C++ (1.4%), TypeScript (1.1%), CSS (1.1%), Ruby (1.1%), HTML (0.9%), C++ (0.8%), Config (0.5%), HCL (0.4%), Python (0.4%), Make (0.3%), TOML (0.1%) +* 📚 Documentation: Text (75.2%), Markdown (23.7%), LaTeX (1.1%) +* 🚀 Release Status: 41 released, 35 experimental (53.9% with releases, 46.1% experimental) ## Projects -### 1. gonf 1 +### 1. dtail 1↖13↖14↙13↙12↙11↙9←9←9↙6↙4↙2↙1↖10←10↙8↙6↙2↙1↖21↙20 -* 💻 Languages: Go (100.0%) -* 📚 Documentation: Markdown (99.2%), Text (0.8%) -* 📊 Commits: 25 -* 📈 Lines of Code: 2828 -* 📄 Lines of Documentation: 118 +* 💻 Languages: Go (95.2%), Shell (2.3%), JSON (1.0%), C (0.7%), Make (0.5%), C/C++ (0.1%) +* 📚 Documentation: Text (97.9%), Markdown (2.1%) +* 📊 Commits: 784 +* 📈 Lines of Code: 56634 +* 📄 Lines of Documentation: 220971 +* 🏷️ Tags: 27 +* 📅 Development Period: 2020-01-09 to 2026-07-18 +* 🏆 Score: 68.8 (combines recent activity, code size, tags, and release status) +* ⚖️ License: Apache-2.0 +* 🏷️ Latest Release: v4.3.3 (2024-08-23) + + +=> showcase/dtail/image-1.png dtail screenshot + +DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed MapReduce aggregations across many devices. + +=> https://codeberg.org/snonux/dtail View on Codeberg +=> https://github.com/snonux/dtail View on GitHub +For cgit access go to c-git dot f3s dot buetow dot org slash dtail + +--- + +### 2. ggaze 2↙1 + +* 💻 Languages: C (91.4%), C/C++ (6.5%), XML (1.3%), Python (0.8%) +* 📚 Documentation: Markdown (98.4%), Text (1.6%) +* 📊 Commits: 35 +* 📈 Lines of Code: 11922 +* 📄 Lines of Documentation: 2430 * 🏷️ Tags: 0 -* 📅 Development Period: 2026-07-04 to 2026-07-07 -* 🏆 Score: 81.3 (combines recent activity, code size, tags, and release status) -* ⚖️ License: No license found +* 📅 Development Period: 2026-07-12 to 2026-07-22 +* 🏆 Score: 61.0 (combines recent activity, code size, tags, and release status) +* ⚖️ License: GPL-3.0 * 🧪 Status: Experimental (no releases yet) -=> showcase/gonf/image-1.svg gonf screenshot +**ggaze (GNOME Gaze)** is a small, fast, native GTK4 image viewer written in C for Fedora Linux, designed to quickly preview a folder of camera downloads, cull rejects, and move on — think `feh`/`nsxiv`/`qiv` but GNOME-native and KISS (no library, database, or sidecars). Its workflow pairs a gthumb-style thumbnail grid with a full-window large view, plus rich keyboard-driven actions: navigation, zoom/pan, EXIF info overlay, mark/select, trash (with undo) or permanent delete, configurable move destinations, external program launchers, shell-script runners, optional GEGL quick-enhance and crop/straighten/rotate, clipboard copy, fullscreen, and slideshow. -**gonf** is a pure-Go, KISS-style configuration-management tool in the spirit of Puppet/Chef but written entirely in Go with no external DSL or runtime. You declare desired system state directly in Go using a small, declarative API — `File`, `Dir`, `Link`, `Package` (and their `No*`/`IsAbsent` counterparts) — passing functional options like `WithContent`, `WithMode`, `WithSource`, `WithPrune`, `IsLatest`, etc. A single `api.Apply()` then reconciles every declared resource against the actual filesystem/package state. +**Architecture:** A meson/ninja C project built on GTK4 + libadwaita + GLib, with a strict main-thread-touches-GTK / decode-in-`GTask`-threads split and a "one active load per window, last-write-wins" invariant backed by a bounded `GdkTexture` LRU. Plain-C modules (navigator, loader, detect, thumbnail, trash, mover, opener, runner, enhancer, info, texturecache, clipboard) are display-free and unit-tested standalone; GTK widgets live in `app`, `window`, `viewer`, `gridview`, and `shortcuts`. Decode backends are pluggable behind `GGAZE_HAVE_*` guards (pixbuf default; optional `gegl`, `jxl`, `avif`, `heif` as meson `feature`s), so a minimal GdkPixbuf-only build stays valid and fast. Testing is two mandatory tracks (unit ≥80% coverage via gcov for plain-C modules; integration suites for cross-module flows with offscreen GTK and real temp dirs), plus an ASan/UBSan leak-check pass after every milestone. -Architecturally it's a clean three-layer design: a public `api` package exposes the resource constructors and `Apply` entry point; an `internal/resource` package provides a thread-safe **repository** that registers resources by unique ID and topologically sorts them (with circular-dependency detection) before invoking each resource's `Applier`; and per-type packages (`file`, `dir`, `link`, `pkg`) implement the concrete reconciliation logic. Options are decoupled from resources via small capability interfaces (`Moded`, `Sourced`, `Contented`, `Prunable`, `Latestable`, `Linkable`, …), so new resource types or options can be added without touching existing code. A `cmd/gonf` binary wires it together and currently runs an `examples` configuration as a demonstration. +=> https://codeberg.org/snonux/ggaze View on Codeberg +=> https://github.com/snonux/ggaze View on GitHub +For cgit access go to c-git dot f3s dot buetow dot org slash ggaze + +--- + +### 3. dotfiles 3↖6←6↙4↙3↙2↖3←3↖8↙7←7←7↖9↙8←8↙6↙4↙3↖5↙3←3 + +* 💻 Languages: Shell (74.5%), Config (7.0%), TOML (6.2%), CSS (6.0%), Python (3.3%), JSON (2.2%), Ruby (0.6%), INI (0.1%) +* 📚 Documentation: Markdown (100.0%) +* 📊 Commits: 1148 +* 📈 Lines of Code: 5403 +* 📄 Lines of Documentation: 18312 +* 🏷️ Tags: 0 +* 📅 Development Period: 2023-07-30 to 2026-07-22 +* 🏆 Score: 38.4 (combines recent activity, code size, tags, and release status) +* ⚖️ License: No license found +* 🧪 Status: Experimental (no releases yet) -=> https://codeberg.org/snonux/gonf View on Codeberg -=> https://github.com/snonux/gonf View on GitHub -For cgit access go to c-git dot f3s dot buetow dot org slash gonf + +These are all my dotfiles. I can install them locally on my laptop and/or workstation as well as remotely on any server. + +=> https://codeberg.org/snonux/dotfiles View on Codeberg +=> https://github.com/snonux/dotfiles View on GitHub +For cgit access go to c-git dot f3s dot buetow dot org slash dotfiles --- -### 2. shuriken.sh 2↙1←1←1 +### 4. shuriken.sh 4↙3↙2↙1←1←1 -* 💻 Languages: Shell (99.6%), Config (0.3%), Docker (0.1%) +* 💻 Languages: Shell (99.5%), Config (0.4%), Docker (0.1%) * 📚 Documentation: Markdown (100.0%) -* 📊 Commits: 343 -* 📈 Lines of Code: 23042 -* 📄 Lines of Documentation: 825 -* 🏷️ Tags: 31 -* 📅 Development Period: 2011-11-19 to 2026-06-28 -* 🏆 Score: 48.3 (combines recent activity, code size, tags, and release status) +* 📊 Commits: 348 +* 📈 Lines of Code: 24240 +* 📄 Lines of Documentation: 952 +* 🏷️ Tags: 32 +* 📅 Development Period: 2011-11-19 to 2026-07-18 +* 🏆 Score: 26.8 (combines recent activity, code size, tags, and release status) * ⚖️ License: No license found -* 🏷️ Latest Release: 0.12.4 (2026-06-28) +* 🏷️ Latest Release: 0.13.0 (2026-07-18) => showcase/shuriken.sh/image-1.svg shuriken.sh screenshot @@ -150,16 +195,16 @@ For cgit access go to c-git dot f3s dot buetow dot org slash shuriken.sh --- -### 3. conf 3←3↖7←7↙6←6↙4↖5↖14↙12↙10↙7←7↖9↙7↖9←9↙7↙5 +### 5. conf 5↙4↙3←3↖7←7↙6←6↙4↖5↖14↙12↙10↙7←7↖9↙7↖9←9↙7↙5 -* 💻 Languages: YAML (75.7%), Shell (10.5%), Perl (8.0%), Python (2.8%), Make (1.0%), JSON (0.6%), Docker (0.5%), Config (0.3%), TOML (0.3%), Ruby (0.2%), HTML (0.1%) -* 📚 Documentation: Markdown (97.4%), Text (2.6%) -* 📊 Commits: 998 -* 📈 Lines of Code: 23773 -* 📄 Lines of Documentation: 7431 +* 💻 Languages: YAML (75.2%), Shell (11.0%), Perl (7.9%), Python (2.8%), Make (1.3%), JSON (0.5%), Docker (0.5%), TOML (0.3%), Confi |
