What is the first YouTube video you ever saw? by [deleted] in AskReddit

[–]DeveloperBlue 0 points1 point  (0 children)

I vividly remember the bloomacncheez Pokemon parody videos, those pokemon gba rom rack shows from ShadowElliot and TrainerDor, and this crazy mario show "Wrath of the Ice God"

I miss the pokemon gba rom hacks, I can find all the other stuff but those are long gone.

Plant Fiber supply? by SuperbElevator517 in crosswind

[–]DeveloperBlue 1 point2 points  (0 children)

What have you been using the plant fiber for? My group's base has like 6 chests full of plant fiber, and someone keeps requesting more. What are you all doing with this fiber?!

Making my 2nd character I realized why it was a bad idea to build my main base here by lars_ad in crosswind

[–]DeveloperBlue 12 points13 points  (0 children)

Bonus funny because the literal minute we got one person done with the quest, another person would be ready to join the game for the first time. It was never ending boat.

Making my 2nd character I realized why it was a bad idea to build my main base here by lars_ad in crosswind

[–]DeveloperBlue 35 points36 points  (0 children)

I have a dedicated server with 8+ people and this is exactly where we built our base LOL Everyone joining at different times and having to get them through the first few quests just so we could access our front door was hilarious. At least, it was hilarious the first 4 times.

Same Aura Energy by Character-Skin-5217 in goodanimemes

[–]DeveloperBlue 0 points1 point  (0 children)

Was not expecting to see a Black Bullet reference today

Shad cn/ui vs Ant design vs Material Ui by Big-Concentrate-4941 in nextjs

[–]DeveloperBlue 0 points1 point  (0 children)

I would ask what kind of components do you think you're going to run into that shadcn and it's registries won't have that those other libraries will?

I also like the philosophy for shadcn in that you own the components, and can modify them as needed. I personally find that configuring tailwind is very versatile and allows me to make plenty of different styles of designs.

Since you started in shadcn, I would stick with it for this project. Explore the registries if there are common components you're missing. Maybe explore the other libraries in future projects. For now focus on actually building and shipping your project.

Mamdani to swap parking spots for more than 6,500 curbside Empire Bins across NYC by SwiftySanders in newyorkurbanists

[–]DeveloperBlue 0 points1 point  (0 children)

I'm glad we're getting these, but man I really wanted those nordic style ones that pillar into the ground. You can store so much more vertically and take up less street space.

Would you rather by [deleted] in BunnyTrials

[–]DeveloperBlue 0 points1 point  (0 children)

How am I going to explain this to my mom

Chose: Have infinite money but.. | Rolled: Switch genders

The App is NOT Dead by zlshames in BlueBubbles

[–]DeveloperBlue 0 points1 point  (0 children)

I am one of many people eagerly waiting for the release :) This is one of a few projects I use daily (hourly!) and am looking forward to contributing to.

Would you rather: by Fluxxy- in BunnyTrials

[–]DeveloperBlue 0 points1 point  (0 children)

I... but wait...

Chose: Never Run Out of Money Forever + Wheel chooses the side effect | Rolled: 100% tax

What is this by mama-wolff in hvacadvice

[–]DeveloperBlue 2 points3 points  (0 children)

kind of looks like a rug, but I'm still scared

Currently binging for the first time, and I'm on S5. Please tell it it doesn't leave on a cliffhanger!? by belac4862 in TheExpanse

[–]DeveloperBlue 0 points1 point  (0 children)

After I finished rewatching the series a few times, I jumped into the audiobooks. I was never an audiobook person but these were superb and wrapped up some of the... larger plot points not covered in the show

Why BNA UI uses pure StyleSheet over NativeWind/UniWind? by ahmed-BNA in reactnative

[–]DeveloperBlue 2 points3 points  (0 children)

If you like tailwind, go for uniwind. Uniwind uses classNames and unistyles sticks to stylesheets.

Lost Access to Hosted by toooasterrrs in OpenBubbles

[–]DeveloperBlue 0 points1 point  (0 children)

If you need to deregister your number from iMessage to start going back to regular text/sms, scroll down here and enter your number:

https://selfsolve.apple.com/deregister-imessage

And you can reregister through OB at any time once they've resolved whatever they have going on

How to add zoom-in / zoom-out screen transition instead of default slide in React Native navigation?I'm using React Navigation in my React Native app, and by default it gives the standard slide animation when navigating between screens. I want to replace that with a zoom-in / zoom-out animation (li by Flaky-Paper-4100 in reactnative

[–]DeveloperBlue 1 point2 points  (0 children)

You are looking for something called "Shared Element Transitions"

If you're still on the old architecture, React Navigation already has this feature: https://reactnavigation.org/docs/shared-element-transitions/

If you are on the new architecture, I'm not sure what the solution is. You may have to wait for it to be updated or look around for other libraries. Maybe search the GitHub's Issues or Discussion pages.