Skip to content

Instantly share code, notes, and snippets.

View ytbryan's full-sized avatar
💭
Luke 14:23

Bryan Lim ytbryan

💭
Luke 14:23
View GitHub Profile
@ytbryan
ytbryan / gist:1579d8d5b334f887754dbc86a11b27d3
Created May 16, 2024 10:29
the instruction that always work
0. delete old venv
1. close the old vscode.
2. open at the PROJECT LEVEL.
#At a separate terminal
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
@ytbryan
ytbryan / signoff
Created May 4, 2024 16:07 — forked from dhh/signoff
#!/usr/bin/env bash
# Abort sign off on any error
set -e
# Start the benchmark timer
SECONDS=0
# Repository introspection
OWNER=$(gh repo view --json owner --jq .owner.login)
CONTENTS | 2
CONTENTS
ABOUT SCAI 3
FOREWORD TO THE SCAI QUESTIONS 4
QUESTION 1 RELIABILITY & TRUSTWORTHINESS 6
QUESTION 2 DATA COLLECTION & SHARING 11
QUESTION 3 GOVERNANCE STRUCTURE & REGULATORY MEASURES 17
QUESTION 4 SOLVING SCIENTIFIC PROBLEMS 24
QUESTION 5 MODELS & ARCHITECTURE DERIVED FROM NATURAL INTELLIGENCE 28
This is a `technical role` and management role under Bryan. Bryan is running `Virtual Lab` and `AI for good` for SUSS.
Bryan reports to VP learning services, Prof Lee and Director EMR, Jennifer. It has a flat hierachy and friendly and casual culture at SUSS.
---
See Virtual Lab infrastructure site: http://suss-vli.github.io
AI for good is an intiative to use AI & LLM to benefit the SUSS community and beyond. http://suss-ai.github.io (currently private)
---
# What will you be doing
You will be either assisting to expansion of Virtual Lab to SBIZ.
The packager allows `one zip submission` with `any number of nested folders or files` within.
The only thing that is not allowed is `nested zip` e.g. zip within the zip.
Bryan from VLI
{"items":[{"update_timestamp":"2023-09-12T13:51:18+08:00","timestamp":"2023-09-12T13:34:00+08:00","valid_period":{"start":"2023-09-12T12:00:00+08:00","end":"2023-09-13T12:00:00+08:00"},"general":{"forecast":"Thundery Showers","relative_humidity":{"low":60,"high":95},"temperature":{"low":25,"high":33},"wind":{"speed":{"low":15,"high":30},"direction":"SSE"}},"periods":[{"time":{"start":"2023-09-12T12:00:00+08:00","end":"2023-09-12T18:00:00+08:00"},"regions":{"west":"Cloudy","east":"Thundery Showers","central":"Thundery Showers","south":"Cloudy","north":"Thundery Showers"}},{"time":{"start":"2023-09-12T18:00:00+08:00","end":"2023-09-13T06:00:00+08:00"},"regions":{"west":"Partly Cloudy (Night)","east":"Partly Cloudy (Night)","central":"Partly Cloudy (Night)","south":"Partly Cloudy (Night)","north":"Partly Cloudy (Night)"}},{"time":{"start":"2023-09-13T06:00:00+08:00","end":"2023-09-13T12:00:00+08:00"},"regions":{"west":"Partly Cloudy (Day)","east":"Partly Cloudy (Day)","central":"Partly Cloudy (Day)","south":"Par
From [email protected] Sat Jan 5 09:14:16 2008
Return-Path: <[email protected]>
Received: from murder (mail.umich.edu [141.211.14.90])
by frankenstein.mail.umich.edu (Cyrus v2.3.8) with LMTPA;
Sat, 05 Jan 2008 09:14:16 -0500
X-Sieve: CMU Sieve 2.3
Received: from murder ([unix socket])
by mail.umich.edu (Cyrus v2.2.12) with LMTPA;
Sat, 05 Jan 2008 09:14:16 -0500
Received: from holes.mr.itd.umich.edu (holes.mr.itd.umich.edu [141.211.14.79])
@ytbryan
ytbryan / d
Created September 12, 2023 06:38
d
From [email protected] Sat Jan 5 09:14:16 2008
Return-Path: <[email protected]>
Received: from murder (mail.umich.edu [141.211.14.90])
by frankenstein.mail.umich.edu (Cyrus v2.3.8) with LMTPA;
Sat, 05 Jan 2008 09:14:16 -0500
X-Sieve: CMU Sieve 2.3
Received: from murder ([unix socket])
by mail.umich.edu (Cyrus v2.2.12) with LMTPA;
Sat, 05 Jan 2008 09:14:16 -0500
Received: from holes.mr.itd.umich.edu (holes.mr.itd.umich.edu [141.211.14.79])
@ytbryan
ytbryan / ProgrammaticNotebook.ipynb
Created October 20, 2022 09:10 — forked from fperez/ProgrammaticNotebook.ipynb
Creating an IPython Notebook programatically
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import UIKit
import MapKit
class ViewController: UIViewController {
@IBOutlet private var mapView: MKMapView!
private var artworks: [Artwork] = []
override func viewDidLoad() {
super.viewDidLoad()
// Set initial location in Honolulu