Eating in 10-hour window can override disease-causing genetic defects
https://news.ycombinator.com/item?id=17889591
#hackernews #tech
Notices by Logan Dice (logandice@mastodon.social), page 5
-
HackerNewsBot (hackernewsbot@mastodon.social)'s status on Saturday, 01-Sep-2018 07:30:03 UTC HackerNewsBot
-
HackerNewsBot (hackernewsbot@mastodon.social)'s status on Saturday, 01-Sep-2018 08:30:03 UTC HackerNewsBot
A Conversation with Paul Graham [video]
https://news.ycombinator.com/item?id=17890081
#hackernews #tech -
Digital Mind (digitalmind@mastodon.social)'s status on Saturday, 01-Sep-2018 14:20:47 UTC Digital Mind
Intelligence is an "ability to accomplish complex goals" = an optimization process squeezing future probabilities into regions high in your preference order, some narrow outcome among the space of possible futures.
You have a list of things that you want to see happen, and your intelligence is your ability to steer future in that direction.
-
Digital Mind (digitalmind@mastodon.social)'s status on Saturday, 01-Sep-2018 14:12:43 UTC Digital Mind
AI doesn't have to be self-improving to get smarter than humans, most of the (narrow) AI's that have ever existed, from calculator to AlphaGo, very quickly became superhuman (calculator is better at math than you are).
The real question is how to build a general(as opposed to narrow) intelligence, flexible algorithm that can solve a wide variety of problems. The fact that it will be better at that than us is a given.
-
Logan Dice (logandice@mastodon.social)'s status on Saturday, 01-Sep-2018 14:16:46 UTC Logan Dice
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
-
Logan Dice (logandice@mastodon.social)'s status on Saturday, 01-Sep-2018 14:14:50 UTC Logan Dice
Always wanted to travel back in time to try fighting a younger version of yourself? Software development is the career for you!
-
Digital Mind (digitalmind@mastodon.social)'s status on Saturday, 01-Sep-2018 14:11:55 UTC Digital Mind
AlphaZero was able to defeat all humans and all previous AI's designed for playing Go and Chess, after training for a day.
The most interesting thing here is not that it was able to beat human players, but that it was able to do better than all the human programmers who spent years deliberately designing Go/Chess playing algorithms.
It's a universal algorithm that has outplayed players AND outprogrammed programmers.
-
Logan Dice (logandice@mastodon.social)'s status on Saturday, 01-Sep-2018 08:12:51 UTC Logan Dice
Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why.
-
Logan Dice (logandice@mastodon.social)'s status on Saturday, 01-Sep-2018 08:11:09 UTC Logan Dice
"The code you write makes you a programmer. The code you delete makes you a good one. The code you don't have to write makes you a great one." - Mario Fusco
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 22:38:15 UTC Logan Dice
Programmers: Always use descriptive variable names
Mathematicians: Single letter variable names always, ideally from obscure/dead alphabets
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 22:36:21 UTC Logan Dice
The Life of a Project
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 22:32:27 UTC Logan Dice
Eagleson's Law: Any code of your own that you haven't looked at for six or more months might as well have been written by someone else.
-
Caleb James DeLisle (cjd@mastodon.social)'s status on Friday, 31-Aug-2018 19:09:36 UTC Caleb James DeLisle
@LoganDice Somewhere I remember hearing that it's better to be good at doing things you're not good at than really anything else. That advice stuck with me.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 22:07:47 UTC Logan Dice
Weeks of coding can save you hours of planning.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 22:07:33 UTC Logan Dice
Deleted code is debugged code.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 13:41:36 UTC Logan Dice
Programming isn't about what you know; it's about what you can figure out.
Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 13:40:13 UTC Logan Dice
Programming isn't about what you know; it's about what you can figure out.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 12:24:07 UTC Logan Dice
Walking on water and developing software from a specification are easy if both are frozen.
-
Logan Dice (logandice@mastodon.social)'s status on Friday, 31-Aug-2018 12:22:59 UTC Logan Dice
When your hammer is C++, everything begins to look like a thumb.
-
Logan Dice (logandice@mastodon.social)'s status on Thursday, 30-Aug-2018 09:48:26 UTC Logan Dice
Me when I watch another ML video: