Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chicago_wade
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
chicago_wade
9y ago
> 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.
2.
▲
by
chicago_wade
9y ago
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.)
3.
▲
by
chicago_wade
9y ago
A significant portion of it is written in Rust. https://github.com/imazen/imageflow
4.
▲
Imageflow is open-source software which scales, edits, and optimizes images
(imageflow.io)
4 points
by
chicago_wade
9y ago
|
1 comments
5.
▲
by
chicago_wade
9y ago
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?
6.
▲
by
chicago_wade
9y ago
I'd love to see the demoscene do something cool with it :)
7.
▲
by
chicago_wade
9y ago
Will BPF replace ftrace? From what I understood he was able to do everything ftrace could by using BPF and BPF was more efficient.
8.
▲
by
chicago_wade
9y ago
Announcement: https://twitter.com/ViaBTC/status/913020339377995776
9.
▲
ViaBTC have released their trading engine as Open Source
(github.com)
3 points
by
chicago_wade
9y ago
|
1 comments
10.
▲
by
chicago_wade
9y ago
> 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 computers and applications. In case you are wary of giving r
11.
▲
by
chicago_wade
9y ago
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 the respective books you mentioned) seem to be into FreeBSD
12.
▲
PBR for Audio Software Interfaces (2016)
(auburnsounds.com)
35 points
by
chicago_wade
9y ago
|
32 comments
13.
▲
by
chicago_wade
9y ago
http://archive.is/6IIDb
14.
▲
by
chicago_wade
9y ago
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...
15.
▲
by
chicago_wade
9y ago
It's telling me the same thing in Firefox.
16.
▲
by
chicago_wade
9y ago
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-2 answers this I think. &g
17.
▲
by
chicago_wade
9y ago
I've never been to the US but I've heard that "everything" is so far apart from each other that people need cars.
18.
▲
by
chicago_wade
9y ago
> 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 upload the depth data to their servers and use it to track use
19.
▲
by
chicago_wade
9y ago
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 problem until the next day, but swearing about it in the
20.
▲
by
chicago_wade
9y ago
>>> import operator >>> def add(it): ... return reduce(operator.add, it) Ooh, I like this one. Thanks!
21.
▲
by
chicago_wade
9y ago
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 possible
22.
▲
by
chicago_wade
9y ago
Thanks for the response, I appreciated it :)
23.
▲
by
chicago_wade
9y ago
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: 'Buzz
24.
▲
Recreating Iridescent Reflections for CD-ROMs and DVDs with Computer Graphics
(alanzucconi.com)
1 points
by
chicago_wade
9y ago
|
0 comments