Live data from Hacker News

Viewing profile — j6m8

j6m8

HN member
Joined
Sat, Oct 12, 2013, 7:11 PM UTC
HN karma
235
Public activity
52 items

About j6m8

jordan.matelsky.com

Recent public activity

  1. story
  2. comment
    Comment #46619584

    https://jordan.matelsky.com

  3. story
    Ask HN: What do you want in a guitar tablature/chord markup language?

    I have been looking for a spec language to write guitar tablature and chord diagrams, mainly with a focus on being able to quickly type out diagrams or chords during a lesson (i.e.…

  4. comment
    Comment #46124949

    This is neat — I do think this is relevant to more than just the software engineering space. See also, healthcare and law (I wrote more at length here, not to derail this comment t…

  5. story
    Show HN: Blueblocks, a letter-packing word game

    Hi HN :) If you've ever played a game like scrabble or bananagrams you probably know the gratifying feeling of packing your letters into a dense little grid. blueblocks gives you l…

  6. comment
    Comment #42853133

    To those who are interested in reading more, I recommend Mary Roach's "Stiff" (and all her other work too!) highly highly highly!

  7. comment
    Comment #42706736

    you're welcome to use/snag any of it you like :) planning to keep that repo growing, so if you think of good synergies for us, I'd love to keep making useful stuff!

  8. comment
    Comment #42704186

    you could try my https://github.com/j6k4m8/goosepaper :)

  9. comment
    Comment #42352667

    no worries, good to know this would be a useful feature! I'll add it to my backlog. pip install 'git+https://github.com/j6k4m8/frof/' and then frof myfile.frof should work! Was thi…

  10. comment
    Comment #42352434

    here they'll probably be executed simultaneously, since they both have zero dependencies and the machine can run multiple jobs at the same time. (can be disabled with `--max_jobs=1…

  11. comment
    Comment #42352118

    You write the file and ALL steps are run in topological order so that a job never runs until its dependencies have run. i.e., in a tool I'll have `build.frof` as a separate frof fi…

  12. comment
    Comment #42352071

    I wrote frof [1] for exactly this purpose :) Designed to be ultra-simple and with minimal "config-file acrobatics". It looks like this [edit, formatting]: write -> analyze build ->…

  13. comment
    Comment #42299808

    That's a question more suited to a microbiologist or bacteriologist than to me, but my educated guess, at least in the electron microscopy case, is that you'll see the bacteria ins…

  14. comment
    Comment #42299765

    Very hard to clean a blender! More nitpickfully, one of the big things we care about is if the bacteria are living _harmlessly_ in the brain. i.e., site of microbes, and a lack of …

  15. comment
    Comment #42299752

    Microbes are CRAZY. They're everywhere. Thermal vent-friendly microbes. Space-friendly microbes. Vacuum-resilient, heat-resilient, acid-resilient. Microbe-free-environment-friendly…

  16. comment
    Comment #42299313

    A few years ago my team mounted what I think was the largest-(to-date) scale search for this in electron microscopy brain tissue volumes [1]. I STRONGLY believe there is a substant…

  17. comment
    Comment #41727072

    raw data is O(petabytes) (single-digit); synapse-neuron graph will be probably order 100GB. But you also want morphology and locations, since it's not enough to just say "X connect…

  18. comment
    Comment #41727057

    preprint coming out soon about this specifically :) in the meantime, here's a simple tool paper we wrote explaining how you can treat this like a cool graph database challenge [1] …

  19. comment
    Comment #41448050

    The reMarkable company has been super adversarial to a lot of these tools, and the file standards and API have been moving goalposts for years. MOST of the tools on that Awesome li…

  20. comment
    Comment #41448012

    ha — that's exactly what I've been working on on a separate reMarkable project posted earlier today [1] :) [1] https://news.ycombinator.com/item?id=41437740

  21. comment
    Comment #41448002

    You can write software for it but reMarkable as a company has been downright adversarial to the open source community and MOST of the tools on that Awesome page are now defunct bec…

  22. comment
    Comment #41447569

    Totally, the reMarkable has handwriting recognition as well — this project was partially borne of the workflow of "write text, auto transcribe, send to a computer, copy paste into …

  23. comment
    Comment #41447551

    ha, I learned shorthand in second grade (and yes, it was already an antique by then). I wonder what a multimodal language model would say to shorthand...

  24. comment
    Comment #41447539

    This is connecting via the reMarkable cloud tool, but everything is abstracted into a `DocumentManager`, so you could also use, for example, the document manager that just drops PD…

  25. comment
    Comment #41447526

    Definitely want to try that too!! In general I think people sending an email expect a text format reply, but there's something sad about losing that handwritten letter :) Plus of c…