Live data from Hacker News

Google Scholar PDF Reader

scholar.googleblog.com

101–110 of 165 posts

Re: Google Scholar PDF Reader

#101
Already counting the days until this inevitably gets killed. I've been burned too many times to rely on Google for anything, except tracking me and pushing ads, which they indeed do better every day.

Re: Google Scholar PDF Reader

#102

Earlier quoted context omitted.

The PDFium plugin that was part of Chrome was based on C++ code from Foxit. PDFjs was written in JS from day one, and (as far as I know) was not based on any previous PDF reader.

Maybe that's what I was thinking of. Thanks. BTW, I didn't mean they necessarily used the actual Foxit code, but it was a starting point maybe reimplemented in JS.

In no sense is PDF.js related to Foxit except that they are both PDF readers.

Re: Google Scholar PDF Reader

#103
post #90

For me, reading papers requires deep focus. I have to have it physically printed out if I'm going to really read the whole thing.

I suggest you try new devices to read papers. Often the perception that paper is a better support is due to a lack of more convenient devices. Paper is better than a 15'' screen for sure, for many reasons including size and posture while reading. But have you tried larger screens (> 27''), large tablets (>= A4) or as large as possible E-Ink readers? Depending on your preferences, you might find that some of these wor…

There is no way I can perceive reading on an expensive device as more comfortable than paper. Paper is fairly cheap, lightweight and resilient; I can carry it around, fold it, toss it aside, sit on it by accident while thinking, annotate it with scribbles, and pour coffee on it with aplomb and finesse. I can flip it, half-tear it in anger, drool on it when I reach my brain capacity. I can take it hiking with me without fear of breaking or losing it. In other words, paper is a tool that gets out of my way.

I did try all the devices you listed above, even had my department pay serious money, and ended up barely using them for all those reasons. I am a mathematician, I am clumsy and I want to focus on my problem-solving; I want to think, and babysitting devices and tools is not what I want to spend my brainspace on.

Re: Google Scholar PDF Reader

#104
post #53

Does anyone have a research paper reading tool they're happy with? Zotero is what meets most of my needs but I wish I could organize the papers faster and I wish the annotation tools were better. AI-assisted reading is a plus too.

Readwise Reader has a nice pdf reader with highlighting, notes, and an AI reader tool. I organize sources using tags. It's very new and in active development. Academic research is not it's main focus, though, so it probably won't add mindblowing academic tools. (like citation support/ backlinks. although it does have internet backlinks that tell you want articles link to the one you're reading)

Re: Google Scholar PDF Reader

#108
post #90

Earlier quoted context omitted.

I suggest you try new devices to read papers. Often the perception that paper is a better support is due to a lack of more convenient devices. Paper is better than a 15'' screen for sure, for many reasons including size and posture while reading. But have you tried larger screens (> 27''), large tablets (>= A4) or as large as possible E-Ink readers? Depending on your preferences, you might find that some of these wor…

There is no way I can perceive reading on an expensive device as more comfortable than paper. Paper is fairly cheap, lightweight and resilient; I can carry it around, fold it, toss it aside, sit on it by accident while thinking, annotate it with scribbles, and pour coffee on it with aplomb and finesse. I can flip it, half-tear it in anger, drool on it when I reach my brain capacity. I can take it hiking with me witho…

"But did you think about the environment? Why don't you by a new device every 2 years with Lithium battery and full of non recyclable plastic in it"

... is what I get told all the time.

Re: Google Scholar PDF Reader

#109

I've never seen so many light/dark modes before. There's Device Mode, Light Mode, Dark Mode, and Night Mode. AFAICT Device Mode follows the browser/device's current setting, Dark Mode makes the sidebar dark but doesn't change the PDF, and Night Mode darkens both the sidebar and the PDF. I wonder how they decided to have so many modes?

I’ve seen other apps that have Systen, Light, Dark, and “Very Datk” for OLED devices, so it isn’t out of the question

Re: Google Scholar PDF Reader

#110

Does anyone know of a library (or reading material) that can render a pdf (mostly architectural drawings) on to webgl canvas as actual vectors not image?

WebGL is inherently a vector-to-raster technology, it’s always backed by a pixel buffer. One might argue that even PDFjs works this way with its calls to the canvas API.

What are you trying to do? Why is webgl the key here?

Post reply on HN