Viewing profile — ThatGeoGuy
ThatGeoGuy
HN member- Joined
- Mon, Jul 29, 2013, 8:45 PM UTC
- HN karma
- 1,583
- Public activity
- 376 items
- HN profile
- View on Hacker News ↗
About ThatGeoGuy
Recent public activity
- story
- story
-
comment
Comment #42462899
You might be thinking: "But, if I see an result/error value that I didn't expect while running my program, the stack trace will help me track down the issue!" Yeah, no kidding. So,…
- story
- story
- story
- story
-
comment
Comment #41312027
Thanks for the heads up! Seems my excerpt urls had some errors!
-
comment
Comment #41305228
Quick nit/question. For the fold method, I don't think I've seen it called sentinel value. Usually it is seed or initial? I think in Scheme it is common to call it knil, mirroring …
-
comment
Comment #41305154
Author of the post here, hi! Funny to see this resurface again, I have made a number of changes to the transducers library since this blog post (see: https://wiki.call-cc.org/eggre…
- story
- story
-
comment
Comment #40447426
This is more or less what Sean Baxter was trying to do with https://www.circle-lang.org/ . Of course, this requires buying into a set of tooling and learning a lot of specific idio…
- story
- story
- story
- story
-
comment
Comment #38269359
I think in terms of use-cases there is bound to be a lot of overlap. Of course, in terms of comparable products, I'd have to mention that Luxonis sells a good number of different p…
-
comment
Comment #38268852
It would perhaps be more accurate to say that this is a big leap forward compared to most existing off-the-shelf depth cameras for robotics. To address the iPhone specifically: you…
-
comment
Comment #38268230
Hey all, senior engineer on the Tangram team here — we're really excited to be launching HiFi today! Through past work with similar sensors [0][1], we've heard a lot of feedback ab…
- story
-
comment
Comment #37986521
I think the core difference is that as a teen we see people reject tech and assume that it's the tech itself being rejected. That there is some underlying progress being shunned. A…
- story
-
comment
Comment #37475787
> but I have thought about generalising things like numerical ranges by having something like unfold-transduce. This is more or less what I was wondering about. Numerics, ports, SR…
-
comment
Comment #37461512
An alternative, R7RS implementation that I also maintain for (CHICKEN) Scheme: https://wiki.call-cc.org/eggref/5/transducers > I believe I've submitted my own blog post on transduc…