Viewing profile — birdsbolt
birdsbolt
HN member- Joined
- Sat, Apr 25, 2015, 11:33 AM UTC
- HN karma
- 29
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About birdsbolt
No profile information was provided.
Recent public activity
-
comment
Comment #10057511
Allocations don't have to be expensive if your GC is smart. Smart as C++ destructors positioning :D
- comment
-
comment
Comment #10033828
Yep, as you acknowledge, your reasoning is irrational. Replacing regular milk with coconut milk is more environmentally friendly, medium-chain fatty acids are better for the liver …
-
comment
Comment #10030025
The author could change the generation of piece by generating a short theme, then fixing that theme at particular points in the note sequence and then generate the gaps, and then r…
-
comment
Comment #9975179
Why do they need a deep learning model for this? They are obviously targeting signs, product names, menus and similar. Model will obviously fail in translating large texts. Was the…
-
comment
Comment #9967610
http://musicbrainz.org/ already has this data available.
-
comment
Comment #9957856
https://www.youtube.com/watch?v=kW39Mt5kscQ Another interesting alternative. Prettier than QR and IMO meshtag.
-
comment
Comment #9954596
There's also a compiler for Haskell to JavaScript called GHCJS[0]. Many of Haskell libraries can be compiled easily. I think someone compiled Pandoc directly to JS and made a web i…
-
comment
Comment #9954291
This doesn't seem to solve the puzzle. As much as DSL processing part is done, the whole point of the puzzle was to make the operations sublinear in time complexity.
-
comment
Comment #9947985
Any generative model can be used to generate a follow up chord. Of course, you need to learn it on a significant amount of data. There has been some generative modelling of CNNs bu…
-
comment
Comment #9934478
I'm really interested to see how the author will turn Cover Trees into a generic inference algorithm for bunch of models in HLearn library.
-
comment
Comment #9910451
Why are archaeologists concluding that this was used for religious purposes? Why is religion always the central theme in those old findings?
-
comment
Comment #9862471
The Age of Decadence.
-
comment
Comment #9834263
I did chuckle as it reminded me of the "curing cancer" talk Gavin Belson gives in the Silicon Valley series :D
-
comment
Comment #9833872
Fundamentally, I guess the difference is that one is type-safe, and the other isn't. You can get compile time errors instead of runtime for bunch of things.
-
comment
Comment #9829336
Sampling should at most take linear time in the number of pixels (ignoring the edge detection). Even less if edge detection result is represented as a sparse array.
- story
-
comment
Comment #9825535
Microsoft case has nothing to do with this - even the market share numbers (that are obviously way smaller in case of Apple) do not influence the absence of lawsuits. Apple produce…
-
comment
Comment #9807950
I think I saw a talk, or a statement somewhere, made by Rich Hickey - https://news.ycombinator.com/item?id=8342718 . I believe it was in this talk. Not that I was being negative ab…
-
comment
Comment #9805961
It improves the performance by fusing some of the operations doing them in one pass instead of multiple passes, and it does so generically - operations are composed regardless of t…
-
comment
Comment #9805936
This is only slightly complicated if you're writing your own transducer operation. What is interesting is that these transducing operations can be written quite generically - code …
-
comment
Comment #9801136
Large dictionaries (set of words) can compactly be represented with tries. For words with similar prefixes and suffixes directed acyclic word graph is a much better option (reuses …
- comment
-
comment
Comment #9776611
Interesting, so much corn being used to feed animals, so little for humans. A gigantic energy loss trying to raise an animal first, then meat. It's good to see that efficiency of p…
-
comment
Comment #9773381
There's a lovely book called The Limits to Growth published in 1972, through the years authors have updated their book and their models (there's more than 20). It turned out that b…