🌱
Optimize Rust build in Docker
This is a docker file I pushed that relies on docker caching to optimize builds:
ProgrammingHow to find a frontmatter variable with your shell
So I have a file like: --- title: Server infrastructure description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers.
ProgrammingBuild Environment Variables in Go
I want to customize the build process of a piece of go code. It’s dockerized. I know there are a few parameters I want to use, like -modfile that lets you change the go.
ProgrammingUltra Logging
I’ve been stuck in a tunnel for some time. Sometimes there are problems that just feels like you need to hit your head against a wall for a day or a week without any visible outcome.
BuildingNotes about IPLD
IPLD is a data model developper by Protocol Labs (they make IPFS). It basically emerged from their work on content-addressed data.
TechnologyOffline-First and Decentralization
I am not sure this is a well understood or well researched fact. Might be. But researching on offline first applications and working in the decentralized field, I find there are many relations between both.
DecentralizationGithub Actions tips
👋 I wrote this note in 2022, if you have any questions, please reach out.
ProgrammingGetting Started with Rust
I’m learning Rust by updating a library, this is tricky. Resources to get started Basics: https://doc.
ProgrammingQuick Go Dump
I am working on porting a Go SDK to Rust. My goal right now is to figure out the I/Os of a certain SDK function and replicate it in go.
ProgrammingTestground Debugging
Testground Testground is an open source tool developer by Protocol Labs. It’s designed to write large scale test plans for decentralized software.
DecentralizationTestground Hacks & Tricks
Testground Testground is an open source tool developer by Protocol Labs. It’s designed to write large scale test plans for decentralized software.
DecentralizationTroubleshooting an IPFS Cluster
IPFS Cluster A pretty cool tool: cluster.ipfs.io/. It lets you create clusters of IPFS nodes that are orchestrated togethere to make sure content is available and replicated.
DecentralizationTroubleshooting an IPFS Cluster
IPFS Cluster A pretty cool tool: cluster.ipfs.io/. It lets you create clusters of IPFS nodes that are orchestrated togethere to make sure content is available and replicated.
DecentralizationBetter name for Logging Levels
I find logging levels quite difficult to understand and use. What’s informative? versus what is a warning?
TechnologyRun Hugo in a VSCode task
I’m looking for ways to increase my focus and reduce the time I waste on “non important tasks”. With this simple configuration, I don’t have to boot another terminal nor memorize Hugo’s parameters.
TechnologyEmails Marketing
Checking your email’s quality I’ve sent a few emails during the last few weeks to ask for feedback on whena.
BuildingPublish an Article
I just published: https://tickingfocus.com/pomodoro-technique/pomodoro-method-guide/ Some stuff I always spend time googling: Check your opengraph at http://opengraphtools.
BuildingScience of Doubt: The Left-Hand Experiment
How your tools might kill your confidence? In 2003, researchers asked their students to write down their BEST or WORST qualities.
Doubts & ImpostorsScience of Doubt: The Recall Irony Experiment
I’ve been researching doubts these last few weeks; here is a fascinating experiment I found.
Doubts & ImpostorsTerraform
I started working on a new projects that relies on terraform and AWS. This is new to me, I’m used to Google Cloud and “artisanal” setup, by hand with scriping tools like Python’s Fabric or Ansible.
TechnologyTrying out Forestry
I’ve been looking for the best way to write content for a while. I do not appreciate WordPress, too heavy, too slow, in my opinion.
TechnologyTrying out Stimulus
DDH shared a tweet recently talking about a new version for a tool called Stimulus.
Technology