Live data from Hacker News

Viewing profile — Eliah_Lakhin

Eliah_Lakhin

HN member
Joined
Sat, Mar 19, 2011, 1:35 PM UTC
HN karma
244
Public activity
58 items

About Eliah_Lakhin

https://github.com/Eliah-Lakhin/

Recent public activity

  1. comment
    Comment #48996445

    In the article it is assumed that the object of the node owns a vector of it's dependencies locally. We don't need to access the entire edges set all at once. The evaluation proces…

  2. comment
    Comment #48989821

    I meant that the graph (DAG) structure is not necessary need to be sealed and defined upfront. It could be computed and changed on the fly by the same function that computes node's…

  3. comment
    Comment #48988381

    It depends on how you define the observable pattern. The fundamental components here are laziness and weak connections between graph nodes. Node values are getting materialized onl…

  4. comment
    Comment #47526184

    Well, I can ask you the same question. I don't see how you can make money using AI in the foreseeable future too. Even if it is possible today, once the critical mass of people wil…

  5. comment
    Comment #47518067

    From the purely utilitary position maybe you are right, but my point was about arts and entertainment. Using the content generation tools might be useful in certain situations, but…

  6. comment
    Comment #47516280

    I'm not quite understand what "language-extrapolation" actually means. Personally, I don't use AI because I like to program myself. There are many other reasons, but this simple on…

  7. story
    Ask HN: Looking for programmers who don't use and don't want to use AI

    Hello everyone, I would like to know if there are programmers, communities, conferences, companies, forums etc, where people deliberately refuse to use any forms of AI tools for so…

  8. comment
    Comment #44968012

    I upvoted your comment. I share your view and just wanted to say you're not the only one who thinks this way.

  9. comment
    Comment #44846547

    > As far as memory-safety goes, it really isn't close to being the most important thing unless you are writing security critical stuff. Safety is the selling point of Rust, but it'…

  10. comment
    Comment #43261231

    It works as long as a country primarily spends its income on internal development. Today's Russia is a relatively prosperous country with high living standards, at least in big cit…

  11. comment
    Comment #43180990

    A huge part of China's success stems from the fact that Nixon opened up U.S. markets to China, along with U.S. investment capital. It was a key strategic decision made by the Unite…

  12. comment
    Comment #42268848

    > What does the developer's experience with incremental parsing feel like? It's essentially the experience most of us already have when using Visual Studio, IntelliJ, or any modern…

  13. comment
    Comment #42190182

    This is likely the first gamedev project written entirely in Rust and Vulkan to achieve significant financial success on Steam. I'm genuinely proud of the authors — they've set an …

  14. comment
    Comment #41795284

    Using the term "open source" for every project published in source code form might not be ideal — not just because of the "zealots", but also because it may not serve the author’s …

  15. comment
    Comment #41783494

    The current state of web development engineering is largely the result of how startup economics have functioned over the past decade. A startup's market value is often closely tied…

  16. story
    Show HN: Ad Astra – scripting language platform for Rust

    Ad Astra is a dynamically typed scripting language designed for embedded use in Rust programs. It belongs to the same category as languages like Rhai and Rune, where developers exp…

  17. comment
    Comment #41056225

    I'm currently unemployed, and my last job ended over two years ago, so my experience is more related to the pre-AI boom era. Back then, I often felt that the software products we w…

  18. comment
    Comment #40976935

    On a more general note, it's often challenging to sell anything to the software developer community, regardless of the licensing terms you choose. I believe you'll gain commercial …

  19. comment
    Comment #40976003

    You can publish your project under your own licensing terms. In your license, you can prohibit the creation of derivative works based on your source code, except for building execu…

  20. comment
    Comment #40935859

    > If I go to a bookshop, take a book off the shelf and start reading it, I am not infringing any copyright. I'm not sure this is applicable to licensed programs because a book is s…

  21. comment
    Comment #40893187

    > Imho it would only be market failure if that freedom disappears There is nothing inherently wrong with Facebook making React open-source. React undoubtedly benefits everyone. How…

  22. comment
    Comment #40892745

    The free/open-source movement has greatly benefited society by encouraging people to overcome their fears and start distributing their work in the form of source code rather than j…

  23. comment
    Comment #40753717

    > build out a compatible API that can be used with editors/tools that use tree-sitter's library? That's an interesting idea. Tree-Sitter and Lady Deirdre are quite different in the…

  24. comment
    Comment #40753042

    > It's 5 thousand after you've made 200 thousand though? That's correct. The license agreement requires purchasing a commercial license per product if it reaches a certain revenue …

  25. comment
    Comment #40751355

    Thank you for your feedback! I agree with your point about the licensing. I would also add that tools for the development of compiler front-ends are quite a niche market. So, hones…