Viewing profile — chicago_wade
chicago_wade
HN member- Joined
- Wed, Sep 13, 2017, 10:14 PM UTC
- HN karma
- 54
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About chicago_wade
No profile information was provided.
Recent public activity
-
comment
Comment #15497992
> Most of the damage of the Anthropocene may already have been done. Unless global warming gets sufficiently bad, in which case that will be the worst damage.
-
comment
Comment #15497939
Personally I often upvote based on subjects that I'd like to see more discussion about. (In this particular case I did not vote on the OP.)
-
comment
Comment #15424435
A significant portion of it is written in Rust. https://github.com/imazen/imageflow
- story
-
comment
Comment #15367769
Is it possible to use React with a custom canvas-rendered UI? Is it in any way benefitial to do so compared to not using React for the custom canvas-rendered UI?
-
comment
Comment #15367367
I'd love to see the demoscene do something cool with it :)
-
comment
Comment #15361134
Will BPF replace ftrace? From what I understood he was able to do everything ftrace could by using BPF and BPF was more efficient.
-
comment
Comment #15349665
Announcement: https://twitter.com/ViaBTC/status/913020339377995776
- story
-
comment
Comment #15334706
> every secret-sharing system [...] and the major ones are all FOSS Can you recommend a specific one? I'd like to integrate a secret-sharing system into my personal set of computer…
-
comment
Comment #15334114
Speaking of BSD. While the OpenBSD guys are not on the Humble charity list, The FreeBSD Foundation is, and both Peter N.M. Hansteen and Michael W. Lucas (the authors of the two of …
- story
-
comment
Comment #15327175
http://archive.is/6IIDb
-
comment
Comment #15327163
Well, regardless of what you and I agree that it should be, the rule is Life + 70 years in the US. https://en.wikipedia.org/wiki/List_of_countries%27_copyright...
-
comment
Comment #15327091
It's telling me the same thing in Firefox.
-
comment
Comment #15282135
Is the language refrence at http://coffeescript.org/#language completely up to date with CoffeeScript 2 or only partially? Edit: http://coffeescript.org/#whats-new-in-coffeescript-…
-
comment
Comment #15282090
I've never been to the US but I've heard that "everything" is so far apart from each other that people need cars.
-
comment
Comment #15271398
> Hopefully they will allow some form of direct access to the IR dot projector and camera along with DepthKit or whatever Apple decides to call it And then the app developers uploa…
-
comment
Comment #15271377
I have also found that it helps to put swear-words in the commit messages when I'm struggeling a lot with something. Once I get to that point I will stop working on that specific p…
-
comment
Comment #15251985
>>> import operator >>> def add(it): ... return reduce(operator.add, it) Ooh, I like this one. Thanks!
-
comment
Comment #15251824
By the way, speaking of sum, I find it a bit strange that Python allows 'hello' + 'world' but not sum(['hello', 'world']) Intuitively I would have expected the latter to be possibl…
-
comment
Comment #15251771
Thanks for the response, I appreciated it :)
-
comment
Comment #15250822
Here's mine. Almost exactly the same as yours but written a tiny bit different. Also I wrote the complete program. #!/usr/bin/env python3 # Word of factor wof = { 3: 'Fizz', 5: 'Bu…
- story