Merge pull request #342 from janhq/jan-339
feat: Add Jan Hacker House event page to Docs
This commit is contained in:
commit
440a83b25a
46
docs/docs/events/hcmc-oct23.md
Normal file
46
docs/docs/events/hcmc-oct23.md
Normal file
@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Jan HCMC Hacker House
|
||||
slug: /events/hcmc-oct23
|
||||
---
|
||||
|
||||

|
||||
|
||||
## Saigon Hacker House
|
||||
|
||||
Jan's Hacker House is a four-day offline event where the Jan team gathers at a hacker house prior to a major release. We use the time to work on the release, bond as a team and get Jan across the finish line.
|
||||
|
||||
Jan hosts a series of talks, workshops and social events at night, inviting the local AI community to join us.
|
||||
|
||||
### Date & Time
|
||||
|
||||
- 24-27 October 2023
|
||||
|
||||
### Location
|
||||
|
||||
- Thao Dien, District 2, Ho Chi Minh City
|
||||
- Exact location to be shared later
|
||||
|
||||
### OKRs
|
||||
|
||||
- Jan v1.0 should be bug-free and run on Windows, Max, Linux
|
||||
- "Create Bot" feature w/ Saved Prompts
|
||||
- **[Stretch Goal]** API for Plugins
|
||||
- UI API
|
||||
- Core Process API
|
||||
|
||||
|
||||
## Agenda
|
||||
|
||||
To help us manage RSVPs, please use the Eventbrite links below to RSVP for each event.
|
||||
|
||||
| Day | Eventbrite Link |
|
||||
| -------------- | -------------------------- |
|
||||
| Mon (23 Oct) | [Jan Team & Partners Dinner](https://jan-partners-night-hcmc.eventbrite.com) |
|
||||
| Tues (24 Oct) | AI Talks Day 1 |
|
||||
| Wed (25 Oct) | AI Talks Day 2 |
|
||||
| Thurs (26 Oct) | [VC Night](https://jan-hcmc-vc-night.eventbrite.com) |
|
||||
| Fri (27 Oct) | [Jan Launch Party](https://jan-launch-party.eventbrite.com) |
|
||||
|
||||
## Photos
|
||||
|
||||

|
||||
@ -21,4 +21,4 @@ Jan uses a 2 x 4090 Workstation to run Codellama for internal use.[^1]
|
||||
| **Total cost** | | $8,334 | |
|
||||
|
||||
|
||||
[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/.
|
||||
[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/. ideb
|
||||
983
docs/package-lock.json
generated
983
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -194,7 +194,7 @@ const sidebars = {
|
||||
type: "category",
|
||||
label: "About Jan",
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
link: { type: "doc", id: "about/about" },
|
||||
items: [
|
||||
"about/roadmap",
|
||||
@ -203,14 +203,26 @@ const sidebars = {
|
||||
label: "Careers",
|
||||
href: "https://janai.bamboohr.com/careers",
|
||||
},
|
||||
"about/brand-assets",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Events",
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Ho Chi Minh City (Oct 2023)",
|
||||
id: "events/hcmc-oct23",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Company Handbook",
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
link: { type: "doc", id: "handbook/handbook" },
|
||||
items: ["handbook/remote-work"],
|
||||
},
|
||||
|
||||
BIN
docs/static/img/hcmc-villa-1.jpeg
vendored
Normal file
BIN
docs/static/img/hcmc-villa-1.jpeg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 228 KiB |
BIN
docs/static/img/hcmc-villa-2.jpeg
vendored
Normal file
BIN
docs/static/img/hcmc-villa-2.jpeg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 332 KiB |
833
docs/yarn.lock
833
docs/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user