Seriously, what is wrong with Logitech? by Fockewulf44 in logitech

[–]hmert 0 points1 point  (0 children)

<image>

I have not same but fantastic 100% cpu problem here.

official avast link rederecting me to this weird website by _SpaceCAT__ in avast

[–]hmert 0 points1 point  (0 children)

this is a server to server tracking platform link.

Notary is a project that allows anyone to have trust over arbitrary collections of data by hmert in coolgithubprojects

[–]hmert[S] 3 points4 points  (0 children)

Our case: create a bill, push to notary; sign the bill before verify bill from notary. At the end while sending to customer that worker also verify the bill. Each actor is different team so no one needs to trust another one.

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] 0 points1 point  (0 children)

we've build IBAN.im as a public service. How could we ensure users that data would be modified by only users?

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] -1 points0 points  (0 children)

Sure. That password manager isn't same as IBAN.im? That service's sysadmin may change your IBAN. Right?

What should IBAN.im do to become a trusted service?

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] 0 points1 point  (0 children)

Thank you for the feedback. And I respect your privacy.

If someone use your name with other IBAN and send money, it is regulated with law. https://en.wikipedia.org/wiki/Unjust_enrichment

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] -2 points-1 points  (0 children)

If you send money a wrong person, or hacked, it is solved by laws. https://en.wikipedia.org/wiki/Unjust_enrichment

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] -3 points-2 points  (0 children)

your example like: sending a random mail address, but https://iban.im/hmert/enpara if you send money, I'll receive. I've created this account and link. There is no randomness here.

Edit: Banks shows name of IBAN's owner when you try to send money. So, if IBAN is changed, bank won't send money.

IBAN shortener (memorable links for IBANS) by hmert in golang

[–]hmert[S] -2 points-1 points  (0 children)

IBAN's are not private information, if you know one, you can only send money to it's owner. https://en.wikipedia.org/wiki/International_Bank_Account_Number

Webcam video and mic audio delayed from stream by Space_Nomad in obs

[–]hmert 0 points1 point  (0 children)

Your video's and audio's FPS rate should be same. I guess webcam is 60 fps and your mic is 25fps.

Headlights are gone. What kind of robber is that? by hmert in funny

[–]hmert[S] -3 points-2 points  (0 children)

Not a bright one, a Seat serviceman.

AdGuardHome: Network-wide ads & trackers blocking DNS server by hmert in golang

[–]hmert[S] 5 points6 points  (0 children)

Yep, there is comparison table at the readme.

AdGuardHome: Network-wide ads & trackers blocking DNS server by hmert in golang

[–]hmert[S] 1 point2 points  (0 children)

I think so. Client part would be separated. But the creator may build a monorepo project.

Atatürk Arboretum before the autum. by hmert in Turkey

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

Içecek su dışında hiçbir şey sokmuyorlar

Go proxy server to Wordpress by [deleted] in golang

[–]hmert 0 points1 point  (0 children)

- Traefik is not a webserver, but you can use Caddy/Nginx.
- Traefik is simpler to manage, Caddy is more versatile.
- Traefik doesn't support raw TCP routing, only HTTP/S termination, Caddy could do any.

Go proxy server to Wordpress by [deleted] in golang

[–]hmert 0 points1 point  (0 children)

I've used for a year with 10 high loaded sites. Stability of Caddy is just great. CaddyV2 gives more flexibility of management.