Live data from Hacker News

Viewing profile — lukemerrick

lukemerrick

HN member
Joined
Fri, Mar 16, 2018, 9:09 PM UTC
HN karma
171
Public activity
25 items

About lukemerrick

https://lukemerrick.com

Recent public activity

  1. comment
    Comment #48337238

    I am not super familiar with C and CUDA, so I read solely for the README and enjoyed it supremely. The blend of cheerful walking through instructive examples and your philosophical…

  2. story
  3. comment
    Comment #42413144

    Meta is a very large organization, and I'm willing to believe that a good chunk of Meta FAIR (the lab releasing all of this stuff) truly do care about innovations for advancing AI …

  4. comment
    Comment #40773233

    Looks like there is both an ARM and x86 version according to the docs. Probably need two different binaries, but you still get cross-OS for each architecture.

  5. comment
    Comment #40581709

    Just spent two hours on this. Would happily spend the time again (and probably will soon!). Awesome work.

  6. comment
    Comment #40524740

    Just skimmed so far and didn't see any reference to the Simplified Transformer block of https://arxiv.org/abs/2311.01906 (and it seems they also left out grouped query attention, t…

  7. story
  8. comment
    Comment #36689613

    Related to the idea of "no one trains on data they own, they shouldn't own the resulting model": since big public datasets like The Pile have CC-SA items in them, is anyone conside…

  9. comment
    Comment #36357193

    As you guessed, the history tracking is one of the killer features. Imagine it being super easy to edit the history of a REPL session (delete, reorder, merge, and edit contents of …

  10. story
  11. comment
    Comment #36183822

    Thank you for the tip! Getting to implement a different language from Lox feels like a nice way to cut down on the tedium.

  12. comment
    Comment #36183808

    Wow, the whole concept of a peephole optimizer is a bit mind blowing to me. I'm appreciating all the reasons to power through to writing a bytecode VM as the next step. I'm not sur…

  13. comment
    Comment #36183777

    Thank you for the suggestions! I was actually just searching about MLIR today after reading some Julia language community discussions on the new Mojo language that uses MLIR.

  14. comment
    Comment #36183748

    I actually played with Unityper.jl and SumTypes.jl, but my conclusion was that if I was going to depart from dispatch on Julia types in my code, I might as well just stick to an un…

  15. comment
    Comment #36178230

    In general, if you keep the source code positions of every nontrivial token, and you keep the raw source code, then yeah you can print out those pretty specific point error message…

  16. comment
    Comment #36161130

    Disclaimer: I wrote this blog post. If this were an "Ask HN" post, though, the question would be "What next after reading Crafting Interpreters?" I have only done the tree-walk int…

  17. story
  18. comment
    Comment #35290171

    I'm late to the party, but I want to say thank you for sharing this. It's inspiring to look at how much you've built and (hopefully) enjoyed the process of building! I'm loving eve…

  19. comment
    Comment #33114950

    Disclaimer: I'm the author. I was torn whether to share my own post, but I figured the HN crowd might include a few others who will also really geek out about this topic and apprec…

  20. story
  21. story
    Show HN: Stalkmyself.com, parse Gmail exports in the browser thanks to Pyodide

    Built using Pyodide [1] (web-assembly-compiled Python), stalkmyself.com lets you convert your GMail inbox into a CSV file summary without relying on any backend service -- everythi…

  22. comment
    Comment #32664011

    HN is special, and you all here in this comment tree are the best of the best -- love the fact that everyone is having fun with this in such a civil way and historically knowledgea…

  23. comment
    Comment #32663690

    Ah, this is a nuanced point I totally left off the README. Each raw file is ~5GB, but the raw files are a dump of network traffic from the firehose feed that tracks not just trades…

  24. story
    Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia

    Backstory: I wanted to play with intraday stock data but couldn't find a free dataset anywhere. IEXCloud [1] offers API access to 1-minute granularity intraday historical price dat…

  25. comment
    Comment #21959786

    This is an incredibly salient point. Others have also pointed out that there are numerous applications in which black box models appear to offer significantly greater accuracy than…