HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrami

no profile record

Submissions

The T Project (2010)

mumble.net
3 points·by mrami·5 yıl önce·0 comments

comments

mrami
·4 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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...