Skip to content

Commit

Permalink
Add new events
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Apr 5, 2024
1 parent e2ec537 commit 8028177
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Event.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var eventFormat = '';
// TODO: Make to helper or plugin
// var truncatedText = body.split("</p>");
---

<!-- TODO: Fix mobile layout -->
<article class=`max-w-md mx-auto md:max-w-none grid gap-6 md:gap-8 md:grid-cols-2 ${eventFormat}
`>
<div class="relative h-0 pb-[56.25%] md:pb-[75%] lg:pb-[56.25%] overflow-hidden">
Expand Down
13 changes: 13 additions & 0 deletions src/content/events/2024-03-04-foss-backstage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
action: to speak about
layout: "../../layouts/Event.astro"
title: How to explain your project better
event: Foss backstage
start_date: 2024-03-04T12:20:00.000Z
end_date: 2024-03-04T00:00:00.000Z
venue: Berlin, Germany
pres_source: https://program.foss-backstage.de/fossback24/talk/X7PCWD/
pres_url: https://program.foss-backstage.de/fossback24
---

You've spent hours and sleepless nights coding a project that promises to solve someone's problems bigger, better, and faster. But no one understands it or how to use it. This workshop aims to help you communicate your project's intentions more clearly.
16 changes: 16 additions & 0 deletions src/content/events/2024-04-03-ai-the-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
action: to speak about
layout: "../../layouts/Event.astro"
title: Writing for robots
event: AI the docs
start_date: 2024-04-03T12:20:00.000Z
end_date: 2024-04-03T00:00:00.000Z
venue: Online
pres_source: https://apithedocs.org/ai-2024/chris-chinchilla
pres_url: https://apithedocs.org/ai-2024
---

Automated processes and tools have been reading our content for some time, building humongous databases of our carefully crafted words so people can actually find them buried across the vast swathes of the internet.
And now, even more automated processes and machines are reading our content, packaging it into large models that make sense to few but bring sense to so many.

A lot of you listening and watching right now are probably afraid of what might happen to your job prospects over the coming years, and I am here to show you how, for the short term, your work will be more valuable than ever. Just maybe less directly to human consumers than before.
13 changes: 13 additions & 0 deletions src/content/events/2024-04-16-everything-open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
action: to speak about
layout: "../../layouts/Event.astro"
title: The sustainable full stack
event: Everything Open
start_date: 2024-04-16T12:20:00.000Z
end_date: 2024-04-18T00:00:00.000Z
venue: Gladstone, Australia
pres_source: https://2024.everythingopen.au/schedule/presentation/22/
pres_url: https://2024.everythingopen.au/
---

"The internet" has the same carbon impact as the airline industry. However, this number is probably much higher as it doesn't include a wide gamut of other impacts of application development and implementation, such as phone apps, desktop applications, or even the impact of websites and apps on users' own devices.

0 comments on commit 8028177

Please sign in to comment.