Skip to content

Commit

Permalink
vanhackday
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Jun 23, 2024
1 parent c804a42 commit 1ed7c43
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 6 deletions.
7 changes: 7 additions & 0 deletions _journals/2024-06-23_1232.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: June 23rd, 2024
date: 2024-06-23, 12:32:27 -07:00
section: journal
link: https://bmannconsulting.com/notes/vanhackday-june2024
---
Writing up notes as I work on [[Vancouver Hack Day]] stuff. Trying to get [[Lieu]] deployed, going to make a [[LOCALHOST]] / [[DWebYVR]] webring.
5 changes: 2 additions & 3 deletions _notes/DWebYVR.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Find out more on the wiki at <https://dwebyvr.org>. Look for upcoming events on

[[Open source is no longer a radical act]]. Let's collaborate to build and grow together.

## Coworking
## Discord Chat


## Tech Social
`#dweb-vancouver` channel on [DWeb Discord](https://discord.gg/zFh7h7Yh9z)
7 changes: 7 additions & 0 deletions _notes/Docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Bridge vs Host

Bridge means you need to use a reverse proxy to map to particular ports. Host means making it available on the same network stack as the host running Docker, so you need to use different ports

> If you want to deploy multiple containers connected between them with a private internal network use bridge networking. If you want to deploy a container connected to the same network stack as the host (and access the same networks as the host) use host networking.
> Host networking completely disables Docker's network isolation. It means containers see and use exactly the same network interfaces the host has available, without an intermediate NAT layer.
6 changes: 6 additions & 0 deletions _notes/Ubuntu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## What version of Ubuntu am I running?

[Ask Ubuntu](https://askubuntu.com/questions/686239/how-do-i-check-the-version-of-ubuntu-i-am-running)
* [official page](https://help.ubuntu.com/community/CheckingYourUbuntuVersion) says `lsb_release -a` - listed on Description line
* `hostnamectl` - listed on Operating System line
* `cat /etc/*release` - DISTRIB_RELEASE or DESCRIPTION
32 changes: 32 additions & 0 deletions _notes/Van Hack Day June 2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
permalink: /notes/vanhackday-june2024
---
Personal notes for [[Vancouver Hack Day]] June event.

Got into [[Z-Space]] around 8:30am, made a coffee
* Printed out more Z-Space visitor wifi QR codes
* Made a [[DWebYVR]] Discord chat qr code
* Added the QR code as an image to the [contact page](https://dwebyvr.org/wiki/Contact)

Did a round of intros of who we are and what people are planning to work on

Settling down to look at [[Lieu]]
* Last updated in March 2022
* Where should I host it? I have [[Portainer]] running on [[Hostinger]]
* Turned off [[AFFiNE]] and [[Ghost]] installs there
* There are a bunch of templats, including a "plain" Ubuntu install

Ubuntu image on Portainer
* access to only administrators
* network - bridge or host? this is a [[Docker]] question
* use the default bridge
* created with name lieu
* using attach in Portainer to get a web-based root commandline
* very minimal Ubuntu installed, but latest system
* What version am I running? [[Ubuntu]] -> noble 24.04 LTS

Create a repo [dwebyvr/localhost_vancouver_webring](https://github.com/DWebYVR/localhost_vancouver_webring)
* check it out locally, clone the `config.toml`
* make a website directory and index.html as the source
* realize that Surfer already installed on [[Commons Computer]] -> [localhost.dwebyvr.org](https://localhost.dwebyvr.org)

22 changes: 19 additions & 3 deletions _notes/Vancouver Hack Day.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,32 @@ Hack has a long history of meaning a bunch of different things.
In the past, I’ve called myself a “web tinkerer”. I’m not a working software developer, but I know a lot about software and Internet systems. I also know how to tinker or hack at systems, look up error messages, change some source code, and so on.

Hack often means taking shortcuts or not doing this as intended. What’s a work around where you didn’t follow the expected path, but still got an outcome?

# Events

Check the [wiki page](https://dwebyvr.org/wiki/Vancouver_Hack_Day)

## July 2024

Hosting as part of [[LOCALHOST]] on [Sunday, July 28th](https://lu.ma/0p6mdkhf) @ 312 Main

## June 2024

Register: [Sunday, Jun 23rd](https://lu.ma/nskqnv2j), from 10am @ [[Z-Space]]

Organized with [[David Luecke]]

Charged $10, ordered in lunch

[[Van Hack Day June 2024]]
## April 2024

Register: [Sunday, April 7th, 2024](https://lu.ma/vancouver-hack-day-april2024), from 10am all day, Downtown Vancouver, Hamilton at E Pender.
Register: [Sunday, April 7th, 2024](https://lu.ma/vancouver-hack-day-april2024), from 10am all day @ [[Z-Space]]

Tech covered:
* [[Bluesky]] [[ATProtocol]] and maybe some [[Farcaster#Frames]]
* [[Everywhere Computer]]
* [[LoFi]]
* [[Enhance]]

More notes on [DWebYVR Wiki](https://dwebyvr.org/wiki/Vancouver_Hack_Day)

## July 2024

0 comments on commit 1ed7c43

Please sign in to comment.