MRK

@marma.dev

I seek meaning in systems, both digital and human. 🌐 marma.dev

Rust isn’t harder than other languages! Or at least, that’s what I’m trying to convince you... If you're standing at the edge, staring into the abyss of Rust, wondering if it’s too difficult... Relax. It’s not (somewhat). #rust #rustlang #opinion

Rust is not harder than other languages

When we talk about how hard rust is, we always forget that other languages are of similar difficulty. It is just the place where we get bitten by the language that is different.

marma.dev

<table> highlighting with CSS :has() 💡 td:has(~ td:hover), /* previous sibling cells */ table:has(td:nth-of-type(3):hover) /* column cells */ tr:not(:first-of-type):has(~ tr:hover) td:nth-of-type(3) { background: var(--highlighted); }

Tracking software versions manually was a nightmare—GitHub, DockerHub, ArtifactHub, all scattered. I needed one source of truth + flexible notifications. So I built Veno: a simple way to track & get notified. I'd love feedback :) #DevOps #OpenSource #rust #rustlang #buildinpublic

GitHub - marekzan/veno: Get notified on new versions of your artifacts.

Get notified on new versions of your artifacts. Contribute to marekzan/veno development by creating an account on GitHub.

github.com

If you are wondering why it’s harder to get an interview when applying directly: Consider that the number of applications per role are up, by a LOT. For dev roles, a lot. And increasingly more are AI-generated, and noise from the POV of the hiring manager. Many such startups:

Bild

Mostly sharing tech stuff, but sometimes I’ll dive into thoughts like this: writing helps me think clearer, connect ideas, and grow. If you’ve been holding back, start now, you won’t regret it. #Tech #Thoughts #Writing #Programming #Developer #Blog #Article marma.dev/articles/202...

Why you should write

Is writing merely a tool to manifest thoughts, or is it a way to bring clarity to your mind, challenge your assumptions, and uncover what you truly believe and value?

marma.dev

Code is a conversation-with the machine, your team, and future you. Write it so it’s worth reading twice.