HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mrami

no profile record

投稿

The T Project (2010)

mumble.net
3 ポイント·投稿者 mrami·5 年前·0 コメント

コメント

mrami
·4 年前·議論
If anyone finds it useful, I have a Maven plugin that does something similar for Java (Java -> TypeScript)

For anybody that still uses Java. :D

https://github.com/BlueCircleSoftware/bluecircle-json-interf...
mrami
·4 年前·議論
Quadratic behavior is O(n^2) like bubblesort - triple the number of items to sort, and it takes 9x the time.

Really, the comment was referring to "accidentally quadratic" bugs, as documented here, for example: https://accidentallyquadratic.tumblr.com/
mrami
·5 年前·議論
A bit of a tangent, but boson vs. fermion is not a massless/massive split. There are massive bosons. Rather, it's a split on the qualities of the objects' spin, and thus whether they obey the Pauli exclusion principle.

https://en.wikipedia.org/wiki/Boson
mrami
·5 年前·議論
A tool that will read your Java REST endpoints, and make TypeScript interfaces and invocation functions, so you can pretend your React front-end is using DCE again like it's 1999.

https://github.com/BlueCircleSoftware/bluecircle-json-interf...
mrami
·5 年前·議論
This reminds me of playing with openMosix and ClusterKnoppix back in the day. The kernel would take care of migrating the processes and balancing the load automagically...