-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from speckandtech/event-55
event 55 + retreat header
- Loading branch information
Showing
5 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|