Live data from Hacker News

Viewing profile — Davidbrcz

Davidbrcz

HN member
Joined
Fri, Jan 15, 2016, 2:01 PM UTC
HN karma
817
Public activity
299 items

About Davidbrcz

No profile information was provided.

Recent public activity

  1. comment
    Comment #48944695

    Tree Style Tab https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...

  2. comment
    Comment #48843046

    https://lobste.rs/ feel more like old-HN

  3. comment
    Comment #48670829

    This is the 2020s re-enactement of the early 2000 WYSIWYG editors.

  4. story
  5. comment
  6. comment
    Comment #48459606

    The best way to learn a new language is to follow a proper structured resource which would cover syntax, semantic, tooling & ecosystem and best practices.

  7. comment
    Comment #48410449

    And that's the usual fallacy (just ignore the bad stuff). But if you work with C++ in professional context, you will encounter it somewhere (library, teamate's PR, legacy code, LLM…

  8. comment
    Comment #48410418

    Python, Java, Lua, Ruby are ~30 years old, Ada being as old as C++. Sure, none is perfect and they have cruft and warts, but they are not such a mess as C++ is.

  9. comment
    Comment #48409719

    No it's not. The language keeps growing, with - new features overlapping old features from previous standards without replacing them or deprecating them (function::copyable_functio…

  10. comment
    Comment #48409659

    Except the language keeps growing, with - new features overlapping old features previous standards without replacing them or deprecating them. - new features not usable by the laym…

  11. comment
    Comment #48408928

    I was an intern at CERN in mid 2010s and worked on this !

  12. comment
  13. comment
    Comment #48218741

    Concepts have been disappointing for me: what they tell you is still buried in 1000 lines of errors.

  14. story
  15. story
  16. comment
    Comment #47931975

    We are more likely to have water and food shortages because of resource exhaustion and climate change. Maybe goods shortages because of war or economic depression.

  17. comment
    Comment #47925545

    More climate disasters, more wars (water's war), more refugees.

  18. comment
    Comment #47716149

    > Dissimilar redundancy eliminates that risk. A completely different OS, different codebase, different development team. Not entirely true. I've heard during my uni years of a case…

  19. comment
    Comment #47671436

    They are all the regular software, but with new bugs in it !

  20. comment
    Comment #47519546

    I use asio at work for coroutine. It's one of the most opaque library I've ever used. The doc is awful and impenetrable. The most helpful resource about it is a guy on stackoverflo…

  21. comment
    Comment #47164129

    Just need to check if it's plain Ada or one specific profile or SPARK

  22. comment
    Comment #47139305

    Refreshing stories between all the AI ones (and crypto/web3 before that)

  23. comment
    Comment #47085984

    People manually doing resource cleanup by using goto. I'm assuming that using defer would have prevented the gotos in the first case, and the bug.

  24. comment
    Comment #47070791

    https://www.crypto101.io/Crypto101.pdf

  25. comment
    Comment #46999973

    You do a cross analysis. - Compile it with the maximum number of warnings enabled - Run linters/analyzers/fuzzers on it - Ask another LLM to review it