Live data from Hacker News

Jeeves – A Language for Automatically Enforcing Privacy Policies

projects.csail.mit.edu

11–20 of 36 posts

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#11

Please submit the original source. If a blog post reports on something they found on another site, submit the latter. http://ycombinator.com/newsguidelines.html

In defense of the OP, it technically IS the original source. Technology review is a product of MIT and they were merely reposting, word for word, their press release.

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#15

It's not a programming language, but a DSL.

Ah yes. From the README on github:

> Jeeves is a programming language for automatically enforcing privacy policies. We have implemented it as an embedded domain-specific language in Python.

I'm guessing the PR person writing the original post thought "Programming Language" sounded better.

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#16
post #2

Link to the actual project: http://projects.csail.mit.edu/jeeves/ This article tells nothing useful.

No examples on the home page. Nor in the 'code' section. Or in the README on github. You'd think people would learn that most readers on the internet give up looking after 3 seconds.

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#17

Happy to answer questions!

Can you give a high-level overview of the implementation? I read the README, and if I could guess it seems enforcement is determined through wrapped values, lambda functions that determine access based on numeric thresholds, and roles are assigned numbers in that range. Is that close?

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#18
post #16
post #2

Link to the actual project: http://projects.csail.mit.edu/jeeves/ This article tells nothing useful.

No examples on the home page. Nor in the 'code' section. Or in the README on github. You'd think people would learn that most readers on the internet give up looking after 3 seconds.

There are some examples here: https://github.com/jeanqasaur/jeeves/wiki/A-Quick-Introducti...

Thanks for the feedback and sorry they were hard to find!

Re: Jeeves – A Language for Automatically Enforcing Privacy Policies

#20
Every time I see something like "Removes Human Error", I think of Nassim Taleb's Antifragile. This drive to remove errors is likely flawed from the start since we, as humans, are error prone. It's interesting from a theoretical standpoint but there will be human error, regardless of the language. Errors are part of human existence.
Post reply on HN