15 Mei, 2025

Rust 101 – 23 Exercise for Module B (Q3)

May 4, 2024 [Performance, Programming, Programming Languages, Rust, Tech, Videos] Test, compare and optimize a small program that plays Fizzbuzz. To see the training code like when I recorded the video: git clone cd teach-rs git checkout 95d9927 Series: Basic language, more syntax, characteristics and generation, Build applicationsConcurrency and parallelism, the object of trait, async, […]

1 min read

Rust 101 – 24: Parallelism and Rayon

May 13, 2024 [Async programming, Programming, Rust, Tech, Videos] What concurrent and parallelism, a short intro for Rayon, and a short note about closing. Series: basic language, more syntax, characteristics and generics, building applications, Concurrent and ParallelismObject of nature, async, unsafe, FFI This section (concurrent and parallelism): 24: Parallelism25: Threads, 26: C1 Exercise, 27: C2 […]

1 min read

Mini-Rust in Rust 028: Lexing Plus-Equals

Add operators to two other characters to our Lexer, which is surprisingly more complicated than I expected. You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.net Game Online Motivation News

1 min read

Stand again for the matrix regulator board

May 7, 2025 [Matrix] I stood up to vote back to the matrix regulatory board (see election announcement). The council regulates advising and oversees the work of The Matrix Foundation. I will stand as an individual member again, not representing the company or project. Contents: Purpose of the Council The council operates based on advisors, […]

7 mins read

Nonxcentance Test – Andy Baleam Blog

May 6, 2025 [Programming, Test Driven, Tech] Test that there is something that is not reliable Today I wrote a test that something did not happen, like this: Given that the A setting is “off” When I start the app Then the warning about A being on IS NOT displayed It’s quite difficult to check […]

2 mins read

Rust 101 – 25: Threads, Mutexes, Channels, Send and Sync

May 16, 2024 [Programming, Rust, Tech, Videos] How to spawn a thread and handle life, how to send or share status to all utas, and what is sent and synchronized. Series: basic language, more syntax, characteristics and generics, building applications, Concurrent and ParallelismObject of nature, async, unsafe, FFI This section (concurrent and parallelism): 24: parallelism, […]

1 min read

Mini-Rust in Rust 027: Parsing Block of Code

We can break down empty while Loop, but now we are looking for ways to describe the code block that forms the loop body. This must be useful for other things including (finally) the body of the function. You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.net Game Online […]

1 min read

Choosing who to choose in the British election 2024

May 22, 2024 [Uncategorized] Renew: I just discussed this with my son and I really wanted to emphasize: That makes the difference in power. The previous labor government significantly improved basic education and many other public services. Don’t lose hope! Here are the criteria that I will use to choose which party will be chosen […]

4 mins read

Rust 101 – 26: Exercise for Module C (Q1)

May 22, 2024 [Programming, Rust, Tech, Videos] Search in several documents in parallel with rayon. To see the training code like when I recorded the video: git clone cd teach-rs git checkout 95d9927 Series: basic language, more syntax, characteristics and generics, building applications, Concurrent and ParallelismObject of nature, async, unsafe, FFI This section (concurrent and […]

1 min read

Mini-Rust in Rust 026: Draining an Empty Loop

The small world of real world snippets that we are trying to do to work including a while Loop – Let’s try to break it down. For now, only if the body loop is actually empty. You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.net Game Online Motivation News […]

1 min read