|
You are here |
serverless.industries | ||
| | | | |
m10k.eu
|
|
| | | | | ||
| | | | |
blog.valentin.sh
|
|
| | | | | [AI summary] The author analyzes the performance of a command-line todo program, identifying that the majority of the execution time is due to Python interpreter startup and standard library imports, rather than their own code. | |
| | | | |
simonwillison.net
|
|
| | | | | Earlier this week I released sqlite-utils 3.14 with a powerful new command-line tool: sqlite-utils convert, which applies a conversion function to data stored in a SQLite column. Anyone who works ... | |
| | | | |
andreabergia.com
|
|
| | | I usually write parsers by starting from a grammar and either coding a lexer/parser by hand or relying on tools such as the fantastic Antlr. However, a friend recently introduced me to parser combinators, which I found to be very interesting and useful. It's not a recent idea, but it was new to me, and I have found it to be very interesting and useful. | ||