HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hamosch

no profile record

comments

hamosch
·4 anni fa·discuss
Client side exception when scrolling down a little and back to the top on mobile safari, so much smoother than the regular scroll

Also doesn’t play nicely with the fade in of the safari bottom toolbar
hamosch
·4 anni fa·discuss
For the ones interested in the subject I recall the documentary "Lost Treasures of the Maya" (2018) was quite good. It's a four part doc about Maya and the discoveries made due to Lidar. It might still be available on D+
hamosch
·4 anni fa·discuss
Learnt a neat trick from an old sysadmin colleague.

If you’ve written a command but realize you don’t want to run it right now but want to save it in your history you can just put a `#` in front of it (ctrl-a #) making it a comment and allowing you to save it in your history without running it.

When you’re ready to run it you find it and remove the preceding `#`