HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fanux

no profile record

投稿

One of my managers demanding a 25% share of the project bonus pool

old.reddit.com
2 ポイント·投稿者 fanux·5 か月前·0 コメント

My team lead wants 25% of the total bonus pool for himself

old.reddit.com
3 ポイント·投稿者 fanux·5 か月前·0 コメント

Sealos – AI Native Cloud Cloud Operating System

github.com
22 ポイント·投稿者 fanux·5 か月前·10 コメント

[untitled]

1 ポイント·投稿者 fanux·5 か月前·0 コメント

I wrote an open-source project using Claude Code

github.com
1 ポイント·投稿者 fanux·6 か月前·0 コメント

Fulling is an AI-powered Full-stack Engineer Agent

old.reddit.com
1 ポイント·投稿者 fanux·6 か月前·0 コメント

The open source project named fulling, and it's hit 1k stars

github.com
1 ポイント·投稿者 fanux·8 か月前·0 コメント

The first open-source project coded 100% by Claude has garnered over 200 stars

github.com
3 ポイント·投稿者 fanux·9 か月前·2 コメント

ChatGPT AI generation function in LAF

1 ポイント·投稿者 fanux·3 年前·0 コメント

Construct a ChatGPT web demonstration page using Laf

medium.com
1 ポイント·投稿者 fanux·3 年前·1 コメント

Sealos cloud introduction, Use the cloud like a PC

docs.sealos.io
2 ポイント·投稿者 fanux·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 fanux·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 fanux·4 年前·0 コメント

Sealos – run Kubernetes cluster in one command

github.com
1 ポイント·投稿者 fanux·4 年前·2 コメント

WeChat is raising prices maliciously, affecting millions of developers

4 ポイント·投稿者 fanux·4 年前·4 コメント

コメント

fanux
·9 か月前·議論
I am conducting an experiment to see if AI can develop a production-ready product without me writing a single line of code. Currently, the core functionality appears complete, and I anticipate it will be production-ready within one month.
fanux
·3 年前·議論
There are two types of serverless computing in the world: those that can be deployed in 30 seconds and those that make you want to give up after 30 seconds.
fanux
·3 年前·議論
Pritty simple
fanux
·3 年前·議論
Maybe you need use something like sealos https://github.com/labring/sealos
fanux
·4 年前·議論
The desktop of sealos will like win11~ so you can install a mysql cluster like install office.

Use the cloud even if you're not a techie.
fanux
·4 年前·議論
# Download and install sealos. sealos is a golang binary so you can just download and copy to bin. You may also download it from release page.

$ wget https://github.com/labring/sealos/releases/download/v4.0.0/s... \ && tar zxvf sealos_4.0.0_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin

# Create a cluster

$ sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 \ --masters 192.168.64.2,192.168.64.22,192.168.64.20 \ --nodes 192.168.64.21,192.168.64.19 -p [your-ssh-passwd]

sealos run labring/helm:v3.8.2 # install helm

sealos run labring/openebs:v1.9.0 # install openebs

sealos run labring/minio-operator:v4.4.16 labring/ingress-nginx:4.1.0 \ labring/mysql-operator:8.0.23-14.1 labring/redis-operator:3.1.4 # oneliner
fanux
·4 年前·議論
Yes, many cloud vendors like to cultivate developer habits first, bind developers, and start to consider raising prices to make money when the volume reaches a certain scale. At this time, it is not easy for developers to migrate away. Commonly known as cutting leeks
fanux
·4 年前·議論
So open source is a big trend, and Tencent Cloud developed open source alternatives https://github.com/labring/laf also because of this incident