TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Watch a Ph.D. thesis dissertation being written in (somewhat) realtime

56 pointsby hdsalmost 11 years ago

12 comments

mcguirealmost 11 years ago
Forget the dissertation. Nobody really reads those (really, not even my committee).<p>What we want to watch in real-time is the defense. Especially the spanking tunnel at the end.
pagekickeralmost 11 years ago
I was expecting to see the ten-year process involving teaching assistantship, employment, marriage, and children, all illumninated by the light of a candle at 2 am in a basement office next to the crib.
archgrovealmost 11 years ago
Whilst not as slick as the JS version, I did much the same thing with mine: <a href="https://vimeo.com/76969179" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;76969179</a> when bored one day. I couldn&#x27;t find any tools to create exactly what I wanted, so knocked up <a href="https://gist.github.com/archgrove/6766129" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;archgrove&#x2F;6766129</a>, <a href="https://github.com/archgrove/PDFProofSheet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;archgrove&#x2F;PDFProofSheet</a>, and a bunch of shell scripts to generate a folder of images. Fed this lot into iMovie, and voila.
sanderjdalmost 11 years ago
That&#x27;s really neat! I&#x27;m not sure if this is intentional because your work is private, but I would love it if I could click on the images or SHAs to go actually see the thing.
评论 #7840957 未加载
评论 #7840987 未加载
Monkeygetalmost 11 years ago
Related, I loved watching pg writing an essay live : <a href="https://code.stypi.com/hacks/13sentences" rel="nofollow">https:&#x2F;&#x2F;code.stypi.com&#x2F;hacks&#x2F;13sentences</a>
ygraalmost 11 years ago
I wrote something similar while I was writing my diploma thesis, albeit not that visual. For me it was handy to see whether I was making any progress, so I regularly updated a CSV file with the current number of pages, lines, words, figures, code lines, and code comments. The idea was that on every day I did something I could at least look at the data and see how much (also the script automatically adjusted page, line and word count for the appendix which I didn&#x27;t want to count).
burritofanaticalmost 11 years ago
Excellent! People writing important papers really should be using Git. When documents are extremely complex, previously removed portions can have pertinence later.
评论 #7841924 未加载
评论 #7841297 未加载
muhfuhkuhalmost 11 years ago
This is really cool stuff. Reminds me of a stripped down version of notch&#x27;s live coding sessions for Ludum Dare.<p>Any reason you chose LaTeX as your content dev language and publishing over something a little &quot;easier&quot; like DocBook XML and Publican (which uses LaTeX as an intermediate build language to create PDFs)? Is it required, what you&#x27;re used to, or purity of notation?
评论 #7841603 未加载
评论 #7841908 未加载
评论 #7842027 未加载
评论 #7841424 未加载
评论 #7842099 未加载
CaRDiaKalmost 11 years ago
Why am I obsessing over the arrow not quite lining up on the points of time? Until the fourth tick, then following some pattern..
clarkmoodyalmost 11 years ago
While you mention that you are hesitant to release the content of the dissertation prematurely, could you instead release the build tools you used to make your &quot;flatplans&quot;?<p>It would be a huge help to those of us about to write our dissertations :-)
评论 #7841064 未加载
apepealmost 11 years ago
You could do it in Authorea (Git+LaTeX) and actually show us what you are writing too!
toppyalmost 11 years ago
That&#x27;s an excellent solution for big problem in my country (not at PhD level though) namely plagiarism. Make students to use such system, turn autocommit on and you can see their progress and all deviations (big chunks of text appearing from nowhere etc.).
评论 #7841171 未加载