Live data from Hacker News

New Kind of Paper

mlajtos.mu

31–40 of 127 posts

Re: New Kind of Paper

#31

Earlier quoted context omitted.

That's exactly what the iPad supports now. So not a dream anymore.

And I'm still not sure what the point is, its still easier for me to type using the magic keyboard. Maybe for some people its easier to write with the pencil than to use the touch keyboard.

It’s an easier mode for me when standing and holding the iPad with one hand and the stylus in the other. The keyboard is nice when sitting and using both hands for sure. Same was true when using my old thinkpad tablet in the same way.

Re: New Kind of Paper

#32

I find the current state of the art on stylus text entry so disappointing. I made a hacky prototype 7 years ago (!) and this kind of direct interaction remains a dream: https://youtu.be/So4x3Cu4WI0 I had a glimmer of hope when Apple started selling styluses, that they might succeed where Microsoft failed. But instead, they're putting mouse cursors on iPads, and the stylus is still a niche tool for artists.

Remarkable 2 is a total breakthrough product. I rarely use my iPad any more. The pen with the friction with the tip that wears down was key—-feels like paper.

Re: New Kind of Paper

#33

> it has unit conversion built in, so 3km ÷ 26m will be evaluated to 4.62km/h, and also you can ask for m/s I’d expect 3km ÷ 26m to evaluate to roughly 115.4 (no unit). I hope it wouldn’t try to be too clever about whether “m” means metres or minutes, because such cleverness invariably goes wrong. Change it to “26min” or “26 minutes” or some such thing, please?

same with h which can either mean hour or the planck constant.

units(1) does this right where one symbol corresponds to one unit only

Re: New Kind of Paper

#34
post #33

> it has unit conversion built in, so 3km ÷ 26m will be evaluated to 4.62km/h, and also you can ask for m/s I’d expect 3km ÷ 26m to evaluate to roughly 115.4 (no unit). I hope it wouldn’t try to be too clever about whether “m” means metres or minutes, because such cleverness invariably goes wrong. Change it to “26min” or “26 minutes” or some such thing, please?

same with h which can either mean hour or the planck constant. units(1) does this right where one symbol corresponds to one unit only

Mmm, true. I started using units(1) quite recently, and “h” being the Planck constant rather than hours keeps on tripping me up. The built-in abbreviation “kph” for km/hr isn’t comfortable either. (mile/hr may be commonly abbreviated as “mph”, but km/hr is conventionally “km/h”). Ah hah! There, just created ~/.units containing `h hr`, now this will bother me no more (since I’m unlikely to ever want to use the Planck constant). Pity it doesn’t use XDG paths (which would probably land the file at ~/.config/units), though you can define the environment variable MYUNITSFILE.

Re: New Kind of Paper

#35
I wonder when can we get a Pen and Paper on a computer system with 1ms latency [1]? The Apple pencil said it has 9ms response time, which is already close to the lowest latency it could support on its 120Hz Screen ( 8.3ms per frame ).

And I may be in the minority but I much prefer there is an iPad that doesn't have a camera bump so it can lay flat on the table.

[1] https://www.youtube.com/watch?v=vOvQCPLkPt4

Re: New Kind of Paper

#36

Note to the author: it would be neat if you could include multiple codecs for the video tag like vp9. My stock linux install does not have codecs for mp4. Browsers will automatically pick a preferred codec if multiple are listed.

(well, mp4 is a container, not a codec...)

https://youtu.be/-dwLs9juzWw

Re: New Kind of Paper

#38
In the final example the handwriting is adapted to the application, and differs significantly from the original handwriting used in earlier examples. Then it goes on to say that the app has everything you need, while needing to learn to write in monospace for it to work.

Being someone with poor handwriting, this would slow down writing for me. A possible answer for this would be to update the expected places for a character by taking the boundaries of previously written ones.

Re: New Kind of Paper

#39

Note to the author: it would be neat if you could include multiple codecs for the video tag like vp9. My stock linux install does not have codecs for mp4. Browsers will automatically pick a preferred codec if multiple are listed.

Well I would, but hosting those videos was a bad idea – I am currently at 250GB of free 100GB bandwidth. I'll reupload them to the ad-infested internet TV, YouTube.

Re: New Kind of Paper

#40

> it has unit conversion built in, so 3km ÷ 26m will be evaluated to 4.62km/h, and also you can ask for m/s I’d expect 3km ÷ 26m to evaluate to roughly 115.4 (no unit). I hope it wouldn’t try to be too clever about whether “m” means metres or minutes, because such cleverness invariably goes wrong. Change it to “26min” or “26 minutes” or some such thing, please?

Thank you for spotting this. I fixed it to '26min'. Yes, there should be 1:1 mapping from suffix to unit and back.
Post reply on HN