gwilliams | 6 years ago | on: An improvised Lego device helped scientists conduct tests at CERN
gwilliams's comments
gwilliams | 6 years ago | on: An improvised Lego device helped scientists conduct tests at CERN
gwilliams | 6 years ago | on: The vast but little-known fund of the Mormon Church
The church does have extrabiblical volumes of scripture, which also testify of Christ and go into more depth, but every doctrine of the church is in harmony with the Old and New Testaments. Members believe it is only by faith in Christ and by good works that they can be saved.
gwilliams | 6 years ago | on: The vast but little-known fund of the Mormon Church
Those who work for the church full time (with the exception of missionaries) receive a stipend to cover their living expenses and not much else.
gwilliams | 6 years ago | on: Algo Deck: an open-source collection of 200 cards on algorithms
return (num & (num - 1)) == 0;
}
That looks like it'll fail when num == 0. I think it should be:
return num && ((num & (num - 1)) == 0);gwilliams | 6 years ago | on: Don't rinse with water straight after toothbrushing
gwilliams | 6 years ago | on: Screen Art: Wargames (2010)
"The computer name WOPR used in the movie was a joke based on a real computer once used to predict war strategies at NORAD which was called "BRGR". The Burger King "Whopper" is a "Burger"."
gwilliams | 7 years ago | on: Data Structure and Algorithms Problems from Interviews
gwilliams | 7 years ago | on: Raspberry Pi Model 3A+
gwilliams | 7 years ago | on: The Periodic Table of Data Structures [pdf]
gwilliams | 7 years ago | on: Ask HN: What's your favorite elegant/beautiful algorithm?
gwilliams | 7 years ago | on: Shoppers Love Rewards Credit Cards, Retailers Hate Them
gwilliams | 15 years ago | on: Ask HN: What information do you consider before investing in a stock?
gwilliams | 15 years ago | on: How To Make Any 3rd Grader Love Math
"Fluffy has three heads, and each head can eat two bowls in a sitting...how many bowls should Hermione fill to satisfy him?"
gwilliams | 15 years ago | on: Ask HN: Would a game to teach Bash & *nix be worth-while?
gwilliams | 15 years ago | on: Little, black, different
gwilliams | 15 years ago | on: First improvement of fundamental algorithm in 10 years