Paulo
paulocuambe.bsky.social
Paulo
@paulocuambe.bsky.social
Platform Engineer | AWS Solutions Architect Professional | Chess enjoyer.

I think computers are the coolest beasts in the world. Studying them is so fun.

On X you will sometimes see people complaining about Rust binaries being large compared to the C ones.

This is not new. When Unix was re-written to C in 1973 its size increase by about 1/3, but the authors claimed that the benefits far outweighed this increase in size.
May 9, 2025 at 2:42 AM
CPUs are so cool
February 6, 2025 at 11:53 AM
I'm having so many aha moments reading this book.

I have been trying to write an operating system from scratch without getting in the Get Things Done mode, which is to ignore the details.

Now I'm being intentional about learning everything I need before proceeding. This answers so many doubts.
January 19, 2025 at 5:14 PM
I feel strongly about a comment he makes earlier about “People basically just accept that software has a ton of bugs and that it’s normal to run into hundreds or thousands of software bugs in any given week”.

but I wouldn't call people using Go amateurs.

lobste.rs/s/eld5cs/go_...
January 17, 2025 at 3:42 PM
Andrew Kelley ⎯ Zig's creator, made a comment about Go comparable to the infamous Linus comment about C++.

lobste.rs/s/eld5cs/go_...

harmful.cat-v.org/software/c++...
January 17, 2025 at 3:34 PM
you are really not that fast
January 16, 2025 at 2:23 PM
this goes against my belief. I expected the keyboard and mouse to have the highest requirements for bandwidth, as when you type of move the mouse you expect an immediate feedback, but it seems like humans are slow creatures, at least when compared to the speed at which computers react to events.
January 16, 2025 at 1:45 PM
Computers are so smart.
We do wonders in the software land, but the hardware does so much heavy lifting for us.

Knowing about Prefetching implement by DRAM, allows us to plan how we store our data in memory, so that the hits are more accurate and the software is faster.

I really like computers.
January 16, 2025 at 9:26 AM
I have close to zero knowledge about digital electronics, but this is cool. This makes me want to study digital electronics.

MOSFET is cool.
January 15, 2025 at 2:30 PM
I like Go in general, but this point about DateTime is so so so so real. You have to use a specific day of some random year to format your dates in Go. Like why, why do I have to do that?
January 13, 2025 at 9:13 AM
iPhone was really a leap of innovation at the time.
Computers are amazing. People who build computers are the real wizards.
January 13, 2025 at 8:42 AM
How debugging was like back in the day.
From the book: Modern Computer Architecture and Organizational by Jim Ledin.
January 13, 2025 at 7:34 AM
a fine chess game. the engine says i was playing like a 2000 ELO player. My opponent was playing at the 1800s. www.chess.com/live/game/13...
January 8, 2025 at 11:56 AM
I’m proud of this game. A forced mate after some good decisions by yours truly.

www.chess.com/live/game/13...
January 7, 2025 at 4:20 PM
I won a chess game that I barely held on to for most of the game.

www.chess.com/live/game/12...
January 6, 2025 at 4:02 PM
String is just a struct wrapping a Vec<u8> 🤯
January 3, 2025 at 7:16 PM
this motivated me again wiki.osdev.org/Getting_Star...
November 20, 2024 at 6:15 PM