BlueKey

joined 6 months ago
[–] [email protected] 2 points 5 hours ago

I have no serious knowledge about it, but for the thermic aspect I can't imagine it working in any way.

Your body will try its best to keep its core temperature constant. So you won't really cool your cells down.
In this process it will burn even more fuel to produce heat, so quite the opposide they want to archive.

 

U-Prove seems to me to be pretty close to a perfect auth system. It is possible to disclose only specific attributes and every prove is unlinkable (given no unique attribute is disclosed). Also it supports generating an unique, identity-linked ID per domain.

So I wonder why this technology is not used anywhere I know of?

 

Lets say I'm in a city and want to buy a specific item or a specific category of items.
It would be nice if there is a website which lists all the items (or at least their more granular categories) of all the local shops in my area.

To be clear, I don't mean an onlineshop; I still want to go there physically. Just something like of a catalogue for all shops in a specific area.

[–] [email protected] 2 points 2 weeks ago

It wasn't :D
See my comments below.

[–] [email protected] 38 points 2 weeks 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().

[–] [email protected] 49 points 2 weeks 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.

 
[–] [email protected] 29 points 1 month ago

Can also be the other way around when for example biology finds a new immune therapy and chemestry a new way to dissolve your lung.

[–] [email protected] 4 points 1 month ago

lol, didn't see it as Mbin just shows it as text. Next time I should put my regex in a codeblock.

[–] [email protected] 5 points 1 month ago (3 children)
[–] [email protected] 1 points 1 month ago

Funny how I just hit a downtime when trying to explore your GL.

[–] [email protected] 4 points 5 months ago (1 children)

Nunja, es gibt keinen wirklichen Auth-Server. Die Identifizierung läuft nur auf dem Perso (+ Lesegerät) ab.

Aber es gibt Testsoftware, mit der man solche Flows selber zur Entwicklung nachstellen kann: WWW.

[–] [email protected] 7 points 5 months ago (3 children)

Musste tiefer graben, als erwartet, aber hier:

Paper (Seite 6)

Allgemeine Infos

[–] [email protected] 1 points 5 months ago

Ich bin nicht tief genug in der Spezifikation drin, um das zu bewerten. Müsste man mal nachlesen.

Dass sowas nicht unmöglich ist, hat U-Prove gezeigt.

[–] [email protected] 8 points 5 months ago (2 children)

Fälschungsfreie Tokengenerierung ohne online IdP ist möglich. Unsere EID hat das ja schon gezeigt, der Client ist OpenSource und durch offene Standarts ist die Verifikation auch nicht zu schwer.
Das größte Problem ist der komplexe Prozess, sich als ServiceProvider freischalten zu lassen.
Ok, und zugegeben, man braucht passende Hardware (wie ein NFC Handy).

Ein anderes, interessanntes Konzept ist U-Prove. Das hab ich leider noch nie im realen Einsatz gesehen.

Die Frage nach Verhältnismäßigkeit solcher Maßnahmen ist jedenfalls durchaus berechtigt.

view more: next ›