currere | 1 year ago | on: One Million Checkboxes
currere's comments
currere | 3 years ago | on: Joint statement by the Department of the Treasury, Federal Reserve, and FDIC
currere | 3 years ago | on: Is Peer Review a Good Idea? (2020)
I suppose there can be some other layer of reviewer meta-review to account for this, much like the role 'acceptance rate' has come to have for journals and conferences. But, following Goodhart's law, even that has come to be gamed now that a meaning - a proxy for journal prestige or quality - has been placed on it.
currere | 3 years ago | on: Our attention span is being robbed
currere | 3 years ago | on: What’s the strangest thing you ever found in a book?
currere | 3 years ago | on: Scotland starts renewed case for independence
currere | 5 years ago | on: Reading in the Age of Constant Distraction (2019)
[0] http://theconversation.com/five-words-that-dont-mean-what-yo...
currere | 5 years ago | on: Reading in the Age of Constant Distraction (2019)
Coordinating a mapping from reality to our internal world of ideas is hard enough without basic disagreements on the meanings of words. I find it hard to take joy, as some descriptivists do, in words that also mean their opposite!
I like the idea of writing a word and its page number inside the back cover of a book for looking up later but I never seem to have a pen to hand either.
currere | 5 years ago | on: Addiction to Outrage (2020)
currere | 5 years ago | on: I bought 200 Raspberry Pi Model B’s and I’m going to fix them: Part 5
currere | 5 years ago | on: Show HN: Slices – puzzle game
currere | 5 years ago | on: Show HN: Slices – puzzle game
Actually, thinking about it some more, a player's rating should increase over time as they learn, while a puzzle's (true, latent) rating should be fixed, so you should allow for that.
Edit: love the game though, nice one!
currere | 6 years ago | on: Saudi Aramco: The message from the world’s biggest and wildest IPO
> An example of a company in which float-adjustment comes into play is Amazon (AMZN). The online retail giant's overall market cap is estimated at around $130 billion. However, only about two thirds of its shares are publicly traded. The non-publicly traded shares, controlled by insiders such as founder and CEO Jeff Bezos, would not be included when determining a company's weight in a float-adjusted index. Incidentally, a company's full market cap, including both its float and non-float shares, is used to determine whether it belongs in the index.
So it depends on the index.
[1] https://www.morningstar.co.uk/uk/news/124023/understanding-p...
currere | 14 years ago | on: Flaw found in online encryption method
currere | 14 years ago | on: Flaw found in online encryption method
You know (pub,priv). They know either (pub,priv) or (pub).
Essentially, make use of your unique (probably!) ability to sign something with your private key.
There's the issue of traffic analysis which needs to be solved - they have to reveal to you whether the key is compromised, and there's only two possible answers, so they have to be careful not to reveal it to in the traffic metadata.
currere | 14 years ago | on: How Khan Academy is using machine learning to assess student mastery
currere | 14 years ago | on: How Khan Academy is using machine learning to assess student mastery
Chapter 22 of David Barber's "Bayesian Reasoning and Machine Learning" (he makes it available online) does a nice (perhaps brief) job of explaining the progression through the Rasch model, the Bradley-Terry-Luce model and Elo.
As an aside, the way they chesstempo generate the exercises is also cute. The tactical chess problems are positions taken from high level (human) games fed into a chess engine which identifies blunderous moves where there is a single distinctly best way to respond. The challenge is to find that best move. Because they are taken from real games, they have the appearance and feel of real positions, which is important; many people believe pattern recognition is an important part of chess mastery. Apparently they've built up nearly 40000 such tactical exercises.
currere | 14 years ago | on: Why code review beats testing: evidence from decades of programming research