Roman Nurik's Avatar

Roman Nurik

@roman.nurik.net

Product Design Engineer @GoogleLabs exploring the future of design, dev, and software roman.nurik.net github.com/romannurik

567
Followers
92
Following
20
Posts
18.11.2023
Joined
Posts Following

Latest posts by Roman Nurik @roman.nurik.net

In the past 2 weeks I've played with:

πŸŽ™οΈ gemini live api
🎨 shaders 'n' fx (shaders.com, @threejs.org)
πŸ“œ infinite canvases 'n' noodlegrams (reactflow)
⌨️ semantic .md editors (tiptap)
⚽ realtime multiplayer (firebase RTDB ftw)
🧠 bg agents (custom)

so. much. fun.

22.10.2025 13:25 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

After 6 years of working closely alongside @nerdy.dev I am just rocked by this news.

Still not ready to accept it TBH but I stand behind Adam as one of the most genuine, talented, effervescent devs I've ever worked with.

If you're hiring snatch him up before I figure out a way to get him back πŸ‘€

11.04.2025 20:01 πŸ‘ 187 πŸ” 18 πŸ’¬ 3 πŸ“Œ 1

Right at this moment we're not auto provisioning Firestore instances. @davideast.bsky.social

10.04.2025 12:57 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

We're actively working on deeper Firebase services integration including auto-provisioning!

10.04.2025 12:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Time to update your buttons for firebase.studio!

Get new links and images with the generator at firebase.google.com/docs/studio/open-in-firebase-studio or programmatically with

```
$ npm install @firebase-studio/open-sdk
```

09.04.2025 15:39 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Firebase Studio Firebase Studio is an entirely web-based workspace for full-stack application development, complete with the latest generative AI from Gemini, and full-fidelity app previews, powered by cloud emulator...

Big day today... IDX is now firebase.studio! Learn more @ cloud.google.com/blog/products/application-development/firebase-studio-lets-you-build-full-stack-ai-apps-with-gemini

09.04.2025 12:34 πŸ‘ 21 πŸ” 7 πŸ’¬ 2 πŸ“Œ 1

Used signals, effects, and signal-based viewChild(ren) in Angular for the first time. Feels like a totally different framework in a really good way. (Not to mention standalone components, etc)

16.03.2025 21:32 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

undefined

15.12.2024 01:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Was modernizing a very old (2016 era) Stripe integration today and had the ABSOLUTE JOY of experiencing Stripe's DX again. From interactive docs, to the new in-console workbench, to the CLI and smart object ID scheme... just wow. Craft at its peak.

14.12.2024 19:55 πŸ‘ 9 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode Huge announcment from Google this morning: Introducing Gemini 2.0: our new AI model for the agentic era. There’s a ton of stuff in there (including updates on Project Astra and …

Wrote up my initial impressions of the new Google Gemini 2.0 Flash model - it's really good, and the streaming mode (where you can stream video and audio to it and get audio streamed right back) is pure science-fiction simonwillison.net/2024/Dec/11/...

11.12.2024 20:22 πŸ‘ 167 πŸ” 35 πŸ’¬ 9 πŸ“Œ 6
Preview
Google IDX: Our Official Online Editor Partner | Astro We are happy to announce that Google IDX has become Astro’s official online editor partner, donating $10,000 each month towards the ongoing open-source maintenance and development of Astro.

Astro 🀝 Google IDX

Google has pledged $10,000 each month to help us push the web forward. Donations like this help us foster an ever-growing open source community. Thanks for the support!

astro.build/blog/idx-off...

02.12.2024 18:34 πŸ‘ 115 πŸ” 15 πŸ’¬ 2 πŸ“Œ 2

Legos, never changed or updated their shapes, everything from day one still works with stuff in 2024. So nice.

Sound familiar?

Yeah, the web is like that too.

27.11.2024 15:04 πŸ‘ 911 πŸ” 47 πŸ’¬ 62 πŸ“Œ 5

Crickets... and no luck scouring the web. So I started something, currently built as a custom executor for NX (not in any shareable state yet). TBH I'm baffled this isn't already a thing yet for the NX ecosystem.

27.11.2024 16:47 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

So far the best I've got is just --output-style stream, which at least prefixes the package name, colorized. But I reaaaaaaally want a multiplane UI πŸ€”

25.11.2024 22:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
Preview
JSKIDPIX v1.0.2021 JS KidPix for the web ✨

@iamli.am and I just had a "meeting" where we just used kidpix.app together. Software should be fun again.

25.11.2024 16:53 πŸ‘ 7 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1

Anyone have a really great `nx` monorepo setup, where a single `dev` command can spawn multiple dev servers with a really nice multipane UI, or a tmux, or at least colored prefixes (similar to Turborepo's watch mode)? `nx` seems awesome but a big step back from just `npx concurrently ...`

24.11.2024 02:41 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Will Bluesky at some point support code snippets? Based on the Markdown v. facets docs, seems like maybe no? But gosh would it be nice...

```ts
const foo = "bar";
```

23.11.2024 18:31 πŸ‘ 31 πŸ” 2 πŸ’¬ 2 πŸ“Œ 0
IDX Community The IDX Community is the place to get your questions answered, hear directly from the team, and share your knowledge.

A few of us are starting to be more active here on bsky, but Twitter/X is more active I think.

We do have an engaged community forum community.idx.dev for discussions with other users and the IDX team

23.11.2024 00:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

But yeah, apologies it's in this weird state.

23.11.2024 00:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey there! Is the behavior you're seeing that markdown files open in preview mode by default? If you see editorAssociations in your settings for *.md try deleting them. As a workaround you can always double click somewhere in the file's preview mode to start editing.

23.11.2024 00:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

whoa, very cool. just verified my domain and updated my BlueSky handle to be the same as my personal site (@roman.nurik.net)

22.11.2024 21:37 πŸ‘ 15 πŸ” 0 πŸ’¬ 2 πŸ“Œ 1
Post image

snippet.idx.dev now has the new (rebeccapurple) CSS icon, and coming soon to IDX proper too (the file icon theme) /cc @nerdy.dev

22.11.2024 04:25 πŸ‘ 28 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

πŸ‘‹ just joined recently!

08.11.2024 01:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Just setting up my πŸ¦‹

03.11.2024 15:40 πŸ‘ 15 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0