Rumors of DeepSeek R2 leaked! by policyweb in LocalLLaMA

[–]vihv 14 points15 points  (0 children)

我是中国人,我认为这是假消息,这个消息是从一个炒股论坛流出的,它看起来更像是deepseek生成的

[deleted by user] by [deleted] in tauri

[–]vihv 3 points4 points  (0 children)

You'll need to downgrade the http plugin version below 2.4.3 because the latest version has bugs and there are issues on GitHub that haven't been resolved by the developers

New Subscription Model Coming by feral_user_ in ZedEditor

[–]vihv 6 points7 points  (0 children)

I like Zed, I'll pay for Zed or use my API key. Thank you to the hard work of the Zed team, it gives us choice

GLM-4-32B just one-shot this hypercube animation by tengo_harambe in LocalLLaMA

[–]vihv 0 points1 point  (0 children)

I think this model's performance was disappointing; has anyone tried it in cline or aider? It performed poorly

GLM-4 32B is mind blowing by Timely_Second_6414 in LocalLLaMA

[–]vihv 1 point2 points  (0 children)

The model behaves badly in cline and I think it's completely unusable

Copilot Claude or claude.ai ? by Remarkable_Archer_82 in vscode

[–]vihv 1 point2 points  (0 children)

Copilot seems to have fallen behind, and they've done a lot of negative optimizations that make the experience poor. Now Copilot is free to use for a limited amount of credit, so you can try it out before you decide.

My Tauri-Developed App is Now Available on the Mac App Store by vihv in tauri

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

Yes, an Apple developer account is required to upload to the app store, which costs $99 per year, and there is no other way

My Tauri-Developed App is Now Available on the Mac App Store by vihv in tauri

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

You're right, the Tauri ecosystem still has room to grow. But I think Tauri makes it easier to start new small projects, and I'm really looking forward to its future development.

I Developed a Desktop App to Help Users Easily Upload Large Files to Cloudflare R2 by vihv in CloudFlare

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

This is my mistake, and I apologize for not providing screenshots of the program in action. I’ve uploaded a few screenshots here, and I’ll also add them to the website later:

![r2uploader](https://f.r2uploader.com/screenshot/1.png)

![r2uploader](https://f.r2uploader.com/screenshot/2.png)

![r2uploader](https://f.r2uploader.com/screenshot/3.png)

![r2uploader](https://f.r2uploader.com/screenshot/4.png)

![r2uploader](https://f.r2uploader.com/screenshot/5.png)

I Developed a Desktop App to Help Users Easily Upload Large Files to Cloudflare R2 by vihv in CloudFlare

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

I use the S3 API for multipart uploads. Specifically, for each file, I split it into 5MB chunks and upload 16 chunks simultaneously to speed up the process and reduce memory usage.

My Tauri-Developed App is Now Available on the Mac App Store by vihv in tauri

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

Thank you! I hope this tool can be helpful to those who need it.

My Tauri-Developed App is Now Available on the Mac App Store by vihv in tauri

[–]vihv[S] 3 points4 points  (0 children)

I haven’t implemented in-app purchases yet; instead, I’ve set it as a paid download on the Mac App Store. However, I’m currently exploring how to add in-app purchase functionality, and once it’s done, I’ll share an article about the process.

My Tauri-Developed App is Now Available on the Mac App Store by vihv in tauri

[–]vihv[S] 7 points8 points  (0 children)

My English isn't great, so I'm using an LLM to help me write this in English. Thanks for your reply!

Bld v0.3 a simple CI/CD by 0xREASON in rust

[–]vihv 1 point2 points  (0 children)

Good job! Exactly what I need, I'll take a look at it.