yomritoyj
- Karma
- 1,351
- Created
- May 20, 2013 (13y ago)
- Submissions
- 0
I teach economics at Ambedkar University, New Delhi. Personal website: http://www.jyotirmoy.net
- Claudia Goldin (Nobel '23) on 'Career and Family' (jyotirmoy.net)
- R, OpenMP, MKL, Disaster (jyotirmoy.net)
- A Relativity 'Paradox' (jyotirmoy.net)
- Resurrecting Fortran (ondrejcertik.com)
-
DNS queries for vimeo.com are being blocked by Airtel, a major Indian ISP. Possibly an overzealous response to an order blocking a particular video.
- Nonmeasurable sets of infinite independent fair coin tosses (jyotirmoy.net)
- Springer: Free access to a range of essential textbooks from all disciplines (springernature.com)
- An alias-based formulation of the borrow checker (2018) (smallcultfollowing.com)
- Breakthrough prize criticized for rewarding 'failed ideas' (physicsworld.com)
- Are casual inference and prediction that different? (jyotirmoy.net)
- Show HN: The Rust Book in EPUB format for offline reading (jyotirmoy.net)
- Solving a puzzle using the Isabelle proof assistant (gist.github.com)
- Wandering through linear types, capabilities and regions (2007) [pdf] (pauillac.inria.fr)
-
In a language with mutability we can mutate parts of an array, like a[10] = 3.14 In a pure functional language we cannot do this. Instead we have to in principle create a new array a2 = writeArray a1 10 3.14 If a1 is a…
- Why soap bubbles are colourful and windowpanes are not (gist.github.com)
- Dell Inspiron 5370 – review and Linux notes (jyotirmoy.net)
- “What next?” (graydon2.dreamwidth.org)
- Ubuntu now available from the Windows store (blogs.msdn.microsoft.com)
- Tidy evaluation (rlang.tidyverse.org)
- dplyr 0.7.0 (blog.rstudio.org)
- Translating a C++ parser to Haskell (haskellforall.com)
-
Writing performant numerical code for CPUs requires using vector instruction sets like AVX. With these instruction it is up to the compiler/programmer to vectorize the sequential program and deal with things like…
- What’s New in Bash/WSL and Windows Console (blogs.msdn.microsoft.com)