Viewing profile — stevejpurves
stevejpurves
HN member- Joined
- Mon, Jul 28, 2014, 8:59 PM UTC
- HN karma
- 10
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About stevejpurves
Recent public activity
-
comment
Comment #36254659
attempts at fluid mode aside, the answer there is read a web based paper
-
comment
Comment #36254648
more busy work leads to more justification for larger APCs... +1 on a light and accessible format, like submitting markdown and notebooks, which the tools around this markdown flav…
-
comment
Comment #36254613
While changing and improving their content and the "form" of the article is probably time best spent -- probably we would do more to improve the experience for the audience by dump…
-
comment
Comment #36254537
+1 pdfs are a terrible format in which to store scientific knowledge, the reading experience as a whole is totally inefficient
-
comment
Comment #36254526
it would also help us move away from the PDF to a web based medium, pdfs are generally suboptimal if not awful reading experiences for a scientific paper
-
comment
Comment #36254394
The fast pdf generation is great but I lament on their choice of markup language, why create yet another? I'm a fan of writing content in markdown and there is at least on markdown…
-
comment
Comment #32340904
If you want to write, publish and deploy - online the tool I am building can help you do that, either via markdown+git or an online editor https://curvenote.com . That would let yo…
-
comment
Comment #32340878
great work! it' such a pity that so much gets put into PDFs still as a medium for textbooks when interactive content is so much better. I've been working on some integrations along…
-
comment
Comment #28444604
does the upload here also submit to arxiv, or will uploading to xivra mean they diverge?
-
comment
Comment #27431255
I agreed with you up until the last paragraph. Generating data that cannot be told apart from any real data, cave ins and all, is probably one area where this can succeed. Your oth…
-
comment
Comment #27275427
true and it seems like a similar scraped-abtract, someone-needs-to upload-the-pdf-so-we-don't-get-blamed model that you see on researchGate and academia.edu
-
comment
Comment #27275127
yes, version control is baked in so once you save a version of an article or notebook the blocks are immediately reference-able, so if you use that table in your paper, its still l…
-
comment
Comment #27273760
Bret's work is inspiring and we're at a point where we have the media and tech available to make that massive upgrade. When you look at work like this, and also the work produced b…
-
comment
Comment #27266094
In Curvenote's editor you collaborate on the content as you would in something like google docs, without needing to write Latex -- but with the features you'd reach to Latex for; e…
-
comment
Comment #25531683
Really? If it wasn't for the visa waiver programme in the US for example, being from the UK wouldn't I need a visa to enter?
-
comment
Comment #25287180
"..makes you qualified to talk about the problem..." I like that take, you are in a position to empathize but not necessarily know the solution or even the real problem as it manif…
-
comment
Comment #8418051
really like this tutorial. I was going to say it' be good to see more on nested scopes versus the controllerAs but you've also liked out to some great follow on content. Thanks!
-
comment
Comment #8362065
a nice end to end tutorial. wondering does stripe give you a sandbox test area to work against during dev and for testing, that something I'd like to have clear at the outset.
-
comment
Comment #8325071
fixing things like this often means going round the houses, nice to have a debugging checklist like this!
-
comment
Comment #8308771
nice tutorial! been looking forward to getting started with some Swift
-
comment
Comment #8227811
with node & express I get serious flexibility. Some great examples in this tutorial, getting started with streaming & real time apps with some pretty minimal code. Nice.
-
comment
Comment #8149581
I like the point on pushing work into a query instead of doing it in rails/ruby. That's not just a rails thing but helps on any framework/platform.