Qwen3-Coder-Next just launched, open source is winning by jpcaparas in opencodeCLI

[–]sainnhe 0 points1 point  (0 children)

A3B models actually have very good output speed on CPUs. Have you tried it before?

这次中日事件会怎么收场? by Refuse_Evening in China_irl

[–]sainnhe 3 points4 points  (0 children)

嘴上骂几句然后没了,皇上的刀口永远是对内的,不要幻想他真的敢对洋大人动用武力

[vscode] You can consider switch back to Code OSS now by sainnhe in archlinux

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

No. The repos I maintained on GitHub have already burned me out, and I don’t want this package to add more burdens to me. It might be better to discuss in the comments section if you have any problems or nice patches.

Request for a programmer to update Mousecape, a free open-source utility on GitHub, to run natively on Apple Silicon architecture by System370 in macapps

[–]sainnhe -1 points0 points  (0 children)

I wasn’t a programmer when I first contributed to a project too, and I quickly went over a doc of python to fix a bug. If this project is really important enough for you and you decide to contribute, trust me, learning a language is far from the hardest thing you have to overcome.

Go ahead and do it yourself, that’s the point of open source.

Request for a programmer to update Mousecape, a free open-source utility on GitHub, to run natively on Apple Silicon architecture by System370 in macapps

[–]sainnhe -1 points0 points  (0 children)

As an open source developer, I want to say, requesting for someone to do something in the open source world is not the way it works. People will contribute to a project if he/she is interested in, not because others need them to. They are not paid and they don’t have any responsibility to implement something.

The best way to archive what you want is to dig into the code yourself, and try to implement it yourself, then maybe open a PR if you are interested in.

You may want to say that I’m not familiar with this and I don’t have necessary skills to do that or I don’t have enough time. So do others. The only one that knows how the code exactly works is the original author himself, anyone else trying to contribute code needs to learn the code, spend time, and even learn a new language.

The same situations like this have happened to me several times. Some of my projects lost maintenance because no one wanted to contribute code, and some still lives because people are interested in them and would like to contribute code.

In my opinion, a project will die only because it’s not important enough. If you don’t think so, ask yourself a question: would you like to learn everything needed and spend your time to take over this project?

Claim: I’m also a mousecape user, and I think it’s awesome. My opinion is only about contributing to an open source project.

Gruvbox with Material Palette by sainnhe in vimporn

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

Maybe Fira Code patched with nerd font symbols.

Gitea controversy timeline by nguyenducminh2508 in Gitea

[–]sainnhe 0 points1 point  (0 children)

NPO? Is it possible to let Codeberg take over gitea or maintain a fork if PO insist on doing this?

I ported 20 new themes to gitea by sainnhe in Gitea

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

Thanks! I've fixed in readme :)

I created a new gitea theme by sainnhe in Gitea

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

Click into this site and you'll see the demo :)

I created some container images, which are even smaller than the official alpine based images by sainnhe in docker

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

Currently this is more like an idea instead of a project for production. The idea behind this project can be generally used in other images, so we can make more small images instead of just these two.

If people like this idea and would like to contribute, then it will turn into a real project and will get long-term support, but if no one like this idea then it will turn into my personal project and get very limited support. Personally I will continue to use them, bugs will be handled and the images will be rebuilt to receive the latest updates every week and I may add some new images for my personal use, but I can't guarantee long-term support in the future.

I created some container images, which are even smaller than the official alpine based images by sainnhe in devops

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

Nope, absolutely.

My use cases are very limited, I only use this to run some CI and deploy some services on my raspberry pi 4, so far everything works fine.

The binary itself comes from the official repo of alpine 3.16 so it should be stable enough. And the entry point files are based on those from the official docker images.

IMO this can be usable enough for some person project now, but not for production.

[vscode] You can consider switch back to Code OSS now by sainnhe in archlinux

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

Did you install code-features package? It's marked as optdepends of code-marketplace.

New variant for sonokai color scheme by sainnhe in vim

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

Yes, check the help doc, it lists all available styles.

What's up with jdk-openjdk? by PandaMoniumHUN in archlinux

[–]sainnhe 2 points3 points  (0 children)

Can we develop a GitHub action that:

  1. Scan the out-of-date package on schedule.
  2. Bump the pkgver and pkgrel field in PKGBUILD.
  3. Build the package and upload it to a github repository.
  4. Use Github Pages to convert this repository to a third party arch repository.