-
root@ubuntu:~/airbreak# ./patch-airsense stm32.bin stm32-unlocked.bin
stm32.bin: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
stm32.bin: wrong hash
SW firmware version on my devi…
-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
Consider the following struct and impl for 2D coordinates:
``` rust
struct Point {
x: f64,
y: f64
}
impl Point {
pub fn x_mut(&mut self) -> &mut f64 {
&mut self.x
}
pub …
-
## Problem
Generic functions, as currently supported in Zig have the form
```zig
fn eql(x: anytype, y: @TypeOf(x)) bool {
return x == y;
}
```
This works well enough in general, but also …
ghost updated
1 month ago
-
# Context
The overwhelming majority of packages in the Nix ecosystem did not come from the Nix ecosystem. As such, the projects these packages are made to provide tend to use incompatible organizat…
-
Resolving from a list of requested locales (via `Accept-Languages` header for example) to a list of supported locales for a certain website. See https://github.com/vercel/next.js/issues/18676 for exam…
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/dotnet/roslyn/issues/188
- https://github.c…
-
We keep hearing that the strong style encapsulation is a major hinderance - perhaps the primary obstacle - to using shadow DOM.
The problems faced are usually a variant of trying to use a web compo…
-
Hi all, so yesterday I piloted a 1977 Cessna 172N, upgraded to 172P (Engine replaced), in real life.
### Important Observations
- About the Cessna 172 in real life. Man, in real life, it is an abs…
Megaf updated
3 years ago
-
This issues combines several proposed changes to the account ID structure as they are all likely to be implemented together. These changes are:
1. Reduce account ID size to 60 bits (originally desc…