Live data from Hacker News

Viewing profile — joas_coder

joas_coder

HN member
Joined
Thu, Nov 28, 2024, 11:14 AM UTC
HN karma
19
Public activity
44 items

About joas_coder

No profile information was provided.

Recent public activity

  1. comment
    Comment #48345890

    And a quick YouTube short video on how to put the app on auto-pilot so that you don't have to do anything to have your screenshots receive meaningful names: https://youtube.com/sho…

  2. comment
    Comment #48344853

    Thanks for the feedback. I did not know my Mac had an on-device Apple Foundation model. Is it multimodal? I'll be checking it out and comparing it with Google Gemma 4. I thought Ap…

  3. comment
    Comment #48342319

    For anyone who wants to see the workflow before downloading the large app bundle, here’s a short demo: https://www.youtube.com/watch?v=QIt2H_CUYBM

  4. story
    Show HN: I made a Gemma 4 Mac app that names screenshots with local AI

    I made my first macOS utility app that ships with a bundled Gemma 4 model, specifically the Gemma E4B one. It made my app DMG have 5.3 GB in size, but I think it is a small size fo…

  5. comment
  6. story
  7. comment
    Comment #42377139

    I agree it would be interesting and a fun project! Correct me if I'm wrong, but the problem with PGO is that every time the code changes the PGO needs to be updated as well. Also, …

  8. comment
    Comment #42377078

    I see your point. Sorry about that. Your given example looks very cool. We'll try to do something like that. For now, you can see the results here: https://gist.github.com/coralblo…

  9. comment
    Comment #42376777

    It will be hard to make a final conclusion. It is more of a research exercise to learn. All we can say is that as the code stands right now Java JIT is faster than C++ clang AOT fo…

  10. comment
    Comment #42375467

    You can find all the results and code in our GitHub repository => https://github.com/coralblocks/CoralBench?tab=readme-ov-file...

  11. story
    Java (JIT) vs C++ (AOT) for a simple hash table

    The goal of this research is to explore the performance differences between JIT (just-in-time compilation) and AOT (ahead-of-time compilation) strategies and to understand their re…

  12. comment
  13. story
  14. comment
    Comment #42318789

    If you don't mind suggesting a better title I'll be happy to change it

  15. comment
    Comment #42318755

    Do you know a trustworthy source where I can compare single thread performance of M3s and M4s?

  16. comment
    Comment #42318100

    I thought they were trustworthy but I can be wrong. Where is the screaming text in what site that you are referring to?

  17. comment
    Comment #42317761

    Agree! But how about the M3 8 Core (4754) beating the M4 Max 14 Core (4614)? I thought the M4s were faster than the M3s (single core / single thread), but it looks like they will o…

  18. comment
    Comment #42317543

    According to CPUBenchmark.net the M3 Max 16 Core is the fastest single thread cpu with a score of 4,785, followed by the M3 Max 14 Core with a score of 4,771. Although the numbers …

  19. comment
    Comment #42317486

    I see. Sorry about that. Won't be putting any more comments in the title. Thanks for your guidance. I HAVE NOW CHANGED THE TITLE => Thanks again!

  20. comment
    Comment #42317223

    Sorry about that. I'm new here. Would you be so kind as to tell me what I did wrong? I'll be happy to correct it and learn not to do it again.

  21. comment
    Comment #42317173

    Their official benchmarks => https://www.cpubenchmark.net/singleThread.html According to PassMark CPU Benchmarks, a trusted source, updated frequently, the M3 Max 16 Core is the fa…

  22. story
  23. comment
    Comment #42297537

    You were interested in the diamond queue, so just wanted to say that it is now released in our GitHub => https://github.com/coralblocks/CoralQueue?tab=readme-ov-file...

  24. comment
    Comment #42292091

    You are going to block/wait yourself when availableToPoll() (now changed to availableToFetch() for clarity) returns 0. When that happens you can block/wait by busy spinning or by u…

  25. story