Explore >> Select a destination


You are here

serverless.industries
| | m10k.eu
6.8 parsecs away

Travel
| |
| | blog.valentin.sh
5.5 parsecs away

Travel
| | [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
6.7 parsecs away

Travel
| | 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
27.6 parsecs away

Travel
| 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.