Viewing profile — nuntius
nuntius
HN member- Joined
- Sat, Jan 21, 2017, 1:57 PM UTC
- HN karma
- 50
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About nuntius
No profile information was provided.
Recent public activity
-
comment
Comment #21142369
Very cool. Seems to be another tool in the same vein as halide-lang.org, now extended for sparse data.
-
comment
Comment #18475482
Dependency graphs can also be annotated with the resources required for each node or edge. Resources are estimated by summation, time is estimated by finding the critical path. Gan…
-
comment
Comment #18426231
Of course H1Bs get and accept the same offers. That's exactly the issue. Don't tell me you never knew the H1B who knowingly accepted a low salary because that was their chance to m…
-
comment
Comment #15992465
If you emulate a dozen machines on one physical machine, then a single exploit can traverse them all. If you pack a dozen "single board computers" in a case and give each a single …
-
comment
Comment #14305398
Some of the visual SLAM techniques are also getting fairly good results for cheap. In particular, see DSO (same research group as the previous LSD-SLAM). http://vision.in.tum.de/re…
-
comment
Comment #14216788
Instantly, as in next line of code? Yeah, probable human error (or auto-generated code). Without being used? Not surprising. It is surprisingly common to allocate a variable, pass …
-
comment
Comment #13936818
Very much a part of the standard. i.e. not specific to SBCL. Think of defgeneric as the function signature and defmethod as the template specialization. Not sure why you say this i…
-
comment
Comment #13907727
I read those comments more than a decade ago. They seemed weak but tolerable then. They seem broken now. Git is supposed to guarantee that the code I see is the code the author saw…
-
comment
Comment #13907201
Backwards compat requires that both old and new hashes work at the same time. A simple typedef is unlikely to handle all the semantics and space needed for such a change... It is o…
-
comment
Comment #13604012
Fully agree regarding your points about micro payments. Patronage, monopoly-priced copyright, and advertising have all proven to have bad side-effects. IMO, the market may be actin…
-
comment
Comment #13603959
Matlab has always been a quirky language. It has good libraries for common math operations, good visualization tools, good documentation, and toolboxes available for many special t…
-
comment
Comment #13456228
Halide is for explicit SIMD, and a couple of the others provide good support for it as well. These tools are made by graphics and physics optimization people. Look at the examples.…
-
comment
Comment #13450068
Take a look at Halide. I think it is an excellent DSL, covering the base of what you describe, and well positioned for extension to the rest. If nothing else, the documentation is …