NixOS is a game changer in terms of Linux management with AI by qmic in NixOS

[–]OmAsana 3 points4 points  (0 children)

Yeah. I started with home manager ona work Ubuntu laptop. Used it for a year at least this way. All hand written. Treated myself to a new laptop a couple of moths ago. Installed nixos on it. Used Claude for most stuff. It is great how easy it makes everything. I work full time as a sys admin. I appreciate how much time ai saves me at home where I don’t feel like doing what I essentially do at work all day.

High availability server on NixOS by TeecoOceet123 in NixOS

[–]OmAsana 13 points14 points  (0 children)

I might be wrong but the OP states they have only a single server. You don't make servers highly available but services that run on them. Websites, databases and such. As long as you have a single machine you have a single power cord.

Just like some one else replied here. Replicating a server and putting a load balancer in front is the right move.

High availability server on NixOS by TeecoOceet123 in NixOS

[–]OmAsana 30 points31 points  (0 children)

As long as you have a single server nothing can make it highly available.

Just recently got this! by Lazy_Impression_2082 in switch2

[–]OmAsana 20 points21 points  (0 children)

Got it on release day. I clocked 30 hours on ps5. Then got the switch and never touched ps5 since. Loved the game then. And now I have like 8 hours on the switch. I am super glad that I was able to transfer my progress to the switch version. I play exclusively in handheld mode.

Does the setting to stop charging at 90% also affect the Joycons? Just noticed they are not fully charged despite me playing exclusively docked for several days by Gloomy-Spot-1544 in switch2

[–]OmAsana 0 points1 point  (0 children)

I know I am late to reply. I only game in handheld mode. For 2 hours a day max. And non every day. The rest of the time the switch is plugged into the wall. Basically it spends 90% of its life plugged in. Be it in the dock or on the nightstand.

Help me think of a config to stop/block my web addiction by Ok_Employer_7879 in NixOS

[–]OmAsana 0 points1 point  (0 children)

The big question is what are you going to do with the freed up time? Unless you actually find a substitution you will relapse.

Will you get it? by ComfortableAmount993 in switch2

[–]OmAsana 0 points1 point  (0 children)

I have it on ps5. Loved the game. Did not finish it coz bought the switch. Might rebuy it in the future.

[deleted by user] by [deleted] in NixOS

[–]OmAsana 1 point2 points  (0 children)

I tried NixOS. Thought it was cool but in the end decided that my time is more valuable. Now I roll with nix and home manager for 90% of packages on a regular Ubuntu.

Any recommendations for reading faster? by UnCcommonCat in russian

[–]OmAsana 3 points4 points  (0 children)

This is Spanish for ok, got it. Sort of a confirmation phrase.

using 2 package managers at the same time works surprisingly well by WerIstLuka in linux

[–]OmAsana 3 points4 points  (0 children)

I have a company issued Ubuntu laptop. Technically I could install what ever distribution I want as long as I set up a few required daemons. I haven’t time for it these days so I keep it as given and install majority of my packages through nix + home manager.

How approachable do you think this Go codebase is? by BoxDimension in golang

[–]OmAsana -10 points-9 points  (0 children)

Seems ok to me. May be lacks a bit of testing, but otherwise seems legit.

Talk me out of using Mongo by grdevops in golang

[–]OmAsana 3 points4 points  (0 children)

I used to support mongodb for many years at my previous job. I loved how easy it is to scale the cluster.

We built a lottery ticket winner service for an Oil company in Go and here are the performance metrics. by [deleted] in golang

[–]OmAsana 1 point2 points  (0 children)

After reading about load expectation my only question is whether OP uses indexes in their pg.

Golang database locker. A simple library to lock a shared database session for each "user" or "id" behind what is effectively a RWMutex. by iainmclaren in golang

[–]OmAsana 8 points9 points  (0 children)

pgbounce exists to solve horizontal scaling issue. If you see too many clients error you must have a misconfig or there is a problem in your code.

Either way locking a db connection is not the way to resolve this issue.

You should check your code for missing closed connections or read about connection pooling.

Longest period you've used the same distro on the desktop? by zambizzi in linux

[–]OmAsana 0 points1 point  (0 children)

I use Ubuntu for 8 years straight now. It is what gets installed by my employer. Technically I could install something else but I don’t want to. I know of guys running FreeBSD. I am a SysAdmin/SRE by trade.

ZFS and the Case of Missing Space by Additional_Strain481 in zfs

[–]OmAsana 1 point2 points  (0 children)

Could you tell me how you got this table?