30 Apr, 2025
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…
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…
May 23, 2024 [Programming, Rust, Tech, Videos] Apply simplified mutex forms. To see the training code like when I recorded the video: git clone cd teach-rs git checkout 95d9927 Series:…
May 24, 2024 [Tech] I received an excellent email today from someone who had found my page of the 6th grade teacher about coding and programming useful, and wanted to…
Continue to try to get a little real code that we can think about to work, we need to finish off less than or together, and also make let mut…

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

Rust 101 – 27: Exercise for Module C (Q2)

May 23, 2024 [Programming, Rust, Tech, Videos] Apply simplified mutex forms. 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 parallelism): 24: Parallelism, 25: […]

1 min read

Why I won’t link to AI resources

May 24, 2024 [Tech] I received an excellent email today from someone who had found my page of the 6th grade teacher about coding and programming useful, and wanted to suggest other links for me to add, about AI resources. I am sure it is a useful and useful link, but I don’t feel I […]

3 mins read

Mini-Rust in Rust 025: Parsing Let Mut

Continue to try to get a little real code that we can think about to work, we need to finish off less than or together, and also make let mut Work. You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.net Game Online Gaming Hub A gaming hub can refer […]

1 min read

New house for my video: video.infosec.exchange

June 9, 2024 [Videos] Thank you very much to Micah Scott for Hosting my video in Diode.zone until now. My video moves to video.infosec.exchange/a/andybalaam – Please update all your bait. (Thank you to Jerry Bell for running it – please donate!) You can follow this blog for the source of truth that is “always” can […]

1 min read

Mini-Rust in Rust 024: Lexing the

  Now we will try and get a little footage of codes that calculate jasa import bergaransi factorial to work. First: Lexing <= sign! You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.netGame Online Gaming Hub   A gaming hub can refer to a central platform or space dedicated […]

1 min read

Rust 101 – 28: Dynamic Dispatch

June 10, 2024 [Programming, Programming Languages, Rust, Tech, Videos] Explain how to hold on to something even when we don’t know the right type, only what is applied. Series: Basics of language, more syntax, characteristics and generation, building applications, concurrence and parallelism, Nature objectASYNC, NOT SAFE, FFI This section (the object of nature): 28: Dynamic […]

1 min read

Rust 101 – 29: Object of nature and safety of objects

June 17, 2024 [Programming, Programming Languages, Rust, Tech, Videos] Trying to explain why the rules for the safety of objects are what they are, and how to make and use the object of trait. Series: Basics of language, more syntax, characteristics and generation, building applications, concurrence and parallelism, Nature objectASYNC, NOT SAFE, FFI This section […]

1 min read

Mini-Rust in Rust 023: Refactor to Share Syntactic Tree Structure

We repeat ourselves with SyntaxTree And TypedSyntaxTree enum. I think the solution will be too complicated, but the reflection is okay, so let’s share the code. You can find the source code at codeberg.org/andybalaam/milk and more of my items in artificialworlds.net Game Online Gaming Hub A gaming hub can refer to a central platform or […]

1 min read