Antonio Cheong
Antonio Cheong
## Expected Behavior Run example ## Actual Behavior ```ts == APP == Instance 6cbc632a-6487-483a-a528-9772c8e12310 completed == APP == Orchestration completed! Result: ["Hello Tokyo!","Hello Seattle!","Hello London!"] == APP == Stream error...
https://headscale.net/exit-node/#on-the-node
Extract dyld shared cache. `https://www.jviotti.com/2023/11/20/exploring-macos-private-frameworks.html` `_CLPNRCellTowerLocationReadFrom`. `_CLPWifiAPLocationReadFrom` : CoreLocationProtobuf from Private frameworks.
URLS
```c { undefined *puVar1; ID IVar2; undefined8 uVar3; ID local_30; class_t *local_28; local_28 = &objc::class_t::CLHEndpointSelector; local_30 = param_1; IVar2 = _objc_msgSendSuper2(&local_30,"init"); if (IVar2 != 0) { uVar3 = _objc_alloc(&_OBJC_CLASS_$_NSURL); puVar1...
**https://gsp85-ssl.ls.apple.com/wifi_request** - Comes from `com.apple.geod` - Sends MAC address and gets a `fixed64` back. (Does 1804284399684943872 mean anything to anyone?)
I've noticed that some flags aren't exposed by the cli/root command and that every time a new flag type is added, you have to wrap it. https://github.com/leaanthony/clir/blob/9a039b715dd1887540158466bbd64a16c5e817ed/command.go#L820-L831 https://github.com/leaanthony/clir/blob/9a039b715dd1887540158466bbd64a16c5e817ed/cli.go#L115-L125 Using the...
e.g. Altitude and accuracy Reference: https://github.com/acheong08/apple-corelocation-experiments/blob/5f6d6100d71a87fb03b09fe374e6b2f210e9bacb/CoreLocationProtobuf.c
For example, using [this shapefile](https://github.com/acheong08/ChinaAdminDivisonSHP/tree/master/1.%20Country), it fails to identify Hainan as part of the shape. Code used: https://github.com/acheong08/apple-corelocation-experiments/blob/main/cmd/exploration/main.go https://github.com/acheong08/apple-corelocation-experiments/blob/main/lib/shapefiles/china.go Failing test: https://github.com/acheong08/apple-corelocation-experiments/blob/f89052a456328011d30a761333f296ad31549c2d/lib/shapefiles/shapefiles_test.go#L54-L58
```python if __name__ == "__main__": initial_solution = actions_to_np(get_solution(f"merged/{SEED}.json")) algorithm = PatternSearch(x0=initial_solution) np.random.seed(2281) demand = get_demand() problem = MyProblem(demand) termination = get_termination("time", 1) res: None | Any = minimize(problem, algorithm, termination,...
### Describe the bug ``` out.mp4: ISO Media, MP4 v2 [ISO 14496-14] out1.mp4: ISO Media, MP4 Base Media v1 [ISO 14496-12:2003] out2.mp4: ISO Media, MP4 Base Media v1 [ISO 14496-12:2003]...