Updates to upcoming events.
This commit is contained in:
parent
b9909ba77b
commit
c2776eaedb
6 changed files with 63 additions and 4 deletions
23
content/news/events/linuxconfau-2017-km/contents.lr
Normal file
23
content/news/events/linuxconfau-2017-km/contents.lr
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
title: Linux.conf.au 2017
|
||||
---
|
||||
date: 2017-01-17
|
||||
---
|
||||
speaker: Katie McLaughlin
|
||||
---
|
||||
upcoming: yes
|
||||
---
|
||||
url: https://linux.conf.au/schedule/presentation/73/
|
||||
---
|
||||
description:
|
||||
|
||||
JavaScript is an incredibly powerful language, and thanks to its renaissance, it now has uses that extend beyond the browser.
|
||||
|
||||
However, being a language that's extremely accessible, with a shallow learning curve and large userbase, it's the subject of - at times - vitriolic abuse from other language communities.
|
||||
|
||||
Yes, JavaScript was created in a very short timeframe, and there are inherent issues with some very early design decisions that can cause some grief to developers. However, as the engine that powers the web, it's able to prove it's versatility and usefulness. So why the hate?
|
||||
|
||||
In this talk, we will discuss the history of JavaScript, it's future, and how some it's 'wat's can be avoided in everyday use in other to leverage the power of this universal language. We will also take a short tour through over a dozen other languages and some of their quirks, to prove how no language is without fault.
|
||||
---
|
||||
event_type: talk
|
||||
---
|
||||
talk_title: Javascript is Awe-ful
|
||||
23
content/news/events/linuxconfau-2017-rkm/contents.lr
Normal file
23
content/news/events/linuxconfau-2017-rkm/contents.lr
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
title: Linux.conf.au 2017
|
||||
---
|
||||
date: 2017-01-17
|
||||
---
|
||||
description:
|
||||
|
||||
Despite many differences, the popular platforms that have emerged over the last 10 years have one thing in common: they all promote programming language monocultures. The platform manufacturers provide a single language, and strongly encourage all developers to use that one language for all projects - Javascript for browsers; Objective C (or Swift) for iOS; and Java for Android.
|
||||
|
||||
The open source world is populated with a wide range of programming languages. Object oriented and Functional, scripting and compiled, mainstream and experimental - there is an almost endless supply of options, each with their own advantages and disadvantages, strengths and weaknesses. However, they've largely remained tied to traditional server environments.
|
||||
|
||||
Is it possible to break the language monoculture, and port existing open source languages to these new hardware platforms platforms? Thankfully, the answer is yes. The BeeWare project has successfully ported Python to browsers, phones, tablets, set top boxes and watches. Although the specific implementations of the BeeWare project are Python specific, the general approaches taken could be applied to any language.
|
||||
|
||||
In this presentation, you'll be introduced to the task of porting languages to a new platform, and the various approaches that can be used, depending on the restrictions that a particular platform may impose.
|
||||
---
|
||||
event_type: talk
|
||||
---
|
||||
speaker: Russell Keith-Magee
|
||||
---
|
||||
talk_title: Stranger in a strange land: Breaking language monocultures with open source
|
||||
---
|
||||
upcoming: yes
|
||||
---
|
||||
url: https://linux.conf.au/schedule/presentation/32/
|
||||
|
|
@ -6,6 +6,6 @@ event_type: sprint
|
|||
---
|
||||
speaker: Russell Keith-Magee
|
||||
---
|
||||
upcoming: yes
|
||||
upcoming: no
|
||||
---
|
||||
url: http://2016.pythonbrasil.org.br/
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ speaker: Russell Keith-Magee
|
|||
---
|
||||
talk_title: Python all the things!
|
||||
---
|
||||
upcoming: yes
|
||||
upcoming: no
|
||||
---
|
||||
url: http://2016.pythonbrasil.org.br/
|
||||
|
|
|
|||
13
content/news/events/wootconf-2017/contents.lr
Normal file
13
content/news/events/wootconf-2017/contents.lr
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
title: WOOTConf 2017
|
||||
---
|
||||
date: 2017-01-16
|
||||
---
|
||||
description: Katie is an organizer of WOOTConf - Women Of Open Technology - a miniconf dedicated to allowing those who identify as women to share their knowledge in relation to the future of open source in Australia in beyond.
|
||||
---
|
||||
event_type: organizing
|
||||
---
|
||||
speaker: Katie McLaughlin
|
||||
---
|
||||
upcoming: yes
|
||||
---
|
||||
url: https://linux.conf.au/schedule/presentation/7/
|
||||
|
|
@ -11,8 +11,8 @@ size = large
|
|||
[fields.event_type]
|
||||
label = Event Type
|
||||
type = select
|
||||
choices = talk, sprint, booth, attending
|
||||
choice_labels = Talk, Sprint, Booth, Attending
|
||||
choices = talk, sprint, booth, attending, organizing
|
||||
choice_labels = Talk, Sprint, Booth, Attending, Organizing
|
||||
width = 1/2
|
||||
|
||||
[fields.speaker]
|
||||
|
|
|
|||
Loading…
Reference in a new issue