Advertisement Β· 728 Γ— 90

Posts by paula

Indeed! Let's talk when you are back from Vancouver!

1 week ago 3 0 1 0
Preview
ATmosphereConf 2026 ATmosphereConf is the global atproto community conference. Join us in Vancouver, Canada, March 26th - 29th, 2026.

I'm soo excited for the #ATmosphereConf. I sadly couldn't be there in person but I got my remote ticket and will try to watch all talks. The organization for the remote attendance is really cool, shoutout to @atmosphereconf.org for the hard work!

Check it out if you haven't yet! atmosphereconf.org

2 weeks ago 10 1 1 0

Well done!!

2 weeks ago 2 0 1 0

I am struggling so hard to find time to code, work, cook, clean, workout, spend time with friends and partner, while also enjoying the thousand different hobbies that I randomly hyperfixate on. Does anyone have any tips on this whole "adulting" thing? 🫠

2 weeks ago 1 1 1 0

thank you so much!! :))

3 weeks ago 4 0 0 0

Please check it out if you have the time!! Many thanks to @baileytownsend.dev for all his work, including the user grid, and to @kai-ros.bsky.social for finishing up the page. This page was – like all of open source – a collaboration of wonderful people 🩡

3 weeks ago 7 1 0 0
Video

I wanted to take a quick moment to show the home of npmx.social, something I had the pleasure of building as my first bigger feature that I contributed to OSS, in this case for @npmx.dev. It contains loads of useful information as well as a link to the amazing MOOver tool from @baileytownsend.dev

3 weeks ago 38 5 3 0

aww, funny you would say that because I am that one that feels super lucky to be a part of this. I look forward to all our adventures!! πŸ’™

3 weeks ago 2 0 1 0
Preview
Overcoming Imposter Syndrome: My First Open Source Contribution

@paulie.codes: "Fixing a typo, updating docs, or tackling a tiny bug is enough to make you an open-source contributor. In my short time being actively involved, I have learned that the most important part of open source is the people, and everyone has something valuable to bring to the table." ❀️

3 weeks ago 30 5 1 3
Advertisement

I think I actually didn't! But I like the idea, I will make a post about it soon! And thank you so much, it just made me very happy to see that you (and hopefully others) like the page so I thought I'd chime in :)

3 weeks ago 1 1 0 0

I will take the chance to say that it was very fun to work on that page! Props to @kai-ros.bsky.social for finishing it up :)

3 weeks ago 4 0 1 0

I missed you all too!! πŸ₯Ί

3 weeks ago 2 0 0 0
New OG image of my blog post, which shows the title "Overcoming Imposter Syndrome: My First Open Source Contribution", posted on the 3rd of March 2026 and estimated 5 minutes of reading time

New OG image of my blog post, which shows the title "Overcoming Imposter Syndrome: My First Open Source Contribution", posted on the 3rd of March 2026 and estimated 5 minutes of reading time

I've been sick for over a week but I am finally feeling better, was one of the worst virus I've ever had... But now I am back and excited to keep working on all the stuff I had to put a pause on :)

First things first was adding an OG image to my blog page, and it was so easy to do with @nuxt.com!

3 weeks ago 25 0 2 0
Code example showing the usage of Temporal.ZoneddateTime

```js
// London DST starts: 2026-03-29 01:00 -> 02:00
const zdt = Temporal.ZonedDateTime.from(
  "2026-03-29T00:30:00+00:00[Europe/London]",
);

console.log(zdt.toString());
// β†’ "2026-03-29T00:30:00+00:00[Europe/London]"

const plus1h = zdt.add({ hours: 1 });

console.log(plus1h.toString());
// "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist)
```

