HN user
pcarion
Nice detective work with your Bike/pi analysis. Definitely worth a ready for anyone interested in BLE technology.
link is not working (Forbidden)
Isn't that a TERRIBLE idea as you can run:
var fs = require('fs'); var content = fs.readFileSync('/etc/passwd'); console.log(content+'');
or look into any other file?
Interesting piece of work - 2 related scroll problems. When you paste a long piece of text in your editor: - the palette doesn't position near the text where you double click (it remains at the top of the document) - any undo action, which change text below the fold doesn't scroll the editor where the change occurs. Good luck with that promising project. Most people who took the contenteditable route to build an editor (ace and codemirror for instance), eventually decided to fully implement the editor themselves...
Yes indeed.
Very nice app. I love the swiping gestures - they allow a very fast interaction with the app.
Would love to be able to edit the "checks" (use case: I checked a task by mistake...) would like to see a calendar with the different checks.
Good work!