Viewing profile — bronty
bronty
HN member- Joined
- Fri, Dec 07, 2012, 9:39 PM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bronty
No profile information was provided.
Recent public activity
-
comment
Comment #9281413
Cool, I've added it to the list of financial DSL resources at http://dslfin.org/resources.html What application domain are you working in that you know all the currencies at compil…
-
comment
Comment #8806478
You can check format strings in Java at compile-time using the Checker Framework: http://types.cs.washington.edu/checker-framework/current/che... The format string semantics are ac…
-
comment
Comment #8777748
RUGE [1] is another open source PROLOG framework for functional and load testing. Brendon McCarthy originally developed it for testing financial applications at American Express. B…
-
comment
Comment #7446511
There's two different issues here: (1) whether or not to use compiler plug-ins, and (2) whether or not to use compiler plug-ins for metaprogramming. Using plug-ins for automated an…
-
comment
Comment #7444126
Java 8 adds support for type annotations, which enables developers to write code such as: @Currency("USD") double amount; These annotations can be checked automatically using a com…
-
comment
Comment #6997646
It depends on whether or not the buyer allows for proof irrelevance. There are cases where _human_ buyers care about the structure of the proof. In particular, just like with code,…
-
comment
Comment #6997577
You'd run into a problem if you let workers introduce assumptions (since introducing a contradiction lets the worker prove anything). With Coq, you don't have a problem of unsoundn…
-
comment
Comment #6997400
Yes, a grep could locate that.
-
comment
Comment #6997093
It actually can't -- a fundamental characteristic of this marketplace is that the work can be automatically verified [1]. As part of my PhD work, I created a service for crowdsourc…
- story
- story
-
comment
Comment #4935699
There's also a campaign on indiegogo to help a Kenyan conservancy adopt drone technology: http://www.indiegogo.com/olpejeta Support levels include drone flight time, trips to the c…
- story