Live data from Hacker News

Viewing profile — JTenerife

JTenerife

HN member
Joined
Wed, Dec 18, 2013, 8:22 AM UTC
HN karma
148
Public activity
71 items

About JTenerife

No profile information was provided.

Recent public activity

  1. comment
    Comment #23599966

    "Therefore, rather than making you spend lots of time trying to reproduce the exact circumstances under which a runtime concurrency bug occurs, incorrect code will refuse to compil…

  2. comment
    Comment #23427217

    No benchmarks or any other numbers. I wonder how much faster some typical Go code (some CLIs, Hugo or webservices) will run? Around 1%, 5% or 10%? The Go compiler doesn't need to b…

  3. comment
    Comment #22947091

    What issues are there with the privacy policies? Did I miss something?

  4. comment
    Comment #22931543

    You could apply for a free license for open source. https://www.jetbrains.com/go/buy/#discounts?billing=yearly

  5. comment
    Comment #22931536

    For individuals only $89: https://www.jetbrains.com/go/buy/#personal?billing=yearly

  6. comment
    Comment #21091470

    Does anyone know what's the status of Typescript support in Svelte is? This thread is understandably locked: https://github.com/sveltejs/svelte/issues/1639 Still I'm curious. Types…

  7. comment
    Comment #20874379

    Rust needs to settle down to reach broader adaption, because the ecosystem must stabelize. No business oriented project manager would choose Rust as an alterative to Go or Java whi…

  8. comment
    Comment #20828390

    > Google's impact on the world is strongly positive. I couldn't disagree more. Google doesn't make bazillions of dollars because they provide us with live traffic on maps. Google h…

  9. comment
    Comment #20712548

    As if the improvements of the dev tools weren't enough, they've created a sweet interactive tutorial ( https://react-devtools-tutorial.now.sh )! Don't know it it's new, but I'am ve…

  10. comment
    Comment #20013037

    Agreed that this is trivial model. Regarding React: In many webgl use-cases UI-framework overhead can be neglected as the user interacts either with the scene or the UI rendered by…

  11. comment
    Comment #19750185

    I've used PyQt some years ago and loved it. I can't remember any bigger issues at all. Super productive and fun.

  12. comment
    Comment #19519771

    This does a good job: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754 We are using reactive programming basically everywhere. Example (Angular): The Angular Router has an Obser…

  13. comment
    Comment #19519605

    >> because of the side effects that get caused from subscriptions. Hmmmm, I wonder how a subscription can cause side effects? I can only think of mutating the data in the subscript…

  14. comment
    Comment #18639747

    Very efficient usage of CPU and RAM. Regarding cloud functions like AWS lambda: Fast startup.

  15. comment
    Comment #18554366

    How are you wrapping your Rust code? Lambda doesn't support it yet, does it?

  16. comment
    Comment #18217708

    I wonder what would be a good approach to scale support. It seems that the creator is currently handling all inqueries by himself. @Takuya: How many support requests do you get per…

  17. story
  18. comment
    Comment #16732581

    Spring is a very powerful but complex framework. It's very easy to get started (Spring Boot). I especially love JPA as I just need the persistence to be getting done. The architect…

  19. comment
    Comment #15952023

    That's not what I've said. And I'm not suggesting this. Your comment is a bit hostile.

  20. comment
    Comment #15949285

    Wolves are preditors. There's a reason why our ancesters have evicted them.

  21. comment
    Comment #15949280

    How about your kids? In Germany there are a lot of small villages. Kids still playing in the forests and fields. It's plain stupid to forget that wolves are predators.

  22. comment
    Comment #15607898

    I came from React. Angular is a much more complex and strict tool, but with that comes more power (build-in functionality): It's a framework not just a view layer. So it takes more…

  23. comment
    Comment #15607853

    Last year in August I left Angular because of the v2 nightmare. So, that's over a year ago. I think they've learned from it. Came back for v4 and never had an issue with it being i…

  24. comment
    Comment #15501964

    Yes, for hints like "how do I", but for JS ref like "methods on a Set" I use it all the time. Problem with SO is that often the anwsers are quite old (<=ES5).

  25. comment
    Comment #15434035

    I remember when they tried to push the first version of Windows Phone out of the gates. I think it was 2008 or 2009. Then - as to be expected with that ambitious projects - they al…