HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fanux

no profile record

Submissions

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

old.reddit.com
2 points·by fanux·5 เดือนที่ผ่านมา·0 comments

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

old.reddit.com
3 points·by fanux·5 เดือนที่ผ่านมา·0 comments

Sealos – AI Native Cloud Cloud Operating System

github.com
22 points·by fanux·5 เดือนที่ผ่านมา·10 comments

[untitled]

1 points·by fanux·5 เดือนที่ผ่านมา·0 comments

I wrote an open-source project using Claude Code

github.com
1 points·by fanux·6 เดือนที่ผ่านมา·0 comments

Fulling is an AI-powered Full-stack Engineer Agent

old.reddit.com
1 points·by fanux·6 เดือนที่ผ่านมา·0 comments

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

github.com
1 points·by fanux·8 เดือนที่ผ่านมา·0 comments

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

github.com
3 points·by fanux·9 เดือนที่ผ่านมา·2 comments

ChatGPT AI generation function in LAF

1 points·by fanux·3 ปีที่แล้ว·0 comments

Construct a ChatGPT web demonstration page using Laf

medium.com
1 points·by fanux·3 ปีที่แล้ว·1 comments

Sealos cloud introduction, Use the cloud like a PC

docs.sealos.io
2 points·by fanux·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by fanux·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by fanux·4 ปีที่แล้ว·0 comments

Sealos – run Kubernetes cluster in one command

github.com
1 points·by fanux·4 ปีที่แล้ว·2 comments

WeChat is raising prices maliciously, affecting millions of developers

4 points·by fanux·4 ปีที่แล้ว·4 comments

comments

fanux
·9 เดือนที่ผ่านมา·discuss
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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
Pritty simple
fanux
·3 ปีที่แล้ว·discuss
Maybe you need use something like sealos https://github.com/labring/sealos
fanux
·4 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
# 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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
So open source is a big trend, and Tencent Cloud developed open source alternatives https://github.com/labring/laf also because of this incident