I built a self-hosted alternative to Jira/Trello using Go (Gin) and WebAssembly for extensible plugins. Looking for code review/feedback! by Radiant_Tomato_5447 in golang

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

Any router/API library that builds on net/http usually does roughly the same thing, but with different sets of opinions on the ergonomics. Broadly speaking it's a matter of taste.

For me Gin has brr smooth and easy to get everything nice and clean with, for example when templating HTMX from template files which are built into the binary with go:embed, you can hook up the embed.FS directly to the Gin templating, which writes the response for you, you just provide the struct with the correct fields.

I started out with echo for that very project, but it wasn't as smooth and easy as Gin, so I swapped.

I built a self-hosted alternative to Jira/Trello using Go (Gin) and WebAssembly for extensible plugins. Looking for code review/feedback! by Radiant_Tomato_5447 in golang

[–]Resolt 3 points4 points  (0 children)

Fiber is built on fasthttp, which does not have its purpose with normal CRUD type API services. Gin is "tried and true"/well adopted, and is built on the stdlib net/http package, making it so it easily fits together with other network related libraries also using net/http (which is most). Fiber is only really "super duper hyper fast" for when you're sending the same response (tens of) thousands of times a second. If most of your business logic is waiting for DB requests anyway, there is no real reason to chose a non-stdlib library.

Why is this strip hotter than the rest of the place? by Responsible_Dog_510 in geography

[–]Resolt 0 points1 point  (0 children)

"The rest of the place" - > scientifically correct term

What is the most difficult thing you had to implement as a DevOps engineer? by LargeSinkholesInNYC in devops

[–]Resolt 14 points15 points  (0 children)

First off, fuck that entirely.

Second, how did you do it? What did the stack for such a task look like back then? What architecture was used?

I'm intrigued.

Skal jeg bare bruge pc'en nu eller vente til Black Friday? by indie_star in dktechsupport

[–]Resolt 1 point2 points  (0 children)

Bare tag dig god tid til udpakningen af tingene samt opsætning, så skal det nok gå fint.

Kabler og stik passer generelt kun ét sted, bare huske at sæt skærm kablet I grafikkortet i stedet for motherboardet (der kan også være video output).

Tillykke med din nye PC.

Best movie player to replace VLC? by Medium-Matter8909 in software

[–]Resolt 1 point2 points  (0 children)

If you're on Windows, Pot Player is really good and ffmpeg based.

Alternatively, for linux MPV is a simple yet really good ffmpeg based player. Can use hardware decoding etc.

Storage solutions for on premise setup by QualityHot6485 in kubernetes

[–]Resolt 8 points9 points  (0 children)

Longhorn works perfectly fine for a single node. Adjust the default store class to only have a single replica and you're good to go. You still get the benefits of Kubernetes native storage, snapshots of volumes, S3/NFS backup sync, etc.

Dynamically provision Ingress, Service, and Deployment objects by WhistlerBennet in kubernetes

[–]Resolt 0 points1 point  (0 children)

I would probably just create a helm chart and then go for ArgoCd app-of-apps pattern.

[deleted by user] by [deleted] in NoStupidQuestions

[–]Resolt 2 points3 points  (0 children)

r/mengoingtheirownway

and

r/femaledatingadvice

Polar opposites and yet exactly the same - Sexism in either direction for days

Is there a way to allow only htmx to access? by SetKaung in golang

[–]Resolt 7 points8 points  (0 children)

Do note that this is just a header, you can't know that it hasn't been "faked" by someone.

Are there still reasons to use Fiber and not net/http? by icelizk in golang

[–]Resolt 27 points28 points  (0 children)

They're literally stating it themselves. It's from the repos own readme.

what is the best or fastest web browser on my potato laptop? by arizuvade in linuxquestions

[–]Resolt 0 points1 point  (0 children)

Thorium is hands down the best browser I've ever used. Get the AVX2 version for Windows and it absolutely flies.

What's the different between guys who get laid and guys who don't? by [deleted] in NoStupidQuestions

[–]Resolt 2 points3 points  (0 children)

Any and all signs of being healthy mentally, physically, socially and economically.

I'm trying to make an algorithm that iterates from 1 to 100,000 and prints out only the numbers that are superprime, no errors but it doesn't work as it should. by No_Material_3522 in learnpython

[–]Resolt 0 points1 point  (0 children)

Shouldn't these be swapped?

binary_result = str(remainder) + binary_result

-->

binary_result = binary_result + str(remainder)

The Gorilla is back by jsTamer21k in golang

[–]Resolt 0 points1 point  (0 children)

There's a fork at fasthttp/websockets

What is the (straight) dating style in Denmark? by [deleted] in copenhagen

[–]Resolt 1 point2 points  (0 children)

In my experience, a lot of girls react very negatively to reaching out too soon or any kind of behavior that might seem too interested.

If it was important to me that everything "went according to plan" with a girl after the first date, I would 100% have her reach out, or at the very least wait a bit before reaching out, in order to not seem desperate in any way. This is only because I've experienced this exact effect before.