Live data from Hacker News

Viewing profile — tigranbs

tigranbs

HN member
Joined
Thu, Apr 13, 2017, 11:50 PM UTC
HN karma
80
Public activity
43 items

About tigranbs

Building Voice Layer for AI Agents at https://sayna.ai

Recent public activity

  1. story
  2. comment
    Comment #46446839

    Current AI coding assistants are not just a Stack Overflow replacement; they do a pretty good job writing whole projects without you touching the code. At the end, when the coding …

  3. story
  4. comment
    Comment #46437661

    Security researchers have revealed 30+ CVEs affecting Claude Code, Cursor, GitHub Copilot and others via prompt injection and MCP tool poisoning; this article covers attack vectors…

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

    Links times out, seems the host wasn't ready for the HN traffic!

  8. comment
    Comment #46307339

    Wow, the internet has grown 19%, which is surprising that it is still growing at that rate over the year.

  9. comment
    Comment #46305818

    Living in SoCal, I almost always prefer to order online. Most local businesses are losing to their e-commerce competitors; no wonder commercial spaces are empty. I have a side busi…

  10. comment
    Comment #46303983

    Based on the stability track record, I was more curious about how SQLite has done the anomaly testing. Sadly, the article has just a few words about it. Truly one of the best softw…

  11. comment
    Comment #46300712

    I would say the AI consumption aspect was a side effect: the primary goal was to "generate" new stuff. So far, to me, the significant boost is the coding aspect. Still, for the res…

  12. comment
    Comment #46300305

    Firefox has been lagging in Web features for a long time. I have been a Zen browser user for about a year, and recently moved back to Arc just because almost all interactive websit…

  13. comment
    Comment #46298170

    IMHO, this is not too bad! But obviously, coming from the software product industry, everyone knows that building features isn't the same as operating in practice and optimizing ba…

  14. comment
    Comment #46298126

    TBH, the idea seems way outdated for the current state of software engineering. The Rust compiler provides a massive benefit for AI Coding because it literally catches all the fail…

  15. comment
    Comment #46295734

    In my experience, "memory" is really not that helpful in most cases. For all of my projects, I keep the documentation files and feature specs up to date, so that LLMs are always aw…

  16. comment
    Comment #46293106

    As a US person, I have lived in Finland for 3 years, and I can assure you that the Finns are the most content people you can imagine! They can go months without talking to anyone a…

  17. comment
    Comment #46292987

    Nice! I am surprised that the JS compressed chunks are not that big. I have checked, and the largest is ~340Kb, which is even smaller than a regular Next.js starter kit home page. …

  18. comment
    Comment #46286130

    I used the MIT license for https://github.com/SaynaAI/sayna mainly because the challenge is usually in product velocity and direct sales/distribution. Blocking from SaaS is explici…

  19. comment
    Comment #46281417

    Ah nice! I should integrate this into https://github.com/SaynaAI/sayna ``` Performant. Do the best we can within what is conformant. ``` Would be great to have benchmarks like ops/…

  20. comment
    Comment #46281380

    Maybe it is just me, but the “universal” platform architecture seems a bit inefficient. I think, with a software-first mindset and modularity in Hardware products, it is insane to …

  21. comment
    Comment #46278770

    Is this the WOW effect of the hardware price-to-performance ratio? The only significant benefit I can see is that the M-series chips have RAM as GPU memory, which is slower than tr…

  22. comment
    Comment #46272341

    The last time I worked meaningfully with C++ was back in 2013. Now that I write mostly Rust and TypeScript, I'm amazed by how C++ has changed over the years! Regarding the "auto" i…

  23. comment
    Comment #46271402

    This is definitely not applicable to every app, BUT that's a very clever way of solving UX problems with "face"- based animations and expressions, giving users feedback. At the sam…

  24. comment
    Comment #46265998

    When I write the scraper, I literally can't write it to account for the API for every single website! BUT I can write how to parse HTML universally, so it is better to find a way t…

  25. comment
    Comment #46247483

    Ahh, this is great! Finally, I can use the `font-stretch` CSS property to make some text components more expressive.