-
After yet another BT download stalled at 99%, I'm wondering if aria2c's `SD:0` has ever been non-zero in the past, i.e. has it ever seen a seeder? As I understand it, `CN:c SD:s` shows the *current* n…
-
Something where you can set a mask for breakpoints before performing (in)equality operations would be nice.
One such use that I've run into wanting this for was finding sound effects in _A Link to …
-
## Reason
After the `version`/`verack` handshake, Bitmessage sends a list of all inventory vectors to the other side. This causes a huge amount of bandwidth wastage, in particular for nodes that acce…
-
| --- | --- |
| Bugzilla Link | [573175](https://bugs.eclipse.org/bugs/show_bug.cgi?id=573175) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Apr 26, 2021 16:16 EDT |
| Modified …
-
[Noted by Traster on HackerNews](https://news.ycombinator.com/item?id=24356329), it could be convenient to have bits values be convertible into the bitfields of a struct for convenience purposes, and …
-
See https://github.com/lowRISC/opentitan/pull/16119#discussion_r1043471466
The autogenerated `otbn_regs.h` file does not have defines for field values in the `CMD` or `STATUS` fields. The fields ar…
-
Rewrite `performance-tests.sh` script (https://github.com/knative/hack/blob/main/README.md#using-the-performance-testssh-helper-script) into a Golang tool `knative.dev/toolbox/performance`.
Invent …
-
Two ideas for ending active push:
1. (easy) timeout after no more data is being transferred
2. wait until no more want requests
Conversation in IRC:
```
mafintosh: been awhile since I wen…
-
Header to reproduce:
```c
typedef struct foo {
int type;
int type_;
};
```
The resulting code will be:
```rust
#[repr(C)]
#[derive(Debug, Copy)]
pub struct foo {
pub type_: :…
sgrif updated
2 years ago
-
I’m finding that with a recent build of Slang, I can no longer use `reinterpret`. Even for very simple cases, I get this error: `cannot be packed into AnyValue`
I seem to be able to repro with some…