Live data from Hacker News

Viewing profile — aziis98

aziis98

HN member
Joined
Fri, Jun 30, 2017, 4:17 PM UTC
HN karma
142
Public activity
83 items

About aziis98

No profile information was provided.

Recent public activity

  1. comment
    Comment #48941659

    When for the training part you have to consider brains had like billions of years to develop. Maybe one of the reasons llms seem to be so expensive to train is because we are "comp…

  2. comment
    Comment #48924752

    For me, at least for agentic use, you need at least ~40tps. Less might be good only for tasks you could run in the background (like at night maybe). Instead of coding agents like t…

  3. comment
    Comment #48852379

    I also made my own variant recently. I really liked the idea of litmaps but I didn't really like the UI/UX or "graph expand" feature (it uses some internal heuristic that is not ve…

  4. comment
    Comment #48815988

    This would be nice as an Astro (or generic meta-framework plugin) that automatically parses all generated html files and generates a small db of embeddings. This way on the fronten…

  5. comment
    Comment #48752037

    Is this GUI only?

  6. comment
    Comment #48726458

    Love it! I also did some experiments some time ago. The thing this is missing for me is the ability to also run arbitrary commands other that just using a few premade apps. In fact…

  7. comment
    Comment #48651614

    Wow, awesome project! I gave a look a bit at the code (before realizing this was made with coding agents as said below on the website) and this seems really well made. Still, I wou…

  8. story
  9. comment
    Comment #47986534

    > I was able to get I think 20 or 30 tokens per second on CPU (DDR4 ram) alone What are you using for inference? I have a recent intel laptop with 32GB of DDR5 and I am getting at …

  10. comment
    Comment #47986441

    I just tried the Q4_K_M variant of this [] and this is one of the first models that run at ~20tps on my laptop. I also tried it with some "hard" maths questions and it clearly know…

  11. comment
    Comment #47225506

    I also did some experiments in this space as I have the same complaints about Tailwind https://github.com/aziis98/preact-css-extract I made this as I couldn't stand writing another…

  12. comment
    Comment #47179182

    On Firefox and Chrome the rectangle to make a query is offset wrong relative to the mouse D:

  13. comment
    Comment #47136012

    Does anybody know if I can try this online?

  14. story
  15. comment
    Comment #47110381

    > The win? Massive. But there are benchmark numbers at least, so maybe they only used it for the prose

  16. story
  17. comment
    Comment #46939837

    Why didn't I know about this before

  18. story
  19. comment
    Comment #46684777

    I hope we get to good A1B models as I'm currently GPU poor and can only do inference on CPU for now

  20. comment
    Comment #46666519

    This simply solved icons for me

  21. comment
    Comment #46588940

    The real problem vdom and more complex frameworks solve for me is dealing with much more complex state i.e. lists. When dealing with lists there are so many possible ways of updati…

  22. comment
    Comment #46587652

    Still the whole world runs on GC-ed languages so it must be an abstraction at least some people like to work with. And I'm pretty sure using a GC in some cases it's the only option…

  23. story
    Show HN: I made a Tailwind alternative for Preact

    This is a small TailwindCSS alternative based on a css template literal. I was inspired by styled-components and EmotionCSS, which however do not work well with ViteJS and specific…

  24. comment
    Comment #46574451

    I don't get how this would be more "ai friendly" than other frameworks, that kind of propositions should be backed by more concrete proof. I know that this is a kind of open proble…

  25. comment
    Comment #46564243

    The erdos problem website tells the theorem is formalized in Lean but on the mathlib project there is just the theorem statement with a sorry. Does someone know where I can find th…