-
I discovered this while writing a toy program to learn Rust, https://github.com/ctrlcctrlv/interactive-voronoi
For some inputs, strange results are returned, for example:
![2017-12-16-123826_384…
-
`trace::consolidate_by` and ord batch merging both implicitly assume commutativity of the difference type, because they accumulate `rhs += lhs`, rather than the other way round (see [here](https://git…
-
Hello,
OpenWeather is really often inaccurate, at least here in Bordeaux, France. That lead me to stop using the app and to rely on a website for now. However I noticed that the Norwegian Meteorologi…
-
**Description**
As mentioned here https://docs.cypress.io/v1.0/docs/type#section-typing-tab-key-does-not-work. For accessibility testing I need to be able to tell the keyboard to press tab. If `cy.ta…
-
I've isolated a bottleneck from our production environment and here's a nifty self-contained benchmark for it: https://gist.github.com/tmcw/1a4e8ee47941454337dc5952dbf90180 (swap require('./') for req…
tmcw updated
11 months ago
-
The "External / Internal" field defining Change value of BIP44 has a Default button, which properly updates the value, but doesn't refresh the Derived Addresses, so that users will falsely trust the s…
-
### What do you want to see covered in the TRIP Report newsletter?
I'd like to see an issue of the TRIP Report that explores the macro view of the rideshare industry.
Areas of coverage could i…
-
Comment below with one speaker (and/or a paper by the speaker) whom you wish to see at our workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comment…
-
Problem name: Euclidean MST
Problem ID: euclideanmst
## 問題文
2次元平面上に $N$ 個の点が与えられる. $i$ 個目の頂点の座標は $(x_i,~y_i)$ である.
2点間の距離をユークリッド距離, つまり $\sqrt{(x_i - x_j)^{2} + (y_i - y_j)^{2}}$ で定義するときの, MST…
-
Ok, so to prepare us for the coding competition and to fix a crap ton of AI bugs, me and @BreadSpam are going to be refactoring(optimizing/bug fixing) the game engine side of things. We'll do it on a …