Live data from Hacker News

Viewing profile — amboo7

amboo7

HN member
Joined
Sat, Aug 05, 2017, 7:19 AM UTC
HN karma
94
Public activity
94 items

About amboo7

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48959680

    I have my own. One Telegram bot for reading, summarizing etc. (using a local Qwen 3.6), another for improving it (OpenCode Telegram, free DeepSeek V4). I might put it on github soo…

  3. comment
    Comment #48956450

    I have always liked coding (started in the 80s). But I got bored having to deal with trivialities (spending life on fixing commas) and increasing accidental complexity (having to m…

  4. comment
    Comment #48517598

    Trying to recall... # 27B GGUF # Benchmark results: # - TG speed: ~5 tok/s (vs baseline ~4.5 tok/s, +10% improvement) # - PP speed: ~60 tok/s (stable across context sizes) # - With…

  5. comment
    Comment #48516109

    Very cool. Anything publicly available?

  6. comment
    Comment #48516021

    Same happened to me. I only had to ask the service where to tap exactly.

  7. comment
  8. comment
    Comment #48515849

    For me the combination of agentic search and deep wiki creation for legacy code bases is a killer app/game changer. Not for the surviving authors of the legacy code bases.

  9. comment
    Comment #48514253

    Whay about of the tons of caches that just pile up until you notice that you must delete them manually?

  10. comment
    Comment #48514229

    I also have an M1 Max 64GB: Qwen 3.6 benefits from MTP (after rounds of parameter optimization). MLX was unstable (haven't tried it recently), faster at TG but slower at PP, so inc…

  11. comment
    Comment #48033341

    https://github.com/microsoft/skills/tree/main/.github/plugin... is similar, works for Claude Code, too. I ported it to Pi: https://pi.dev/packages/@amb007/deep-wiki?name=deep-wiki …

  12. comment
    Comment #43451692

    Essentials of Programming Languages 1st ed. is special

  13. comment
    Comment #42484515

    About deployment to cloud: https://news.ycombinator.com/item?id=38988238

  14. comment
    Comment #41826158

    https://icfp24.sigplan.org/home/minikanren-2024#event-overvi... is related. There has been work on turning slow bidirectional code into faster functional code (in 2023, reachable f…

  15. comment
    Comment #41446123

    Something like (in software, trying to understand) a spaghetti monolith?

  16. comment
    Comment #40178258

    Code rusts via the loss of information about it (memory, documentation...). If it cannot be maintained, it is a zombie.

  17. comment
    Comment #40132049

    OK, I realized it was about something else. I don't follow Uncle Bob, and was referring to some people justifying "unclean"/incorrect shortcuts to gain performance.

  18. comment
    Comment #40112499

    Nicely put. I also spent decades in the SW industry, tried about a dozen things, but chose to stay out of management. For me, business and engineering are two completely different …

  19. comment
    Comment #40112375

    Wrong. Performance and correctness/cleanness go together. Perhaps you have never tried generating correct code that is ways faster than what you can write by hand.

  20. comment
    Comment #39244815

    https://www.cs.tufts.edu/~nr/cs257/archive/norman-ramsey/mat... by the current Microsoft CTO

  21. comment
    Comment #38828552

    https://www.mg.edu.rs/en#gsc.tab=0

  22. comment
    Comment #37888054

    Plain entropy. I use an extension for killing duplicate tabs, helps a lot.

  23. comment
    Comment #37723961

    I would appreciate if someone wrote here their opinion on Matriarch [1], an application of category theory to biology/physics via software. [1] https://web.mit.edu/matriarch/

  24. comment
    Comment #37044752

    You can handle any language with a read-time parser, then work with ASTs, pretty-print the result in another language. In between, it's just Lisp.

  25. comment
    Comment #37021081

    You can wrap a code generator by a macro.