Live data from Hacker News

Viewing profile — johnnycerberus

johnnycerberus

HN member
Joined
Wed, May 17, 2017, 7:01 PM UTC
HN karma
469
Public activity
274 items

About johnnycerberus

Alin Grigore, senior Java/Scala dev, UPB Bucharest

Recent public activity

  1. comment
    Comment #29773574

    Interconnectedness of the world today is economically justified, it does not have any morality in it. In the same vein, if we would have to listen to your anti-morality point of vi…

  2. comment
    Comment #29742976

    Yes, they should check for any possible breaches. As any other responsbile company already does, like AWS for example which not only checks for breaches, but also scans public repo…

  3. comment
    Comment #29741114

    To be fair, data retention is a hot topic right now in Europe, the pandemic and the increased screen time that resulted from it, the amount of accounts we had to create left and ri…

  4. comment
    Comment #29740102

    Do you have a paid account or a free account? If I store my documents on a free account for a one time send to the university application and then I forget about it, then Dropbox s…

  5. comment
    Comment #29739985

    I totally support this. It still amazes me that companies still do not delete/anonymize user accounts after periods of inactivity. Everything that is linked to your email address s…

  6. comment
  7. comment
    Comment #29610538

    In Romania there's an old question to find the character of somebody: are you Roman or Greek? Because if you are Roman, you put practice above theory, you are a pragmatist, skeptic…

  8. comment
    Comment #29610491

    I think the JVM would also be a good choice once Loom lands. I've seen that right now the Java architects are trying to unify the ALGOL flavored Java with ML in the sense of algebr…

  9. comment
  10. comment
  11. comment
  12. comment
    Comment #29265357

    The complexity that comes from the zero-cost abstractions promoted by both C++ and Rust here isn’t in performance (not runtime nor compiletime) but in programmer reasoning and refa…

  13. comment
    Comment #29265341

    I agree with you, I believe that simulators, games, software that are "walled-gardens" in the sense that they don't have a lot of interactions with the external world aside from IO…

  14. comment
    Comment #29264959

    This is why I prefer to write core components in C and then call them through the FFI available in the Java, Python or Node runtimes. Or you can go the "zero-cost abstraction" path…

  15. comment
    Comment #29264461

    I think PHP gets all the clapping when in fact the statistic that the majority of the Internet uses it to power its services is misleading. Let's face it, Wordpress is a great proj…

  16. comment
    Comment #29252393

    There's no point in creating a new VM, given that you can target almost everything by supporting JVM, CLR, BEAM, V8(JS transpiler) or LLVM/WASM for C-like languages. All you need i…

  17. comment
    Comment #29252244

    And even on Android, many open-source projects decide to use Java as they can have access to a wider pool of programmers (Signal, etc). C# is only decreasing in usage, the runtime …

  18. comment
    Comment #29252175

    Aside from nullable types, I don't see any other feature that Java could borrow from Kotlin today to improve. Java looks up to Scala and Clojure to get ideas, there are some strong…

  19. story
  20. comment
    Comment #29227129

    What are the innovations brought by Allegro and Lisp Works, relative to Clojure? Just asking as I haven't heard about those, I only have experience with Clj.

  21. comment
  22. comment
    Comment #29199752

    No, they are JavaScript, it is array based programming wrapped in a reactive functional-declarative approach. Simply array of objects cascading with state. {#await promise} is more…

  23. comment
    Comment #29199519

    Same experience, I've started working with React when Hooks were introduced in a greenfield project. My last experience with JavaScript was jQuery and Angular 1. I was blown away b…

  24. comment
    Comment #29160272

    Isn't this what the GraalVM [1] guys are also trying to do? Seems like today the competition is between who is more polyglot than the other, JVM, CLR or WASM. [1] https://github.co…

  25. comment