-
# Why asynchronous Rust doesn't work
In 2017, I said that “asynchronous Rust programming is a disaster and a mess”. In 2021a lot more of the Rust ecosystem has become asynchronous – such that it...
…
-
Hi, I encounter the same problem as in https://github.com/facebookresearch/LAMA/issues/10.
And I found the reason why 2 examples are filtered is that the `obj_label` are `1970s` and `1990s`. And in `…
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Goal: upload and download byte accounting, detect freeriders, and refuse service.
Requirement: privacy is a cradinal requirement, only count bytes with a certain accuracy and never leak what is being…
-
**Is this the right place for my bug report?**
Yes: I asked on the [forum](https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=295829&p=1817220&hilit=ptp#p1817220), I asked the raspberry foundati…
-
Tracking updates of www.redditgifts.com
-
Direction changed, txt will be updated soon.
Old stuff:
- 1997: [The Internet: A Future Tragedy of the Commons?](https://link.springer.com/chapter/10.1007/978-1-4757-2644-2_22)
- [Internet Securi…
-
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…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/vigilant-pine-6wmz8y
### To Reproduce
1. Add `next lint` script to package.json per https://nextjs.org/docs/app…