[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [163583] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [163583] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?,?,?) ORDER BY name | Params: ["History","Learning & Education","Books","Society"," Arts & Culture","Science & Nature"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [163583,"History",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [163583] Newton's embarrassment — Eduo
Eduo
Log in Sign up
Newton's embarrassment

Newton's embarrassment

Curated from: deepstash.com

Ideas, facts & insights covering these topics:

History · Articles

1 ideas  ·  3 reads

Isaac Newton's Final Years Were Strange And Embarrassing

Although he was a mathematical genius and a great thinker, Newton nevertheless had some unusual views. He spent his final years researching alchemy and metal transmutation, or the process of changing lead into gold. Strange papers he authored about the end of the world and biblical predictions attributed to Daniel were discovered years after his death and were kept concealed out of shame by his friends.

3 reads

Are you sure?