On 23rd of January we hosted a VR game afternoon event in the department. We used the department’s Oculus Rift VR equipment to play Beat Saber, Space Pirate Trainer and other games.
The MLH Local Hack Day
Reading University Hacking ran a local event as part of Major League Hacking’s Local Hack Day – a global 12-hour hackathon & celebration of learning, building, & sharing on December 1st, 2018. The global sponsors included GitHub, Microsoft and a lot of other swag sponsors and our local partners included the Department of Computer Science at the University of Reading and the Reading University Students’ Union.
We welcomed attendees from all over the surrounding areas, welcoming students from Reading University, Bournemouth University and we even had a young hacker from Maidenhead. All of the attendees were really enthusiastic about attending their first Hackathon and they picked up a lot of new skills throughout the 12-hour event. Our flagship project was a “Live Notification Board for Hackathons” project, powered by the Microsoft Azure cloud platform.
Overall, everyone had an amazing time being part of a global event of over 5,000 attendees and the team at Reading University Hacking are look forward to hosting our flagship 24-hour event in February 2019 at the Henley Business School. More details on the 24-hour event here: https://www.eventbrite.co.uk/e/r-u-hacking-2019-24-hour-student-hackathon-tickets-52684847798
Local Hack Day
There will be a local hack day hosted in the Computer Science department on Saturday 1st December. For more details and to sign up see:
https://localhackday.mlh.io/lhd-2018/events/940-reading-university-hacking
Data Science Hackathon Club Update
- What we discussed on the first meeting (12/Nov):
- Google’s Deep Mind Explained! – Self Learning A.I.
- The first machine learning example tutorial (classification)
- What we discussed on the second meeting (26 Nov): linear model – part1
- Video lecture: linear model
- Tutorial problem: write your solution about house price prediction.
- What we discussed on the third meeting (10 Dec, 11-12, G45): linear model – part2
- Video lecture: Gradient Descent, Logistic regression
- No practice session due to exam session
Club email list https://hps.vi4io.org/listinfo/data-science-hackathon-club
Inaugural meeting of the Extreme Programming club
Today we met for the Extreme Programming Club for the first time and enjoyed discussing problem solving.
Meeting notes
Introduction
We discussed the importance of programming practice, data structures, and algorithms. Plenty of exercises are available at https://open.kattis.com/
There you can even find a University of Reading Ranklist (so far two students *ever* participated).
Introducing and interactive solving of an easy problem
Firstly, Julian introduced the simple problem here: https://open.kattis.com/problems/modulo
Then we discussed a test harness to automatize the execution of the provided input/output tests to check the correctness of our results using a Bash script.
Then students worked in small groups to discuss the problem and sketch a solution. We then discussed the solution in a bigger group. We discussed the difference of using the data structures array vs. a dictionary to preserve the intermediate results of the computation and also about some performance issues.
Finally, we solved the problem using the programming language C.
Introducing problems for the home challenge
Julian introduced three problems of different complexity challenging students with different experience level. These problems were:
Easy: https://open.kattis.com/problems/sevenwonders
Medium: https://open.kattis.com/problems/stickysituation
Hard: https://open.kattis.com/problems/marchofpenguins
Note that the hard problem is really hard to be resolved with a performing algorithm. We briefly discussed the problem descriptions and organized small learning groups to support individual learning.
Next meetings
We discussed during the meeting the organization of subsequent meetings, which will take place Wed. 28th in G43 (likely to move to a different place from there).
About the club:
This is an extracurricular activity that fosters your programming skills and algorithmic thinking, and communication skills regarding programming. These capabilities are often key to yield high-profile jobs from, e.g., Silicon Valley companies like Google.
The club to which everyone – both, little or significant programming skills – is welcome, aims to:
-
boost your programming confidence
-
prepare you better for potential future jobs and programming competitions
-
show that the algorithmic problem solving is fun!