Live data from Hacker News

Viewing profile — ziotom78

ziotom78

HN member
Joined
Mon, Nov 10, 2014, 9:56 AM UTC
HN karma
1,285
Public activity
367 items

About ziotom78

Physicist

Recent public activity

  1. comment
    Comment #49253221

    Absolutely. And eggs too [1]: these are libraries provided by the community, very easy to import and use. [1] https://wiki.call-cc.org/eggs

  2. comment
    Comment #49252654

    I was eagerly waiting for this release, which brings full Unicode support. Congratulations to the team, Chicken Scheme is a little gem!

  3. comment
    Comment #48915525

    True, but this is C++23, while the post is about C++20.

  4. comment
    Comment #48594554

    This is relevant for solar irradiance but tells nothing about storage capacity.

  5. comment
  6. comment
    Comment #48587569

    > It is absolutely ridiculous: of all countries, Italy has totally the means to rely only on solar and batteries Do you have any trustable source for this?

  7. comment
    Comment #48275191

    I believe that what we can reasonably expect in the future is machines that act as if they experience consciousness. But the fact that this is true consciousness is highly debatabl…

  8. comment
    Comment #48073288

    I agree, but I would add that they can be very useful even if you do not have clear expectations but have some solid ways to verify their claims. Often in doing this verification I…

  9. comment
    Comment #48072513

    I fully understand your rant! I pay ~20€/month for the Pro account, as my university has a deal with Microsoft and only seems to recognize Copilot, so it’s very hard to use one own…

  10. comment
    Comment #48072512

    I am a physics professor and often use Gemini to check my papers. It is a formidable tool: it was able to find a clerical error (a missing imaginary unit in a complex mathematical …

  11. comment
    Comment #48062777

    Initially, I was skeptical and thought that this is the millionth vibe-coded project that will die once the author gets bored. However, when I checked who the author is, I found he…

  12. comment
    Comment #47983418

    Giuseppe Tartini claimed his violin sonata "Il trillo del diavolo" (Devil's trill) was played to him by the devil itself during a dream. However, unlike you, Tartini declared that …

  13. comment
    Comment #47835363

    > they'll have to run for 25% of their expected life span to get them back Do you have a Life Cicle Assessment source for this? This paper [1] quantifies the Energy Payback Time fo…

  14. comment
    Comment #47435589

    True, but what if you need to re-run that command several months later and you can no longer find the message?

  15. comment
    Comment #47421877

    I too was perplexed, but the main use case seems to be when you want to share a particular configuration or need to be sure that you always use the same set of flags: > Flags are e…

  16. comment
    Comment #47401370

    Not the OP, but a few weeks ago I posted a comment about my problems with Wayland, which forced me to go back to X11. (I am still using it.) https://news.ycombinator.com/item?id=46…

  17. comment
    Comment #47190877

    Thank you! I regularly use Reveal.js to create interactive slide decks for my classes, and your project will be a great tool to have!

  18. comment
    Comment #47177637

    Correct, but I would add: Julia is better than Python+NumPy/SciPy when you need extreme speed in custom logic that can’t be easily vectorized. As Julia is JIT-compiled, if your cod…

  19. comment
    Comment #46876027

    It will surely be worse, at least at the beginning. But there is a significant chance that with time they will improve it, and one can hope that one year after the first release th…

  20. comment
    Comment #46810778

    A few weeks ago I decided to test C++ modules, but I had a hard time to figure out how to make them accepted by CMake. After a few days of struggle with `set(CMAKE_EXPERIMENTAL_CXX…

  21. comment
    Comment #46014471

    It’s fantastic they were able to find these issues! That four new CVEs (two high-severity!) were found in a mature and well-tested library like png reminds me how non-trivial and u…

  22. comment
    Comment #46002502

    A few months have passed and I might not remember everything correctly, but there was a series of problems: - I use several symbols as Greek letters (α, β, γ…) and mathematical ope…

  23. comment
    Comment #46001622

    Xdotool and Xmodmap are the two main reasons why, after a few months running Wayland+keyd+dotool I went back to X11. I found really hard to have the following things working at onc…

  24. comment
    Comment #45989292

    As others have commented, this trick alone cannot ensure truly "reproducible" builds. We used the same trick (git hash + git diff to monitor uncommitted changes) in a Python simula…

  25. comment
    Comment #45954406

    I believe they are really referring to the default mode used by GCC when no standard is explicitly stated. The email mentions that the last time they changed it was 5 years ago in …