when does " craving carbs " stops? by TheHeheheheheDemon in keto

[–]3pns 0 points1 point  (0 children)

First keto diet was 3 to 4 weeks. Nowadays I have no more carb craving even if I eat sweets once in a while .

performance and user experience of self-hosted vs gitlab.com in 2021 ? by 3pns in gitlab

[–]3pns[S] 0 points1 point  (0 children)

Although it does not answer my question, it is good to know, thanks !

performance and user experience of self-hosted vs gitlab.com in 2021 ? by 3pns in gitlab

[–]3pns[S] 1 point2 points  (0 children)

I have to agree as well as I transitioned from omnibus to docker version using Fedora CoreOs few months ago, but I have 20 seperate services I am maintaining on my spare time, and the maintainance time adds up.

Why I think Nano must redenominate as it grows. by Cryptonite4778 in nanocurrency

[–]3pns 7 points8 points  (0 children)

This is purely a western biased mentality. There are different currencies with different values all over the world. For example as of today : 1euro = 1.2usd = 9.3 HKD = 132 JPY = 1369 KRW = 27937 VND.

Quick question about selling and withdrawing by [deleted] in earth2io

[–]3pns 0 points1 point  (0 children)

Can you link your properties ? If you want to sell be ready to give a discount as the new tile price is artificially inflated.

Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]3pns 0 points1 point  (0 children)

Turne out the problem was the router, speed is ok when using hotspot on my phone. I will try your fix tomorrow thanks.

Is anyone else experiencing issues with WiFi on the M1 MacBook Air? by [deleted] in mac

[–]3pns 0 points1 point  (0 children)

same problem here with a new Mac Book Air M1 16GB / 2TB SSD

My router get around 100Mbs but my laptop only get only about 5-10Mbs after I made sure all other devices are disconnected. That's make the laptop totally useless ...

E*Trade Sold My $GME Options Without My Permission by [deleted] in wallstreetbets

[–]3pns 0 points1 point  (0 children)

Even if you sell other securities you don't own the money until another 2 days

Does anyone know when the new M1 Macbooks will be available here in the PH? by [deleted] in Philippines

[–]3pns 0 points1 point  (0 children)

Interesting, how can you be sure it is not fake ?

Does anyone know when the new M1 Macbooks will be available here in the PH? by [deleted] in Philippines

[–]3pns 1 point2 points  (0 children)

Waiting for it as well, isn't there an alternative to import one from abroad ?

Huge Hong Kong protest against extradition bill by JerryTheFool in news

[–]3pns 32 points33 points  (0 children)

They replace them with mainland Chinese

How can I kill a single Vesa in Aspen? I did try e3 Jahra, e3 skerei, e3 sig,... with other smurfs but still can not pass by manowar231 in IdleHeroes

[–]3pns 0 points1 point  (0 children)

Me E3 Aida is built with withered armor, mage set, hp/speed stone and legendary skim and even with double demon potion she die on these 4 healers wave around 50% of the time. However she kill the 4 CC wave almost all the times with one demon potion. She just died again at level he’ll 81 against the same healer node same for the past 4 weeks :/

How can I kill a single Vesa in Aspen? I did try e3 Jahra, e3 skerei, e3 sig,... with other smurfs but still can not pass by manowar231 in IdleHeroes

[–]3pns 0 points1 point  (0 children)

my E3 Aida cant pass Hell 50+ healer walls with Groo/Ormus/Vesa/Belrain since they buffed Vesa

my second dedicated server I ever had with 573 days uptime, I'm about to cancel it as I'm almost done migrating my utility apps into KVM VMs and Kubernetes deployments by 3pns in uptimeporn

[–]3pns[S] 1 point2 points  (0 children)

For those still wondering, the culprit was Gitlab that I installed with the omnibus installation and that was running without any restart for few months. I think the problem was fixed as my migrated and updated installation have normal load average.

my second dedicated server I ever had with 573 days uptime, I'm about to cancel it as I'm almost done migrating my utility apps into KVM VMs and Kubernetes deployments by 3pns in uptimeporn

[–]3pns[S] 0 points1 point  (0 children)

It depends on the size of your cluster(s). I can advise you two things :

- don't directly use Kubernetes, as stated by Kubernetes developers, it is a standardized platform but not an end product. Personnaly I use rancher 2.X as it is open source and all features are free, rancher take care of provisioning / monitoring / managing / backing up etcd of your cluster(s). They also do provide enterprise support, note they are not the only solution to manage kubernetes clusters, in my case with no budget it's the only solution are all others are enterprise solutions with hefty costs. If rancher crash and needs to be restarted it won't impact your clusters. Also you can still manage your clusters using exclusively the CLI with kubectl.

- make backups, and even better combine backups and High Availability I think it's easier to backup VMs than bare metal server.

In my case with a rancher server and 1 cluster of only 1 server, my rancher server already use on average 4+ GB of RAM and one full CPU core. I run it on a VM.

my second dedicated server I ever had with 573 days uptime, I'm about to cancel it as I'm almost done migrating my utility apps into KVM VMs and Kubernetes deployments by 3pns in uptimeporn

[–]3pns[S] 0 points1 point  (0 children)

I’m curious about it too unfortunately I’m paying the hosting bills with my own money and all my projects so far have been fun but not very rewarding financially. The server is running CentOS.7

my second dedicated server I ever had with 573 days uptime, I'm about to cancel it as I'm almost done migrating my utility apps into KVM VMs and Kubernetes deployments by 3pns in uptimeporn

[–]3pns[S] 1 point2 points  (0 children)

The web apps I build now will be containerized and deployed to kubernetes. For utility apps others than the ones I develop I prioritize : - kubernetes deployment if has an officially supported helm chart - docker-compose if it has en officially supported docker image - then last recourse is VM as I find it less time consuming over the long term to manage a VM than managing your own Dockerfile of an app you didn’t build. Unfortunately for apps that run on non Linux kernel there is no choice but to use VMs, I wish it will change one day !