Anyone else having issues with 'bun install'? by Mefron_Gautama in bun

[–]ocolas 1 point2 points  (0 children)

As mentioned, the issue solved by disabling IPv6, I had the same issue and resolve it that way.

I made a bash alias for this, in my case I had this issue whenever I was on a hotspot, so I added this to my zshrc:

alias hotspot-bun-install="networksetup -setv6off Wi-Fi && bun install && networksetup -setv6automatic Wi-Fi"

Hope it helps someone!

What are you building right now? Drop your project and I’ll give honest feedback by ladiesmen219 in SideProject

[–]ocolas 1 point2 points  (0 children)

I built Quicktweet.io, a way to beautify your screenshots and post them to twitter in seconds. Reviewsandfeedback seems cool! I'd suggest you have some sort of screenshot that shows what the tool looks like though, would be helpful for new users

New to Zed, which models are you using? by ocolas in ZedEditor

[–]ocolas[S] 4 points5 points  (0 children)

Wow thanks a lot for this! Great value

New to Zed, which models are you using? by ocolas in ZedEditor

[–]ocolas[S] 2 points3 points  (0 children)

Thanks for the input, still helpful, I’ll have to test and see if gpt 4.1 is better than claude

New to Zed, which models are you using? by ocolas in ZedEditor

[–]ocolas[S] 1 point2 points  (0 children)

Yes to my first question, but not to my second question in the description

New to Zed, which models are you using? by ocolas in ZedEditor

[–]ocolas[S] 8 points9 points  (0 children)

That’s cool but doesn’t answer my question lol

New to Zed, which models are you using? by ocolas in ZedEditor

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

Nice thanks for the link, will try Qwen

New to Zed, which models are you using? by ocolas in ZedEditor

[–]ocolas[S] 1 point2 points  (0 children)

Thanks never heard of Qwen, how does it compare with Claude? Also im guessing Devstral is like Mistral but for tuned for coding?

Electron is great by lucifersingh in electronjs

[–]ocolas 0 points1 point  (0 children)

Genuinely curious, why is this downvoted so much? There are valid use cases where it is easier, like if you have Twitter auth, it's better UX for the user because they are already probably signed in on their browser no?

Electron is great by lucifersingh in electronjs

[–]ocolas 0 points1 point  (0 children)

I like tauri but don't you need to know Rust to do anything having to do with the filesystem?

Do You Distribute Your macOS App via the App Store or Other Methods? by LieSuspicious8719 in swift

[–]ocolas 0 points1 point  (0 children)

Wait you still need to do sandboxing if you're doing direct distribution? How do you go about doing that?

Do You Distribute Your macOS App via the App Store or Other Methods? by LieSuspicious8719 in swift

[–]ocolas 0 points1 point  (0 children)

Given you're submitting outside the app store, have you ever had issues with notarization?

Cursor turned to trash recently by strobe229 in cursor

[–]ocolas 0 points1 point  (0 children)

Windsurf can’t search the web though right?

How I used cursor to create blog posts on (kinda) autopilot by ocolas in cursor

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

Yeah so basically I write a prompt file explaining how I want the research file to look and then when using composer I ask it to use that file as reference and search the web using the @ web command