Live data from Hacker News

Viewing profile — oxinabox

oxinabox

HN member
Joined
Wed, Dec 20, 2017, 3:13 AM UTC
HN karma
671
Public activity
158 items

About oxinabox

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #29110932

    This is amazingly field dependent. I am from a field where you only cite the most significant tools you use (Machine Learning). E.g. "We implemented this with a neural network buil…

  3. comment
    Comment #28225005

    I love how this read me is as much about woodwork as it is about software

  4. comment
    Comment #28110106

    > in my days at Amazon Web Services, I saw exactly zero instances of major service releases that, in the opinion of customers, crippled or broke the product. ... the PM could go ta…

  5. comment
    Comment #28043607

    Right, can't to abstract callable overloads in older versions of julia

  6. comment
    Comment #28041796

    You can't do it with license. It causes more harm than it prevents. See how this played out with the JSON License https://lwn.net/Articles/707510/ We can assume: noone evil took he…

  7. comment
    Comment #28041529

    My particular prediction for Machine Learning and Data Science is its going to become less and less Python vs R vs Julia. and more like the situation we have for for web-servers. W…

  8. comment
    Comment #28029093

    Why does Javis use `act!(object, action)` rather than making actions callable structs so you could do `action(object)` ?

  9. story
  10. comment
    Comment #27982042

    I think particular nice thing about this is that it is a bundle of nice libraries integrated together well, with nice docs. Those libraries in turn also break down into other nice …

  11. comment
    Comment #27978638

    > Since FastAI.jl uses Flux, and not PyTorch, functionality has to be reimplemented. Yes, and? That is how a port is. When FastAI for swift was a thing (is it still a thing?) it wa…

  12. comment
    Comment #27941897

    Claiming a language is bad such click-bait. Even when it is valid, it basically will get a lot of attention from haters and fanboys. It's not a title that leads to interesting disc…

  13. story
  14. comment
    Comment #27886011

    > it's almost indistinguishable from base R (when you're calling it). I am very surprised by this. Given how R is extremely dynamic. and has things like lazy-evaluation, that you c…

  15. comment
    Comment #27885947

    > For scripting, interpreted Julia is coming. Citation for this? Julia has had a built-in interpretted since 1.0, in 2017 use `--compile=min`, or `--compile=none` to make use of it…

  16. comment
    Comment #27337188

    Mostly because, without us really thinking about it, implicitly it was predicated on the premise that the founders would remain largely unemployed for about 6-12 months. Even throu…

  17. comment
    Comment #27332450

    Cool post but kinda dated. It's not wrong as such but of it were written today I would expect a lot more context and depth around various aspects. E.g. Apache Arrow. E.g. Julia's c…

  18. comment
    Comment #27327234

    For most intents and purposes one can use a (potentially Singleton) type passed as a argument to functions instead of a module containing functions. And doing that gets you all the…

  19. comment
    Comment #26586621

    Window registry issues have been a thing. I have heard it is to do with how windows antivirus works. Since the registry is like 10,000 seperate files. It chokes on them. I have hea…

  20. comment
    Comment #26582743

    Since 0.7 (which was 1.0 with deprecations) In julia 0.6 and before it was exactly as bad as described. (though there were things like Playground.jl to kind of work around it)

  21. comment
    Comment #26581353

    > This is not my experience. Even if you code without caring about performance it is way faster than Python. It is very usecase dependant. If your Python code is writing lots of lo…

  22. comment
    Comment #26427962

    > Your observations in V.B.4 are pretty well understood in circuit design. Indeed, I am actually surprised the paper doesn't include something like _"This is inline with the well k…

  23. comment
    Comment #26427521

    1. yeah these are super expensive. Even the cheaper ones are close to a grand a liscense 2. definately got to have a front-end. Writing netlist by hand is suffering. 3. Interesting…

  24. comment
    Comment #26427323

    Scientific and technical computing. --- Not saying you can't do this stuff in rust. I mean its turing complete. But contrast the description of Rust: A language empowering everyone…

  25. comment
    Comment #26427072

    Something like that is the idea. Silicon area is what costs money. Use as little as possible while still being fast enough to beat the clock-rate of your system. PSO's are way bett…