Viewing profile — j6m8
j6m8
HN member- Joined
- Sat, Oct 12, 2013, 7:11 PM UTC
- HN karma
- 235
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About j6m8
Recent public activity
- story
-
comment
Comment #46619584
https://jordan.matelsky.com
-
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.…
-
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…
-
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…
-
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!
-
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!
-
comment
Comment #42704186
you could try my https://github.com/j6k4m8/goosepaper :)
-
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…
-
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…
-
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…
-
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 ->…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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] …
-
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…
-
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
-
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…
-
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 …
-
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...
-
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…
-
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…