How to Debug Custom Errors in Ethereum Using Foundry and Forge

Posted on Fri 13 December 2024 in tech • Tagged with programming, solana, solidity, error

Debugging custom errors in Ethereum smart contracts using Foundry and Forge involves guessing, intuition and trial and error. Custom errors can provide clarity and save gas compared to traditional require statements. However, debugging them requires perseverance.


History: School of Athens

Posted on Sun 08 December 2024 in history • Tagged with definition, dictionary

Raphael painted School of Athens after he arrived in Rome, 1510- 1511. The School of Athens depicts a gathering of ancient philosophers, including Plato, Aristotle, and Pythagoras. This work illustrates the revival of classical thought, especially pertaining to harmony and order, during the Italian Renaissance.


Solana Anchor Build Setup Dockerfile

Posted on Sat 07 December 2024 in tech • Tagged with programming, solana, rust, anchor

Anchor Build on Visual Studio Code

Solana Anchor with Docker ensures a consistent development environment, making it easier to manage dependencies and build processes.

Prerequisites

Make sure you have the following installed on your machine:

Dockerfile

Below is a Dockerfile for setting up the Solana Anchor environment within …


Continue reading

History: Johanne Gutenberg

Posted on Sun 01 December 2024 in history • Tagged with history, person

1450

Gutenberg is the famous inventor of movable type machines. Around 1455 Gutenberg produced a practical and inexpensive copy of the Bible. In the next century the technology exploded across Europe, from 1 to 100, to 1000 printers across Europe. In the sixteenth century, Gutenberg's movable type apparatus, also coined …


Continue reading

const in rust - 3 essentials

Posted on Fri 29 November 2024 in tech • Tagged with programming, rust

Unlock constants in Rust with these three essential tips! 🚀


Continue reading

Advent of Code 2024

Posted on Mon 25 November 2024 in update

2024 Advent of Code Repository

I have created a repository for the Advent of Code 2024 challenges. You can find the repository here.

This year I'll be coding in Rust.

I'm using the basic setup as described in How to set up Rust for Advent of Code by Chris Biscardi …


Continue reading