lstmemery | 3 years ago | on: John Carmack on avoiding distractions
lstmemery's comments
lstmemery | 3 years ago | on: John Carmack on avoiding distractions
lstmemery | 3 years ago | on: PyScript: Run Python in your HTML
PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks, making the web a friendly, hackable, place where anyone can author interesting and interactive applications.
lstmemery | 4 years ago | on: LastPass appears to be holding users' passwords hostage
Lastpass Authenticator does not do that, so I spent an hour yesterday manually resetting all my 2FA.
lstmemery | 4 years ago | on: R, OpenMP, MKL, Disaster
It turns out the way the second R package would determine the required precision of floats in sparse arrays was based on the compiled linear algebra libraries available. It took a week for us to debug and ultimately it was easier for us to just rewrite the whole thing in Python.
Renv has made things easier but I don't think packrat/renv allows you to lock C/C++ libraries as well as R ones.
lstmemery | 4 years ago | on: OpenAI Codex
From the Bitter Lesson:
"Early methods conceived of vision as searching for edges, or generalized cylinders, or in terms of SIFT features. But today all this is discarded. Modern deep-learning neural networks use only the notions of convolution and certain kinds of invariances, and perform much better."
Those models are taking advantage of inductive biases. Every model has them, including the massive language models. They are not the same as engineered features (such as SIFTs) or heuristics.
Using the AST is just another way of looking at the code already in your dataset. For the model to understand what it is writing, it needs to map the text sequences map to ASTs anyways. It can attempt to learn this, but the 12B model still makes illegal Python code so it clearly hasn't.
lstmemery | 4 years ago | on: OpenAI Codex
lstmemery | 4 years ago | on: OpenAI Codex
"Indeed, a strong student who completes an introductory computer science course is expected to be able to solve a larger fraction of problems than Codex-12B."
This suggests to me that Codex really doesn't understand anything about the language beyond syntax. I have no doubt that future systems will improve on this benchmark, but they will likely take advantage of the AST and could use unit tests in a RL-like reward function.
lstmemery | 4 years ago | on: MIT and Harvard agree to transfer edX to ed-tech firm 2U
I now understand how to self-learn difficult subjects with textbooks and online lectures but I really appreciated MITx's commitment to making rigorous courses freely available.
lstmemery | 5 years ago | on: The Unstoppable Momentum of Outdated Science
Taking a second look, that plot is only CO2 from energy and the the plot y scale has a discontinuity. If we need to get to net 0 emissions and the rate of CO2 production is still increasing that would suggest we are still a far ways off from the goal.
I just checked and the IPCC 5th assessment was made in 2014. The 6th assessment is scheduled for 2022. Does anyone know if the baselines get updated with each IPCC assessment?
lstmemery | 5 years ago | on: Media Owned by Wealthy Are Quick to Tell You Wealth Taxes Are a Bad Idea
[1] https://www.sciencedirect.com/science/article/abs/pii/S03057...
lstmemery | 5 years ago | on: Won’t Subscribe
lstmemery | 5 years ago | on: Cloth masks do protect the wearer
https://www.sciencedirect.com/science/article/pii/S147789392...
lstmemery | 5 years ago | on: Zettlr – FOSS markdown editor for personal knowledge management and publishing
Is there a tutorial you used to help your set up?
lstmemery | 7 years ago | on: The cold start problem: how to build your machine learning portfolio
lstmemery | 8 years ago | on: Gluon – Deep Learning API from AWS and Microsoft