HN user

s2r2

294 karma

what profile?

Posts24
Comments91
View on HN
blog.gdssecurity.com 11y ago

Auditing Scala for Insecure Code with FindBugs

s2r2
2pts0
www.bibsonomy.org 13y ago

BibSonomy: the blue social bookmark and publication sharing system

s2r2
1pts0
www.thingsquare.com 13y ago

Contiki-based product "Thingsquare Mist" to make Internet of Things simple

s2r2
19pts1
lwn.net 13y ago

TizMee – Tizen compatibility layer for MeeGo

s2r2
1pts0
l4android.org 14y ago

L4Android projects runs Android on top of Fiasco.OC, L4Re and L4Linux

s2r2
2pts0
blog.rburchell.com 14y ago

MeeGo Reconstructed - a plan of action and direction for MeeGo

s2r2
1pts0
code.google.com 14y ago

Nix - a new multicore OS based on Plan9

s2r2
3pts0
telex.cc 15y ago

Telex: Anticensorship in the Network Infrastructure

s2r2
8pts1
www.process-one.net 15y ago

Gitlive: realtime GitHub pushes on your website

s2r2
1pts0
www.vikuit.com 15y ago

Free software social networking engine for GAE

s2r2
1pts0
stackoverflow.com 16y ago

Stackoverflow, HTML by Regex, topmost answer

s2r2
105pts37
www.nukem.de 16y ago

NUKEM – Your service provider for the nuclear industry (uranium supplier)

s2r2
2pts1
en.wikipedia.org 16y ago

Disambiguation (disambiguation)

s2r2
8pts2
www.tree-nation.com 16y ago

Tree-nation: tree-hugger facebook (buy a tree and watch it grow)

s2r2
2pts1
trith.rubyforge.org 16y ago

Trith: experimental concat. language (think Forth + Lisp + RDF triples (really))

s2r2
2pts0
www.economist.com 16y ago

Toxoplasmosis may affect human behaviour (scary yet fascinating)

s2r2
1pts0
www.standalone-sysadmin.com 16y ago

XenClient: Baremetal Desktop Virtualization

s2r2
2pts0
news.ycombinator.com 16y ago

Ask HN: Do you understand your operating system?

s2r2
14pts20
thenewsh.blogspot.com 16y ago

The Acme environment (incl. screencasts)

s2r2
2pts1
www.srcf.ucam.org 16y ago

multitalk: 2-dimensional presentation program (ZUI like Prezi or VUE, GPLed)

s2r2
1pts1
www.yllr.net 16y ago

Vimprobable, vim(perator)-like WebKit-Browser

s2r2
1pts0
www.defun2009.info 16y ago

DEFUN 2009: M4 – Multicore Programming in Haskell Now

s2r2
2pts1
mythryl.org 16y ago

Mythryl: second public release featuring "first-cut OOP support"

s2r2
3pts1
www.tonido.com 17y ago

P2P local Web App Social Networking with privacy and online freedom included

s2r2
1pts0
[dead] 13 years ago

If only the automation could be automated...

> When will the day where instead of having to pay 25$ for a haircut, I can go to an automated barbershop and have it done for much less ?

It will probably take some time before a robot is cheaper than 4 EUR per hour (hairdresser's collective agreement in Saxony, Germany).

You're welcome. Got it using the RSS feed. Have you checked the FAQ on the "showdead" option in your profile?

  In my profile, what does showdead do?

  If you turn it on, you'll see all the submissions and comments that have been killed by the editors. They're mostly spam and duplicates.
Dead Man's Switch 15 years ago

I think your right. One (k,n)=(2,3) scheme for each group to unlock the (2,2)-scheme for the secret.

And the wife just needs to remember one key this way...

Dead Man's Switch 15 years ago

> I'm a little unclear on what problem you're trying to solve.

So am I, actually, sorry. My initial thought was that a central authority (a host that might go down or bankrupt) could be avoided if I were to split my secret into parts, distribute them among my loved ones (telling them what it is about and that I trust them they'll not meet behind my back while I'm still alive), accompanied by instructions how it works. This way, there's no plain text of my super secret stored anywhere.

This solves the "my secret should be known by my peers when _something happens_"-issue. The "inform the others if something happens to me"-problem actually persists and for _this_ problem, a service like the one posted probably is a solution, sending out "the person has not been reachable for X days, please meet and uncover his secret"-mails to the peers.

Dead Man's Switch 15 years ago

Something similar could be constructed using Shamir's Secret Sharing (for example) [1], where the involved parties would have to communicate (and thus know each other) to retrieve the secret from their parts. The linked service surely is easier to handle but such a scheme would not depend on any trusted host (except yourself as you know the secret and share the parts). Possibly a combination of both would be great, to ease the communication issue and still keep security high.

[1] http://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing