BlueKey

joined 1 year ago
[–] BlueKey@fedia.io 2 points 11 months ago

I didn't read to much of the FIDO2 spec, so I can't really compare.
But U-Prove can be used for state-issued E-IDs. Is this also possible with FIDO (including dynamically issuing attributes)?

[–] BlueKey@fedia.io 8 points 11 months ago (1 children)

Wenn du zu viel schaust, kommt nach der Erkältung die existentielle Kriese :D

[–] BlueKey@fedia.io 4 points 11 months ago (3 children)

Möge dein Immunsystem baldig siegreich sein.

[–] BlueKey@fedia.io 2 points 11 months ago

Jep, the concept of it looks good.

[–] BlueKey@fedia.io 3 points 11 months ago (1 children)

Interesting. As shown in a comment below, it will be difficult for existing shop operators to integrate such a system.

But if your project gets track I see nothing preventing me to create adapters so my service can consume the stream (well, if I really am going to build it).

[–] BlueKey@fedia.io 3 points 11 months ago (3 children)

How would you implement this with Nostr?

I'm planning to create such a platform as a POC for my masters degree but it will be based on Open Street Map or similar. (so don't worry that I copy your idea ;) )

[–] BlueKey@fedia.io 29 points 11 months ago (4 children)

If I remember right, DuckDuckGo called it 'ducking' or 'duck it' themselfes.

[–] BlueKey@fedia.io 2 points 11 months ago (1 children)

It wasn't :D
See my comments below.

[–] BlueKey@fedia.io 60 points 11 months ago (4 children)

I'm new to Go and wanted to copy some text-data from a stream into the outputstream of the HTTP response. I was copying the data to and from a []byte with a single Read() and Write() call and expexted everything to be copied as the buffer is always the size of the while data. Turns out Read() sometimes fills the whole buffer and sometimes don't.
Now I'm using io.Copy().

[–] BlueKey@fedia.io 83 points 11 months ago (8 children)

Turned out that the bug ocurred randomly. The first tries I just had the "luck" that it only happened when the breakpoints were on.
Fixed it by now btw.

view more: ‹ prev next ›