/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

doomlab.github.io
| | www.wsdm-conference.org
15.3 parsecs away

Travel
| | The 11th ACM International Conference on Web Search and Data Mining
| | xianblog.wordpress.com
18.3 parsecs away

Travel
| | Yet another workshop: Prior to the Valencia 9/ISBA 2010 meeting, there will be a workshop on model uncertainty organised by the Centre for Research in Statistical Methodology (CRiSM) at the University of Warwick, on May 30-June 1. The purpose of the meeting is to discuss recent developments and research on topics related to model uncertainty...
| | www.alfredo.motta.name
18.5 parsecs away

Travel
| | [AI summary] Alfredo Motta shares details about upcoming coding workshops in London covering Ruby, Rails, and Javascript to help attendees learn programming and enter the tech industry.
| | lambdaland.org
34.1 parsecs away

Travel
| This is the story of how I solved a problem (ugly, cumbersome boilerplate code) that I ran into while writing a program in a functional language (Elixir). Functional programming languages often pride themselves on expressiveness and elegance; but occasionally they are not amenable to the most obvious solutions to the problems we wish to solve. In this case, the simplest solution to my problem would have been to have a global mutable variable. But no one likes those.