3.2 KiB
3.2 KiB
| date | modification date | tags |
|---|---|---|
| 2024-09-18 | Thursday 19th September 2024 10:12:43 |
<< Weekly Note 2024-09-11 | 2 Cole Group Meeting Notes/Weekly Note 2024-09-25 >>
This Week's Daily Notes
2024-09-11 2024-09-12 2024-09-13 2024-09-16 2024-09-17
Last Week's Plan
BeagleBone ARCADE
- Start communicating back and forth with encrypted messages
- homomorphic operations?
- Plug 'er into ARCADE
Qualifying Exam
- Finish first draft of G&O
- Prepare to hear back about approval
Other Stuff
- Read the things DGC sent
- Update my CV with some stuff.
Accomplishments
Tasks and Notes From This Past Week
TASK
where completed
and completion >= this.date - dur(7 days)
and completion <= this.date
group by file.link
sort file.date asc
Papers read this past week
table title as "Title", dateread as "Date Read"
where readstatus and dateread => this.date-dur(7)
Remarks
BeagleBone
- Started outline of TRTR presentation
- Spoke a lot with Murphy and Robert about FHE and memory management.
- I think memory management might be the most important thing to really talk about. The size of these messages makes things complicated and has quirks. Having to send multiple packets for multiple values actually introduces a race condition.
- One number to multiple numbers, multiple packets
- If things are ansynchronous on the 'server' side, it's possible the code pulls the vector from registers while the vector is being written. Then, because encryption, the value the code uses for control logic makes no sense.
Qualifying Exam
- Haven't heard anything about my abstract. Perhaps this is a good thing?
- Got an invite to an 'info session'.
GSA
- We're fighting for our donuts. Qual support group may actually be what brings them back. Need to identify what students can actually talk to each other about.
- Halloween party. We convinced Brian to buy candy. Details to come.
- Christmas party. Brian will purchase pizza if we organize a poster session. Perhaps something to keep in mind.
Other Stuff
- Homework and classes kicked my ass a little this week. It's okay though. I'm back on the horse.
- NUCE 2100 is actually deceptively hard. I think it's getting easier because we're starting to talk about actual nuclear power but the first couple weeks of just nuclear physics was pretty tough.
This Week's Plan
Tasks This Next Week
Tasks Overdue
task
where
due <= date(this.date)
and due
and !completed
and status != "-"
and status != " "
sort due asc
group by file.folder
Tasks Due this Week
task
where
due >= this.date
and due <= this.date + dur(7 days)
and due
and !completed
and status != "-"
and status != " "
sort due asc
group by file.folder
Tasks Scheduled
task
where
scheduled
and scheduled >= this.date
and scheduled <= this.date + dur(7 days)
and due > this.date +dur(7 days)
and !completed
and status != "-"
and status != " "
sort due asc
group by file.folder
Remarks
BeagleBone
Need to finish presentation and code. That mf needs to ship on Monday like we discussed at lunch. Work closely with Patrick.
Qualifying Exam
When BeagleBone done, QE exam gets full gas.
Other stuff
Pass classes.