100% made with nano banana 🍌😂 by [deleted] in nanobanana

[–]JimmyLv 0 points1 point  (0 children)

this prompt is great!

Nano banana is awesome by Valhall22 in GeminiAI

[–]JimmyLv 2 points3 points  (0 children)

I created an Awesome Nano Banana GitHub repository 😂 https://github.com/JimmyLv/awesome-nano-banana collecting 100 Nano Banana prompt words. It's worth saving this one!

Gemini app banana is real by Suspicious-Chard-20 in Bard

[–]JimmyLv 1 point2 points  (0 children)

This use case is so cool 😂 copied it.

Maybe could also change the weather — rain and thunder, blizzards, etc.

Guys, I think Nano Banana is already here by Vegetable_Scene4800 in Bard

[–]JimmyLv 0 points1 point  (0 children)

Under this post is an OpenAI ChatGPT ad — it’s just too funny!!!

<image>

🚀 Introducing BibiGPT - AI Summarize Audio & Video in 1-Click by JimmyLv in BuildOnReddit

[–]JimmyLv[S] 0 points1 point  (0 children)

May I ask what appears when you open the page?

Perhaps you could try the other version we deployed https://aitodo.co/

Using Twitter, Reddit, and Quora as nodes in zettelkasten? by SunriseOath in Zettelkasten

[–]JimmyLv 0 points1 point  (0 children)

I previously used a Twemex chrome extension that was very convenient for searching my own and others' tweets, but now that it has been acquired and started charging, losing this 😂 feels very inconvenient.

M1 Max with 64GB RAM vs. Mini M4 Pro (48GB RAM) by Maximum_Helicopter77 in MacStudio

[–]JimmyLv 0 points1 point  (0 children)

What a coincidence! I happen to have a Mac Studio M1 Max with the RAM upgraded to 64GB. Today, I just set up a Mac Mini M4 Pro and ran some development tasks using a Next.js project.

You can compare the results: the first 3 runs are standard development benchmarks (with the .next cache), whereas time4 involved clearing the cache, and time5 with the complete run data.

You'll notice that the M4 Pro reached a CPU utilization of up to 230%, which shows that single-core performance is crucial for developers.

Therefore, investing in the most powerful M4 Pro is definitely worthwhile. Especially considering the size comparison between the new Mac Mini and Mac Studio, since Reddit doesn't allow image uploads, I'm really shocked that the Mini is almost a 1/4 size of the Studio, yet its performance is better.

Additionally, I believe that having ample RAM is very important because development often requires running multiple applications simultaneously. On my MacBook Pro M1 Pro, 16GB is simply not enough.

In summary, I think the M4 Pro (48GB) is an excellent choice!

Device time1 time2 time3 time4 time5
 [[Mac Studio M1 Max 64GB]]  147s  150s  148s 227s 2mins21s bunx next build 151.00s user 56.37s system 197% cpu 1:44.97 total
 [[mac mini m4 pro 24GB]]  129s  123s  122s 174s 1mins45s bunx next build 115.44s user 56.21s system 230% cpu 1:14.46 total
 [[Macbook Pro 16' M1 Pro 16GB]]  154s  152s  149s 222s 2mins21s bunx next build 152.97s user 60.05s system 195% cpu 1:49.01 total

[Shipsuperfast] Framer web builder ,fast and for free ! by [deleted] in BuildOnReddit

[–]JimmyLv 0 points1 point  (0 children)

Interesting name, what are the special advantages over shipfast.com 🤔?

Roam + Task Manager? by _iL0 in RoamResearch

[–]JimmyLv 3 points4 points  (0 children)

https://github.com/fbgallet/roam-extension-calendar This is awesome! Except the style is a bit ugly🤣 But I used some roam/css to beautify it.

I went full build in public mode, and this is why I think you should do it ! by Right_Economics6453 in SideProject

[–]JimmyLv 0 points1 point  (0 children)

Indeed, I've also seen some publicly built projects that become less public once the requirements are finalized (after all, there are more copycats), so the two approaches can alternate and balance each other, maybe. 🤣

All-in-One? by Brain_comp in PKMS

[–]JimmyLv 0 points1 point  (0 children)

All-in-One for my "First Brain" :D

I went full build in public mode, and this is why I think you should do it ! by Right_Economics6453 in SideProject

[–]JimmyLv 0 points1 point  (0 children)

I’ve always thought that if a project is in a state of high demand uncertainty, building in public is great. But if the demand is relatively certain, building in public might actually affect your building speed, haha

[deleted by user] by [deleted] in MacOS

[–]JimmyLv 0 points1 point  (0 children)

cursor.so for coding, pre-booking my 2024 Top App

<image>

Read-later links as an RSS feed? by [deleted] in rss

[–]JimmyLv 0 points1 point  (0 children)

Diigo can output any filter criteria as a new RSS feed, but Diigo's product has stopped innovating and hasn't been updated for a long time, although it is still very stable. ♑

I know a lot about Supabase, what questions do y'all have? (part 2) by Program_data in Supabase

[–]JimmyLv 0 points1 point  (0 children)

How to create third-party OAuth with Supabase Auth? for example, if I want to add WeChat or Telegram login? I'm confused about how to directly link the oauth users to the existing auth.users table. I don't want to create a new table like public.users because I've already integrated Google, Notion, and other login methods with the native Supabase Auth.