-
g
Medium
# Attacker will prevent distribution of USDC to stakers through frequent reward updates
### Summary
USDC's lower precision of 6 decimals and frequent reward updates will cause stakers to …
-
Hi, I am using a `TimeDistributed` Layer in model which has an input shape of {10, 150, 180, 3} (10 frames of (w:150, h:180, colors : 3 ) ).
Since my device support a maximum of 4 dimensions, I w…
-
Experience with "clobber"-genre bugs and theoretical results from distributed computing have led us to an understanding that `db.get`, even when implemented "deterministically" using our primitive tim…
-
## Purpose
We want to implement distributed matrix multiplication to enable parallel online regridding in the coupler.
## Cost/Benefits/Risks
* Costs:
* Developer time
* Risks:
* Incorrect regrid…
-
## 中文版本
### 背景
1. 目前有两个集群,A 和 B,都是存算分离模式。
2. 集群 A 的机器为 192.168.1.67(FE follower + CN,starrocks-cn),192.168.1.139(FE leader + CN,starrocks-fe-2),和 192.168.1.148(FE Observer,starrocks-fe-4)。我启用了 FQDN…
-
Hello,
I'd like to propose that in the next major version of this project, the API definition be modified to follow conventions for protocol buffers established in [AIP](https://aip.dev) and [proto…
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 ( c1 int primary key);
insert into t1 (c1) values (1), (2), (3), (4), (5), (6), (7), (11), (12), (13), (14), (15), (16), (17), (21), …
-
If a rebalance happens, we may read old values from the new instance as it is processing messages that were _processed but not committed_ on the old instance.
While this is actually a distributed sy…
-
Today the grype DB is distributed via a hosted `listing.json` file with URLs to DBs, listing out historical entries to N many days. There are a few points here:
- The listing file serves two purposes:…
-
**Describe the issue**:
I get a `RuntimeError` with some dask-ml code that worked with dask / distributed 2024.10.0 and earlier. With 2024.11.0 and newer, it fails:
**Minimal Complete Verifiabl…