Live data from Hacker News

Viewing profile — alerighi

alerighi

HN member
Joined
Mon, Apr 10, 2017, 10:58 AM UTC
HN karma
1,935
Public activity
680 items

About alerighi

No profile information was provided.

Recent public activity

  1. comment
    Comment #49257539

    For a big tech the publishing fees are nothing in comparison to what they can revenue on patents. Let's say that they AI generate 1000 patents and let's say the cost is 1000$ for e…

  2. comment
    Comment #49244634

    The problem is that it doesn't work as such. We all know that Meucci invented the telephone but Bell patented it. The patent office rarely care about it, they register whatever you…

  3. comment
    Comment #49179670

    Depends, for example if the variable that selects between the two implementations is a compile time constant (#define or constexpr variable) the compiler can really remove the cond…

  4. comment
    Comment #49171212

    Indeed. The problem is trying to apply the principles of "Clean Code" or more generally of OOP everywhere. There are surely cases where having an interface as an abstraction and mu…

  5. comment
    Comment #49135754

    Only reason that I see is that is free to use, why other alternatives are either paid or you needs to be hosted (and thus you need to pay the cost of a server and the work to maint…

  6. comment
    Comment #49124760

    Well, not exactly. A LLM is still a computer, doesn't have an intelligence (beside being called AI). That means that their output is a mere computation of their input data, and the…

  7. comment
    Comment #49124678

    Let's say that Anthropic trains their models on their internal (private) codebase. Let's say that a contributor using Claude generates a piece of code (long enough to account for c…

  8. comment
    Comment #49124589

    An this is exactly the reason why the GNU project doesn't want LLM contributions. They don't want the chance that lawyers of some big tech state that they violated they copyright a…

  9. comment
    Comment #49077368

    To be fair, as an European, I'm now more concerned about the usage of AI that the US will be doing rather than China. And this is a sentiment shared among most European people that…

  10. comment
    Comment #48772959

    I appreciate my 2011 vehicle that only has a car radio with FM tuner and CDs, and yes, I know that I could easily swap it but I didn't on purpose, let me explain why: - all the con…

  11. comment
    Comment #48645193

    Except than later we returned to a sort-of segmented memory. That is of course paging, our programs allocates pages of memory that are a fixed size (4096 bytes) and are arranged in…

  12. comment
    Comment #48531614

    > but it's also the fastest way to support Mac, Windows, and Linux all at once Is really that simple compared to a normal cross platform web application written in (for example, bu…

  13. comment
    Comment #48475281

    And a limited VM, for example I look at the documentation and it's not possible to share USB devices with the VM, making it perfectly useless for doing embedded development where y…

  14. comment
    Comment #48475249

    It did work quite well. The problem with the filesystem could have been solved by optimizing the Windows kernel, that would have benefit also programs run outside the WSL by the wa…

  15. comment
    Comment #48457807

    The future is clearly that, model inference running on consumer hardware not a network datacenter. We are getting there, local models gets better and better, it's only a matter of …

  16. comment
    Comment #48320498

    > if you don't like that car/company, don't buy their product. buy competitors. that will show them much better. (or petition to government to put pressure on them). That maybe fin…

  17. comment
    Comment #48320477

    No: T&C cannot override the law, that is a national/EU law is still superior to anything that is written in the T&C. If there is a contrast between T&C and the law of course that T…

  18. comment
    Comment #47543847

    To me there is a fundamental difference. Even if PC hardware costs slightly more (now because of the RAM situation, Apple producing his chips in house can get better deals of cours…

  19. comment
    Comment #47273210

    It's not the job of the operating system to protect children. Social media is bad even for adults, to my point of view why they don't address the source of the problem, banning wha…

  20. comment
    Comment #46375801

    To me is strange that for such important document they didn't print them and scan with a scanner (that way it's physically impossible that some metadata or other thing that is not …

  21. comment
    Comment #46323698

    Nowadays they call AI everything. Browsers translate websites from decades, when AI was only a word you would see in science fiction movies.

  22. comment
    Comment #46277174

    Why they are a security feature? They are not, the article even says it. Even if UUID4 are random, nobody guarantees that they are generated with a cryptographically secure random …

  23. comment
    Comment #46273079

    If you put an index on the UUID field (because you have an API where you can retrieve objects with UUID) you have kind of the same problem, at least in Postgres where a primary key…

  24. comment
    Comment #45901912

    > Even further, there is technology to encrypt from server to screen. I'm not sure on the rollout on this one. I think we have a long time until this is implemented, and even then,…

  25. comment
    Comment #45901823

    I think because it cost money and they get little benefit on doing so. Major platform like Netflix etc. don't implement that DRM since they care, it's because they content they dis…