Live data from Hacker News

Viewing profile — guccihat

guccihat

HN member
Joined
Sat, Aug 08, 2020, 10:14 AM UTC
HN karma
101
Public activity
20 items

About guccihat

No profile information was provided.

Recent public activity

  1. comment
    Comment #45963317

    Link should be updated to the correct article: https://www.bbc.com/news/articles/cwy7vrd8k4eo

  2. comment
    Comment #45249562

    The technical proposal behind this legislation is to enforce on-device AI analysis of all chat communication so your device can notify authorities. This mass surveillance proposal …

  3. comment
    Comment #44960350

    Cool demo. A minor nitpick is that the code (and the article) forgets to handle the special case of a point inside the cube that happens to be exactly (0,0,0). This will result in …

  4. comment
    Comment #43600546

    The article concludes that the overall translation score of Llama 4 is below that of Llama 3.3. However, the included table shows that Llama 4 scores better on all subcategories in…

  5. comment
    Comment #43377557

    > This title is misleading though - where it tries to state that DeepSeek only focuses on research and not revenue. IMO, the title is quite accurate and supported by the content of…

  6. comment
    Comment #43361280

    TL;DR - The Bureau of Labor Statistics uses different employment categories for programmers and software developers. While the number of programmers has seen a steady decline since…

  7. comment
    Comment #43298739

    I use AI everyday for work, mostly models from OpenAI, Anthropic and DeepSeek. In my experience none of them completely dominate the others. You seem to disagree strongly but then …

  8. comment
    Comment #43294705

    Currently, it feels like many of the frontier models have reached approximately the same level of 'intelligence' and capability. No one is leaps ahead of the rest. Microsoft probab…

  9. comment
    Comment #43170152

    > The Exercism problems have proven to be very effective at measuring an LLM's ability to modify existing code The Aider Polyglot website also states that the benchmark " ...asks t…

  10. comment
    Comment #43131618

    It is "just" the domestic intelligence agency ordering Apple to backdoor their own system be able to supply data for lawful interception. As I read the article, it's not a UK backd…

  11. comment
    Comment #43015511

    When the AI dust settles, I wonder who will be left standing among the groups of developers, testers, scrum masters, project leaders, department managers, compliance officers, and …

  12. comment
    Comment #42998539

    I would say most of the examples in TFA are deployment diagrams, not (software) component diagrams. For all the flaws of UML, at least it taught us to be quite specific in which as…

  13. comment
    Comment #42855092

    I see what you mean now, you are right. My only intention was to demonstrate that a TS solution is possible - one that does not rely on the type system but one that still observes …

  14. comment
    Comment #42853723

    The constraint only states not to use hard coded matrices as I read it. Here is a version with number addition removed, this works fully on strings. function isDivisibleByThree(num…

  15. comment
    Comment #42825184

    Since I read the constraint to allow for single digit numeric values*, I guess they are looking for a solution similar to: function isDivisibleByThree(num: string): boolean { let m…

  16. comment
    Comment #42821268

    I think the interviewers were looking for the key insight that a number is divisible by 3 iff the sum of the individual digits is divisible by 3. That is easy to verify, even const…

  17. comment
    Comment #42821094

    It was the whole point of the exercise if I read the article correct "While the base algorithm is very simple, the point of the exercise is that the interviewer will add new rules …

  18. comment
    Comment #42821054

    I will go against the grain and say I do not consider OPs fizzbuzz solution to score particular well on readability or maintainability. And these were the only two stated core requ…

  19. comment
    Comment #24090476

    "The study found that commuters who turn on the recirculation are exposed to around 80 percent less harmful particles than those who open their car windows." Doesn't that mean they…

  20. comment