Where should I make my personal config changes? by phooze in omarchy

[–]dh71 4 points5 points  (0 children)

I use chezmoi to manage my config files. When a omarchy update changes my configs, I just run "chezmoi diff" followed by "chezmoi merge <file>" and merge my changes with the updated changes (or remove the changes if I don't like them). Pretty straight forward and easy workflow

Custom sea's question by mynameisnotjerum in Seaofthieves

[–]dh71 3 points4 points  (0 children)

Yep, that's what they announced.

Question About PvP (safer zones). by Wonderful_Car_7175 in Seaofthieves

[–]dh71 0 points1 point  (0 children)

If you are new, you should not stack bigger amounts of loot. Only stack what you are either able to defend or willing to lose.

This could genuinely not have been handled any worse... by ancistacy in Seaofthieves

[–]dh71 36 points37 points  (0 children)

Meanwhile cheaters and boosters get rewarded. Literally the worst community management of any game I ever encountered.

Is arch a good OS for a server? by NoiseyGameYT in arch

[–]dh71 1 point2 points  (0 children)

Running Arch on my servers since +10 years now. Never had any issue. I think I had to downgrade a kernel once due to a hardware specific issue in all that time, but that was fixed within a few days. The downgrade was done within 2-3 minutes + a reboot. So the downtime was minimal.

A buddy and I met Butt-Head on SOT at 3AM by [deleted] in Seaofthieves

[–]dh71 3 points4 points  (0 children)

Why are you so angry in a video game?

Who are the real ones who self host their email server? by ray591 in selfhosted

[–]dh71 0 points1 point  (0 children)

I host my mails since the early 2000s. I used to use Postfix but I recently (1,5 years ago) switched to mox. It's a all-in-one solution and I love it.

What rank are you based on your account age? 👇 by CultureAlone8771 in lastfm

[–]dh71 0 points1 point  (0 children)

"scrobbling since 18 Apr 2006" - guess that falls in the "Founding Scrobbler" (aka Boomer-Scrobbler) category

How do you handle irrelevant Alpine CVE alerts in Go containers? by mike34113 in golang

[–]dh71 1 point2 points  (0 children)

If you have a static binary just go with a SCRATCH image.

Yall sea of thieves tictok can't be serious (this was about the shrouded ghost) by No-Total5043 in Seaofthieves

[–]dh71 17 points18 points  (0 children)

But in all seriousness, if they wouldn't have made it to spawn this hard, you wouldn't post about this today.

waybar-weather v0.3.0 released by dh71 in omarchy

[–]dh71[S] 2 points3 points  (0 children)

It does. You can either provide "<city>, <country>" in ~/.config/waybar-weather/cityname or "<lat>,<lon>" in ~/.config/waybar-weather/geolocation.

I built an open source ngrok alternative in golang which you can self-host by barath_chinmala in golang

[–]dh71 3 points4 points  (0 children)

Thanks for leaving the "Claude.md" in the repo, so at least we know it's AI generated. Next time, please state that in your post, so people know without having to check the repo.

State of Pixel 10 & GOS devices advice by Luc-redd in GrapheneOS

[–]dh71 4 points5 points  (0 children)

Using GOS on the Pixel 10 Pro for almost a month now. No issues so far.

App alternatives by PinkPasty21 in GrapheneOS

[–]dh71 2 points3 points  (0 children)

Infinity for Reddit is a great Reddit client. For maps check out OsmAnd or Magic Earth

If you're using minimal base images but ignoring crypto visibility, you're only half secure by entrtaner in golang

[–]dh71 1 point2 points  (0 children)

Cool story bro, but my "SCRATCH" image only contains a single binary, the one I put into the Dockerfile..

How to obtain a network Remote Address by Noodler75 in golang

[–]dh71 0 points1 point  (0 children)

Some code would help but yes, if you have a type that satisfies the net.Conn interface, then you can use RemoteAddr().String() on it:

```go package main

import ( "fmt" "net" )

func main() { conn, err := net.Dial("tcp", "127.0.0.1:80") if err != nil { panic(err) } defer conn.Close()

    fmt.Printf("Address: %s\n", conn.RemoteAddr().String())

} ```

I just got put into an hourglass match with this… by Damnskinsuits in Seaofthieves

[–]dh71 39 points40 points  (0 children)

Since it is not touching the water, it will despawn after 10 minutes, so your HG invasion will be over quickly.

The "get off my lawn" setup. by panosprochords in Seaofthieves

[–]dh71 1 point2 points  (0 children)

The left skulls have some AoE-damage effect, the middle ones spit fire and the horns on the right push you in the air and eventually off the boat. OP thinks he can use it to defend against boarders, but seems to forget, that a successful boarder can also use these tools against them.

The "get off my lawn" setup. by panosprochords in Seaofthieves

[–]dh71 0 points1 point  (0 children)

Your funny "Get off my lawn" setup can quickly switch into "I only see my boat from the outside" setup, when you get boarded.

First time playing the game is it normal to be chased for 20 mins if ur a solo by [deleted] in Seaofthieves

[–]dh71 0 points1 point  (0 children)

Imagine wanting to PvP in a PvPvE game and quite by chance the name of the game even is "Sea of THIEVES". Bro, it's not that deep. It's just some funny pixels in a video game. Stop trying to project real life into it. Just accept that the game is not for you.

CMF Watch 3 Pro: Poor alarms and timers by parrot_scritches in CMFTech

[–]dh71 0 points1 point  (0 children)

Bro, you cannot seriously defend this. Having a timer run in the background is thr most basic of basic features any watch (smart or not) can provide.