Daily Shaarli
March 30, 2024
Another font made for readability and accessibility.
See the diff of two crate versions directly in the browser. All is happening in the browser 😳
Make the logo bigger? Nope.
Delete the logo and make the font size bigger.
How to create a good project architecture? Here's a feedback.
The CSV format is not that simple, because the commas can conflicts with other values in the fields.
How to configure SQLite for
Using a simple INT
with Unix millisecond timestamps is the best for performance.
COUNT
is slow, so it can be useful to keep track of them in a separate table.
Distributed SQLite databases can be achieved the same way as PostgresSQL: one writer and multiple replicated readers.
Great insights too :)