Andy Balaam's Blog
  • About Andy Balaam
  • All articles
What to cache when building Rust using Gitlab CI or similar

Update: caching $RUSTUP_HOME and $CARGO_HOME does not work for me - I removed them. When building your project with Gitlab CI or a similar build tool,… ...more

September 16, 2021 [Programming, Rust, Tech]
Printing the version of a Maven project

To print a Maven project's version number, try: mvn help:evaluate -Dexpression=project.version -q -DforceStdout -q suppresses all output(!) -DforceStd… ...more

September 15, 2021 [Java, Programming, Tech]
Minimal example of a Maven pom for a mixed Kotlin and Java project

The Kotlin docs describe some things you need in your pom.xml to create a project that is a mix of Kotlin and Java code, but there is no complete exam… ...more

August 18, 2021 [Java, Kotlin, Maven, Programming, Tech]
Importing/migrating from one peertube server to another

My Peertube server is shutting down, so I need to move my videos to another one. The official scripts don't seem to cover this case very well, so here… ...more

August 06, 2021 [PeerTube, Programming, Tech]
Why write an entire game (including Graphics) in a single, hand-coded JavaScript file?

My new game, Rightwaves, is out now! It's a tribute to the great classic R-Type. The entire implementation, including all the graphics, is contained … ...more

July 01, 2021 [Games, JavaScript, Programming, Smolpxl]
1 2 ...2526272829 ... 111 112
Recent
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Mini-rust in Rust 016: Tidying our parser
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge