Vancouver Hack Day: Difference between revisions
Attendees and Demos |
m Added April section |
||
Line 1: | Line 1: | ||
A one day event to learn about new-to-you tech, spend some time coding, and sharing what you've learned. | A one day event to learn about new-to-you tech, spend some time coding, and sharing what you've learned. | ||
== | == April 2024 == | ||
=== Register === | |||
Sunday, April 7th | Sunday, April 7th | ||
Venue: [[Z Space]], Hamilton at W Pender | Venue: [[Z Space]], Hamilton at W Pender | ||
== Agenda == | === Agenda === | ||
* 9:30am Doors Open, get yourself setup | * 9:30am Doors Open, get yourself setup | ||
* 10:00am Welcome and Introductions | * 10:00am Welcome and Introductions | ||
Line 20: | Line 20: | ||
* 6:30pm - Food and Social | * 6:30pm - Food and Social | ||
== Topics | === Topics === | ||
==== AT Protocol ==== | |||
Hosted by Wesley Finck | Hosted by Wesley Finck | ||
Line 32: | Line 31: | ||
* your idea here! | * your idea here! | ||
=== The Local First web === | ==== The Local First web ==== | ||
Hosted by David | Hosted by David | ||
Line 40: | Line 38: | ||
https://daffl.github.io/local-first/ | https://daffl.github.io/local-first/ | ||
=== Decentralized Compute with IPVM === | ==== Decentralized Compute with IPVM ==== | ||
Hosted by Boris | Hosted by Boris | ||
Line 48: | Line 45: | ||
https://everywhere.computer | https://everywhere.computer | ||
=== Enhance === | ==== Enhance ==== | ||
Hosted by Brian | Hosted by Brian | ||
Line 55: | Line 52: | ||
https://enhance.dev/ | https://enhance.dev/ | ||
== Requirements == | === Requirements === | ||
This is an event from developers for developers with a basic knowledge of JavaScript, HTML and CSS. For the ideal hacking experience: | This is an event from developers for developers with a basic knowledge of JavaScript, HTML and CSS. For the ideal hacking experience: | ||
Line 61: | Line 58: | ||
* Be familiar with the command line of your operating system | * Be familiar with the command line of your operating system | ||
* Have [https://nodejs.org/en NodeJS] installed and the ''node, npm'' and ''npx'' commands available | * Have [https://nodejs.org/en NodeJS] installed and the ''node, npm'' and ''npx'' commands available | ||
[[Category: Event]] | [[Category: Event]] |
Revision as of 09:48, 15 April 2024
A one day event to learn about new-to-you tech, spend some time coding, and sharing what you've learned.
April 2024
Register
Sunday, April 7th
Venue: Z Space, Hamilton at W Pender
Agenda
- 9:30am Doors Open, get yourself setup
- 10:00am Welcome and Introductions
- 10:15am AT Protocol
- 10:30am Local First Software
- 10:45am IPVM Decentralized Compute
- 11am Enhance
- 1pm LUNCH BREAK
- 2pm - 5pm
- 5pm - 6:30pm Demos
- 6:30pm - Food and Social
Topics
AT Protocol
Hosted by Wesley Finck
Some possible projects:
- Open Frame for ATProtocol: Similar to Farcaster, allow an ATProtocol client to render an interactive frame from a link that meets an open graph schema, allowing for authenticated actions to take place inside the frame.
- Subconscious / Noosphere integration
- your idea here!
The Local First web
Hosted by David
Local first web applications ("LoFi") are collaborative applications that work offline and without any complicated server deployments. Today, I'd like to explore one of the key pieces of any application: User authentication. We'll look at how to connect the distributed world of user owned secure keys with traditional authentication methods like email, SMS or social logins and build a collaborative web application that works entirely in the browser.
https://daffl.github.io/local-first/
Decentralized Compute with IPVM
Hosted by Boris
The Everywhere Computer helps you write and run serverless WebAssembly functions everywhere. Install a node on your machine and experiment with writing Rust, JavaScript, or Python functions that compile to WebAssembly.
Enhance
Hosted by Brian
Server-side render web components with any backend (javascript, python, rust, etc). Build your entire app with accessible HTML. No JavaScript required...unless you want it!
Requirements
This is an event from developers for developers with a basic knowledge of JavaScript, HTML and CSS. For the ideal hacking experience:
- Bring your Windows, Linux or Mac laptop and charger (power plugs and WiFi will be available)
- Be familiar with the command line of your operating system
- Have NodeJS installed and the node, npm and npx commands available