Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stevejpurves
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
33 ms
·
1.
▲
by
stevejpurves
3y ago
attempts at fluid mode aside, the answer there is read a web based paper
2.
▲
by
stevejpurves
3y ago
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 flavor is enabling https://myst-tools.org/
3.
▲
by
stevejpurves
3y ago
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 dumping the PDF and moving to web based articles entir
4.
▲
by
stevejpurves
3y ago
+1 pdfs are a terrible format in which to store scientific knowledge, the reading experience as a whole is totally inefficient
5.
▲
by
stevejpurves
3y ago
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
6.
▲
by
stevejpurves
3y ago
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 flavour (MyST markdown) that gives the essential writi
7.
▲
by
stevejpurves
4y ago
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 you write but also use LaTeX math for equation typ
8.
▲
by
stevejpurves
4y ago
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 the lines of explorable texts that are backend by
9.
▲
by
stevejpurves
5y ago
does the upload here also submit to arxiv, or will uploading to xivra mean they diverge?
10.
▲
by
stevejpurves
5y ago
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 other comment about picking the horizon of interest is really o
11.
▲
by
stevejpurves
5y ago
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
12.
▲
by
stevejpurves
5y ago
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 linked to the same block/cell in the notebook and has a
13.
▲
by
stevejpurves
5y ago
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 by distill.pub achieving it is beyond the reach of
14.
▲
by
stevejpurves
5y ago
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; equations, figures, citations, cross referencing et
15.
▲
by
stevejpurves
6y ago
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?
16.
▲
by
stevejpurves
6y ago
"..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 manifests differently in different settings outside of
17.
▲
by
stevejpurves
12y ago
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!
18.
▲
by
stevejpurves
12y ago
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.
19.
▲
by
stevejpurves
12y ago
fixing things like this often means going round the houses, nice to have a debugging checklist like this!
20.
▲
by
stevejpurves
12y ago
nice tutorial! been looking forward to getting started with some Swift
21.
▲
by
stevejpurves
12y ago
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.
22.
▲
by
stevejpurves
12y ago
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.