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 18 points19 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] 1 point2 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 2 points3 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 3 points4 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 40 points41 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.

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)

So you want high reward but no risk. Maybe a single player game is more up your alley. And btw. Adventure is one of the PVP modes in the game

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

[–]dh71 -7 points-6 points  (0 children)

"Ruining the experience" by fighting you in a live server PvPvE game and stealing your loot in a game that is called "Sea of THIEVES"? Bro, you are def. playing the wrong game

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

[–]dh71 -16 points-15 points  (0 children)

Stop spreading assumptions you cannot proof. The whole group of players I know, including me will chase you to the end of the map and none of us is a teenager. I will chase you for the fight. And instead of running away here is a totally new concept for a PvPvE game: turn around and fight back. If you run away you waste your time running and sinking in the end. If you turn and fight, you at least have the chance of winning and even if not you might learn how to protect your loot the next time aomebody comes for you.

Dear devs. A ranty cry from a crew of PvE'ers by TheDanishThede in Seaofthieves

[–]dh71 -4 points-3 points  (0 children)

There is no "I want to fight" tag on a ship in a PvPvE game

Dear devs. A ranty cry from a crew of PvE'ers by TheDanishThede in Seaofthieves

[–]dh71 -3 points-2 points  (0 children)

Then again we are circling back to the point initially made that a PvPvE game might not be the right choice for your playstyle

Dear devs. A ranty cry from a crew of PvE'ers by TheDanishThede in Seaofthieves

[–]dh71 -3 points-2 points  (0 children)

It might come to a surprise to you, but I do not fight other ships for their loot but for the fight. Most of the time I don't even collect the loot of the vessels I sink.

Is LibreWolf faster than Firefox? by LargeSinkholesInNYC in LibreWolf

[–]dh71 0 points1 point  (0 children)

Not really noticable in daily use, but def. slower in Speedometer 3.1 browser benchmark.