Skip to content

Commit

Permalink
Merge pull request #222 from speckandtech/event-55
Browse files Browse the repository at this point in the history
event 55 + retreat header
  • Loading branch information
andrealeone authored Jul 22, 2023
2 parents 782abf2 + 60de3b1 commit 6dfec07
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 10 deletions.
16 changes: 8 additions & 8 deletions _data/homepage-event.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"type": "event",

"background": "/img/home-backgrounds/55-boost-browser.jpg",
"edition": 55,
"background": "/img/retreat/home-background.jpg",
"edition": 4,
"pre-title": "",
"title": "Boost my browser",
"date": "2023-07-17T20:45:00+02:00",
"time": "20:45",
"title": "Retreat v4",
"date": "2023-10-06T17:00:00+02:00",
"time": "17:00",

"location": {
"name": "Impact Hub Trentino",
"url": "//g.page/impacthubtrentino"
"name": "Alpholiday Dimaro",
"url": "//goo.gl/maps/iTjQiabLbD272gt5A"
},

"partner": {
Expand All @@ -26,5 +26,5 @@
"description": ""
},

"ticket-url": "//bit.ly/speck55"
"ticket-url": "//bit.ly/retreat-v4"
}
1 change: 1 addition & 0 deletions _posts/2023-06-27-66.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ Forests are vital to our planet's health and to many human activities. Given the
#### Check the video!

<iframe width="100%" height="480px" src="https://www.youtube.com/embed/OLEav1OQLKM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
#### and take a look at the <a id="fb_photo_album" class="btn-facebook" target="_blank" href="//bit.ly/ST54p">pictures &#128247;</a>

</section>
34 changes: 34 additions & 0 deletions _posts/2023-07-17-67.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: event
title: "#55 - Boost my browser"
date: 2023-07-17T20:45:00+02:00
categories: event
slug: "boost-browser"
---

## Choosing Clojurescript: Why we chose it as our main language for Pitch.com

### Jelle Akkerman - Developer & Designer @ [Pitch](//pitch.com/){:target="_blank"}

At Pitch, we made an unconventional choice by picking ClojureScript, a functional programming language that compiles to JavaScript, as our primary language. In this talk, I will explore the reasons behind this decision, delve into the key features of ClojureScript, and share real-life experiences of using it in a large-scale codebase. Whether you're new to the language or curious about its benefits, this presentation will shed light on the advantages of ClojureScript, its impact at Pitch, and how the insights gained can inspire developers across various programming languages.


## Give your Web App superpowers by using GPUs

### Giulio Zausa - Technical Lead @ [Flux](//www.flux.ai/){:target="_blank"}

GPUs are cool! You can use them to play games, create entire movies and even run machine learning models. By using some native libraries it's possible to embrace their powers, using programming languages such as Python or C++. How does this work, though, in a world where everything is a web page? New exciting technologies, such as WebGL and WebGPU, are giving programmers the full power of the underlying hardware. We will see how to build applications that use GPU superpowers to offer things that were previously impossible, such as rendering giant scenes or running ChatGPT locally in the browser, using some real-world production examples.

<iframe src="//www.slideshare.net/slideshow/embed_code/key/FDsQA8NBIkXAr6" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen> </iframe>

## Weren't you there?

### or maybe you just want to relive this wonderful night

<section class="fb-links">

#### Check the video!

<iframe width="100%" height="480px" src="https://www.youtube.com/embed/aJjcl5EfkVs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

</section>
4 changes: 3 additions & 1 deletion retreat.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ <h3>
</div>
<br />
<div class="call-to-action text-center">
<!--
<a class="btn btn-primary text-white btn-lg mt-3" href="//bit.ly/retreat-v4">Get your ticket now!</a>
-->
<a href="mailto:[email protected]" class="btn btn-primary text-white btn-lg mt-3"
target="_blank">Contact us!</a>
</div>
Expand Down Expand Up @@ -467,7 +469,7 @@ <h2 class="retreat-page-section-title">
The Organizing team reserves the right to modify these FAQs, as any Terms & Conditions without notice, at any time.
<br />
<br />
<small> Last modified: 2023-07-07 </small>
<small> Last modified: 2023-07-20 </small>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion support-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>{{ page.title }}</h1>
<li>
<b>sponsoring</b> one of our events (pitch, custom talk, logo,
rollup, etc.) -
<a href="mailto:[email protected]">let's talk!</a>
<a href="mailto:[email protected]">let's talk!</a>
</li>
<li>
buying our <b>merchandise</b> (t-shirts, gadgets, stickers, etc.) at
Expand Down

0 comments on commit 6dfec07

Please sign in to comment.