Skip to content

Commit dfb8fb2

Browse files
committed
2026-04-08 BOD
1 parent 81b078e commit dfb8fb2

1 file changed

Lines changed: 76 additions & 24 deletions

File tree

docs/bod/2026/Spring/2026-04-08.md

Lines changed: 76 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,108 @@
11
Board of Directors Meeting
22

33
Attendance:
4-
- [ ] storce
5-
- [ ] rsang
4+
- [x] storce
5+
- [x] rsang
66
- [ ] jaysa
7-
- [ ] sbwilliams
7+
- [x] sbwilliams
88

9-
- [ ] msonmez
9+
- [x] msonmez
1010
- [ ] joiew
11-
- [ ] sawansri
11+
- [x] sawansri
1212
- [ ] erdaifu
1313

1414
- [ ] jingwenyang
1515
- [ ] finwan
16-
- [ ] eariespraud
17-
- [ ] knivesng
16+
- [x] eariespraud
17+
- [x] knivesng
1818
- [ ] lukepeters
19-
- [ ] rjz
20-
- [ ] danliu
21-
- [ ] chamburr
19+
- [x] danliu
2220
- [ ] michaelzls
23-
- [ ] blakeh
21+
- [x] blakeh
2422
- [ ] ncostello
25-
- [ ] ericgu
23+
- [x] ericgu
2624

27-
Guests:
25+
Guests: chamburr, ethanhu
2826

29-
Quorum for this meeting is ${quorum}
27+
Quorum for this meeting is 5/9
3028

31-
Meeting Started at ${start_time}
29+
Meeting Started at 6:48pm
3230

3331
## administrivia
3432
- SWE++ this weekend, all students will be wearing badge, no parents inside. Communicated with sufmo.
35-
- Added eric to general afterhour access list. go to bestdocs to see policy on afterhours and keycard when in doubt. no more trouble with sufmo.
36-
33+
- storce: approved this plan with andy's subordinates
34+
35+
- storce: HKN wants to reserve the lab, bringing prospective berkeley students for an educational event, have done this in the past
36+
- April 26th, conflicts with SWE++, need to email them
37+
38+
- Added eric to general afterhour access list. go to bestdocs to see policy on afterhours and keycard when in doubt. no more trouble with sufmo.
39+
- storce: added policies to bestdocs
40+
3741
## operations
38-
42+
- eariespraud: reaching out to hiring waitlist for 3 new positions for fall semester
43+
- eariespraud: can we have some money for opstaff social? $70?
44+
- seems like past years was around $150
45+
- rsang: $150 is fine
46+
- bod vote to allocate $150 to opstaff social: 9 yes, 0 no, 0 abstain, PASSES
47+
- need more little tape
48+
- epson still having issues :sob:
49+
3950
## internal
40-
51+
- tech talk today!
52+
- snacks?
53+
- ericgu: cucumber lays pls
54+
55+
- msonmez: sent 2 airbnb's in #administrivia, please review
56+
- msonmez: airbnb's are expensive, will be a little over $100 per person
57+
- storce: we should discuss budget next bod
58+
- msonmez: need to book airbnb by beginning of next week
59+
- rsang: allocate budget now?
60+
- msonmez: after bod today I'll get headcount and calculate what we need to make it $100 per person out of pocket
61+
- msonmez: want the airbnb to be bartable because we don't have cars, that's why we're looking at Daly City
62+
4163
## finance
42-
64+
- rsang: finna told me to tell everyone that everything requested should be getting ordered this week
65+
- rsang: waiting for Jaysa's gpus
66+
4367
## decal
68+
- sawansri: had docker lecture with ~30 people, one of the largest attendance lectures ever, joe did good lecture
4469

4570
## design
71+
- rsang: hoodies getting pr'd soon
4672

4773
## rebuild
74+
- login server transition
75+
- makemysql script checks if on tsunami so it doesnt fix, a bunch of random stuff we are going through to fixed
76+
- there is an ongoing PR to fix everything with the new login servers
77+
- have a list of packages we need to add to the new servers
78+
- ericgu: what happened with nginx?
79+
- oliver applied the changes to his puppet env, fixed the nginx redirect issues
80+
- everyone who didnt set up their default home address properly had their website fail
81+
- oliver failed, but we should merge the PR into the main branch
82+
- sophie: can help review them after bod
83+
- blakeh: want to dig into it
84+
- sophie: went through and cleaned up project board. issues are added to the board by default now.
85+
- can draft up a proper procedure for projects and issues to go through bod/board
4886
- new print server
49-
- details...
50-
- important side effect: epson bills by page not sheet now (will not be an issue for the HP color printer)
87+
- blakeh: it finally works! using a slightly newer architecture
88+
- blakeh: ocf post script filter has been deprecated. was initially used to address rasterized print jobs...?
89+
- now uses the native HP drivers and has been working fine so far
90+
- blakeh: epson drive needs some workarounds for now bcuz it under-charges usage as physical sheets instead of sides. but new printer is HP so we dont need to worry too much about that.
91+
- sophiew: stop doings sides and just pages, has already been voted on previously
92+
- blakeh: changes it to charge by page from now on than
93+
- blakeh: have to change several custom scripts. it would be really nice if we can remove all of them. only problem is that billing is using a non-v3 compatible backend
94+
- blakeh: no longer using cups classes. problem with classes is that PPD never gets send to the clients, so now we are running a cups server on each of the machines. the machines now fully understands the capabilities of the printers, which enables a lot of options (think double-sided printing configs, fixed issue with goodnotes, etc.)
95+
- blakeh: load balancing is done by the client, who retrieves queue status from the print server.
96+
- blakeh: connection between client and printers should also be encrypted now!
97+
- blakeh: should also be giving better error/debug messages
98+
- blakeh: printer server now shows OCF-bw and OCF-color. Looking into capabilities-based routing so that people can select color and jobs get routed automatically
99+
- blakeh: before we deploy it...
100+
- get kerberos ticket working for printhost web interface so opstaff can log in without re-authenticating
101+
- blakeh: tried at least 5 other ways... this is the best solution so far. close to being CUPSv3 ready!
102+
51103

52-
Meeting Adjourned at ${end_time}
104+
Meeting Adjourned at 7:26pm
53105

54-
Notetaker: ${username}
106+
Notetaker: blakeh
55107

56108

0 commit comments

Comments
 (0)