From 85b4f42f2df9749f8efe28381bb7d992c90e9304 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 11:12:36 +0200 Subject: Update content for html --- gemfeed/2025-02-08-random-weird-things-ii.html | 54 ++++++++++++------------ gemfeed/atom.xml | 58 +++++++++++++------------- 2 files changed, 57 insertions(+), 55 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-02-08-random-weird-things-ii.html b/gemfeed/2025-02-08-random-weird-things-ii.html index 72587e3a..770e287a 100644 --- a/gemfeed/2025-02-08-random-weird-things-ii.html +++ b/gemfeed/2025-02-08-random-weird-things-ii.html @@ -32,22 +32,32 @@

+

11. The SQLite codebase is a gem


+
+Check this out:
+
+SQLite Gem
+
+Source:
+
+https://wetdry.world/@memes/112717700557038278
+

Go Programming



-

11. Official Go font


+

12. Official Go font



The Go programming language has an official font called "Go Font." It was created to complement the aesthetic of the Go language, ensuring clear and legible rendering of code. The font includes a monospace version for code and a proportional version for general text, supporting consistent look and readability in Go-related materials and development environments.

@@ -61,7 +71,7 @@
I found it interesting and/or weird, as Go is a programming language. Why should it bother having its own font? I have never seen another open-source project like Go do this. But I also like it. Maybe I will use it in the future for this blog :-)

-

12. Go functions can have methods


+

13. Go functions can have methods



Functions on struct types? Well, know. Functions on types like int and string? It's also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it's possible, too! For demonstration, have a look at this snippet:

@@ -107,7 +117,7 @@ http://www.gnu.org/software/src-highlite -->
For personal computing, I don't use Apple, but I have to use it for work.

-

13. ß and ss are treated the same


+

14. ß and ss are treated the same



Know German? In German, the letter "sarp s" is written as ß. ß is treated the same as ss on macOS.

@@ -136,7 +146,7 @@ http://www.gnu.org/software/src-highlite -->
-

14. Colon as file path separator


+

15. Colon as file path separator



MacOS can use the colon as a file path separator on its ADFS (file system). A typical ADFS file pathname on a hard disc might be:

@@ -148,7 +158,7 @@ ADFS::4.$.Documents.Techwriter.Myfile
https://social.jvns.ca/@b0rk/113041293527832730

-

15. Polyglots - programs written in multiple languages


+

16. Polyglots - programs written in multiple languages



A coding polyglot is a program or script written so that it can be executed in multiple programming languages without modification. This is typically achieved by leveraging syntax overlaps or crafting valid and meaningful code in each targeted language. Polyglot programs are often created as a challenge or for demonstration purposes to showcase language similarities or clever coding techniques.

@@ -156,7 +166,7 @@ ADFS::4.$.Documents.Techwriter.Myfile
The fibonatti.pl.c Polyglot

-

16. Languages, where indices start at 1


+

17. Languages, where indices start at 1



Array indices start at 1 instead of 0 in some programming languages, known as one-based indexing. This can be controversial because zero-based indexing is more common in popular languages like C, C++, Java, and Python. One-based indexing can lead to off-by-one errors when developers switch between languages with different indexing schemes.

@@ -190,7 +200,7 @@ http://www.gnu.org/software/src-highlite -->
One-based indexing is more natural for human-readable, mathematical, and theoretical contexts, where counting traditionally starts from one.

-

17. Perl Poetry


+

18. Perl Poetry



Perl Poetry is a playful and creative practice within the programming community where Perl code is written as a poem. These poems are crafted to be syntactically valid Perl code and make sense as poetic text, often with whimsical or humorous intent. This showcases Perl's flexibility and expressiveness, as well as the creativity of its programmers.

@@ -243,7 +253,7 @@ This is perl, v5.8.8 built 8.8 built - 2025-02-08T11:06:16+02:00 + 2025-02-08T11:11:35+02:00 foo.zone feed To be in the .zone! @@ -20,6 +20,8 @@

Random Weird Things - Part Ⅱ



+Published at 2025-02-08T11:06:16+02:00
+
Every so often, I come across random, weird, and unexpected things on the internet. I thought it would be neat to share them here from time to time. This is the second run.

2024-07-05 Random Weird Things - Part Ⅰ
@@ -37,22 +39,32 @@

+

11. The SQLite codebase is a gem


+
+Check this out:
+
+SQLite Gem
+
+Source:
+
+https://wetdry.world/@memes/112717700557038278
+

Go Programming



-

11. Official Go font


+

12. Official Go font



The Go programming language has an official font called "Go Font." It was created to complement the aesthetic of the Go language, ensuring clear and legible rendering of code. The font includes a monospace version for code and a proportional version for general text, supporting consistent look and readability in Go-related materials and development environments.

@@ -66,7 +78,7 @@
I found it interesting and/or weird, as Go is a programming language. Why should it bother having its own font? I have never seen another open-source project like Go do this. But I also like it. Maybe I will use it in the future for this blog :-)

-

12. Go functions can have methods


+

13. Go functions can have methods



Functions on struct types? Well, know. Functions on types like int and string? It's also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it's possible, too! For demonstration, have a look at this snippet:

@@ -112,7 +124,7 @@ http://www.gnu.org/software/src-highlite -->
For personal computing, I don't use Apple, but I have to use it for work.

-

13. ß and ss are treated the same


+

14. ß and ss are treated the same



Know German? In German, the letter "sarp s" is written as ß. ß is treated the same as ss on macOS.

@@ -141,7 +153,7 @@ http://www.gnu.org/software/src-highlite -->
-

14. Colon as file path separator


+

15. Colon as file path separator



MacOS can use the colon as a file path separator on its ADFS (file system). A typical ADFS file pathname on a hard disc might be:

@@ -153,7 +165,7 @@ ADFS::4.$.Documents.Techwriter.Myfile
https://social.jvns.ca/@b0rk/113041293527832730

-

15. Polyglots - programs written in multiple languages


+

16. Polyglots - programs written in multiple languages



A coding polyglot is a program or script written so that it can be executed in multiple programming languages without modification. This is typically achieved by leveraging syntax overlaps or crafting valid and meaningful code in each targeted language. Polyglot programs are often created as a challenge or for demonstration purposes to showcase language similarities or clever coding techniques.

@@ -161,7 +173,7 @@ ADFS::4.$.Documents.Techwriter.Myfile
The fibonatti.pl.c Polyglot

-

16. Languages, where indices start at 1


+

17. Languages, where indices start at 1



Array indices start at 1 instead of 0 in some programming languages, known as one-based indexing. This can be controversial because zero-based indexing is more common in popular languages like C, C++, Java, and Python. One-based indexing can lead to off-by-one errors when developers switch between languages with different indexing schemes.

@@ -195,7 +207,7 @@ http://www.gnu.org/software/src-highlite -->
One-based indexing is more natural for human-readable, mathematical, and theoretical contexts, where counting traditionally starts from one.

-

17. Perl Poetry


+

18. Perl Poetry



Perl Poetry is a playful and creative practice within the programming community where Perl code is written as a poem. These poems are crafted to be syntactically valid Perl code and make sense as poetic text, often with whimsical or humorous intent. This showcases Perl's flexibility and expressiveness, as well as the creativity of its programmers.

@@ -248,7 +260,7 @@ This is perl, v5.8.8 built 8.8 built