Live data from Hacker News

Viewing profile — Byamarro

Byamarro

HN member
Joined
Mon, Jul 13, 2020, 2:34 PM UTC
HN karma
109
Public activity
57 items

About Byamarro

No profile information was provided.

Recent public activity

  1. comment
    Comment #48607072

    That's a clever observation and is very true. Development time tho historically was also very expensive hence push for easy to work with dev stacks such as js

  2. comment
    Comment #48607054

    Depends on a type of company, I work at a mid-sized startup and through lifecycle of this company there were times when we've had architects and there were times when we haven't. R…

  3. comment
    Comment #48069418

    This is no charity, this money largerly comes back to the countries that are biggest spenders on these funds. It's basically an equivalent of FDI

  4. comment
    Comment #48006131

    Security through obscurity is mitigation basically. You reduce risk/impact, not eliminate it. There are problems - such as denial of wallet attacks - where you can only mitigate an…

  5. comment
    Comment #47624609

    How does Zed compare to let's say vsc

  6. comment
    Comment #46973604

    All of logic and math is a convincence tool. There are no, circles, quantities. Reality just is. We created these tools because they're a convinent way to cope with complexity of r…

  7. comment
    Comment #46299923

    I blame syntax. It's too unorthodox nowadays. Historical reasons don't matter all that much, everything mainstream is a C-family memember

  8. comment
    Comment #46299900

    In fact, automated regression tests done by ai with visual capabilities may have bigger impact than formal verification has. You can have an army of testers now, painfully going th…

  9. comment
    Comment #45746412

    A hybrid will likely emerge. I work on a chat application and it's pretty normal that LLM can print custom ui as part of the chat. Things like sliders, dials, selects, calendars ar…

  10. comment
    Comment #45737591

    There's actually a research showing that llms are more accurate when questions are in Polish: https://arxiv.org/pdf/2503.01996

  11. comment
    Comment #45621071

    I think we can do better than to have this level of argumentation. Regardless if the pretending comment had a merit to it or not

  12. comment
    Comment #45621055

    What he refers to is more specifically called phenomological consciousness afaik (just skimmed through tho)

  13. comment
    Comment #45525142

    Math is about creating mental models. Sometimes we want to model something in real life and try to use math for this - this is physics. But even then, the model is not real, it's a…

  14. comment
    Comment #45447556

    It is a bit of a clickbait since they used commandblocks, not just redstone. But it's still impressive

  15. comment
    Comment #45100910

    What I've found is that NuxtJS is miles ahead in DX. In NextJs it feels like their architecture stands in your way while in NuxtJS everything just works.

  16. comment
    Comment #44837377

    It should be almost obligatory to always state which definition of consciousness one is talking about whenever they talk about consiousness, because I for example don't see what la…

  17. comment
    Comment #44828640

    More of a question is its context rot tendency than the size of its context :) LLMs are supposed to load 3 bibles into their context, but they forget what they were about to do aft…

  18. comment
    Comment #44608769

    That's langchain terminology. LLMs usually are exposed to a set of tools. It's usually pretty obvious which are obvious, since there's only one tool that's even remotely associated…

  19. comment
    Comment #44317032

    I work in web dev, so people sometimes hook code formatting as a git commit hook or sometimes even upon file save. The tests are problematic tho. If you work at huge project it's a…

  20. comment
    Comment #44208011

    And we have a good example of a dimwitted, brute-force process creating intelligent designs - evolution.

  21. comment
    Comment #44028900

    Fully agree. TS shouldn't throw internal types into the user's face. The errors UX is abyssymal. The fact that the most popular editor - VSC - doesn't preserve line breaks makes re…

  22. comment
    Comment #44028847

    TS doesn't support higher order types. You can't return a generic and pass its parameters later. It's basically only a single level of parametrization. ``` type MyGeneric = ...; ty…

  23. comment
    Comment #43834000

    Probably there are many people like me - I use messenger and not the Facebook. But they REALLY want ppl like me to use the Facebook.

  24. comment
    Comment #43343706

    I think that early in development you should be able to spam a lot of hypothesis and quickly test them and check how people interact with your software. Whether your software makes…

  25. comment
    Comment #43158483

    Maybe I miss what REPL really is, but... If REPL is the main value proposition, how is it better from average JavaScript development? Dev tools allow you to basically interactively…