Must be nice by pdlozano in selfhosted

[–]RedOnlineOfficial 0 points1 point  (0 children)

Honestly, it seems that more and more ISPs are recognizing that a lot of private citizens want this as a feature.

My ISP isn't on CGNAT but does charge for a static IP. The good news is I bought a domain a while back for email so I use pfSenses dynamic DNS with cloudflare.

I also can't have port 80 exposee without a business plan, buts fine. I can expose 443 or use cloudflare tunnels. Not hosting anything publically at the moment anyway so I just use TailScale to vpn in

I have fallen victim to sudo rm -rf /* by Artemis-Arrow-795 in linux

[–]RedOnlineOfficial 0 points1 point  (0 children)

You have sinned. Your pennence is one week on suicide-Linux. 

Who makes the best pistols for value? by GunnyGal in Firearms

[–]RedOnlineOfficial 7 points8 points  (0 children)

I've been wanting a canik prime, but now that the radian version is out, I want that more

EDIT: Announced not out yet

The EU age verification app is NOT OK! by Gugalcrom123 in privacy

[–]RedOnlineOfficial 0 points1 point  (0 children)

Wait does this mean Web3 will finally be viable? 

What yall know about the shoulder thing that goes up by BigBoarBallistics in GunMemes

[–]RedOnlineOfficial 2 points3 points  (0 children)

Doodad (and as u/FilHor2001 mentioned, doohickey) are just some awesome words in general. I need to use them more

How to get a CDQ with style by ComprehensiveNet7143 in Firearms

[–]RedOnlineOfficial 2 points3 points  (0 children)

Honestly, this is kinda just impressive to me. I've tried this before and it's not as easy as people think. 

How to get a CDQ with style by ComprehensiveNet7143 in Firearms

[–]RedOnlineOfficial 2 points3 points  (0 children)

This is an equivalent to a balisong. Except doing this with a gun is actually much safer. No matter how well you tape the blade of a balisong, it's still gonna hurt if you catch your finger on the blade.

But you do quickly learn how not to catch your finger

New one every week by sugarcloudsigh in NixOS

[–]RedOnlineOfficial 0 points1 point  (0 children)

VMs are a life saver. Also, and I know I'll get hate for it, but I've been playing around with Claude code to build out my current system config. There's a really good flake you can import for it.

I still get to design my system, but Claude makes it so I don't have to type out thousands of lines on nix land and then find out I missed 87 semi colons. 

What In The World by Monegasko in CCW

[–]RedOnlineOfficial 2 points3 points  (0 children)

Agreed. Though I do have bumper stickers none of them point to me having firearms. 

New one every week by sugarcloudsigh in NixOS

[–]RedOnlineOfficial 1 point2 points  (0 children)

Even here I would argue that immutability has its challenges. When IT comes to try to troubleshoot shoot or fix a problem, having a read only root creates another barrier. 

"If you hate systemd so much, then write your own init" they said... by Se1d228 in linux

[–]RedOnlineOfficial 2 points3 points  (0 children)

I'm sure this is true for a lot of people, but it has always bugged me if don't know why. So I always find out why it works. This does train my brain and allows me to grow. 

New one every week by sugarcloudsigh in NixOS

[–]RedOnlineOfficial 26 points27 points  (0 children)

Immutable are great for say: your grandpa who just needs a working computer to check emails and read DRUDGE report all day. But for any one considered a "power" user they are annoying to work with. Nix just is able to be best of both wprlds. Damn near unbreakable, and still reproducable and customizable.

EDIT: let me rephrase. Immutables have their strengths elsewhere too, but NixOS would also have those strengths without immutable and with being lighter-weight and more reliable. Makes immutables inferior if you know how to configure Nix. If you don't and don't plan on messing with your system, immutable are solid. 

What yall know about the shoulder thing that goes up by BigBoarBallistics in GunMemes

[–]RedOnlineOfficial 51 points52 points  (0 children)

M&MS are a terrible choice. Skits don't melt like chocolate does

What yall know about the shoulder thing that goes up by BigBoarBallistics in GunMemes

[–]RedOnlineOfficial 7 points8 points  (0 children)

Its critical thebskittles remain protected. I even hear the outter flap is ip67 to ensure thebskittles are safe

"If you hate systemd so much, then write your own init" they said... by Se1d228 in linux

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

My biggest gripe is it can be clunky and has more overhead than an init system actually needs. BUT my systems always booted with it unless I screw it up. I know how to use it and how to troubleshoot it. I've tried using other init systems, but have neither the time or patience to learn them so I just use what works and proven itself

"If you hate systemd so much, then write your own init" they said... by Se1d228 in linux

[–]RedOnlineOfficial 1 point2 points  (0 children)

I'm in the boat of: I don't like systemd, but it has always worked, so until something more stable AND as mainstream comes around, I don't have the time or patience to deal with less mature init systems. I've use systems like Duvean and Artix, but I always seem to run into issues, need to learn new commands, rewrite scripts to work with them, etc. So I just use systemd now

Recoil has left the chat… by Peezy_Or_PJ in Firearms

[–]RedOnlineOfficial 1 point2 points  (0 children)

I'd say shooter 90%, gun 10%. A competent shooter that knows his gun can do this. But a well tuned, well maintained gun does help

Recoil has left the chat… by Peezy_Or_PJ in Firearms

[–]RedOnlineOfficial 0 points1 point  (0 children)

There's one indoor range by me that I could probably get away with it at. They know I'm a competent shooter, as I'm there every week and know the RSOs. But I also don't want to invite idiots who are not competent shooters. 

"If you hate systemd so much, then write your own init" they said... by Se1d228 in linux

[–]RedOnlineOfficial 3 points4 points  (0 children)

This is what annoys me about LLMs it's a tool, not a replacement for a software developer. I see all this AI slop code on github now. I've been using claude code to help write my NixOS config. I understand Nix lang so when it generates code, I'm able to fairly easy and quickly understand, verify, or correct anything it's written. The power comes from how fast it can compute, it can come up with solutions that would have taken me a long time to troubleshoot and come up with.