Code example showing the usage of Temporal.ZoneddateTime ```js // London DST starts: 2026-03-29 01:00 -> 02:00 const zdt = Temporal.ZonedDateTime.from( "2026-03-29T00:30:00+00:00[Europe/London]", ); console.log(zdt.toString()); // β†’ "2026-03-29T00:30:00+00:00[Europe/London]" const plus1h = zdt.add({ hours: 1 }); console.log(plus1h.toString()); // "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist) ```

Temporal is now Stage 4 at TC39 πŸŽ‚πŸŽ‚πŸŽ‚

Thanks to all the other champions of JavaScript's new date-time API. It has been a wild ride over many years!

I wrote a blog post explaining how we got here πŸ“œ

bloomberg.github.io/js-blog/post...

4 weeks ago 345 82 20 16

omg so small!!

1 month ago 2 0 0 0

Our cat also always preferred boxes, no matter how many toys, beds or premium luxury cat items she got πŸ˜‚

1 month ago 3 0 1 0

if I fits I sits - every cat ever

1 month ago 9 0 1 0
Advertisement

πŸ’™πŸ’™

1 month ago 2 0 0 0

we will take screenshots of these posts in a few months and share them as to where it all started :))

1 month ago 2 0 1 0

im interested πŸ‘€

1 month ago 1 0 1 0

it seems your promotion has been taken down :/

1 month ago 3 0 1 0

this made my day πŸ₯Ί

1 month ago 42 1 0 0

thank you so much for sharing my post, it means a lot to me!! I really hope my post is helping other people to take the step!

This blog post was also my first blog post ever, and it was also quite intimidating, but I'm so happy I took that step too :)

1 month ago 7 0 1 0
Why are devs excited about npmx when everyone seems to be sad about other OSS?
Why are devs excited about npmx when everyone seems to be sad about other OSS? When npmx showed up, it created a wave of enthusiastic support and open source collaboration. And because we’re in a moment where most discussion about OSS feels pretty bleak, the joy around npmx…

⚠️ In 90 Minutes

Npmx is creating a wave of enthusiastic support. We’re in a moment where most discussion about OSS feels pretty bleak, the joy around npmx feels unique. Maintainers @danielroe.dev, @whitep4nth3r.com , and @patak.cat share their secrets.

Details:

1 month ago 31 9 0 4

i've had the luck of contributing to this project and meeting the amazing people building it. The community is incredible, full of amazing humans passionate about creating something meaningful and important. Please go check it out!!

PS: I also wrote a little blog for the occasion πŸ‘‡

1 month ago 18 0 0 0
Preview
Announcing npmx: a fast, modern browser for the npm registry Today we're releasing the alpha of npmx.dev – a fast, modern browser for the npm registry, built in the open by a growing community.

npmx is now in alpha: this is our story, as told by our team and friends

1 month ago 370 127 16 34
Advertisement

i am and will continue to be a bad influence

1 month ago 1 0 1 0
Preview
a pixel art drawing of a cat with a red hat Alt: a gift of Nyan cat dressed with classic catalan clothes and the catalan flag behind as trail instead of the usual Nyan Cat rainbow

This will be patak soon:

1 month ago 2 0 1 0
Preview
a cartoon of three capybaras in a pool with the caption " one of us one of us " Alt: a cartoon of three capybaras in a pool with the caption " one of us one of us "

yesss more people should talk about how incredible this album is. Thank you for your service

1 month ago 2 0 0 0
Why are devs excited about npmx when everyone seems to be sad about other OSS?
Why are devs excited about npmx when everyone seems to be sad about other OSS? When npmx showed up, it created a wave of enthusiastic support and open source collaboration. And because we’re in a moment where most discussion about OSS feels pretty bleak, the joy around npmx…

πŸ“£ Just Scheduled

Npmx is creating a wave of enthusiastic support. We’re in a moment where most discussion about OSS feels pretty bleak, the joy around npmx feels unique. Maintainers @danielroe.dev, @whitep4nth3r.com , and @patak.cat share their secrets.

Details: www.youtube.com/watch?v=oISp...

1 month ago 55 19 0 1