Advertisement · 728 × 90

Posts by KP

The Cost of Concurrency Coordination with Jon Gjengset
The Cost of Concurrency Coordination with Jon Gjengset YouTube video by Jane Street

Back in January I gave a talk at Jane Street titled "Are Mutexes Slow?" (I gave a lightning version of it at @rustikon.dev last week!). And it's now up on YouTube if you're interested in wonky details about CPU cache coherence and the cost of coordination!

www.youtube.com/watch?v=tND-...

2 weeks ago 57 8 0 1
Rust threads on the GPU GPU code can now use Rust's threads. We share the implementation approach and what this unlocks for GPU programming.

We are excited to announce that we can successfully use Rust's std::thread on the GPU. This has never been done before.

www.vectorware.com/blog/threads...

Supporting Rust's std::thread enables existing Rust code to work on the GPU and makes GPU programming more ergonomic.

2 weeks ago 136 27 0 3
an interview with Gergely Orosz about writing

an interview with Gergely Orosz about writing

Our latest interview: @gergely.pragmaticengineer.com shares his path to The Pragmatic Engineer, his favorite bloggers, and tips for others writethatblog.substack.com/p/gergely-or...

2 weeks ago 5 2 0 0

Lucky people you all are. I've to settle for Kindle edition for now. Print, it says probably march/april. 😐

1 month ago 1 0 0 0
Preview
Building a Database on S3 Hold your horses. I'm not unveiling a new S3-native database. The paper is from 2008. Many of its protocols feel clunky today. Yet it nails ...

[new blog post]

Building a database on S3

muratbuffalo.blogspot.com/2026/03/buil...

1 month ago 11 2 0 0
Variant Type in Apache Parquet for Semi-Structured Data Introducing Native Variant Type in Apache Parquet

If you want to learn more about the Variant type in Parquet, Aihua Xu and @andrewlamb1111.bsky.social wrote a great blog post on the project blog.

parquet.apache.org/blog/2026/02...

1 month ago 8 3 0 0

it’s important to keep caring about how things work and how they’re built

1 month ago 279 62 7 7
Coding agents are here. So what? | Prasanth Karri Anyone with access to coding agents can spit out code. But not everyone using these tools can generate code that meets requirements without issues....

Published a new post after a long gap - www.prasanthkarri.dev/coding-agent...

2 months ago 1 0 0 0
Advertisement

reason why I've entirely stopped using it and when I do need hands off approach, it's wispr flow to the rescue. Wispr is great so far. But yeah, I wish claude becomes as good as chatgpt voice mode

2 months ago 1 0 0 0
Preview
Observability: the present and future, with Charity Majors In today's episode of The Pragmatic Engineer, I'm joined by Charity Majors, a well-known observability expert – as well as someone with strong and grounded opinions.

Highly recommend. Now I'm digging through all the references, links - nice rabbit hole.

newsletter.pragmaticengineer.com/p/observabil...

2 months ago 0 0 0 0

Haha, no pressure. Register Spill is more than enough :D

2 months ago 1 0 0 0
Video

Choose your storage layer carefully.

2 months ago 1 1 0 0

Wow, it's been a while. Testing the waters? or back here?

2 months ago 0 0 1 0
Passenger | Let Her Go (Official Video)
Passenger | Let Her Go (Official Video) YouTube video by Passenger

Didn't realise how much I love @spacecowboy17.bsky.social "For You" feed.

"Well you only need the light when it's burning low Only miss the sun when it starts to snow... "

Reminding me of this lyrics - www.youtube.com/watch?v=RBum...

Rooting for you spacecowboy...

2 months ago 0 0 1 0
Preview
Tynan Is Typing | Tynan Purdy | Offprint Take a peek inside my brain. Internet thoughts. Design takes. Pontificating on life.

I have no more patience for platforms. I'm done.
#offprint

tynanistyping.offprint.app/a/3mcsvjjceei23-publishi...

2 months ago 122 28 5 9
@danielroe.dev profile with a proposed Website button linking to danielroe.dev

@danielroe.dev profile with a proposed Website button linking to danielroe.dev

as more people add bluesky comments to their blogs, bluesky should give back by surfacing their websites. If we visit someone's profile, we should find a prominent link inviting us to explore their garden

2 months ago 104 7 7 3
Advertisement

One of my favourite childhood games. Arkanoid. Now you put this seed in my head, why not rebuild this a side project (one more to the never ending list of side projects 😂)

2 months ago 1 0 1 0

my competitive advantage is that i'm having fun

2 months ago 76 12 2 0

But there are also instances where I just shut it down completely and hand code it like old days without any autofill. Just to make sure I’ve indeed learned or was just nodding my head along to whatever it says.

3 months ago 0 0 0 0

I usually ask AI to keep explaining while it writes. Like why this and what alternatives are considered, why not them…etc. ELI5 mode if it’s a language I’ve never worked with earlier.

3 months ago 0 0 1 0
Preview
Reflection MVP by oli-obk · Pull Request #146923 · rust-lang/rust I am opening this PR for discussion about the general design we should start out with, as there are various options (that are not too hard to transition between each other, so we should totally jus...

RUST REFLECTION MVP HAS LANDED github.com/rust-lang/ru...

THIS IS NOT A DRILL

3 months ago 186 40 9 4
Preview
Databases in 2025: A Year in Review The world tried to kill Andy off but he had to stay alive to to talk about what happened with databases in 2025.

I've posted my latest recap of the world of databases: www.cs.cmu.edu/~pavlo/blog/...

All the hot topics from the last year:
• More Postgres action!
• MCP for everyone!
• MongoDB gets litigious with FerretDB!
• File formats!
• Market movements!
• The richest person in the history of the world!

3 months ago 77 26 1 6

Teaser - Just AI 😛

3 months ago 0 0 0 0
Advertisement

Using AI to generate code you don't understand is akin to using a translation app for a language you don't know.

It might be ~90% correct but you'll never be able to spot the ~10% that's wrong, and that's going to look bad on you when others do.

3 months ago 41 4 0 3

Currently reading “Writing to Learn” by William Zinsser.

Was surprised at first to see so many em dashes throughout. And the book was written long back before LLM tools are out there.

That’s when I learned this “em dashes means AI” is not really a thing. We should just whatever works for us 😅

3 months ago 0 0 1 0

exercising in january is way too mainstream, so I'll be starting at some point later in the year just to show that I'm serious about it

3 months ago 100 1 1 0
Video

My friends in Austria sent this and I can't stop watching...wait for the end. 🤗💜

3 months ago 1895 745 62 166
Video

Ready for the first cool demo of the year?

A mini Mario world with keyboard control. Yes, you can move Mario and also jump! 👀

Demo: codepen.io/t_afif/full/... via @codepen.io

✔️ 100% CSS Magic
✔️ Minimal HTML
❌ 0% JavaScript

A Chrome-only experimentation using modern CSS.

3 months ago 146 26 5 11

​One of the advantages of being a millennial is that by the time these short-form videos started becoming a thing, I was already considered too old for the platforms.

So, I ended up never downloading them. But watching my cousins use their phones like zombies - ngl, I’m a tad bit worried.

3 months ago 4 2 1 0