Live data from Hacker News

Making Software

makingsoftware.com

101–105 of 105 posts

Re: Making Software

#101
post #61

This reminds me aesthetically of The Way Things Work [1] which was one of my favorite books as a kid. Having a similar wordly reference as an adult has been a goal for a while. [1] https://www.indigo.ca/en-ca/the-way-things-work-newly-revise...

I've been looking around for a book like this that has scientific/engineering topics presented in a bite-sized fashion so a teenager (or even adults) can discover which ones pique their interests and are worth a deeper dive. Would this book work or is it a bit too simple? Does anyone have another book to recommend?

For mathematics, there are the Princeton Companion to Mathematics and the Princeton Companion to Applied Mathematics.

Re: Making Software

#103
I think the hard drive platter moves in the wrong direction--it pushes the head into the platter instead of away from it if it gets too close.

Re: Making Software

#105
post #30

Earlier quoted context omitted.

> Justified text is bad on the web. Is there any reason why justified is okay printed but not on the web.

Beause in print you would typically use your publishing software to adjust various things, like where hypenated word breaks should happen. This is much trickier in digital media, and usually just isn't done, resulting in ugly word spacing.

I believe this will be fixed by this year - you have smart hyphenation going to come natively in CSS. It was always possible using the JS hyphenator lib.
Post reply on HN