Advertisement ยท 728 ร— 90

Posts by CD Gleber

Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions I wrote a (list of) regular expressions that will play a (not very good) chess game by running a 2-ply minimax search.

There is something special about doing something only for the sake of learning / teaching. lets learn how to make a computer with only regex! nicholas.carlini.com/writing/2025...

1 year ago 1 0 0 0
January 2025 Q&A
January 2025 Q&A YouTube video by Jon Gjengset

Yesterday's Q&A is now up, with all questions timestamped and added as YouTube chapters for easy jumping! In the span of four hours, we got through almost 90 questions(!). I hope you'll find it interesting, and I promise we'll be back to long-form from-scratch streams soon ๐Ÿ˜…

youtu.be/zw88-0ofBs0

1 year ago 39 5 0 0
Post image

@shuttle.dev Thanks for a fun Christmas Code Hunt! Here is my final bonus task Cargo.lock sprinkles! Fun ending. #cch24 #rustlang

1 year ago 4 1 0 0

This is an amazing write up on a difficult topic. Thanks for the insight @jonhoo.eu

1 year ago 4 0 0 0

5000 words on why String should be StrBuffer?

1 year ago 3 0 0 0
Preview
Rust for Embedded Applications: Install Guide Get up and running quickly with the most common tool settings with code snippets, using this Rust for Embedded Applications installation guide.

Oh hey, look at Arm starting to write official "Rust for Embedded" learning material ๐Ÿ‘€ (spotted by @thejpster.bsky.social)

learn.arm.com/install-guid...

1 year ago 133 24 4 3
Advent of Code 2024

This was my tenth(!) year building 25 days of puzzles for #AdventOfCode. You can solve them all for free! Most people write code to solve them, but you can solve them however you like. I hope they help people become better programmers. ๐ŸŒŸ

The first puzzle comes out in two hours: adventofcode.com

1 year ago 1126 208 61 22
Advent of Code 2024

Oh oh! I just realized that Advent of Code starts in few days ๐ŸŽ„
adventofcode.com

1 year ago 118 10 14 3
Preview
Highlighted code in slides I have obsessed about this long enough, I think it's only fair I (and you!) get some content out of it. When I started writing this article, I was working on my P99 CONF slides. Those slides happen...

โœจ New article! ๐Ÿ

"Highlighted code in slides" is sponsor-exclusive for six months in text form, and available now (premiering soon-ish) as a video:

fasterthanli.me/articles/hig...

1 year ago 50 4 6 1
Video

I'm excited to announce the new version of git-cliff! ๐Ÿฅณ
โ›ฐ A highly customizable Changelog Generator written in Rust
๐Ÿ”ฅ Added Jujutsu support, new config options, bug fixes and more!
๐Ÿš€ Highlights: git-cliff.org/blog/2.7.0
โญ GitHub: github.com/orhun/git-cl...
#rustlang #changelog #generator #tool

1 year ago 38 5 1 0
Advertisement