mauro3 | 3 years ago | on: The Missing Semester of Your CS Education (2020)
mauro3's comments
mauro3 | 3 years ago | on: Speedsolving Rubik's Cube: 8355 Method
mauro3 | 8 years ago | on: Typing with pleasure, and low latency
Update: on my system Emacs has an average of 6ms vs VSCode 17ms.
mauro3 | 8 years ago | on: Atom 1.19 – Improved Responsiveness and Memory Usage
mauro3 | 8 years ago | on: Typing with pleasure
mauro3 | 9 years ago | on: The New York Public Library Has a “Digital Time-Travel Service” for Maps
Here zoomed in on one of the big glaciers, which shows how it retreated: https://map.geo.admin.ch/?topic=ech&lang=en&bgLayer=ch.swiss...
mauro3 | 9 years ago | on: A Look at How Traders and Economists Are Using the Julia Programming Language
For instance, the standard library of Julia [1] is written in Julia itself (and is very performant) and only calls into external C or Fortran libraries where there are well established code-bases (e.g. BLAS, FFTW). Compare this to, e.g., Python or R where much of the standard library is written in C.
mauro3 | 9 years ago | on: Julia v0.5.0 Released
mauro3 | 9 years ago | on: FemtoEmacs: Tiny Emacs clone with configuration in FemtoLisp
>> julia --lisp
; _
; |_ _ _ |_ _ | . _ _
; | (-||||_(_)|__|_)|_)
;-------------------|----------------------------------------------------------
> (+ 1 2)
3
>mauro3 | 10 years ago | on: Open source is now ready to compete with Mathematica for use in the classroom
There are now fellowships in the UK specifically aimed at scientific programmers: https://www.epsrc.ac.uk/funding/calls/rsefellowships/ . Even so, currently there no real career path for scientific programmers. Hopefully this will change in the future!
Note that excellent work in this space is done by the Software Carpentry project which exists since 1998 [2].
[1] https://pde-on-gpu.vaw.ethz.ch/ [2] https://software-carpentry.org/