Live data from Hacker News

Viewing profile — Aeolus98

Aeolus98

HN member
Joined
Thu, Nov 14, 2013, 12:41 PM UTC
HN karma
172
Public activity
29 items

About Aeolus98

No profile information was provided.

Recent public activity

  1. comment
    Comment #17428815

    No matter what, you'll need to clear a certain volume floor. Masks are expensive [0] especially for nicer process nodes. Once you have a mask set and fab time, it's off to the race…

  2. comment
    Comment #17428723

    I might be able to weigh in here. Having these tools as open source and freely available is a huge deal for so many industries. I've worked with these tools at an academic level an…

  3. story
  4. comment
    Comment #17174250

    A lot of the tooling speed comes from a couple places: 1. The compiler optimizations being applied to code - Things like GADT's are able to be allocated very efficiently - Can gene…

  5. comment
    Comment #17004648

    Integrating with 20 year old PLC's and robots is such a pain. Most people we work with have stacks upon stacks of abstraction to keep them safe and give them a sane wrapper for the…

  6. comment
    Comment #15406871

    Learning enough to make your own spin on things by mixing and matching parts is really easy once you understand the mathematical underpinnings of things. It's true, many API-level …

  7. comment
    Comment #15303599

    Scala.js scratches that itch for me. I rarely write frontend code, but when I do the extra IDE support given to me by IDEA for Scala.js is pretty great. I'm a full time Scala dev t…

  8. comment
    Comment #15303579

    A while ago I had to do a complex ML task. It involved tons of time series data that followed a state machine, with very little training data. A useful algorithm to force a series …

  9. comment
    Comment #15054406

    One of my professors, while an extremely competent physicist, chose to focus far more on the "philosophy of teaching". Sanjoy's metaheuristic approach to teaching, tooling it like …

  10. comment
    Comment #12463454

    Oh cool. I'm actually in Olin now, and even better, taking his class as I type this post. Art of approximation https://imgur.com/a/OvDzl I'll pass along any cool questions.

  11. comment
    Comment #10048143

    I particularly like Andrej Karpathy's analysis: https://cs.stanford.edu/people/karpathy/hn_analysis.html

  12. story
    Ask HN: I just got rejected from my dream college, what now

    Hi HN, I'm a high school student in India ( US citizen ) and I just got rejected from the college that I had pinned a lot of my hopes and dreams on, Olin in Needham, MA. Any advice…

  13. comment
    Comment #8896937

    I don't understand why they included the butterfly synchronization model at all compared to the lazy update one, the latter is far faster, especially when you have raw access to GP…

  14. comment
    Comment #8822178

    It's interesting to note just how applicable these talks are to other languages. That database one is something i'd recommend a high schooler listen to for their next hackathon.

  15. comment
    Comment #8579711

    Their Youtube channel [0] is excellent, they really grab the attention of someone young about a large variety of topics, and they really make you want to keep watching their videos…

  16. story
  17. comment
    Comment #8528644

    The point that you make about the "old" paradigm is completely valid, in the fact that we're seeing a shift away from towers with interchangeable components to something like a NUC…

  18. comment
    Comment #8008391

    I think right autocompleted to write for you there.

  19. comment
    Comment #7960470

    I'm working on a frontend to manage arbitrary applications, and provide a centralised place to manage them all. It works across machines through ssh, and can provide pretty statist…

  20. comment
    Comment #7868343

    Some of these JetBrains IDE's are really good, and hopefully this will make the mind-numbing task of writing this a lot more pleasant. Here's to their eventual MongoDB support

  21. story
  22. comment
    Comment #7467692

    Its mainly used for the DP floating point that isn't limited artificially. The titan supercomputer at ORNL uses an older version of these. So heavy compute.

  23. comment
    Comment #7467623

    IMHO the only reason you'd want this is to save on a PCIe slot when you absolutely need the double-precision floating point operations to run at full speed.

  24. story
  25. comment
    Comment #7464269

    I just did it with .small:last-of-type, as it executes cleaner and can be scaleable