Live data from Hacker News

Viewing profile — cryptos

cryptos

HN member
Joined
Thu, Sep 13, 2012, 2:52 PM UTC
HN karma
1,791
Public activity
634 items

About cryptos

No profile information was provided.

Recent public activity

  1. comment
    Comment #49243088

    An interesting example to look at is Java vs. Kotlin. While Kotlin is a bit easier and definetly more fun, it didn't manage to gain a big market share in the Java space so far. I g…

  2. comment
    Comment #49121008

    I know and like Java for almost 30 years now. It is amazing how carefully the language is beeing refined. For the cultural aspect, yes, that is sadly true, but I have the feeling t…

  3. comment
    Comment #49106872

    This article looks a bit superficial to me. The cloud has definitely advantages, like having the same data on all devices and it provides some kind of backup. The mentioned downsid…

  4. comment
    Comment #49084314

    Somehow money seem to damage personality. It's the same with David Heinemeier Hansson (who know Tobias Lütke in person), Elon Musk and many other folks.

  5. comment
    Comment #48804678

    That is basically true for every such system. Trust Signal? They could ship a backdoor in the next release. Same with Threema, WhatsApp (if you want to trust it today) and other se…

  6. comment
    Comment #48804011

    The right reason to hate XML would be some technical limitation or technical issues with it. But XML works quite well and is reasonable powerful. So the complaints usually boil dow…

  7. comment
    Comment #48797193

    Interesting point of view. JSON is also not the right thing to use in many scenarios, but it is the de-facto standard now. Maybe something like protobuf is the way to go.

  8. comment
    Comment #48797176

    At least XML is hated for the wrong reasons (e.g. verbosity, esthetics) most of the time. There was for sure an era where it was overused (see Apache Cocoon from 2006 https://en.wi…

  9. comment
    Comment #48560602

    Maybe Peter Thiel and Elon Musk will meet again cryogenically preserved ;-) https://fortune.com/2023/05/04/peter-thiel-cryonics-cryogeni...

  10. comment
    Comment #48560555

    Everything will be folded in "X" eventually, anyway.

  11. comment
    Comment #48279465

    Looks good, but I'm not sure about security: https://bearyangry.com/2026/04/29/carrot-disclosure-forgejo-...

  12. comment
    Comment #48212332

    It works as long as your are the only user. Sharing passwords with shared keepass files didn't work properly for me. It was the main reason to move to 1Password (and I never looked…

  13. comment
    Comment #48198460

    Passbolt https://www.passbolt.com/ might be an interesting alternative. The feature set looks pretty good at first sight. The only real downside I see so far is that it doesn't hav…

  14. comment
    Comment #48190062

    It is limited to ... well ... Firefox! Sometimes you need passwords elsewhere. Besides that Firefox (or other browser password managers) doesn't support more advanced use cases lik…

  15. comment
    Comment #47919524

    I think that Java has a really good solution to offer: Virtual Threads. They share the same interface with native threads and free developers from the burdens of async programming.…

  16. comment
    Comment #47765943

    Might be true, but Subversion was also good enough and a de-facto standard.

  17. comment
    Comment #47492588

    `var` has nothing to do with dynamic typing. It is still statically (compile time) typed, so the type can not change at runtime. Compare that to JavaScript where you could easily s…

  18. comment
    Comment #47469929

    It is not like auto-wiring would turn Java magically into a dynamically typed language!

  19. comment
    Comment #47422480

    In my opinion Helidon is the most refreshing of these frameworks. It supports virtual threads from the ground up and comes with clean, function, mostly annotation free APIs. It rea…

  20. comment
    Comment #47332779

    Windows reputation is declining, so the operating system might be the actual crisis. Linux with modern desktops (e.g. Gnome 3) might fill the gap, but the market is far from broad …

  21. comment
    Comment #47260801

    I fear that a redesign won't help in this (terminal) stage.

  22. comment
    Comment #47230164

    Do have any links to back this up? I'd be really interested.

  23. comment
    Comment #47230157

    Gradle could be used as an AI benchenmark on its own! The syntax of plugin DSLs changes all the time. Special credits could be achieved for handling old (Groovy) and new versions (…

  24. comment
    Comment #47230116

    However, the cause it not really Java as such, but massive frameworks and tooling (e.g. Maven). Maybe AI will bring some fresh air to Java, because old truths might no longer be va…

  25. comment
    Comment #47230067

    Project Lombok rewrites code, however it misuses annotation processing.