now that Git 2.53 is out, the Git data model @omarieclaire.bsky.social and I wrote is on the official Git website! git-scm.com/docs/gitdata...
now that Git 2.53 is out, the Git data model @omarieclaire.bsky.social and I wrote is on the official Git website! git-scm.com/docs/gitdata...
What does it mean for something to be Turing complete?
I answer this question, and more, through a series of fully interactive Turing machine simulations! Play, pause, step forwards and backwards, and even write your own Turing machine programs in my latest blog post.
samwho.dev/turing-machi...
Just solved the #AdventOfPBT puzzle made by @fast-check.dev Β· π Join the challenge: fast-check.dev/blog/2024/12...
My solution for Day 7: github.com/paolavaldivi...
I feel that this one was more about finding a way to build the input π
I'm enjoying this Advent of PBT! my solution for day 6: github.com/paolavaldivi...
Thanks for the tip on the length of the barcode!
β»οΈ Let's relaunch the day π
The playground on the blog had an issue, but itβs now fixed! π§
Have fun with the working playground π
If you have not tried yet, please try this #advent π©· And obviously feedbacks more than welcomed
πβ¨ Day 5 of Advent of PBT 2024 is live! β¨π
Santaβs website security is on the line! π The elves built an algorithm to validate security keys, but can you use fast-check to uncover flaws in their implementation? π΅οΈββοΈ
Help Santa secure Christmas from cyber threats! π
π fast-check.dev/blog/2024/12...
This one was simpler, and it worked even with the default number of runs π
github.com/paolavaldivi...
Again for this one I had to increase the number of runs with my simple solution, and it worked π github.com/paolavaldivi...
My solution for day 2: github.com/paolavaldivi...
After seeing your solution, I guess I didn't have to duplicate the array π
I'm late, but wanted to give it a try...
Not sure if doing it properly. I had to increase the number of runs (or run it several times) to catch a misbehaved input. But it worked π
Human-Machine-Interaction explained with LEGOs π€©
Well explained! Test doubles with a fluent interface are the best in my experience. They make tests so much clearer - you can easily understand what's being tested, instead of having to decode a huge list of mocks and their setup.