Live data from Hacker News

Viewing profile — mrami

mrami

HN member
Joined
Tue, Aug 08, 2017, 5:12 AM UTC
HN karma
46
Public activity
24 items

About mrami

No profile information was provided.

Recent public activity

  1. comment
    Comment #32666748

    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/BlueCircleSoftwar…

  2. comment
    Comment #31815991

    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 …

  3. comment
    Comment #28989904

    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 th…

  4. story
  5. comment
    Comment #27486263

    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. …

  6. comment
    Comment #26504676

    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...

  7. comment
    Comment #24420735

    The term for JS enabled pages used to be DHTML back in the day. You'd be talking about a static-server DHTML site. Or something like that. https://en.m.wikipedia.org/wiki/Dynamic_H…

  8. comment
    Comment #22333112

    Hands, lips, tip of tongue. "Mouthfeel" is as important to taste as flavor. Lips aren't for tasting either, why so many nerves? https://www.quora.com/Which-is-most-sensitive-part-o…

  9. comment
    Comment #21176026

    I imagine the solution is going to be some sort of parallel to open source, that I can't quite visualize atm. Maybe the next generation beyond 3D printing will be able to do multi-…

  10. comment
    Comment #20993839

    IIRC - it's from the yellow pages "let your fingers do the walking", although I could have made up that association. https://m.youtube.com/watch?v=SYpJ1IgGoc0

  11. comment
    Comment #20542371

    Centaurs are multifaceted and live rich, complex inner lives. https://commons.wikimedia.org/wiki/File:Achilleus_Lyra.jpg#/...

  12. comment
    Comment #20542213

    I'm not sure what conditions you have in mind, but in the selection sort, the comparisons are O(n^2), and the assignments are O(n). If comparisons are a fixed, non-zero cost, and a…

  13. comment
    Comment #20540489

    > If swaps are the only thing you are counting, selection sort is O(n). And if you ignore the bottom half of the centaur, it's just a dude playing a flute. :) "In computer science,…

  14. comment
    Comment #20540268

    Selection sort and insertion sort are not O(n) algorithms...

  15. comment
    Comment #20359899

    Funny, since you mention Postgres: 1996 is only PostgreSQL's first release. POSTGRES goes back even further [0]: > POSTGRES has undergone several major releases since then. The fir…

  16. comment
    Comment #18898533

    My first experience on the Internet was when I got to college in the fall of 1992. I had done lots of BBSing before that, and I treated the Internet the same way - a bunch of diffe…

  17. comment
    Comment #18881169

    Modern 'street' poetry: https://www.urbandictionary.com/define.php?term=Danger%20Noo...

  18. comment
    Comment #18315716

    Yes, exactly. Coming from C++/Java, I immediately though, "wait, this is turned off in production?" cf. http://www.cplusplus.com/reference/cassert/assert/

  19. comment
    Comment #17788906

    Hmm, Oracle JDK yes, but seems there will be no free version https://medium.com/codefx-weekly/no-free-java-lts-version-b8... Personally, I've been transitioning my stuff to OpenJDK…

  20. comment
    Comment #17788237

    But this is only Java 8, right? Or am I misreading?

  21. comment
    Comment #17423859

    To be fair, Scheme implements tail recursion, which converts properly prepared recursion into an iterative loop. Usually converting the recursive call into a GOTO. So if used corre…

  22. comment
    Comment #16316331

    At the time, I had a DSL I had written in C++, and I wanted to produce proper compiled binaries. I had started looking at the now defunct TenDRA - I was thinking it would be nice t…

  23. comment
    Comment #16246601

    This isn't exactly a rebuttal, but how much are housing prices inflated by the fact that everybody's getting loans? How much would those $300k houses be worth without the mortgage …

  24. comment
    Comment #16137455

    "My response is to say that colors are not properties of objects (like the U.N. flag) or atmospheres (like the sky) but of perceptual processes—interactions which involve psycholog…