Finding CSV files that start with a BOM using ripgrep
For sqlite-utils issue 250 I needed to locate some test CSV files that start with a UTF-8 BOM.
Source: Finding CSV files that start with a BOM using ripgrep, an article by Simon Willison.
For sqlite-utils issue 250 I needed to locate some test CSV files that start with a UTF-8 BOM.
Source: Finding CSV files that start with a BOM using ripgrep, an article by Simon Willison.
In Rust, there are several ways to turn a value into a string. In this article, we will explore a few different ways and discuss what are the most idiomatic approaches depending on the context you are currently working on.
Source: How to to_string in Rust, an article by Luciano Mammino.
In the evening I finished most of the tag support in the Perl version
of tumblelog
. The tags page uses the same
logarithmic scaling method as I used in Google Search
Cloud. However, I
decided to order the tags alphabetically.
I hope to be able to release this new version, 5.0.0, within a week or two.